Skip to content

Commit

Permalink
Updated fastlane description.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstoeckli committed Nov 30, 2021
1 parent 41e6e21 commit 1e75a2c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 8 additions & 2 deletions fastlane/metadata/android/de/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
<i>SilentNotes</i> ist eine Notizen-App die Ihre Privatsphäre respektiert. Schreiben Sie Ihre Notizen in einem komfortablen WYSIWYG Editor mit einfachen Formatierungen wie Überschriften oder Listen, und synchronisieren Sie sie Ende-zu-Ende verschlüsselt zwischen Android und Windows Geräten.
<i>SilentNotes</i> ist eine Notizen-App die Ihre Privatsphäre respektiert. Sie sammelt keine Benutzerdaten, verzichtet auf Werbung und ist eine Open Source (FOSS) Software. Schreiben Sie Ihre Notizen in einem komfortablen WYSIWYG Editor mit einfachen Formatierungen wie Überschriften oder Listen, und synchronisieren Sie sie Ende-zu-Ende verschlüsselt zwischen Android und Windows Geräten.

* Schreiben Sie die Notizen in einem komfotrablen WYSIWYG Editor.
Neben dem Schreiben von Notizen, können Sie auch To-do-Listen erstellen um die Übersicht über noch anstehende Arbeiten zu behalten. Zusätzlich können die Notizen mit einem eigenen Passwort geschützt, und mit der Volltextsuche schnell gefunden werden.

* Machen Sie Ihre Notizen wo immer Sie sich gerade befinden, und verteilen Sie sie auf Ihren Android und Windows Geräten.
* Ein WYSIWYG Editor vereinfacht das Schreiben der Notizen.
* Erstelle To-do-Listen um die Übersicht über noch anstehende Arbeiten zu behalten.
* Schützen Sie ausgewählte Notizen mit einem benutzerdefinierten Passwort.
* Organisieren und filtern Sie die Notizen mit Schlagwörtern (tagging system).
* Finden Sie blitzschnell die richtige Notiz mit der Volltextsuche, einfach durch Eintippen von ein paar Buchstaben.
* Speichern Sie die Notizen auf einem Online-Speicher Ihrer Wahl (self hosting), so können Sie sie zwischen Geräten synchronisieren und erhalten ein einfaches Backup.
* Zurzeit werden das FTP Protokoll, das WebDav Protokoll, Dropbox, Google-Drive und One-Drive unterstützt.
* Die Notizen verlassen das Gerät nie unverschlüsselt, sie sind Ende-zu-ende verschlüsselt und können nur auf den Geräten gelesen werden.
* Ein dunkles Design kann gewählt werden, zum angenehmen Arbeiten bei spärlichem Licht.
* Verwenden Sie einfache Formatierungen um die Notizen zu strukturieren und besser lesbar zu machen.
* Holen Sie eine Notiz zurück aus dem Papierkorb, wenn sie versehentlich gelöscht wurde.
* SilentNotes sammelt keine Benutzerinformationen und verlangt keine unnötigen Rechte, darum der Name silent notes.
* SilentNotes ist ein open source Projekt, der gesamte Sourcecode kann auf GitHub verifiziert werden.

Die Windows Version ist im Microsoft Store erhältlich.
12 changes: 9 additions & 3 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
<i>SilentNotes</i> is a note taking app which respects your privacy. Write your notes in a comfortable WYSIWYG editor with basic formatting like headers or lists, and synchronize them end-to-end encrypted between Android and Windows devices.
<i>SilentNotes</i> is a note taking app which respects your privacy. It doesn't collect personal data, runs free of adds and is an open source (FOSS) software. Write your notes in a comfortable WYSIWYG editor with basic formatting like headers or lists, and synchronize them end-to-end encrypted between Android and Windows devices.

Beside writing of traditional notes, you can also create to-do lists to keep track of your pending tasks. Additionally the notes can be password protected with your own password, and quickly found with a full-text search.

* Take your notes wherever you are, and share them between your Android and Windows devices.
* Write the notes in an easily operated WYSIWYG editor.
* Create To-Do lists to keep an overview of your pending tasks.
* Protect your notes with a user defined password.
* Protect selecte notes with a user defined password.
* Organize and filter the notes with a tagging system.
* Quickly find the right note with the full-text search, just by typing a few letters.
* Store the notes to an online-storage of your choice (self hosting), this allows to synchronize them between devices and offers an easy backup.
* Currently supported are the FTP protocol, the WebDav protocol, Dropbox, Google-Drive and One-Drive.
* The notes never leave the device unencrypted, they are end-to-end encrypted and can only be read on your devices.
* A dark theme is available for more comfortable working in dark environment.
* Use basic formatting to structure your notes and make them more readable.
* SilentNotes does not collect user information and requires no unnecessary privileges.
* Get a note back from the recycle-bin if it was deleted by accident.
* SilentNotes does not collect user information and requires no unnecessary privileges, thus the name silent notes.
* SilentNotes is an open source project, its source code can be verified on GitHub.

The Windows version is available from the Microsoft store.
2 changes: 1 addition & 1 deletion src/SilentNotes.UWP/SilentNotes.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>Daily</AppInstallerCheckForUpdateFrequency>
<AppxPackageDir>D:\Source\SilentNotes\GitHub\bin\UWP-Release\AppPackages\</AppxPackageDir>
Expand Down

0 comments on commit 1e75a2c

Please sign in to comment.