Skip to content

Releases: maltaisn/another-notes-app

v1.5.4

28 Dec 20:48
v1.5.4
49c40e1
Compare
Choose a tag to compare
  • 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

30 Aug 01:21
v1.5.3
5bb976f
Compare
Choose a tag to compare
  • Add Chinese translation.

v1.5.2

27 Aug 13:56
v1.5.2
90dd4d5
Compare
Choose a tag to compare
  • 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

14 Jan 23:56
v1.5.1
deb964e
Compare
Choose a tag to compare
  • Added encrypted notes export (@nhoeher, #100).
  • Fixed data import not importing the hidden field of labels correctly.

v1.5.0

30 Dec 22:58
v1.5.0
40a67ea
Compare
Choose a tag to compare
  • 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

26 Sep 00:55
v1.4.5
d10bde8
Compare
Choose a tag to compare
  • Fixed cursor moving to first line when scrolling (#60, thanks to @nhoeher)

v1.4.4

24 Jul 18:47
v1.4.4
890332d
Compare
Choose a tag to compare
  • 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

30 Jan 13:46
v1.4.3
8b8e723
Compare
Choose a tag to compare
  • Fixed critical crash occuring when using reminders (#61, #62).
  • Allow blank notes with a reminder.
  • Fixed deleting and archiving notes not changing last modified date, messing with recycle bin delay (#56).

v1.4.2

09 Jan 14:50
v1.4.2
1a343ef
Compare
Choose a tag to compare
  • 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

06 Sep 19:19
e2548f8
Compare
Choose a tag to compare
  • 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.