Commit Graph

2025 Commits

Author SHA1 Message Date
spkprs 3d95ce2b83
Update strings.xml 2023-07-22 12:51:21 +03:00
merkost 39ca2d6079 Added proguard-rules.pro for Kotlin Serialization 2023-07-22 10:05:45 +10:00
merkost 8c0508b0c1 Refactored message restoring in MessagesImporter 2023-07-22 00:31:24 +10:00
merkost 842368d0f4 Split lines in MessagesReader 2023-07-22 00:14:55 +10:00
merkost c72dc199aa ExportMessagesDialog code refactoring 2023-07-22 00:10:17 +10:00
Ensar Sarajčić bcb42d0ff5 Ensure recycle bin is ignored when disabled 2023-07-20 16:34:05 +02:00
Ensar Sarajčić cc6e9358f6 Ensure recycled messages don't reappear in threads 2023-07-20 16:26:00 +02:00
Ensar Sarajčić 565f991932 Update recycle bin related strings 2023-07-20 16:20:29 +02:00
Ensar Sarajčić 3f06b521bf Add separate screen for recycle bin messages 2023-07-20 16:04:51 +02:00
Ensar Sarajčić 31be5d3d95 Remove empty recycle bin menu item if there are no recycle bin conversations 2023-07-20 14:18:24 +02:00
Ensar Sarajčić 372dbaeaa4 Remove unusude useArchive property 2023-07-20 14:12:38 +02:00
Ensar Sarajčić b29d664dc4 Merge branch 'master' into feature/451-recycle-bin 2023-07-20 14:12:20 +02:00
merkost ec6bf55025 Added and refactored xml import support 2023-07-20 13:37:54 +10:00
merkost 05ced83909 Merge branch 'master' into export_import_settings
# Conflicts:
#	app/src/main/res/menu/menu_main.xml
2023-07-20 12:52:42 +10:00
tibbi fd65d26f8f updating commons and room 2023-07-19 16:52:20 +02:00
Tibor Kaputa 0c5242df2d
Merge pull request #698 from esensar/feature/177-conversations-archive
Implement archive feature for conversations using system API
2023-07-19 16:40:16 +02:00
Ensar Sarajčić e86e089dc5 Move thread handling to unarchiveConversation method 2023-07-19 15:31:02 +02:00
Tibor Kaputa b9f956f7e8
updating the slovak translations 2023-07-19 14:56:40 +02:00
Tibor Kaputa 9208eedf6b
adding an empty line 2023-07-19 14:52:51 +02:00
Ensar Sarajčić a07ac2c8e6 Add Serbian translation for archive_confirmation 2023-07-19 10:14:25 +02:00
Ensar Sarajčić a3d723835c Add Croatian translation of archive_confirmation 2023-07-19 10:13:29 +02:00
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
Ensar Sarajčić d97a6f6a5f Ensure that MMS reception ACK is sent to prevent duplicate MMS
This implements the getMmscInfoForReceptionAck method
in MmsReceiver which is according to android-smsmms
library required for some carriers, since otherwise
MMS would be duplicated. Unfortunately,
accessing MMSC information is more restricted with
each version of Android and this implementation relies
on system database on older versions and uses APN database
included with android-smsmms for newer versions, which will
work only on the default SIM card.
2023-07-12 17:45:24 +02:00
Ensar Sarajčić 4b3fa422be Move Show archived conversations to strings.xml 2023-07-12 12:32:28 +02:00
Ensar Sarajčić 0e2dd357d1 Fix export for LOCKED property for SMS 2023-07-12 12:15:30 +02:00
Ensar Sarajčić e825e44f54 Add support for importing XML exports
This covers importing from Signal and Silence applications export

This closes #519
2023-07-12 12:13:59 +02:00
Ensar Sarajčić 7dbd6c5d9f Add proper strings for archive operations 2023-07-12 10:37:20 +02:00
Ensar Sarajčić 47861f605d Add support for archiving conversations
Archiving messages currently acts like recycle bin in
Simple Gallery, meaning that after 30 days, conversations
will be deleted permanently. Any updates to the conversation
(new messages) removes it from archive.

