mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
Add Info on Contriution, Privacy and the App
This should be enough of an description to put the app out there for the public ^^
This commit is contained in:
parent
50350139e4
commit
0dee2f62de
1 changed files with 67 additions and 2 deletions
69
README.md
69
README.md
|
@ -3,7 +3,34 @@
|
|||
[-> Read this in German (Deutsch)](#de)
|
||||
|
||||
## What is this App?
|
||||
This is a Launcher (an app managing your homescreen and letting you start other apps).
|
||||
This is a [Launcher][launcherdef] (an app managing your homescreen and letting you start other apps).
|
||||
|
||||
It is designed to be as **minimal, efficient and free of distraction** as possible.
|
||||
This is why it can help people using their phone in a more efficient way than ever before.
|
||||
|
||||
Your homescreen only shows the date and a clock. No distraction. All it takes to launch an app is one interaction.
|
||||
After you selected your most important Apps, you will spend way less time on your homescreen, trying to find them.
|
||||
One Swipe, one buttonpress - your App opens immediately.
|
||||
|
||||
This app **costs you nothing** and is **ad-free**!
|
||||
So make the best of your time on the phone by using this Launcher!
|
||||
|
||||
> **If this app manages to permanently make 1000 people just a little more efficient, it has achieved its goal! Its purpose is to do good for everyone!**
|
||||
|
||||
## Privacy.
|
||||
|
||||
This app does not collect, receive or share any personal data. It helps you, no matter who you are!
|
||||
|
||||
This is seriously the most benevolent Privacy Statement the world has ever seen ^^
|
||||
|
||||
## How can I contribute?
|
||||
The easiest way to help improving this app is downloading it and testing. As the app is quite new and no experts (but [me][website] ^^) were hired to build it, we need lots of feedback from you! You can either go to Google Play and give us feedback there or [open an issue on Github][newissue].
|
||||
|
||||
If you want to contribute code, you will need a Github Account ([create one here][joingh]) (or just [contact me][contact]).
|
||||
To actually contribute you just [_fork_ this repository][fork] and create a new _branch_ (called `feature/...` or `fix/...`).
|
||||
You commit your changes / improvements to that _branch_ and open a new _pull request_. That simple.
|
||||
|
||||
If you feel like **this app delivers incredible value to you**, you can also [support me on PayPal][financial]. I will make every cent work for the good of human kind. I consider this the purpose of my existence.
|
||||
|
||||
-----
|
||||
|
||||
|
@ -12,4 +39,42 @@ This is a Launcher (an app managing your homescreen and letting you start other
|
|||
[-> Read this in English](#en)
|
||||
|
||||
## Was ist diese App?
|
||||
Die App ist ein Launcher (eine App, die deinen Startbildschirm verwaltet und dich andere Apps starten lässt).
|
||||
Diese App ist ein [Launcher][launcherdef-de] (eine App, die deinen Startbildschirm verwaltet und dich andere Apps starten lässt).
|
||||
|
||||
Sie ist so **minimalistisch, effizient und frei von Ablenkung** gestaltet wie möglich.
|
||||
Dadurch hilft sie jedem Nutzer, sein Mobiltelefon effektiver denn je zu benutzen.
|
||||
|
||||
Auf deinem Startbildschim siehst du lediglich die Uhrzeit und das Datum. Keine Ablenkung. Mit nur einer kurzen Interaktion öffnest du Apps.
|
||||
Sobald du deine sinnvollsten Apps ausgewählt hast, wirst du keine Zeit mehr damit verlieren, sie unter all den anderen Apps zu suchen.
|
||||
Einmal Wischen, ein Knopfdruck - deine App öffnet sich sofort.
|
||||
|
||||
Diese App **kostet dich nichts** und enthält **keine Werbung**!
|
||||
Mache das Beste aus deiner Zeit am Handy indem du diesen Launcher verwendest!
|
||||
|
||||
> **Wenn diese App es schafft, über 1000 Menschen dauerhaft nur ein wenig effizienter zu machen, so hat sie ihr Ziel erreicht! Sie ist da, um Gutes zu tun.**
|
||||
|
||||
## Datenschutz.
|
||||
|
||||
Diese App sammelt, empfängt und teilt keine persönlichen Daten. Sie hilft dir, egal wer du bist!
|
||||
|
||||
Im Ernst: Das hier ist das beste Datenschutz Statement dass die Welt je gesehen hat ^^
|
||||
|
||||
## Wie kann ich helfen?
|
||||
Die einfachste Möglichkeit beim Optimieren dieser App zu helfen: Du lädst sie herunter und testest sie. Da die App noch sehr neu ist, und ich keine Experten (außer [mir selbst][website-de] ^^) angestellt habe, benötigen wir viel Feedback von dir! Du kannst entweder auf Google Play Feedback geben, oder [auf Github Verbesserungsvorschläge einreichen][newissue].
|
||||
|
||||
Wenn du mit deinen Programmierfähigkeiten helfen willst, benötigst du einen Github Account ([erstelle dir einen][joingh]) (oder [kontaktiere mich][contact-de]).
|
||||
Um dann Code einzureichen [_forke_ dieses repository][fork] und erstelle einen neuen _Branch_ (nenne ihn `feature/...` oder `fix/...`).
|
||||
Dann schreibst du deine Verbesserung in diesen _Branch_ und öffnest einen neue _Pull Request_. So einfach.
|
||||
|
||||
Wenn findest, dass diese App **sehr wertvoll für dich** ist, kannst du [mich auf PayPal unterstützen][financial]. Ich werde jeden Cent in meinen Projekten und denen anderer, zum Wohle der Menschheit einsetzen. Ich halte dies für den Zweck meiner Existenz.
|
||||
|
||||
[launcherdef]: https://www.androidcentral.com/android-z-what-launcher
|
||||
[launcherdef-de]: https://praxistipps.chip.de/android-was-ist-ein-launcher_13071
|
||||
[contact]: https://www.finnmglas.com/contact/
|
||||
[contact-de]: https://www.finnmglas.com/de/kontakt/
|
||||
[website]: https://www.finnmglas.com
|
||||
[website-de]: https://www.finnmglas.com/de/
|
||||
[financial]: https://www.paypal.me/finnmglas
|
||||
[fork]: https://github.com/finnmglas/Launcher/fork
|
||||
[joingh]: https://github.com/join
|
||||
[newissue]: https://github.com/finnmglas/Launcher/issues/new
|
||||
|
|
Loading…
Add table
Reference in a new issue