Commit Graph

24 Commits

Author SHA1 Message Date
0b1af74053 Merge pull request #456 from KryptKode/feat/checklist-sort
Feat/checklist sort
2021-10-08 18:31:22 +02:00
bfadeedacf remove used classes 2021-10-06 23:32:55 +01:00
0937d0da24 Edit sorting logic 2021-10-05 21:39:34 +01:00
9d60d27e53 Remove unnecessary strings, remove separate done from/undone 2021-10-03 14:53:40 +01:00
efbfaa8717 Added note title to widget (#268) 2021-10-01 20:52:41 +02:00
17579ac451 Persist sort state globally 2021-09-29 11:38:13 +01:00
a90bfb9a0a Implement checklist sort 2021-09-29 10:35:21 +01:00
ff7e114264 Update Note.kt 2021-09-08 09:53:04 +02: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
ae48ce07a3 adding the locking related menu buttons 2021-05-20 20:54:48 +02:00
53182f0507 adding some protection related fields to the Note model 2021-05-20 20:43:38 +02:00
4f1bb56d00 allow syncing note with content uris 2021-03-21 11:50:02 +01:00
8897c39f6d fix a glitch at creating notes synced to files 2021-03-21 10:50:44 +01:00
93c6079fa9 lets store the widget text and background colors separately per widget 2019-08-19 23:11:21 +02:00
aa25f23c38 fix some glitches related to notes synced to files 2019-03-08 22:56:35 +01:00
42c14576be properly clean up removed widgets from the database 2018-12-16 21:01:08 +01:00
2d61509590 reduce the alpha and strike thru text of completed tasks 2018-12-08 19:55:20 +01:00
f34ce020bb display the checklist items on the recycler view 2018-12-08 19:23:49 +01:00
d021a9d0fd allow adding new items to checklists 2018-12-07 23:37:03 +01:00
213cbd80fe adding widget support too 2018-11-07 21:32:29 +01:00
99ee559836 change the Note ID type to Long 2018-11-07 19:00:06 +01:00
d0e731fcb7 create a table for widgets 2018-11-07 12:25:47 +01:00
e7ff0c6e15 preparing the migration to Room database 2018-11-07 12:18:52 +01:00
0635dac078 appending package name with .pro 2018-11-07 11:48:09 +01:00