Commit Graph

96 Commits

Author SHA1 Message Date
26cd68b132 Checklists refactoring 2023-07-10 11:33:48 +10:00
20b83330ec underline the Show content text at locked notes 2023-01-30 12:20:54 +01:00
bb0e66b4d0 make swiping between notes easier 2023-01-28 18:14:02 +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
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
34e2db91e7 setup checklist fragment colors earlier to avoid some visual glitches 2022-12-13 17:32:04 +01:00
797ac60d56 updating commons with some material elements 2022-07-11 23:28:40 +02:00
66fbfccd91 updating a couple more colors 2022-04-02 22:32:59 +02:00
43fa37e3ed updating commons and target SDK to 31 2022-04-02 22:26:25 +02:00
7e7234d0bc changing some code to avoid ConcurrentModificationExceptions 2022-03-17 13:39:58 +01:00
556b4aceca adding a null check at text fragment 2022-03-08 18:51:33 +01:00
c1e664d9bb use a function for getChecklistItems, not variable 2022-03-08 18:50:05 +01:00
fba3ad40f9 Fixed wrong title in export toast 2022-03-08 15:19:25 +01:00
e965c6ec37 Added synchronization to checklist export and import 2022-02-24 19:53:28 +01:00
d2d4186d2e finish actmode on showing NewItemDialog 2022-02-07 19:12:38 +01:00
3a08647ce1 fixing a crash, do not try loading checklist fragment after fail 2021-11-17 22:29:48 +01:00
fa938fe792 removing the setting related to creating new checklist items at the top 2021-11-17 21:31:43 +01:00
23cdd2511b Added custom sorting (#464) 2021-10-12 15:49:30 +02:00
9b45cfc053 Moved done checklist setting to the sorting dialog (#462) 2021-10-10 19:30:27 +02:00
0937d0da24 Edit sorting logic 2021-10-05 21:39:34 +01:00
1ea4f0bf04 cleanup formatting 2021-09-29 11:49:08 +01:00
a90bfb9a0a Implement checklist sort 2021-09-29 10:35:21 +01:00
e8edc45b94 Merge branch 'master' into add-checklist-top 2021-09-28 23:22:11 +02:00
981e7f626c updating kotlin, commons, gradle 2021-09-28 23:21:15 +02:00
d9a5fce48b Added new checklist items at the top (#439) 2021-09-28 20:18:52 +02:00
5e5576a0e0 Remove one-line if expressions 2021-08-27 20:24:36 +03:00
a2faa7107f Remove note protection if biometric id is no longer available
This check is done to avoid user not being able to unlock the note if he removes biometric id from phone settings.
2021-08-27 14:50:43 +01:00
fadf9bed7e Use updated security API 2021-08-24 19:24:55 +03:00
8e09ac7c99 show the notes content if it gets unlocked 2021-05-21 09:32:41 +02:00
0f5456086e properly handle password protection of menu items 2021-05-20 23:12:19 +02:00
81c6da22d4 avoid showing locked note content without password 2021-05-20 22:48:05 +02:00
4f1bb56d00 allow syncing note with content uris 2021-03-21 11:50:02 +01:00
31c74b14c7 adding a check for removing broken checklist items 2021-02-20 23:28:13 +01:00
b5f6f421b0 fixing some coloring issues 2021-02-20 22:29:56 +01:00
c3e7895a11 tweaking a string to make it clearer 2021-02-07 23:06:14 +01:00
ed91c9d75a fix #390, make sure Undo/Redo works properly 2021-01-21 21:18:10 +01:00
74cdea8cfb tweaking some things about checklist item removal 2021-01-10 19:16:23 +01:00
0132c9b157 Refactor code 2021-01-04 21:47:09 +06:00
75da88ba33 Implement deleting done checklist items 2021-01-04 18:43:54 +06:00
8880b4795e fix #376, properly handle printing hashtags 2020-11-04 21:50:11 +01:00
810f10c9aa adding Print support 2020-10-29 16:02:34 +01:00
7383691f67 adding a null check 2020-09-26 14:19:30 +02:00
670cfa152a removing a useles fragment exception 2020-09-26 14:14:03 +02:00
d0dfab6855 adding a crashfix at the Plain Text notes 2020-05-28 21:58:58 +02:00
d64f9d889d apply the new way of setting font size in percentage everywhere 2020-05-28 21:38:43 +02:00
08cbf3083f Font size settings changed to percentages 2020-05-07 15:00:33 +01:00
a942121994 try making the "Show keyboard on startup" more reliable 2020-04-20 15:14:32 +02:00
628784c213 do not allow undoing the initial note content setup 2020-03-29 21:26:30 +02:00