|
7e7234d0bc
|
changing some code to avoid ConcurrentModificationExceptions
|
2022-03-17 13:39:58 +01:00 |
|
|
a5f1f1226b
|
Fixed missing content of checklist widget
|
2022-03-17 11:42:03 +01:00 |
|
|
f79ce33d92
|
do not show some FAQ items at the prepaid variant
|
2022-03-08 19:06:27 +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 |
|
|
4f24a2d93e
|
Merge pull request #514 from Aga-C/fix-export-toast
Fixed wrong title in export toast
|
2022-03-08 18:21:03 +01:00 |
|
|
fba3ad40f9
|
Fixed wrong title in export toast
|
2022-03-08 15:19:25 +01:00 |
|
|
6bd9500c8c
|
Removed onProgress
|
2022-03-08 13:46:44 +01:00 |
|
|
3137d6273b
|
Removed lazy option
|
2022-03-08 13:03:51 +01:00 |
|
|
f44918cd43
|
Merge branch 'master' into add-notes-backup
|
2022-03-08 12:38:31 +01:00 |
|
|
0068d3d821
|
Merge pull request #510 from Aga-C/add-checklist-sync
Added synchronization to checklist export and import
|
2022-03-08 12:13:06 +01:00 |
|
|
e965c6ec37
|
Added synchronization to checklist export and import
|
2022-02-24 19:53:28 +01:00 |
|
|
d55b3282d7
|
Fixed unnecessary note creating on app resume
|
2022-02-22 18:44:27 +01:00 |
|
|
2e872db837
|
Added exporting and importing all notes for Android 10+
|
2022-02-20 11:07:13 +01:00 |
|
|
266ef2e0ec
|
catch and show exceptions thrown at file related intents
|
2022-02-08 00:20:39 +01:00 |
|
|
d2e582419e
|
hide the keyboard at using Open file and Export as file
|
2022-02-07 19:15:10 +01:00 |
|
|
d2d4186d2e
|
finish actmode on showing NewItemDialog
|
2022-02-07 19:12:38 +01:00 |
|
|
90ac0e9b67
|
updating commons
|
2022-02-05 11:22:20 +01:00 |
|
|
31781de6da
|
Merge branch 'master' into add-shortcuts
|
2022-02-03 23:06:19 +01:00 |
|
|
a7cb229a7a
|
Merge pull request #501 from Aga-C/fix-checklist-widget-style
Fixed text styling in checklist widget (#347)
|
2022-02-03 22:51:13 +01:00 |
|
|
e0d8a361e3
|
autoformatting the code
|
2022-02-03 22:51:05 +01:00 |
|
|
58bff67785
|
Merge pull request #500 from Aga-C/hide-checklist-image
Added hiding checklist image on select to avoid item resizing (#499)
|
2022-02-03 22:43:53 +01:00 |
|
|
d099a66759
|
Merge pull request #494 from Aga-C/prevent-save-undo-redo
Prevented unnecessary save on undo/redo (#493)
|
2022-02-03 22:39:25 +01:00 |
|
|
61a606f0ae
|
Fixed text styling in checklist widget (#347)
|
2022-02-01 18:28:48 +01:00 |
|
|
62b0bf62ad
|
Added hiding checklist image on select to avoid item resizing (#499)
|
2022-01-27 11:35:26 +01:00 |
|
|
8995a973f8
|
Added shortcuts for new text note and checklist (#495)
|
2022-01-22 14:55:07 +01:00 |
|
|
e61f87cbe9
|
Prevented unnecessary save on undo/redo (#493)
|
2022-01-20 17:34:16 +01:00 |
|
|
ab632e1cf5
|
Added setting custom sorting on move to top/bottom
|
2022-01-03 14:23:30 +01:00 |
|
|
733071a624
|
removing a redundant function
|
2021-12-25 19:49:09 +01:00 |
|
|
4873fed83f
|
updating commons
|
2021-12-24 12:46:09 +01:00 |
|
|
01d429c35e
|
Merge pull request #472 from Aga-C/fix-search-hiding
Fixed search button not hiding for checklist
|
2021-11-17 22:39:41 +01:00 |
|
|
3a08647ce1
|
fixing a crash, do not try loading checklist fragment after fail
|
2021-11-17 22:29:48 +01:00 |
|
|
2542f6ea8f
|
tweaking the Delete note dialog a bit
|
2021-11-17 22:02:39 +01:00 |
|
|
80ae64ca4b
|
redesigning the app settings
|
2021-11-17 21:52:14 +01:00 |
|
|
fa938fe792
|
removing the setting related to creating new checklist items at the top
|
2021-11-17 21:31:43 +01:00 |
|
|
d3a6285412
|
Fixed search button not hiding for checklist
|
2021-10-23 11:22:51 +02: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 |
|
|
4e6ec77b47
|
show checklist item sorting in Whats New
|
2021-10-08 18:48:49 +02:00 |
|
|
f7c770df7a
|
removing an unneeded apply, as it contains only 1 line
|
2021-10-08 18:36:04 +02:00 |
|
|
0b1af74053
|
Merge pull request #456 from KryptKode/feat/checklist-sort
Feat/checklist sort
|
2021-10-08 18:31:22 +02:00 |
|
|
a26ae22412
|
adding a space
|
2021-10-08 18:29:56 +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 |
|
|
bfadeedacf
|
remove used classes
|
2021-10-06 23:32:55 +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 |
|