1954 Commits

Author SHA1 Message Date
Ensar Sarajčić
e07fbe40a6 Add confirmation for archiving conversations 2023-07-19 10:11:52 +02:00
Ensar Sarajčić
5dff8367e3 Update label for archive emptying for clarity 2023-07-19 10:08:18 +02:00
Ensar Sarajčić
b9b85ea6a7 Remove options menu on ArchivedConversationsActivity when there are no conversations 2023-07-19 10:07:33 +02:00
Wilson
f6b5bbf455 add asking for Exact alarm permission before scheduling a message above Android API S 2023-07-18 16:21:18 -04:00
Ensar Sarajčić
b0141fe93d Add recycle bin list similar to main conversations list 2023-07-18 15:19:30 +02:00
Ensar Sarajčić
d560720ac3 Fix index creation in the migration 2023-07-18 11:45:47 +02:00
Ensar Sarajčić
555b6ebea3 Add support for recycle bin for messages
This adds support for moving messages to recycle bin instead of
deleting them right away. The feature is not active by default.

This closes #451
2023-07-18 11:34:25 +02:00
merkost
db5decfcd8 Added additional types for txt or xml and moved import logic to Importer 2023-07-18 17:17:52 +10:00
Konstantin Merenkov
321e4f11ff
Merge branch 'master' into export_import_settings 2023-07-18 16:27:09 +10:00
merkost
47866a1c19 Settings activity configured import/export 2023-07-18 16:24:04 +10:00
merkost
679236e3fa MessagesImporter and MessagesReader refactoring 2023-07-18 16:23:46 +10:00
merkost
4d378e819c ImportResult extracted to a separate class and MainActivity cleared 2023-07-18 16:23:04 +10:00
merkost
30b100b62f Dialogs refactoring 2023-07-18 16:22:14 +10:00
merkost
5a8cc0f14d Added BackupType with BackupSerializer 2023-07-18 16:21:44 +10:00
Ensar Sarajčić
1b8cfee9ea Remove unused strings 2023-07-18 08:21:22 +02:00
merkost
5363af1071 Added serialization 2023-07-18 12:38:31 +10:00
merkost
56ce7c5aa4 Added settings migrating section 2023-07-18 12:32:06 +10:00
Ensar Sarajčić
857a4f0b93 Implement archive functionality using system API 2023-07-17 16:43:31 +02:00
Ensar Sarajčić
222b96e8c5 Remove ApnUtils usage in the app
Using ApnUtils causes crash on newer Android versions (https://github.com/SimpleMobileTools/Simple-SMS-Messenger/pull/683#issuecomment-1637036718)
This reverts this part of changes from https://github.com/SimpleMobileTools/Simple-SMS-Messenger/pull/687, since other
changes have fixed the issue. This part is not as important (required to send reception ACK to MMSC, which is apparently not needed for all carriers)
2023-07-16 16:25:29 +02:00
solokot
5a0e9d26fc
Translated using Weblate (Russian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ru/
2023-07-16 13:07:48 +02:00
Tibor Kaputa
1995da2916
Merge pull request #685 from esensar/feature/519-xml-import
Add support for importing XML exports
2023-07-15 18:41:26 +02:00
Ensar Sarajčić
c79242f571 Rename JSON_FILE_EXT to JSON_FILE_EXTENSION 2023-07-15 16:33:21 +02:00
Ensar Sarajčić
a35edce84a Add support for .txt files for importing 2023-07-15 16:32:33 +02:00
Ensar Sarajčić
a6b97698bf Update mime type and file extension constants for clarity 2023-07-15 16:24:32 +02:00
Ensar Sarajčić
0ad178fddb Rename JSON import constants to better reflect contents 2023-07-15 13:59:58 +02:00
elgratea
43c4c1395c
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/bg/
2023-07-14 14:12:04 +02:00
Josep M. Ferrer
ec65179a77
Translated using Weblate (Catalan)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ca/
2023-07-14 14:12:04 +02:00
Rex_sa
bce96691a3
Translated using Weblate (Arabic)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ar/
2023-07-14 14:12:04 +02:00
Eric
e9ff8bf323
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/zh_Hans/
2023-07-14 14:12:04 +02:00
Oğuz Ersen
ba88dc8dce
Translated using Weblate (Turkish)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/tr/
2023-07-14 14:12:04 +02:00
Guillaume
2c2c629a5c
Translated using Weblate (Dutch)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/nl/
2023-07-14 14:12:03 +02:00
spkprs
2a5eff964c
Update strings.xml 2023-07-14 14:28:18 +03:00
tibbi
17f1bf62b1 removing a redundant type definition 2023-07-14 10:00:06 +02:00
Tibor Kaputa
eb35bf3761
Merge pull request #687 from esensar/fix/duplicate-mms
Ensure that MMS reception ACK is sent to prevent duplicate MMS
2023-07-14 09:59:40 +02:00
Ensar Sarajčić
ca66206034 Update android-smsmms ref to use tibbi fork 2023-07-14 09:39:32 +02:00
Ensar Sarajčić
4d13fa1079 Disable archive by default 2023-07-13 16:38:09 +02:00
Ensar Sarajčić
c1446194a1 Change archived conversations section label to archive 2023-07-13 16:37:32 +02:00
Ensar Sarajčić
3fc1ddbff9 Update android-smsmms to include https://github.com/tibbi/android-smsmms/pull/14 2023-07-13 16:05:41 +02:00
Tibor Kaputa
8ebef8801d
Merge pull request #686 from esensar/fix/locked-export
Fix export for LOCKED property for SMS
2023-07-13 15:44:32 +02:00
Ensar Sarajčić
1b7874446b Add index to db migration for archived_conversations 2023-07-13 13:52:54 +02:00
Ensar Sarajčić
c51dc0b935 Fix archived_conversations creation migration 2023-07-13 10:33:02 +02:00
Agnieszka C
512a354f44
Translated using Weblate (Polish)
Currently translated at 100.0% (91 of 91 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/pl/
2023-07-13 10:12:24 +02:00
Josep M. Ferrer
955374b470
Translated using Weblate (Catalan)
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ca/
2023-07-13 04:28:43 +02:00
Rex_sa
8ec167da4e
Translated using Weblate (Arabic)
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ar/
2023-07-13 04:28:43 +02:00
Eric
2d6f05f0f5
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/zh_Hans/
2023-07-13 04:28:43 +02:00
Oğuz Ersen
705181e076
Translated using Weblate (Turkish)
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/tr/
2023-07-13 04:28:43 +02:00
solokot
0c4774cd56
Translated using Weblate (Russian)
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ru/
2023-07-13 04:28:43 +02:00
Agnieszka C
52fecff926
Translated using Weblate (Polish)
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/pl/
2023-07-13 04:28:43 +02:00
Guillaume
d15384db26
Translated using Weblate (Dutch)
Currently translated at 100.0% (86 of 86 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/nl/
2023-07-13 04:28:43 +02:00
Ensar Sarajčić
ab898bfcbe Update android-smsmms for cleaner MmsReceiver 2023-07-12 18:05:15 +02:00