Skip to content

Releases: maelchiotti/LocalMaterialNotes

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

v1.7.0

05 Oct 21:17
Compare
Choose a tag to compare

Added

  • Toolbar button to add a link to the selected text
  • Button to toggle the editor between editing mode and reading mode
  • Setting to open the editor in reading mode by default
  • Copy to clipboard menu and swipe action
  • Share swipe action
  • Live preview when selecting the text scaling

Changed

  • Settings values display

Fixed

  • Text scaling popup having a wrong title

v1.6.0

12 Sep 14:11
fc1ff36
Compare
Choose a tag to compare

Added

  • Release on F-Droid
  • Setting to choose the auto backup directory
  • Setting to only show the titles of the notes (can be disabled in the search view)
  • Setting to focus the title instead of the content when creating a new note
  • Setting to disable the subdued color of the notes content preview
  • Setting to change the text scaling
  • Chinese simplified localization

Fixed

  • Search view is not black in black theme mode
  • Failure to set the refresh rate on devices running Android below version 6
  • Failure to get the write permission when writing export files

v1.5.2

16 Aug 17:11
892d56d
Compare
Choose a tag to compare

Added

  • Portuguese localization

Fixed

  • Auto export settings tile not updating after disabling auto export
  • Notes sorted by their created time instead of their edited time
  • Focus on the note content not requested when the title is validated
  • Typos

v1.5.1

07 Aug 18:53
f91b965
Compare
Choose a tag to compare

Fixed

  • Exiting the editor with the device back button or the back gesture (not the app back button) causes the content of the note to be displayed in any other note opened afterwards
  • Special characters incorrectly decoded when importing a JSON file

v1.5.0

06 Aug 20:13
2106f2c
Compare
Choose a tag to compare

Added

  • Auto JSON backup
  • JSON backup encryption
  • Settings to customize the swipe actions
  • Setting to hide the app from recent apps and prevent screenshots
  • Setting to show the checklist button in the toolbar if not shown in the app bar
  • Enable high refresh rate
  • Russian localization
  • Show localizations completion as a percentage

Changed

  • New settings page layout that divides settings into separate pages
  • Disable undo/redo buttons in the editor's app bar if they can't be used
  • Enable swipe actions in grid mode

Fixed

  • Notes tiles: use rounded corners when background is not shown, use correct background color in list view
  • Keyboard opening when toggling a checkbox
  • Keyboard popping back up after using the back gesture
  • App closing when going back while the selection mode is active instead of exiting it
  • Strings inconsistencies

v1.4.0

27 Jun 15:48
Compare
Choose a tag to compare

Added

  • Spanish localization
  • Toggleable background for notes tiles

Changed

  • Drastically improved the speed of editing/deleting multiple notes
  • Use a less vibrant color for the editor toolbar

Fixed

  • Going back from the licences list doesn't close the page
  • Going back from the editor page while the menu is open goes back to the notes list instead of closing the menu
  • Empty note still shown until the notes list is refreshed
  • Devices using a system RTL language not having the app use the RTL layout
  • Slightly wrong icon size on the splash screen for Android 12+ devices

v1.3.0

22 May 17:04
65f4ea0
Compare
Choose a tag to compare

Added

  • Release to IzzyOnDroid
  • Grid view
  • Advanced text formatting
  • Undo/redo while editing
  • Setting to toggle advanced text formatting
  • Setting to toggle undo/redo buttons
  • Setting to toggle checklists button

Removed

  • "Untitled note" label

Changed

  • Improve the search precision
  • Improve markdown export (support advanced text formatting and export each note to a separate file)
  • Going back from the settings goes back to the previous page (if any)

Fixed

  • Hide note preview if empty
  • Providers not updating correctly
  • Notes not sorted after being updated
  • Support RTL for paddings
  • Many small issues