Commit Graph

648 Commits

Author SHA1 Message Date
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
2fdd2cc845 Update text colors, make keyboard ADJUST_RESIZE 2021-10-05 20:07:48 +01:00
f5ccdc45b9 avoid calling isCurrentItemChecklist() multiple times 2021-10-03 22:54:49 +02:00
289ec7208c removing an unused constant 2021-10-03 22:45:28 +02:00
b9f3191b69 removing an unused constant 2021-10-03 22:45:12 +02: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
d148443165 Merge pull request #459 from Aga-C/use-monospace-widget
Added monospaced font to widgets (#292)
2021-09-30 15:45:11 +02:00
91e88c703b Merge pull request #452 from Aga-C/fix-import-dialog
Fixed text in import dialog (#436)
2021-09-30 15:40:56 +02:00
f18a223f8b Added monospaced font to widgets (#292) 2021-09-29 19:49:48 +02:00
8c77eae5c3 Dynamically add checklist items 2021-09-29 17:01:45 +01:00
1ea4f0bf04 cleanup formatting 2021-09-29 11:49:08 +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
8d8ab9554d Merge pull request #453 from Aga-C/change-undo-redo-visibility
Changed undo/redo visibility behavior (#427)
2021-09-28 23:32:41 +02:00
e1ac84533d Update MainActivity.kt 2021-09-28 23:32:16 +02: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
ed1603afad Changed undo/redo visibility behavior (#427) 2021-09-26 19:16:59 +02:00
e93fb03484 Merge branch 'master' into fix-import-dialog 2021-09-24 19:03:03 +02:00
e54c88ab33 Fixed text in import dialog (#436) 2021-09-24 18:17:01 +02:00
ab0d7a5666 Don't update note info if export failed 2021-09-13 05:18:45 +03:00
cbba53b798 Fix error when exporting notes to Google Drive
Use "rwt" mode instead of "wt" as the "wt" seems to not work with Google Drive.
See this: https://github.com/itinance/react-native-fs/pull/837#issuecomment-776677509
2021-09-13 05:07:56 +03:00
e099ba62a6 Update WidgetConfigureActivity.kt 2021-09-08 09:53:38 +02:00
99abbdabcc Update MainActivity.kt 2021-09-08 09:53:22 +02:00
ff7e114264 Update Note.kt 2021-09-08 09:53:04 +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
d0a947ddff Simplify and reformat code 2021-08-22 11:20:12 +03:00
de60443c21 Fix editing previously exported notes not working properly
OutputStream for existing files with "content://" path needs to be opened in truncate mode, its description: "If the file already exists and is a regular file and is opened for writing, it will be truncated to length 0."
Streams for files with "/storage" don't seem to be affected by this issue and don't need the truncate mode.

See more at https://developer.android.com/reference/android/os/ParcelFileDescriptor#parseMode(java.lang.String).
2021-08-22 09:10:11 +01:00
26ed93e428 adding some widget handling related improvements 2021-05-21 11:24:55 +02:00
8e09ac7c99 show the notes content if it gets unlocked 2021-05-21 09:32:41 +02:00
d321868d54 handle password protection at widget creation 2021-05-20 23:24:22 +02:00