Commit Graph

1769 Commits

Author SHA1 Message Date
Milo Ivir faf647f08a
Translated using Weblate (Croatian)
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/hr/
2023-09-27 13:01:14 +00:00
Lionel HANNEQUIN 810a06a89a
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-09-27 13:01:13 +00:00
Puppelimies 7a3880ff6c
Translated using Weblate (Swedish)
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/sv/
2023-09-25 05:01:17 +00:00
Tibor Kaputa 9a6d204c21
Update strings.xml 2023-09-23 19:18:24 +02:00
Prasanta-Hembram ce5a1dcc20
Translated using Weblate (Santali)
Currently translated at 2.8% (2 of 71 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/sat/
2023-09-21 11:22:19 +02:00
Anonymous 925310c6a3
Translated using Weblate (Santali)
Currently translated at 100.0% (0 of 0 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/sat/
2023-09-20 16:43:15 +02:00
Prasanta-Hembram 34ec22e193
Added translation using Weblate (Santali) 2023-09-20 16:43:09 +02:00
Ensar Sarajčić ec668ad26a Remove notifyDataSetChanged uses to restore item animations 2023-09-20 13:06:14 +02:00
Ensar Sarajčić 2611758758 Wait for DB updates before refreshing checklist items 2023-09-20 11:49:33 +02:00
Usland f44ed3e2fe
Update strings.xml 2023-09-19 17:34:03 +00:00
mimvahedi afcf218bd0
Translated using Weblate (Persian)
Currently translated at 90.1% (64 of 71 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/fa/
2023-09-19 17:34:03 +00:00
Anonymous 908a61768c
Translated using Weblate (Persian)
Currently translated at 88.7% (63 of 71 strings)

Translation: Simple Mobile Tools/Simple Notes
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes/fa/
2023-09-19 17:34:02 +00:00
spkprs 5773070947
Update strings.xml 2023-09-19 09:34:14 +03:00
Ensar Sarajčić 480eb692b2 Clean up gradle deprecation warnings 2023-09-13 14:06:52 +02:00
tibbi ddbe72a1a4 updating commons 2023-08-30 17:48:54 +02:00
Agnieszka C 48eb068150 Fixed showing note picker on opening from shortcut (#679) 2023-08-28 19:49:37 +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
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
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
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
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
Ensar Sarajčić f16c48d9ac Update color of settingsColorCustomizationSectionLabel 2023-08-04 11:15:34 +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
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 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
Ensar Sarajčić 1a8871b81a Add extra bottom padding in open note dialog to prevent overlap with fab 2023-08-02 13:12:13 +02:00
Dejvino e89d66839d Fix #615: 'Checklist - Order issue with char like É or È' by using a locale-aware Collator 2023-08-02 04:47:47 +02:00
Ensar Sarajčić 835168ef0a Add fab for OpenNoteDialog 2023-08-01 08:20:20 +02:00
tibbi 88100ea5ae allow importing both txt and json files 2023-07-31 19:24:45 +02:00
Tibor Kaputa 03d0ea826b
Merge pull request #654 from esensar/sdk-34-migration
Update targetSdkVersion to 34
2023-07-31 18:13:05 +02:00
Макар Разин f7a2c29faa
Translated using Weblate (Belarusian)
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/be/
2023-07-31 17:42:50 +02:00
Gabriel Camargo ff9cddbbdf
Translated using Weblate (Portuguese (Brazil))
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/pt_BR/
2023-07-31 17:42:50 +02:00
htetoh 04206e7b57
fixing language code 2023-07-31 21:50:56 +06:30
htetoh 50910cc30e
adding Burmese strings 2023-07-31 18:43:26 +06:30
Ensar Sarajčić da61c2eb32 Update Simple-Commons version 2023-07-31 10:21:47 +02:00
Ensar Sarajčić 0e44ad361c Merge branch 'master' into feature/641-open-note-ui 2023-07-31 10:16:48 +02:00
merkost 63669734b2 Removed Exporting successful toast on auto backup 2023-07-29 10:32:21 +10:00
Ensar Sarajčić 6a97150b91 Update targetSdkVersion to 34
There are 2 known issues with this update:
- Max font scaling does not look well in the PagerTabStrip
- Not sure if caused by the update, updating file linked to the note sometimes fails with SecurityException

No other changes from these lists affects this app:
- https://developer.android.com/about/versions/14/behavior-changes-all
- https://developer.android.com/about/versions/14/behavior-changes-14
2023-07-28 16:52:40 +02:00
Ensar Sarajčić f6ae948fb0 Prevent widget crash when checklist is empty 2023-07-28 16:34:11 +02:00
merkost 838f50efb2 Created exportNotes function in NotesHelper 2023-07-28 17:36:13 +10:00
merkost 2fd8dcf4b1 Implemented autoBackup setup functions in SettingsActivity 2023-07-28 17:35:26 +10:00