SecUSo / privacy-friendly-notes

Privacy Friendly App for creating and managing notes on Android.
https://secuso.org/pfa
GNU General Public License v3.0
98 stars 22 forks source link

Overhaul Note UI and Bugfixes #124

Closed coderPaddyS closed 1 year ago

coderPaddyS commented 1 year ago

Moved the styling elements in the text note editing into the menu of a floating action button. Moved category selection next to the title of the note. Restyled title and category fields. Moved actions into top menu bar. This frees up the available screen space in the notes and allows for improved usage if virtual keyboard is shown.Closes #68 #54 #48.

TextNoteActivity now keeps data on orientation change.

The sketch note color picker now displays the color correctly. Closes #126.

Empty notes will not be saved anymore. A toast will be displayed. Closes #47 #113.

The category will now be saved on switching to another app. Closes #102.