Skip to content

Releases: PhilKes/NotallyX

NotallyX 6.1.2

19 Nov 17:31
Compare
Choose a tag to compare

What's Changed

  • Save note if any BaseNote fields changed + fix cursor position on undo/redo in #127

Full Changelog: v6.1.1...v6.1.2

NotallyX 6.1.1

14 Nov 16:39
Compare
Choose a tag to compare

New Features

  • Import from GoogleKeep and Evernote (see #83)
  • Add Links to other Notes (see #81)
  • Quick navigation to Labels (see #99 + #107)
  • Multi-select Notes with long click (see #97 + #94)
  • Password-protect ZIP Backups (see #56)
  • Auto-discard empty notes (see #88)
  • Lock the widgets automatically if the app is locked (see #87)
  • Many minor quality of life improvements

Full Changelog: v6.0...v6.1.1

NotallyX 6.1-RC4

06 Nov 19:49
Compare
Choose a tag to compare
NotallyX 6.1-RC4 Pre-release
Pre-release

This is a RC release, therefore prone to errors, feel free to report any bugs in Issues

What's Changed since 6.0

  • Migrate startActivityForResult and other minor deprecations in #89
  • When exiting a note delete it if it's empty in #88
  • Lock widget if app is locked in #87
  • Refactor Preferences from Strings into Enums in #92
  • Add Search to Deleted and Archived Tabs in #93
  • Allow to pin/label multiple notes in #94
  • Long click notes to multi-select in #97
  • Clear previous search term in #98
  • Add navigation items for every label + refactor editing labels in #99
  • Chore/fastlane google play in #106
  • Ability to hide labels in Navigation in #107
  • Rework pasting Link and editing in #51
  • Updated Dutch Language for Version 6.0 by @CodeNomadHQ in #55
  • Fix gradle-wrapper version mismatch + fastlane documentation in #57
  • Add Backup Password preference + encrypt ZIP Backups in #56
  • Add EditActivity title EditText to ChangeHistory in #64
  • Finish LockedActivity for any authentication error in #65
  • Allow to swipe on ListItemVH DragHandle in #69
  • Align displayed date with sort by preference in #70
  • Add Link Note action + refactor linking URL in #81
  • Remove notifications for record audio and delete files in #80
  • Import for GoogleKeep and Evernote in #83
  • Fix Auto-Backups in #116

Full Changelog: v6.0...v6.1-RC4

NotallyX 6.1-RC3

04 Nov 17:37
Compare
Choose a tag to compare
NotallyX 6.1-RC3 Pre-release
Pre-release

This is a RC release, therefore prone to errors, feel free to report any bugs in Issues

What's Changed since 6.0

  • Migrate startActivityForResult and other minor deprecations in #89
  • When exiting a note delete it if it's empty in #88
  • Lock widget if app is locked in #87
  • Refactor Preferences from Strings into Enums in #92
  • Add Search to Deleted and Archived Tabs in #93
  • Allow to pin/label multiple notes in #94
  • Long click notes to multi-select in #97
  • Clear previous search term in #98
  • Add navigation items for every label + refactor editing labels in #99
  • Chore/fastlane google play in #106
  • Ability to hide labels in Navigation in #107
  • Rework pasting Link and editing in #51
  • Updated Dutch Language for Version 6.0 by @CodeNomadHQ in #55
  • Fix gradle-wrapper version mismatch + fastlane documentation in #57
  • Add Backup Password preference + encrypt ZIP Backups in #56
  • Add EditActivity title EditText to ChangeHistory in #64
  • Finish LockedActivity for any authentication error in #65
  • Allow to swipe on ListItemVH DragHandle in #69
  • Align displayed date with sort by preference in #70
  • Add Link Note action + refactor linking URL in #81
  • Remove notifications for record audio and delete files in #80
  • Import for GoogleKeep and Evernote in #83

Full Changelog: v6.0...v6.1-RC3

NotallyX 6.1-RC1

29 Oct 17:17
Compare
Choose a tag to compare
NotallyX 6.1-RC1 Pre-release
Pre-release

This is a RC release, therefore prone to errors, feel free to report any bugs in Issues

What's Changed

  • Rework pasting Link and editing in #51
  • Release 6.0 in #52
  • Updated Dutch Language for Version 6.0 by @CodeNomadHQ in #55
  • Fix gradle-wrapper version mismatch + fastlane documentation in #57
  • Add Backup Password preference + encrypt ZIP Backups in #56
  • Add EditActivity title EditText to ChangeHistory in #64
  • Finish LockedActivity for any authentication error in #65
  • Allow to swipe on ListItemVH DragHandle in #69
  • Align displayed date with sort by preference in #70
  • Add Link Note action + refactor linking URL in #81
  • Remove notifications for record audio and delete files in #80
  • Import for GoogleKeep and Evernote in #83

Full Changelog: v6.0-RC3...v6.1-RC1

NotallyX 6.0

28 Oct 10:49
Compare
Choose a tag to compare

This is the first official release 🎉

New Features

Subtasks

  • In Lists you can now swipe tasks to the right to group them (the delete button is moved to the right)
  • New Toolbar entries to un-/check all items and to remove all checked Tasks
notally-makelist-showcase.mp4

Attach files to note

Besides images you can now attach any file to a note (will also be copied into backups)

notally_file_attachments.webm

Change History

Undo/Redo buttons in the toolbar to undo/redo changes to a list, add/delete actions, text changes, formatting, etc.

Biometric/PIN Lock

You can setup an app lock to protect your notes. This also encrypts your notes (database) with SQLCipher

notallyx_issues_30.webm

Rolling Backups

In the original Notally App the auto-backups would simply add a new .zip file every 12hours.
NotallyX gives you the option to configure the auto-backup period and also how many old backups should be kept, instead of just creating an infinite amount of backups.

Minor Improvments

  • The date format setting is used for the notes preview as well as notes edit view and the widgets
  • Pressing the enter key adds a new Item in the List instead of jumping to the next existing Item
  • Added Android 13 compatible adaptive app icon
  • Added button to Widget to change the displayed note without having to delete and re-add the Widget
  • Display how many images/files are attached to a Note
  • Show a snackbar when moving/deleting a Note to undo

NotallyX 6.0-RC3

20 Oct 11:33
Compare
Choose a tag to compare
NotallyX 6.0-RC3 Pre-release
Pre-release

This is a RC release, therefore prone to errors, feel free to report any bugs in Issues

New Features

Subtasks

  • In Lists you can now swipe tasks to the right to group them (the delete button is moved to the right)
  • New preference for setting auto-sort for Tasks, automatically moves checked items to the bottom
  • New Toolbar entries to un-/check all items and to remove all checked Tasks
notally-makelist-showcase.mp4

Attach files to note

Besides images you can now attach any file to a note (will also be copied into backups)

notally_file_attachments.webm

Change History

Undo/Redo buttons in the toolbar to undo/redo changes to a list, add/delete actions, text changes, formatting, etc.

Biometric/PIN Lock

You can setup an app lock to protect your notes. This also encrypts your notes (database) with SQLCipher

notallyx_issues_30.webm

Rolling Backups

In the original Notally App the auto-backups would simply add a new .zip file every 12hours.
NotallyX gives you the option to configure the auto-backup period and also how many old backups should be kept, instead of just creating an infinite amount of backups.

Minor Improvments

  • The date format setting is used for the notes preview as well as notes edit view and the widgets
  • Pressing the enter key adds a new Item in the List instead of jumping to the next existing Item
  • Added Android 13 compatible adaptive icon
  • Added button to Widget to change the displayed note without having to delete and re-add the Widget
  • Display how many images/files are attached to a Note
  • Show a snackbar when moving/deleting a Note to undo

NotallyX 6.0-RC2

08 Oct 19:02
Compare
Choose a tag to compare
NotallyX 6.0-RC2 Pre-release
Pre-release

This is a RC release, therefore prone to errors, feel free to report any bugs in Issues

New Features

Subtasks

  • In Lists you can now swipe tasks to the right to group them (the delete button is moved to the right)
  • New preference for setting auto-sort for Tasks, automatically moves checked items to the bottom
  • New Toolbar entries to un-/check all items and to remove all checked Tasks
  • The date format setting is used for the notes preview as well as notes edit view and the widgets
notally-makelist-showcase.mp4

Attach files to note

Besides images you can now attach any file to a note (will also be copied into backups)

notally_file_attachments.webm

Work in Progress

Change History

  • Undo/Redo buttons in the toolbar to undo/redo changes to the list, such as add/delete tasks, text changes, etc.
  • ATM most changes work reliably, some are still buggy, working on it