Commit Graph

56 Commits

Author SHA1 Message Date
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
0bc818245c Allow exporting locked notes 2023-03-15 02:09:28 +05:30
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
249eba4f59 Moved the checkbox into the dialog 2023-01-11 15:25:46 +01:00
a0cbedd54d materializing the dialogs 2022-07-12 10:46:57 +02: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
4873fed83f updating commons 2021-12-24 12:46:09 +01:00
2542f6ea8f tweaking the Delete note dialog a bit 2021-11-17 22:02:39 +01:00
fa938fe792 removing the setting related to creating new checklist items at the top 2021-11-17 21:31:43 +01:00
74b360d378 flipping some logic to make it clearer 2021-10-12 23:21:12 +02: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
0b1af74053 Merge pull request #456 from KryptKode/feat/checklist-sort
Feat/checklist sort
2021-10-08 18:31:22 +02:00
46adfc6798 Merge pull request #457 from KryptKode/feat/add-multiple-checkitems
Dynamically add checklist items
2021-10-08 18:25:29 +02:00
0e04566985 Merge remote-tracking branch 'origin/feat/add-multiple-checkitems' into feat/add-multiple-checkitems
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs/NewChecklistItemDialog.kt
2021-10-06 23:45:17 +01:00
ba8e9e6a29 dismiss checklist dialog on touch outside 2021-10-06 23:44:22 +01:00
059ba84775 show keyboard when checklist dialog opens 2021-10-06 23:43:50 +01:00
e050635adc Allow closing the dialog by clicking outside of it 2021-10-06 22:12:26 +02:00
0937d0da24 Edit sorting logic 2021-10-05 21:39:34 +01:00
2fdd2cc845 Update text colors, make keyboard ADJUST_RESIZE 2021-10-05 20:07:48 +01:00
12e21a0282 Remove delete icon from checklist item 2021-10-03 15:08:14 +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
8c77eae5c3 Dynamically add checklist items 2021-09-29 17:01:45 +01: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
53182f0507 adding some protection related fields to the Note model 2021-05-20 20:43:38 +02:00
7c6bca4fd7 set checklist by default at opening a checklist file 2021-03-21 13:11:01 +01:00
0ba1e0e683 limit the file size at 1 MB at folder import too 2021-03-14 17:34:27 +01:00
50281671e4 fix #358, allow creating a new note from the Open Note dialog 2020-09-19 16:23:56 +02:00
6733a9f263 Allow opening files as Checklists 2020-03-29 10:40:17 +02:00
86714229b4 - wip: app crash when gson can not deserialize note 2020-02-29 10:28:54 +01:00
4c98d5201e fix #300, make the note title check at renaming case insensitive 2019-12-07 13:03:29 +01:00
f19e0ff5d0 change the "Pick a note" dialog title to "Open note" 2019-09-03 11:54:54 +02:00
b71768a0dc create a new background thread only when needed 2019-08-19 22:38:59 +02:00
622778e882 allow adding 3 checklist items at once 2018-12-26 23:50:41 +01:00
02c73cdec0 fix #249, allow renaming checklist items 2018-12-26 23:34:04 +01:00
b921356feb remember last created note type 2018-12-09 21:15:51 +01:00
4498428fb5 fix #238, save note text at renaming, if autosave is enabled 2018-12-09 21:03:23 +01:00
b6f8bea868 fix checklist handling at mass folder importing 2018-12-09 20:18:45 +01:00
57450ac5f7 change the way new note types are determined, to a radio button 2018-12-09 10:00:06 +01:00
d021a9d0fd allow adding new items to checklists 2018-12-07 23:37:03 +01:00
22be4e4ac4 adding a new ChecklistFragment and rename NoteFragment to TextFragment 2018-12-07 22:16:21 +01:00
2d36835ebb allow creating notes of a new type, Checklist 2018-12-07 21:55:21 +01:00
05ee03f351 fix renaming notes exported to files 2018-11-08 11:10:40 +01:00
66821397e9 moving another function in Room 2018-11-07 20:39:17 +01:00