Releases: maltaisn/another-notes-app
Releases · maltaisn/another-notes-app
v1.5.4
- Ask for notification permission on Android 13 when importing data with reminders.
- Added option to change trash auto-delete delay (#118, @dd-dreams).
- Fixed link URL not saved across process death in EditFragment.
- Fixed alarm permission causing crash on Android 14 (#125, @GitGitro)
v1.5.3
v1.5.2
- Allow creating note from shared file.
- Fixed share action not working if used more than once during execution.
- Fixed automatic bullet insertion adding bullets when bullet char was preceded by non whitespace.
- Fixed crash on search with zero lines preview setting (#47).
- Avoid duplicating same note with different reminder when importing data (#106).
- Added support for more link types when auto-linking text (#107).
- Ask to confirm before opening links on click (#108).
- Avoid opening links when clicked on first or last character (#108).
v1.5.1
v1.5.0
- Changes by @nhoeher
- Full Material 3 redesign, with support for dynamic colors.
- Added shared element transitions for all screens.
- Show next event date instead of start date when editing reminder.
- Only clear notification after reminder has been postponed (#86).
- Fix title in drawer menu being cut of by status bar (#74).
- Fix notes created from launcher shortcut not saved (#78).
- Fix reminder launcher shortcut not working (#80).
- Fix note list preview lines not updated when changing layout mode (#88)
- Add monochrome icon for Android 13 (#98).
- Change default focus to title when creating a new note.
- Fix animated swipe icons not working on API <23.
- Allow zero lines in note preview (#83).
- Fix auto bullet feature not working with auto-suggesting keyboards.
v1.4.5
v1.4.4
- Added separate swipe left & right actions, with animated icon shown on swipe (#36).
- Fixed cursor going to end of note when scrolling long text notes (#63, potentially #60).
- Fixed movement with arrow keys not working in text fields when editing note (#67).
- Fixed crash with notification on Android 12 (#65).
v1.4.3
v1.4.2
- Added new translations:
- Arabic: @afmbsr
- Italian: carallo
- Polish: Sebastian Jasiński
- Russian: Zakhar Timoshenko
- Turkish: language_is_alive
- Ukrainian: axmed99
- Improved import merge: consider last modified date, merge labels, do not merge if reminders differ (#49).
- More note text is now shown in reminder notification.
- Select newly created label when created from main screen.
- Select newly created label when setting labels on note.
- Focus text note content if background is clicked.
- Fixed export not completely overwriting JSON file if new content smaller.
- Fixed crash during search if maximum lines shown in preview is 1 or 2 (#47).
- Fixed crash during search if only negative term is used (e.g.
-a
) (#47). - Fixed regression, destination not changed after selected label is deleted.
- Fixed rare crash when opening a list note.
- Fixed input field cut off in landscape mode in edit label dialog (#53).
- Fixed broken long press after converting note twice (#34).
v1.4.1
- Added dialog to change sort field and direction (#31).
- Ellipsize start of content when search highlight falls outside of preview (#32).
- Set the initial reminder time from a list of presets instead of the same hour every time.
- Trim text notes whitespace in preview.
- Automatically show reminder dialog when creating note in reminder section.
- Fixed text change not registered in edit screen when pasting changes the Editable instance.
- Fixed backpress not deselecting notes after opening note in edit screen.
- Fixed NPE in showKeyboard due to missing view focus during configuration change.
- Fixed corrupted internal state when converting text note with trimmable blank lines to list (#38).
- Fixed loss of changes after changing reminder in edit screen (#40).
- Fixed screen not responding after cancelling reminder postpone (#41).
- Fixed simultaneous notifications all opening the same note (#43).
- Fixed notification click not working if already editing a note.
- Fixed notification creating new note if clicked after note is deleted.
- Fixed postpone check failing if note reminder is changed before postponing.
- Remove check for internal list note consistency between content and metadata.