Skip to content

Releases: maelchiotti/LocalMaterialNotes

v1.11.0-dev1

26 Dec 20:13
Compare
Choose a tag to compare
v1.11.0-dev1 Pre-release
Pre-release

Caution

Pre-release versions can be buggy. Some features may not work. You might even loose all your data. That's why they are only meant to be installed manually, after making a backup from the settings.

Tip

If you want to try this pre-release, download the APK and install it manually. Please report any issue you encounter in the linked discussion!

New in this pre-release:

  • Choose the font (app and editor)
  • Improve the search for existing notes also
  • Add 2 actions on multi-selection: share and add labels
  • Add swipe actions in the bin

v1.10.1

23 Dec 13:55
f27a81a
Compare
Choose a tag to compare

Fixed

  • Bin page not displaying the deleted notes
  • Missing translation for "No labels" placeholder

v1.10.0

22 Dec 19:19
3f2a15b
Compare
Choose a tag to compare

Added

  • Drastically better search performance with typo tolerance
  • Setting to make the titles of the notes bigger
  • Czech translation

Changed

  • Layout and swipe action preferences not updating correctly
  • Going back from a label page or the Manage labels page goes back to the notes list
  • Organization of some settings

Fixed

  • Last edited date of a note being changed when the note is pinned or unpinned
  • Black screen when deleting or restoring a note from the editor
  • Malformed URL when opening a link from the editor

v1.9.1

13 Dec 23:34
4cc496f
Compare
Choose a tag to compare

Fixed

  • Crash when loading the theming preference

v1.9.0

11 Dec 18:17
621bbed
Compare
Choose a tag to compare

Added

  • Backup labels
  • Backup settings
  • Python script to convert exports from DNotes

Changed

  • Moved the button to change the editor mode to the app bar

Fixed

  • Labels count shown in about dialog when labels are disabled
  • Wrong color in the label color picker when editing a label
  • Going back after selecting labels closes the app
  • Missing message if no labels exist when trying to select the labels of a note
  • Ask for confirmation when deleting labels
  • Missing explanation on what disabling labels does
  • Sort order reset when going from creation date to edition date (and vice-versa)
  • Wrong texts on some buttons

v1.8.2

23 Nov 22:56
52faa2e
Compare
Choose a tag to compare

Fixed

  • Error at startup because of the ascending sorting setting

v1.8.1

23 Nov 20:31
7d324d8
Compare
Choose a tag to compare

Fixed

  • Crash at startup because of the sorting setting

v1.8.0

23 Nov 17:20
Compare
Choose a tag to compare

Added

  • Ability to categorize the notes with labels
  • Allow to sort the notes by their creation date
  • Allow to use a white text in dark theme

Changed

  • Improve logs
  • Move accessibility settings to their own page

Fixed

  • Failure to add a note via the share action of the quick action

v1.7.2

19 Oct 17:03
Compare
Choose a tag to compare

Added

  • Python script to convert Samsung Notes exports to a format compatible with Material Notes (see the GitHub repository)
  • Ability to copy the logs to the clipboard and to export them to a text file

Changed

  • Improve the style of the settings tiles

Fixed

  • Using the system back button or back gesture after opening a dialog, sheet or menu closes the app
  • Auto export directory picker fails when choosing a directory that is not at the root of the storage
  • JSON export file using the .txt extension instead of .json
  • Buttons in the editor app bar not disabled in reading mode
  • Button to toggle between editing and reading mode not hidden for deleted notes

v1.7.1

11 Oct 18:21
Compare
Choose a tag to compare

Added

  • Error page shown when a page fails to load, with the ability to copy and export the error logs

Improved

  • Reliability of the automatic exports

Fixed

  • Value of the setting on the settings tiles not using a subdued color when disabled
  • Small note pinned icon on the notes tiles
  • Small application icon

Removed

  • READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions that were added by mistake