Commit Graph

2353 Commits

Author SHA1 Message Date
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
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
Tibor Kaputa 75e559d93c
Merge pull request #655 from weblate/weblate-simple-mobile-tools-simple-notes
Translations update from Hosted Weblate
2023-07-31 18:03:23 +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
Tibor Kaputa bdca859ed9
Merge pull request #657 from htetoh/htetoh/Simple-Notes
fixing language code
2023-07-31 17:42:45 +02:00
htetoh 04206e7b57
fixing language code 2023-07-31 21:50:56 +06:30
Tibor Kaputa 8c71df3d52
Merge pull request #656 from htetoh/patch-1
adding Burmese strings
2023-07-31 15:40:27 +02:00
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
Tibor Kaputa bdf9448c90
Merge pull request #653 from Merkost/automatic_backups
Automatic backups
2023-07-30 21:46:31 +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
merkost 571ecfdd75 Receivers refactoring 2023-07-28 17:34:28 +10:00
merkost ecac42eb94 Added autoBackup constants 2023-07-28 17:33:53 +10:00
merkost 938c050e1d Implemented backupNotes and other functions in Context.kt 2023-07-28 17:33:13 +10:00
merkost c93e7fe063 ManageAutoBackupsDialog and DateTimePatternInfoDialog added 2023-07-28 17:30:50 +10:00
merkost 1fb1afe23d Commons updated 2023-07-28 17:29:09 +10:00
merkost 8ac972d510 Permissions added for AlarmManager 2023-07-28 17:28:48 +10:00
merkost ada0702929 Added backup receivers 2023-07-28 16:33:53 +10:00
merkost 53c5f54677 Added settings menu item 2023-07-28 16:25:39 +10:00
Ensar Sarajčić 5f2cc8149b Add a separate layout for new note item 2023-07-27 15:53:09 +02:00
Ensar Sarajčić 1b94c4839f Remove divider from open note dialog 2023-07-27 15:30:56 +02:00
Ensar Sarajčić fb0020103a Remove useless comment 2023-07-27 12:24:50 +02:00
Ensar Sarajčić 391271512e Hide note text if it is blank 2023-07-27 11:37:22 +02:00
Ensar Sarajčić b4314e8b4e Add create a new note as an additional item in the list 2023-07-27 11:35:40 +02:00
Ensar Sarajčić 1965df43f5 Fix card background handling on older versions 2023-07-27 11:03:48 +02:00
Tibor Kaputa 1d14be99a9
Merge pull request #650 from weblate/weblate-simple-mobile-tools-simple-notes
Translations update from Hosted Weblate
2023-07-26 18:47:14 +02:00
Ensar Sarajčić c8f2f13b53 Fix appearance on different themes 2023-07-26 13:13:18 +02:00
Ensar Sarajčić 48d0919245 Remove needless null check in OpenNoteAdapter 2023-07-26 12:52:37 +02:00
Ensar Sarajčić 68991ce1cd Fix formatting for checklist notes 2023-07-26 12:40:32 +02:00
Ensar Sarajčić 92f4863b8a Update UI of OpenNoteDialog
This is related to #641
2023-07-26 11:43:18 +02:00
Priit Jõerüüt 9696de584f
Translated using Weblate (Estonian)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Notes metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-notes-metadata/et/
2023-07-21 11:03:47 +02:00
Priit Jõerüüt 8bddee35cb
Translated using Weblate (Estonian)
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/et/
2023-07-21 11:03:47 +02:00