This closes #177
2023-07-11 16:52:47 +02:00
Tibor Kaputa 7ca11c8427
Merge pull request #682 from esensar/feature/19-message-details
Add message details menu button
2023-07-11 15:25:10 +02:00
Tibor Kaputa aecaff6d6a
updating the slovak translation 2023-07-11 15:24:32 +02:00
Ensar Sarajčić cf7003e3b4 Remove extra spaces in strings files 2023-07-11 15:11:53 +02:00
Ensar Sarajčić 98eb62e1b6 Move message_details_sim to donottranslate 2023-07-11 13:45:15 +02:00
Ensar Sarajčić d27a2f5747 Update Simple-Commons ref 2023-07-11 13:44:50 +02:00
Ensar Sarajčić 3adfdd401e Update dialog to reuse properties dialog from file manager 2023-07-11 11:02:55 +02:00
Ensar Sarajčić 6fef121599 Fix formatting of senders and receivers 2023-07-11 09:55:57 +02:00
Ensar Sarajčić a5d6e7724c Reduce displayed data in message details dialog 2023-07-11 09:49:40 +02:00
Tibor Kaputa b49643562b
updating the slovak translation 2023-07-10 20:19:33 +02:00
Ensar Sarajčić daea2d2e5d Remove unused address and subject from message filter in SmsReceiver 2023-07-10 17:00:32 +02:00
Ensar Sarajčić c1b29646d3 Show SIM in details only if multiple are present 2023-07-10 16:59:36 +02:00
Ensar Sarajčić 45416c07bd Split getReceiverOrSenderPhoneNumbers in MessageDetailsDialog in multiple lines 2023-07-10 16:51:37 +02:00
Ensar Sarajčić 28a19a09ce Use string format instead of concatenation in MessageDetailsDialog 2023-07-10 16:50:17 +02:00
Ensar Sarajčić e4269c8356 Remove needless extra empty line in ThreadAdapter 2023-07-10 16:47:50 +02:00
Ensar Sarajčić bdd506c96e Add message details menu button
Adds a "Properties" menu button in conversation, when one message
is selected, which displays details about the message:
- Type (SMS or MMS)
- Sender phone number (or receiver if it is a sent message)
- Used SIM
- Date sent at
- Date received at (if it is an incoming message)

This closes #19
2023-07-10 16:43:07 +02:00
Ensar Sarajčić 674a467694 Add support for blocking keywords for incoming messages
This adds support for filtering incoming messages based on
message body by checking if it contains any of the blocked keywords
(case insensitive). Regex and patterns are not supported at the moment.

NOTE: This does not currently support MMS, only SMS.

This closes #33
2023-07-10 14:11:41 +02:00
Wilson e3bf8541df update last conversation message after replying from notification.
#ISSUE-675
2023-07-07 15:13:23 -04:00
Ensar Sarajčić daf11dc6fd Properly look up participants in MMS group conversations
Application was always picking first participant when tapping on avatars
in conversations. It was also using first participant for MMS notifications.

This stores sender's phone number in the database, so it can be used to look
up correct participant in the list of participants. If matching on number fails,
matching on name is attempted. If both of these fail, it falls back to previous
behavior, which is just picking the first participant.

This may also be connected to #32, but I am not sure, since this should just
be related to behavior when tapping on avatars. Mixing up avatars in the
conversation should be a different issue.

