Commit Graph

648 Commits

Author SHA1 Message Date
9503b1e5da Cleared MainActivity 2023-07-07 23:16:58 +10:00
323ca2c56e Added importNotes fun in NotesHelper 2023-07-07 23:16:27 +10:00
a305a2b485 Created insertOrUpdate fun for many notes 2023-07-07 23:15:58 +10:00
7b9c05f32d Added serializable to the Note entity 2023-07-07 23:15:40 +10:00
6b44179ae0 Extracted requestUnlockNotes to an extension fun 2023-07-07 23:15:11 +10:00
66546df0f1 Refactored ArrayList to List 2023-07-07 21:42:47 +10:00
c5e8240882 hide keyboard while closing search bar 2023-06-14 23:57:36 +03:00
716f96a4b4 Use MyMovementMethod on hotfix fixing crash on selection (SDK<=23)
- fixes #621
- hotfix causing the issue implemented in 1741070686
2023-05-20 15:00:17 +02:00
7376a4d8d7 Added sorting to the widget (#624) 2023-05-14 10:12:51 +02:00
7f74a8d609 refactor: cannot_load_over_internet string 2023-05-11 08:44:30 +01:00
8c79d2a386 Merge remote-tracking branch 'upstream/master' into fix/import-from-internet 2023-05-11 08:34:15 +01:00
66010c9b5c updating commons 2023-05-07 18:34:16 +02:00
77e3284689 fix: separate error message for network exception during import 2023-05-03 20:47:44 +01:00
61dde7fbc4 Always parse exported notes 2023-05-02 21:57:03 +05:30
c2ff80b9e5 Fix NPE with empty files 2023-05-02 17:24:12 +05:30
a24aefcb42 Merge pull request #599 from Aga-C/add-create-shortcut
Added create shortcut option (#598)
2023-03-23 23:09:12 +01:00
d54424a5b4 adding a newline 2023-03-23 10:52:46 +01:00
80aada524b Use "Skip" instead of "Ok" 2023-03-22 13:55:17 +05:30
7d590f3f06 Use named parameter in lambda 2023-03-18 23:39:13 +05:30
36c4746829 Always export latest notes 2023-03-15 02:38:38 +05:30
3cda2eb234 Avoid showing unlock notes dialog unnecessarily 2023-03-15 02:22:36 +05:30
0bc818245c Allow exporting locked notes 2023-03-15 02:09:28 +05:30
a94aaf41d7 lets always show the Upgraded From Free dialog 2023-03-07 12:32:37 +01:00
7d95415ebe Added create shortcut option (#598) 2023-03-03 20:27:40 +01:00
4ebf1f4a4a catch and show exceptions thrown at printing 2023-02-28 15:44:22 +01:00
20b83330ec underline the Show content text at locked notes 2023-01-30 12:20:54 +01:00
1acda068af simplify undo/redo menu button visibility checks 2023-01-30 12:15:58 +01:00
ee3abd2577 simplify note exporting 2023-01-30 10:27:08 +01:00
0e45034e72 change note delete confirmation button from OK to Delete 2023-01-29 23:33:15 +01:00
1c7babc410 adding a missing settings divider + minor code style tweaks 2023-01-29 23:25:37 +01:00
bb0e66b4d0 make swiping between notes easier 2023-01-28 18:14:02 +01:00
b101a17e31 allow clicking on the top strip items 2023-01-28 17:25:00 +01:00
0672614101 Merge pull request #584 from Aga-C/add_checklist_items_top
Added new checklist items at the top (#583)
2023-01-28 17:00:39 +01:00
e316521bd4 show a welcome dialog at moving from the free version 2023-01-28 16:56:31 +01:00
0c53b0b5fd updating commons 2023-01-28 16:52:55 +01:00
249eba4f59 Moved the checkbox into the dialog 2023-01-11 15:25:46 +01:00
ba07d6b01d Added new checklist items at the top (#583) 2023-01-11 10:27:28 +01:00
3c43c87153 fixed a note scrolling glitch 2022-12-26 11:12:55 +01:00
062f3ff41b fixing a warning 2022-12-25 11:35:09 +01:00
429f461c00 close cab at swiping away from a checklist fragment 2022-12-25 10:57:46 +01:00
4c70b7dc05 use transparent bottom navigation 2022-12-25 10:51:30 +01:00
68c7964cc2 make an importing error message clearer 2022-12-25 10:10:32 +01:00
4c43f01334 adding some main activity redesigns 2022-12-24 23:52:44 +01:00
51c8e6bed4 add a More Apps From Us menu button 2022-12-24 23:29:14 +01:00
cbb16c7a7e updating the widget config activity 2022-12-24 23:22:51 +01:00
31e9c2d548 redesigning the app settings 2022-12-24 23:16:24 +01:00
7b76b7290c updating commons, increasing min SDK to 23 2022-12-24 23:04:51 +01:00
c58f0f3a29 Fixed variable name 2022-12-19 10:10:24 +01:00
8d3bb674b9 Added changing to previous note on deletion (#576) 2022-12-19 10:07:27 +01:00
34e2db91e7 setup checklist fragment colors earlier to avoid some visual glitches 2022-12-13 17:32:04 +01:00