Commit Graph

2394 Commits

Author SHA1 Message Date
tibbi a8f16f5599 updating changelog 2023-09-19 19:42:25 +02:00
tibbi a891e630d9 update version to 6.17.0 2023-09-19 19:42:17 +02:00
Tibor Kaputa f20a33f9f3
Merge pull request #686 from spkprs/patch-11
Update strings.xml
2023-09-19 19:33:56 +02:00
tibbi c2bc5fa534 updating commons 2023-09-19 19:33:41 +02:00
spkprs 5773070947
Update strings.xml 2023-09-19 09:34:14 +03:00
Tibor Kaputa 2e1c87c71f
Merge pull request #685 from esensar/gradle-deprecation-warnings
Clean up gradle deprecation warnings
2023-09-13 14:38:34 +02:00
Ensar Sarajčić 480eb692b2 Clean up gradle deprecation warnings 2023-09-13 14:06:52 +02:00
tibbi 51b21a9cb0 updating commons 2023-09-07 17:48:10 +02:00
tibbi 9bcb6e0856 updating changelog 2023-08-30 17:54:47 +02:00
tibbi df294292dd update version ot 6.16.5 2023-08-30 17:54:41 +02:00
tibbi ddbe72a1a4 updating commons 2023-08-30 17:48:54 +02:00
Tibor Kaputa aa41b534b3
Merge pull request #680 from Aga-C/fix-opening-shortcut
Fixed showing note picker on opening from shortcut (#679)
2023-08-30 17:33:38 +02:00
Agnieszka C 48eb068150 Fixed showing note picker on opening from shortcut (#679) 2023-08-28 19:49:37 +02:00
Tibor Kaputa 7bfd0de6c1
Merge pull request #678 from weblate/weblate-simple-mobile-tools-simple-notes
Translations update from Hosted Weblate
2023-08-24 15:29:52 +02:00
J. Lavoie 4e4b2bdc47
Translated using Weblate (French)
Currently translated at 100.0% (71 of 71 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/fr/
2023-08-24 15:29:18 +02:00
tibbi f0ef759bec show less content per note at the note picker 2023-08-24 15:29:10 +02:00
Tibor Kaputa 453c44874a
Merge pull request #677 from esensar/fix/676-big-text-size-note-titles
Take all text scaling into account when determining pagerTabStrip height
2023-08-22 17:15:01 +02:00
Ensar Sarajčić cb152bcf80 Take all text scaling into account when determining pagerTabStrip height
This fixes #676
2023-08-22 15:06:24 +02:00
tibbi c3278ea8f6 updating changelog 2023-08-16 19:11:58 +02:00
tibbi f38543e1db update version to 6.16.4 2023-08-16 19:11:52 +02:00
Tibor Kaputa 6e7976ce77
Merge pull request #671 from esensar/view-state-restore-crash
Fix crash when restoring state on TextFragment
2023-08-16 19:03:28 +02:00
Ensar Sarajčić a24d3223a6 Fix crash when restoring state on TextFragment
`onViewStateRestored()` in TextFragment crashed with `ClassCastException`,
because layout has `MyEditText` with id `text_note_view` and not `MyTextView`.
This has now been changed to `TextView` to ensure less breaking in the future
and since only `text` was changed, this is enough.

This happened when viewing notes and causing configuration change or something else
that would cause the state to be restored.
2023-08-16 13:32:53 +02:00
tibbi d98c9bc806 updating changelog 2023-08-15 16:56:22 +02:00
tibbi bbbd6d5b9d update version to 6.16.3 2023-08-15 16:56:13 +02:00
Tibor Kaputa 1d6fbfeab8
Merge pull request #670 from esensar/release-crash-fix
Fix release build type crash and missing pager tab strip
2023-08-15 16:49:52 +02:00
Ensar Sarajčić 5969af52b2 Add proguard rules for using Gson TypeToken 2023-08-15 15:08:08 +02:00
Ensar Sarajčić 72733b7f96 Fix pagerTabStrip display on MainActivity in release mode 2023-08-15 14:55:57 +02:00
Ensar Sarajčić dbfef6773b Use delegated property for viewBinding in activities 2023-08-15 14:46:14 +02:00
tibbi be1a70cb53 updating changelog 2023-08-14 23:49:25 +02:00
tibbi 4cf8171338 update version to 6.16.2 2023-08-14 23:49:19 +02:00
tibbi eb817d3910 updating commons 2023-08-14 23:40:43 +02:00
Tibor Kaputa 24be01eaa2
Merge pull request #662 from weblate/weblate-simple-mobile-tools-simple-notes
Translations update from Hosted Weblate
2023-08-14 17:55:22 +02:00
Heki 84a93b71f2
Translated using Weblate (Slovenian)
Currently translated at 100.0% (71 of 71 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/sl/
2023-08-09 20:49:10 +02:00
josé m 56cd87c784
Translated using Weblate (Galician)
Currently translated at 100.0% (71 of 71 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/gl/
2023-08-06 06:49:43 +02:00
Tibor Kaputa bbb00cf771
Merge pull request #661 from esensar/viewbinding-migration
Migrate to viewbinding and kotlin gradle scripts
2023-08-04 11:43:22 +02:00
Ensar Sarajčić f16c48d9ac Update color of settingsColorCustomizationSectionLabel 2023-08-04 11:15:34 +02:00
Ensar Sarajčić 7c2201f202 Update simple-commons to fix locking crash 2023-08-04 11:09:30 +02:00
Ensar Sarajčić 920a0114c7 Merge branch 'master' into viewbinding-migration 2023-08-04 10:23:13 +02:00
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 f4667afa37 updating changelog 2023-08-04 00:13:13 +02:00
tibbi c7545f72ac update version to 6.16.1 2023-08-04 00:12:41 +02:00
Tibor Kaputa 311175d1c1
Merge pull request #660 from esensar/fix/659-open-note-locked
Hide text from locked notes
2023-08-03 11:40:08 +02:00
Ensar Sarajčić eec54e49d8 Make lock icon bigger and use primary color 2023-08-03 11:28:49 +02:00
Ensar Sarajčić 037d8f0147 Hide text from locked notes
This closes #659
2023-08-03 10:49:10 +02:00
tibbi 24af1a908e updating changelog 2023-08-02 16:46:13 +02:00
tibbi 513da20f90 update version to 6.16.0 2023-08-02 16:46:07 +02:00
tibbi cfc6ee3d04 extending a comment 2023-08-02 16:40:37 +02:00
tibbi 63e75ec2d8 sort notes properly, including accents 2023-08-02 15:42:54 +02:00
Tibor Kaputa 16229704ea
Merge pull request #658 from Dejvino/bugfix/615
Fix #615: Use a locale-aware Collator for sorting Checklists
2023-08-02 15:38:00 +02:00
Tibor Kaputa 27855d5d64
Merge pull request #651 from esensar/feature/641-open-note-ui
Update UI of OpenNodeDialog
2023-08-02 15:10:27 +02:00