This closes #433, closes #500, closes #384
2023-07-07 10:58:17 +02:00
Ensar Sarajčić 9ff6c3cbb6 Properly load threads on configuration changes 2023-06-30 10:56:07 +02:00
Ensar Sarajčić 8675de70c2 Handle app locking for threads too 2023-06-30 10:55:30 +02:00
Ensar Sarajčić ae2e480876 Prevent loading messages before app is unlocked 2023-06-30 10:41:01 +02:00
Ensar Sarajčić ce76573614 Adjust settings section label color properly 2023-06-30 10:25:45 +02:00
Ensar Sarajčić 143aaece4b Add password protection feature to the app
This closes #446
2023-06-30 09:29:36 +02:00
J. Lavoie 4bacfa4fa8
Translated using Weblate (Italian)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/it/
2023-06-26 23:03:48 +02:00
J. Lavoie f8982156fa
Translated using Weblate (French)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/fr/
2023-06-26 23:03:48 +02:00
Tibor Kaputa 73c12d0db1
removing an empty line 2023-06-26 22:48:13 +02:00
Alier 3a4f54b4be Remove extra translation 2023-06-27 02:40:41 +06:00
Alier a21662baef Update string translation 2023-06-26 16:27:23 +06:00
AAlier 5169539a88 Add missing code 2023-06-24 04:28:35 +06:00
Alier b076da3840 Add Delete Action Button to Sms message 2023-06-24 04:09:35 +06:00
tibbi 220dec1cd5 replacing jcenter with mavenCentral 2023-06-23 11:37:15 +02:00
tibbi 77768c66e0 fix #44, load less messages at conversations by default to speed it up 2023-06-21 12:22:11 +02:00
tibbi 4dfdb39603 adding some margin between conversations 2023-06-12 12:33:10 +02:00
tibbi 1d2443fda3 removing a confusing background at conversations, set it dynamically 2023-06-12 12:20:59 +02:00
tibbi e8d021a662 use nicer effects at long pressing conversations 2023-06-11 21:42:55 +02:00
Milo Ivir 08dd629b8b
Translated using Weblate (Croatian)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/hr/
2023-05-28 17:58:30 +02:00
Kryštof Černý ba518ea641
Translated using Weblate (Czech)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/cs/
2023-05-28 10:52:00 +02:00
gallegonovato 80428e2658
Translated using Weblate (Spanish)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/es/
2023-05-27 08:27:56 +02:00
Tibor Kaputa 063cd2bace
Merge pull request #658 from Aga-C/fix-deleting-notification
Fixed deleting notification after deleting conversation ( #637)
2023-05-24 10:15:05 +02:00
en2sv 3074f28279
Translated using Weblate (Swedish)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/sv/
2023-05-22 20:52:27 +02:00
Agnieszka C bb61229cef Fixed deleting notification after deleting conversation ( #637) 2023-05-20 08:35:03 +02:00
tibbi 2bba900eb1 update version to 5.18.2 2023-05-19 22:59:00 +02:00
tibbi 16734aa93d Merge branch 'master' of github.com:SimpleMobileTools/Simple-SMS-Messenger 2023-05-19 22:54:22 +02:00
tibbi 3dadb0ccb8 updating commons and room 2023-05-19 22:54:13 +02:00
tibbi fb96109973 removing some extra margins at importing dialog 2023-05-19 22:53:59 +02:00
Tibor Kaputa dd48fa544e
Merge pull request #651 from yparitcher/history
refresh sms history based on oldest sms loaded, ignoring mms
2023-05-19 22:49:21 +02:00
Milo Ivir fcfd0574bb
Translated using Weblate (Croatian)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/hr/
2023-05-19 22:48:06 +02:00
Priit Jõerüüt e7bc2c5e6d
Translated using Weblate (Estonian)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/et/
2023-05-19 22:48:06 +02:00
Tibor Kaputa e475069c42
autoformatting code 2023-05-19 22:47:21 +02:00
Kevin Cotugno da117ecca4 Fix import for partial exports
The previous implementation assumed that each JSON object would have an
"SMS" key and a "MMS" key, and in that order. This caused an exception
when it tried to read the next NAME token because the next token is
actually the closing bracket of the object. This commit fixes this issue
by checking that the next token is actually a NAME. If it is, we consume
the token and handle it according to its value, which may be either
"sms" or "mms". If it's neither of those, we skip it.

Fixes #646
2023-05-19 07:07:07 -07:00
Tibor Kaputa abedc2a18a
Merge pull request #642 from rmullin7286/master
Made ThreadActivity launch in singleTop mode and added onNewIntent.
2023-05-18 17:58:35 +02:00
Tibor Kaputa bfadbb42b5
Merge pull request #654 from spkprs/patch-15
Update strings.xml
2023-05-14 22:24:52 +02:00
spkprs ccb61683ef
Update strings.xml 2023-05-14 18:52:46 +03:00
Sergio Marques dd02f4cf61
Translated using Weblate (Portuguese)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/pt/
2023-05-13 23:52:08 +02:00
Josep M. Ferrer a606058ad6
Translated using Weblate (Catalan)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ca/
2023-05-12 21:50:34 +02:00
Rex_sa 1abe0b84ae
Translated using Weblate (Arabic)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ar/
2023-05-12 21:50:33 +02:00
Eric 83397c508b
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/zh_Hans/
2023-05-12 21:50:33 +02:00
Oğuz Ersen 0970c478eb
Translated using Weblate (Turkish)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/tr/
2023-05-12 21:50:33 +02:00
solokot ff9a96f32c
Translated using Weblate (Russian)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/ru/
2023-05-12 21:50:32 +02:00
Agnieszka C eabacec0b1
Translated using Weblate (Polish)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/pl/
2023-05-12 21:50:32 +02:00
Guillaume c66bdbf6c5
Translated using Weblate (Dutch)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/nl/
2023-05-12 21:50:32 +02:00
VfBFan 05e4d8e42b
Translated using Weblate (German)
Currently translated at 100.0% (81 of 81 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/de/
2023-05-12 21:50:31 +02:00
yparitcher 707d7499e3
better method: limit the total of sms+mms to MESSAGES_LIMIT
this causes the sms and mms to load together for a smoother flow
2023-05-10 20:35:12 -04:00
tibbi 4596ab4475 use the new error string 2023-05-10 22:52:12 +02:00
tibbi 69e448f0a1 adding a new error message 2023-05-10 22:42:22 +02:00
tibbi 83c56c9f00 updating commons 2023-05-10 22:33:14 +02:00
Tibor Kaputa 055c1c7c08
Merge pull request #621 from Anis-cpu-13/fix-messaging-bug
Fix issue where sms_body was not being handled as an alternative to I…
2023-05-10 22:30:49 +02:00
yparitcher 7b5d32e624
refresh sms history based on oldest sms loaded, ignoring mms
all mms are always loaded, the number of messages only concerns sms, so only reference sms to determine the oldest loaded message

this should load all sms messages when there are mms messages in between

Fixes: #535
2023-05-10 15:37:43 -04:00
FTno a57f8de092
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (80 of 80 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/nb_NO/
2023-05-07 18:51:02 +02:00
FTno 4ca0144219
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (80 of 80 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/nb_NO/
2023-05-07 18:51:02 +02:00
en2sv e756fbf9c3
Translated using Weblate (Swedish)
Currently translated at 100.0% (80 of 80 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/sv/
2023-05-07 18:51:02 +02:00
Slávek Banko 4f140c5754
Translated using Weblate (Czech)
Currently translated at 100.0% (80 of 80 strings)

Translation: Simple Mobile Tools/Simple SMS Messenger
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-sms-messenger/cs/
2023-05-07 18:51:02 +02:00
tibbi a54155d358 updating commons 2023-05-07 18:50:55 +02:00