Commit Graph

18 Commits

Author SHA1 Message Date
Ensar Sarajčić cf50f6a2bb Migrate to viewbinding and kotlin gradle scripts
- Replaced kotlinx sythetic with viewbinding
- Update build scripts to kotlin
- Intoduced version catalog, similar to Commons
- Updated kotlin from 1.7.10 to 1.9.0
- Updated room from 2.5.2 to 2.6.0-alpha02 (same as Commons)
- Updated Android Gradle Plugin to 8.1.0
2023-08-04 10:20:31 +02:00
tibbi 1c7babc410 adding a missing settings divider + minor code style tweaks 2023-01-29 23:25:37 +01:00
Agnieszka C 249eba4f59 Moved the checkbox into the dialog 2023-01-11 15:25:46 +01:00
tibbi a0cbedd54d materializing the dialogs 2022-07-12 10:46:57 +02:00
tibbi 797ac60d56 updating commons with some material elements 2022-07-11 23:28:40 +02:00
tibbi 66fbfccd91 updating a couple more colors 2022-04-02 22:32:59 +02:00
tibbi 43fa37e3ed updating commons and target SDK to 31 2022-04-02 22:26:25 +02:00
tibbi fa938fe792 removing the setting related to creating new checklist items at the top 2021-11-17 21:31:43 +01:00
darthpaul 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
darthpaul ba8e9e6a29 dismiss checklist dialog on touch outside 2021-10-06 23:44:22 +01:00
darthpaul 059ba84775 show keyboard when checklist dialog opens 2021-10-06 23:43:50 +01:00
Tibor Kaputa e050635adc
Allow closing the dialog by clicking outside of it 2021-10-06 22:12:26 +02:00
darthpaul 2fdd2cc845 Update text colors, make keyboard ADJUST_RESIZE 2021-10-05 20:07:48 +01:00
darthpaul 12e21a0282 Remove delete icon from checklist item 2021-10-03 15:08:14 +01:00
darthpaul 8c77eae5c3 Dynamically add checklist items 2021-09-29 17:01:45 +01:00
tibbi 622778e882 allow adding 3 checklist items at once 2018-12-26 23:50:41 +01:00
tibbi 02c73cdec0 fix #249, allow renaming checklist items 2018-12-26 23:34:04 +01:00
tibbi d021a9d0fd allow adding new items to checklists 2018-12-07 23:37:03 +01:00