Notesnook Mobile v3.3.23 focuses on stronger validation, clearer error handling, and several quality-of-life fixes across account and note management flows.
Signup, login, and account validation improvements
We improved authentication and account update reliability on mobile by tightening validation and surfacing clearer errors:
- Removed password length check on signup
- Fixed missing error message for incorrect or missing 2FA code
- Improved error handling during signup
- Added form validation in change password
- Added form validation and better error handling in change email
2FA and gift code input fixes
Input handling has been improved for sensitive flows:
- Fixed invalid gift code input handling
- Added input validation for 2FA method configuration
- Fixed copy button text being cut on the 2FA settings page
Reminders and attachments fixes
We fixed reminder and attachment issues that could lead to confusing behavior:
- Trim title before validating in the add reminder screen
- Fixed reminder edit mode allowing past time without validation
- Show confirmation dialog before deleting attachment in attachment manager
- Fixed rename attachment on iOS
Included PRs
- Remove password length check on signup on mobile: https://github.com/streetwriters/notesnook/pull/9807
- Fix No error message shown for missing or incorrect 2FA code on mobile: https://github.com/streetwriters/notesnook/pull/9806
- Improve error handling when signing up on mobile: https://github.com/streetwriters/notesnook/pull/9808
- mobile: fix handling invalid gift code input: https://github.com/streetwriters/notesnook/pull/9822
- Show confirm dialog before deleting attachment in attachment manager: https://github.com/streetwriters/notesnook/pull/9821
- Trim title before checking if title is valid in add reminder screen: https://github.com/streetwriters/notesnook/pull/9818
- Fix Reminder allows past time in edit mode without validation error: https://github.com/streetwriters/notesnook/pull/9819
- Fix rename attachment does not work on iOS: https://github.com/streetwriters/notesnook/pull/9820
- Add form validation in change password screen: https://github.com/streetwriters/notesnook/pull/9825
- Add form validation and error handling in change email on Mobile: https://github.com/streetwriters/notesnook/pull/9831
- Fix copy button text is cut in 2fa settings page: https://github.com/streetwriters/notesnook/pull/9827
- Add input validation for 2fa method configuration: https://github.com/streetwriters/notesnook/pull/9852
Full Changelog: https://github.com/streetwriters/notesnook/compare/3.3.22-android...3.3.23-android

