Commit Graph

990 Commits

Author SHA1 Message Date
tibbi 18026c473f adding some crashfixes 2021-09-24 21:35:37 +02:00
Tibor Kaputa 8e843eece1
Merge pull request #214 from ltGuillaume/patch-1
Dutch
2021-09-24 21:08:14 +02:00
solokot beb724edb1
Updated Russian language 2021-09-24 21:50:51 +03:00
Guillaume 16d81da4e4
Dutch 2021-09-24 20:38:37 +02:00
Agnieszka C ccac528cd7 Updated Polish translation 2021-09-24 19:52:31 +02:00
tibbi a952b43c9a adding some spaces 2021-09-24 19:40:59 +02:00
tibbi c21bca5e22 unifying the export/import error messages 2021-09-24 19:40:32 +02:00
Agnieszka C 652d23b70d Updated Polish translation 2021-09-24 19:18:32 +02:00
tibbi 83b4300362 lets actually remove the un/pinning from the thread activity 2021-09-24 18:45:06 +02:00
Tibor Kaputa 7fae2d8324
Merge branch 'master' into fix/wrong-sender-name 2021-09-24 18:41:38 +02:00
tibbi 24a39b74f4 lets show the pin and unpin menu buttons in case they fit 2021-09-24 18:38:40 +02:00
tibbi c9d7642a4b some cleaup of the recent pull requests 2021-09-24 18:37:10 +02:00
Tibor Kaputa e92943b167
Merge branch 'master' into add-pin-conversation 2021-09-24 18:34:15 +02:00
Tibor Kaputa 163b86c2f8
Merge pull request #209 from KryptKode/feat/export-sms
Feat/export messages
2021-09-24 18:29:25 +02:00
Tibor Kaputa 24bc3931aa
Update strings.xml 2021-09-24 18:27:09 +02:00
Tibor Kaputa 03ff16f633
minor code style update 2021-09-24 17:58:28 +02:00
Tibor Kaputa 516131787c
removing a newline 2021-09-24 17:58:01 +02:00
Tibor Kaputa cc06bfa7f3
adding some spaces 2021-09-24 17:57:34 +02:00
darthpaul 50088ca967 Merge remote-tracking branch 'origin/feat/export-sms' into feat/export-sms
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ImportMessagesDialog.kt
2021-09-24 15:09:24 +01:00
darthpaul 24c08613d9 remove unused callback in ImportMessagesDialog 2021-09-24 15:07:40 +01:00
darthpaul 5e3c0af34d update commons dependency 2021-09-24 14:56:51 +01:00
darthpaul 492cbdf13a fix wrong sender name in SMS notification 2021-09-24 14:30:17 +01:00
darthpaul 91d81e3bd8 fix wrong sender name from private contacts
- use SimpleContact.doesHavePhoneNumber to perform comparision between a sender and private contact. SimpleContact.doesHavePhoneNumber does equality check.
2021-09-24 13:57:15 +01:00
Tibor Kaputa ae870aa048
adding some start margin to the export filename label 2021-09-22 23:02:48 +02:00
Tibor Kaputa ec2352e597
minor code update 2021-09-22 22:59:51 +02:00
Tibor Kaputa cbd6e7fa60
prevent importing the messages twice by confirming the dialog 2021-09-22 22:56:14 +02:00
Tibor Kaputa de57cc3085
minor code cleanup 2021-09-22 22:55:31 +02:00
darthpaul 3cd84e42bc Handle validation where no export options are checked 2021-09-21 15:29:38 +01:00
darthpaul 27a9cf4369 Handle cases where sms or mms does not exist in import or export 2021-09-21 15:19:09 +01:00
Tibor Kaputa 27180c6053
correcting the file extension label from txt to json 2021-09-21 12:08:04 +02:00
Tibor Kaputa 41d9d067cf
Update build.gradle 2021-09-21 12:07:34 +02:00
Tibor Kaputa cb1affb711
correcting an Android OS version check 2021-09-21 12:03:07 +02:00
Tibor Kaputa ea9c317a11
correcting an Android OS version check 2021-09-21 12:01:41 +02:00
Tibor Kaputa 7069230506
Update dialog_export_messages.xml 2021-09-21 12:00:05 +02:00
Tibor Kaputa 72f0e27655
Make sure the Settings menu button is above About 2021-09-21 10:15:33 +02:00
Tibor Kaputa 3ed3ce2a9b
Update build.gradle 2021-09-21 10:14:38 +02:00
Agnieszka C 0f12365fc5
Merge branch 'master' into add-pin-conversation 2021-09-21 07:30:00 +02:00
Tibor Kaputa 9f5fbd2e1e
avoid fetching selected conversations too many times 2021-09-20 22:44:55 +02:00
Tibor Kaputa 4243679f2d
updating some slovak strings 2021-09-20 22:40:40 +02:00
Tibor Kaputa e033dd284a
removing some useles comments 2021-09-20 22:34:50 +02:00
Tibor Kaputa b0890dd581
updating commons 2021-09-20 22:28:43 +02:00
Tibor Kaputa 00b97dd639
Update dialog_export_messages.xml 2021-09-20 22:27:03 +02:00
Agnieszka C 6c32a449d8 Code style fixing 2021-09-20 10:13:48 +02:00
Agnieszka C ee9959cf8c Added hiding read/unread conversations 2021-09-20 09:41:45 +02:00
darthpaul 98cd90b5f2 Update strings 2021-09-18 22:36:19 +01:00
darthpaul a5109da19f Merge branch 'master' into feat/export-sms
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/extensions/Context.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Config.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Constants.kt
2021-09-18 22:16:12 +01:00
darthpaul 31ad2d1421 Merge remote-tracking branch 'origin/feat/export-sms' into feat/export-sms
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ImportMessagesDialog.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/MessagesExporter.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/MessagesImporter.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/MessagesReader.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/MessagesWriter.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/models/ExportedMessage.kt
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/models/SmsBackup.kt
2021-09-18 22:11:23 +01:00
darthpaul 04cac740ee Cleanup code and remove logs 2021-09-18 22:07:13 +01:00
darthpaul 24d9988ec1 Add progress callbacks to importer and exporter, not used yet 2021-09-18 21:54:44 +01:00
darthpaul d78776e288 feat: use models during export, try to update conversation date during import 2021-09-18 21:05:06 +01:00
Agnieszka C c14e1f5b95 Added pinning conversations (#197) 2021-09-18 19:23:55 +02:00
darthpaul e10a410788 feat: restore mms 2021-09-18 16:14:58 +01:00
tibbi 0f342233df update version to 5.10.1 2021-09-16 22:58:46 +02:00
tibbi b52cafef09 fixing a new line at the french string 2021-09-15 16:46:31 +02:00
tibbi 6c550d484c escaping some french apostrophes 2021-09-15 16:45:14 +02:00
tibbi d5a09f4a9b moving the gl strings into the proper folder 2021-09-15 16:44:49 +02:00
tibbi 39d46d1d54 updating kotlin and commons 2021-09-15 13:38:34 +02:00
tibbi 362b18e2e5 fixing some dutch string closing tags 2021-09-15 13:34:48 +02:00
Agnieszka C d2d291069c Fixed marking as read/unread not refreshing list 2021-09-14 19:03:04 +02:00
Paul Akhamiogu 25a3a2f47b Refactor import/export 2021-09-13 22:27:27 +01:00
Guillaume 1eed2ab4f5
Dutch 2021-09-13 16:52:13 +02:00
Paul Akhamiogu 9656207135 Import SMS 2021-09-12 18:44:52 +01:00
Baptiste Lombard efb3bb4eb6
Update french translation 2021-09-12 19:23:46 +02:00
Paul Akhamiogu 7f32115afe back up messages 2021-09-12 00:43:00 +01:00
Tibor Kaputa 91a3642839
Merge pull request #198 from Aga-C/polish-translation
Updated Polish translation
2021-09-10 18:59:22 +02:00
Tibor Kaputa 97b77b6d83
Merge pull request #199 from solokot/master
Updated Russian language
2021-09-10 18:59:10 +02:00
spkprs 591570abca
Update strings.xml 2021-09-10 17:04:29 +03:00
solokot eeb09727f8
Updated Russian language 2021-09-10 13:00:59 +03:00
Agnieszka C 8489ec967e Updated Polish translation 2021-09-10 10:48:01 +02:00
Tibor Kaputa 951c1a229a
Update strings.xml 2021-09-10 10:17:22 +02:00
Tibor Kaputa 2aa8e3953b
Merge branch 'master' into add-simple-characters 2021-09-10 10:16:42 +02:00
tibbi c9b679a791 translating a slovak string 2021-09-10 10:12:39 +02:00
Tibor Kaputa c8e5033eba
Merge pull request #193 from KryptKode/feature/compress-images
Feature/compress images
2021-09-10 10:02:38 +02:00
Tibor Kaputa 223b7ed746
Update strings.xml 2021-09-10 10:01:56 +02:00
Paul Akhamiogu b74a511a5e Add dialog to import messages 2021-09-10 00:31:04 +01:00
Paul Akhamiogu 2a5f2bfc03 Add dialog to export messages 2021-09-10 00:08:57 +01:00
Tibor Kaputa 5bd85fa93d
adding a newline 2021-09-09 23:30:46 +02:00
Tibor Kaputa 7e3696e965
adding an extra space 2021-09-09 23:30:08 +02:00
Paul Akhamiogu 1a1b1aa8c0 Fix formatting in strings 2021-09-09 22:15:14 +01:00
Paul Akhamiogu 13f5b9b582 Fix reference error, move file limit sizes to donottranslate.xml 2021-09-09 21:48:50 +01:00
Agnieszka C 30e7b68c06 Used normalizeString from Commons 2021-09-09 22:41:23 +02:00
Tibor Kaputa 99c80b15df
Merge pull request #196 from Aga-C/fix-plus-sign
Fixed missing plus sign when opened from another app (#107)
2021-09-09 22:36:20 +02:00
Paul Akhamiogu b52aeda83b Merge branch 'master' into feature/compress-images
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/extensions/Context.kt
2021-09-08 22:07:52 +01:00
Paul Akhamiogu 74c5e4384c Check file size before compression 2021-09-08 21:53:54 +01:00
Agnieszka C e4c47780e4 Changed option name 2021-09-08 20:17:00 +02:00
Agnieszka C 2cac2516f2
Merge branch 'master' into add-simple-characters 2021-09-08 20:08:35 +02:00
Tibor Kaputa aa71a39f1b
minor code cleanup + color customization fix 2021-09-08 20:03:35 +02:00
Tibor Kaputa 327b7f673a
fixing a compile error + some renaming 2021-09-08 20:00:28 +02:00
Agnieszka C 9b0fe07fab Fixed missing plus sign when opened from another app (#107) 2021-09-08 19:13:36 +02:00
Tibor Kaputa 07cd3372d8
Merge branch 'master' into feature/compress-images 2021-09-08 15:47:55 +02:00
Agnieszka C df8759e00a
Merge branch 'master' into add-sms-draft 2021-09-08 15:37:21 +02:00
Tibor Kaputa 96e25bf855
move mimetype lowercase into the function itself 2021-09-08 15:36:19 +02:00
Tibor Kaputa 14ea068f73
Update ConversationsAdapter.kt 2021-09-08 15:20:31 +02:00
Tibor Kaputa e2a916a993
Merge branch 'master' into markAsRead 2021-09-08 15:19:58 +02:00
Tibor Kaputa 8ffc176d31
Update ConversationsAdapter.kt 2021-09-08 15:18:57 +02:00
Tibor Kaputa e28b8ddae0
Update ConversationsAdapter.kt 2021-09-08 15:18:24 +02:00
Tibor Kaputa f9a71c0e0b
keep Select All as the last cab item 2021-09-08 15:18:03 +02:00
Agnieszka C 80ffc85ace
Merge branch 'master' into add-simple-characters 2021-09-08 15:13:13 +02:00
Agnieszka C 02a8633ffd
Merge branch 'master' into add-sms-draft 2021-09-08 15:12:05 +02:00
Tibor Kaputa 345a611b0e
Merge pull request #190 from Aga-C/fix-last-deleted-message
Fixed updating last message after deleting (#167)
2021-09-08 15:10:09 +02:00
Agnieszka C 14b7526ab3
Merge branch 'master' into add-sms-draft 2021-09-08 15:10:07 +02:00
Tibor Kaputa 3c81f9bc7d
move Select All item at the bottom for consistency with other apps 2021-09-08 15:05:17 +02:00
Tibor Kaputa 162d09e466
Update ConversationsAdapter.kt 2021-09-08 15:04:07 +02:00
Paul Akhamiogu b27d3ab795 ref: update copy and make 1MB default MMS file limit 2021-09-07 22:11:33 +01:00
Paul Akhamiogu c3c2ce4ee3 feat: add settings option to customise the MMS file size limit 2021-09-06 22:25:38 +01:00
AlbertoPellitteri 8ce253b957 Remove unused import 2021-09-06 22:51:37 +02:00
Paul Akhamiogu b317507370 convert image mimetype to lowercase, remove unused imports/tags 2021-09-06 11:13:28 +01:00
Agnieszka C b212aa49b3 Added removing diacritics (#29) 2021-09-06 10:12:51 +02:00
Paul Akhamiogu 0124c6e2f7 clean up 2021-09-05 23:17:46 +01:00
Paul Akhamiogu 664346e8a9 feat: compress images before sending 2021-09-05 20:45:04 +01:00
AlbertoPellitteri d0d252a1e0 Small performance improvement 2021-09-05 18:42:41 +02:00
AlbertoPellitteri 1a5f055cd9 small performance improvement 2021-09-05 18:38:35 +02:00
AlbertoPellitteri d139548f06 Now the conversation can be marked as read from the main message cab 2021-09-05 18:15:37 +02:00
AlbertoPellitteri 5bde636dfb Now is possible to mark as unread the conversation from outside the conversation itself, selecting also more than one chat 2021-09-05 17:12:30 +02:00
Agnieszka C 44c540b961 Fixed updating last message after deleting (#167) 2021-09-04 22:14:22 +02:00
Agnieszka C 7b84ec77fd Added SMS drafts support (#83) 2021-09-03 19:00:23 +02:00
Igor Calì 5d72ade8b8 Updated Italian Translation 2021-09-01 10:24:19 +02:00
solokot 1c0ea0a044
Updated Russian translation 2021-08-27 22:37:27 +04:00
tibbi 9d1eb9415a update version to 5.10.0 2021-08-27 14:49:33 +02:00
tibbi 4aa4be19dc updating commons 2021-08-27 14:42:50 +02:00
Tibor Kaputa 0b0e806d32
Merge pull request #180 from KryptKode/feat/sms-delivered-status
Show 2 checks when sms is delivered
2021-08-27 12:33:26 +02:00
Tibor Kaputa 2ecca969f1
Update Config.kt 2021-08-25 18:44:45 +02:00
Paul Akhamiogu 67078dcc2a Add double check icon 2021-08-25 17:35:12 +01:00
Paul Akhamiogu bb7178bee6 Add setting for enabling/disabling delivery report 2021-08-25 17:17:21 +01:00
Paul Akhamiogu 46f71c994f Show 2 checks when sms is delivered
- differentiate between sent sms and delivered sms by updating the SmsStatusSentReceiver which updates the type to Telephony.Sms.MESSAGE_TYPE_SENT or Telephony.Sms.MESSAGE_TYPE_FAILED depending on the outcome.
- rename ThreadSuccess to ThreadSent and add a boolean field for the delivery status
- SmsStatusSentReceiver updates the status of the message to Telephony.Sms.STATUS_COMPLETE.
- accommodate for the need to keep track of the status by adding Int field status to the Message class,
- add appropriate database migrations (3 to 4) for the new status field.
- add status to the query for sms in extension function Context.getMessages and Context.getMMS
- add extension function Context.updateMessageStatus to update the status of a message in the database
2021-08-25 16:57:07 +01:00
spkprs 364e3a1317
Update strings.xml 2021-08-18 23:31:41 +03:00
Tibor Kaputa 4dc06f9c5a
Merge pull request #174 from Aga-C/master
Updated Polish translation
2021-08-18 16:52:49 +02:00
Guillaume 2f5c5218db
Dutch 2021-08-18 16:23:41 +02:00
Agnieszka C a073be356d Updated Polish translation 2021-08-18 16:15:04 +02:00
tibbi 55d11145ab adding a new string to be used for toggling delivery reports 2021-08-18 15:41:39 +02:00
Tibor Kaputa d2c4e11a3d
Merge pull request #173 from Aga-C/master
Updated Polish translation
2021-08-18 15:40:59 +02:00
Agnieszka C 78bea5e36b Updated Polish translation 2021-08-18 15:36:42 +02:00
Tibor Kaputa e0b4e16d08
Merge pull request #172 from ltGuillaume/patch-2
Dutch
2021-08-18 15:26:48 +02:00
tibbi ccc4d24204 fix #171, make sure the lock screen settings dont overlap 2021-08-18 15:26:21 +02:00
Guillaume a9c4f17059
Dutch 2021-08-18 15:10:15 +02:00
tibbi 0eb8c3ddf3 adding some new lock screen visibility related strings 2021-08-18 12:49:17 +02:00
Tibor Kaputa 5d782a7f7a
Update activity_settings.xml 2021-08-18 12:46:15 +02:00
Tibor Kaputa ecbf29ec83
Update Constants.kt 2021-08-18 12:46:03 +02:00
Tibor Kaputa 79c7645ab7
Update Config.kt 2021-08-18 12:45:51 +02:00
Tibor Kaputa f68bc54771
Update Context.kt 2021-08-18 12:45:33 +02:00
Tibor Kaputa b65a78394e
Update SettingsActivity.kt 2021-08-18 12:45:08 +02:00
Tibor Kaputa 88213f1c39
Merge branch 'master' into fix_108 2021-08-18 12:40:27 +02:00
tibbi f778226451 do not split accented characters from casual ones at the side scrollbar 2021-08-17 15:10:55 +02:00
tibbi d9974c5a44 add storage permission on lower devices for blocked number migration 2021-08-17 12:03:59 +02:00
Jonathan Buhacoff 37fbf8ae8e fix: failed to open attachment with mixed-case mimetype 2021-07-22 18:57:56 -07:00
tibbi 4bb6238417 updating kotlin, commons, gradle 2021-07-19 11:58:47 +02:00
Agnieszka C 4da01d0961 Translated app name to Polish 2021-06-21 15:18:54 +02:00
Agnieszka C 8725de0b4c Polish translation fix 2021-06-20 12:53:02 +02:00
Agnieszka C e7e6bb985f Added Polish translation 2021-06-20 12:22:47 +02:00
tibbi 4ca5b78944 update version to 5.9.4 2021-05-23 19:01:48 +02:00
tibbi b2084d8d03 show more items at the top menu 2021-05-23 18:01:17 +02:00
tibbi 259a0d8cc5 updating commons 2021-05-23 17:58:18 +02:00
tibbi b02b54b055 tweak the way adapters are updated 2021-05-23 17:53:18 +02:00
tibbi 9c0ef0fbe9 adding some null checks at autocomplete textview adapter 2021-05-23 17:37:35 +02:00
tibbi de54a88b2d catching some exceptions 2021-05-23 17:01:59 +02:00
tibbi 3b1ee82835 updating commons, room, gradle 2021-05-23 16:49:54 +02:00
Guillaume 1417a96d7e
Dutch 2021-05-02 08:21:20 +02:00
tibbi ddc6eb6969 updating changelog 2021-04-15 12:15:20 +02:00
tibbi 5e54b9a267 Merge branch 'master' of github.com:SimpleMobileTools/Simple-SMS-Messenger 2021-04-15 12:11:42 +02:00
tibbi 2ec4fd1296 update version to 5.9.3 2021-04-15 12:11:26 +02:00
Tibor Kaputa 6113fb9738
Merge pull request #155 from Filda6/patch-1
Update strings.xml
2021-04-15 12:01:15 +02:00
tibbi e8a53d06c1 make sure the conversation are properly refreshed when open 2021-04-15 11:58:11 +02:00
Filda6 66d8ee136a
Update strings.xml
new translate to Czech
2021-04-15 10:59:39 +02:00
tibbi 2db6ffb835 use the new way of launching activity intents 2021-04-14 23:40:52 +02:00
tibbi 57be93bf67 fix a glitch at not properly fetching private contact names 2021-04-14 23:27:28 +02:00
tibbi 2e3604ab54 updating commons and kotlin 2021-04-14 23:15:34 +02:00
tibbi f1daa4eab1 adding a czech strings file 2021-04-14 21:04:13 +02:00
tibbi 1a73ebceb2 update version to 5.9.2 2021-03-22 16:12:54 +01:00
tibbi 75aac13e1e adding a null check at DirectReplyReceiver 2021-03-22 16:03:34 +01:00
tibbi db077704f0 do not show the error caught at fetching the contact name and photo 2021-03-22 13:13:34 +01:00
tibbi 2d7a006836 updating commons and gradle 2021-03-22 13:13:12 +01:00
tibbi d47e2c9366 update version to 5.9.1 2021-03-15 23:47:00 +01:00
tibbi ab50b0b74a adding some animations 2021-03-15 23:43:42 +01:00
tibbi 0e07117b3a adding some crashfixes 2021-03-15 23:30:56 +01:00
tibbi 6c9d25d16f properly handle sending reply messages through the top notification 2021-03-15 23:10:59 +01:00
tibbi c73f1f2dfe updating commons and gradle 2021-03-15 22:48:18 +01:00
tibbi e5bd51ed24 improve search at new conversation, ignore accents 2021-03-15 22:31:36 +01:00
Sérgio Marques 5c34d245c5
Update strings.xml 2021-02-28 19:31:24 +00:00
spkprs 861ba9ce4f
Update strings.xml 2021-02-27 19:06:30 +02:00
Tibor Kaputa c99bfd9ee1
adding some spaces 2021-02-26 10:41:42 +01:00
HJMVR 5758935cfa
Update strings.xml 2021-02-26 10:38:15 +01:00
HJMVR 986e55f3c0
Danish translations
Started danish translations of this file
2021-02-26 10:24:13 +01:00
solokot edd3c94dfb
Updated Russian language 2021-02-16 17:55:11 +03:00
tibbi 74886b1bb3 update version to 5.9.0 2021-02-16 15:01:53 +01:00
Guillaume 2472efa94c
Dutch 2021-02-16 14:33:59 +01:00
tibbi 86d4967cc5 adding some backup related strings 2021-02-16 13:53:59 +01:00
tibbi 1d0ecc6cab updating some group chat related coloring issues 2021-02-16 13:44:26 +01:00
tibbi 65ae360743 use the main color at showing conversation participants 2021-02-16 13:19:12 +01:00
tibbi d6fdbc4271 scroll to the message containing the searched string 2021-02-16 12:48:52 +01:00
tibbi 2990f3be6e adding message Id to search results 2021-02-16 11:34:19 +01:00
tibbi ad3812abb5 just moving a function down 2021-02-16 11:16:17 +01:00
tibbi 4bcab69a5f highlight the searched text at results 2021-02-16 11:10:18 +01:00
tibbi 5c684a5361 show an image at search results too 2021-02-16 10:04:05 +01:00
tibbi 5b99c8a599 apply the selected text size at the search placeholders too 2021-02-15 23:41:41 +01:00
tibbi 37d063a3c9 fill out the other ends name, if we sent the message with searched text 2021-02-15 23:39:57 +01:00
tibbi 33a8b498f3 show search results in a recyclerview list 2021-02-15 23:23:39 +01:00
tibbi fbe46a55a8 converting conversations and messages into searchresults 2021-02-15 22:36:48 +01:00
tibbi a53652042b search conversations too, not just messages 2021-02-15 22:07:50 +01:00
tibbi 131b1a44c3 adding more search related functionality 2021-02-15 21:46:51 +01:00
tibbi 7048b7bcb5 adding the searching query 2021-02-15 20:38:01 +01:00
tibbi cb88706f7e adding some search boilerplate code 2021-02-15 20:18:37 +01:00
tibbi e7690f6717 adding a search button and an own activity fori t 2021-02-15 19:59:41 +01:00
tibbi 78b65843fd remove the transparency from sent message background 2021-02-15 19:03:15 +01:00
tibbi 26710c572f updating some colors for the white theme 2021-02-15 18:56:12 +01:00
tibbi 6e10df81d0 update menu colors on the main screen, so we wont forget it in the future 2021-02-15 18:48:46 +01:00
tibbi 1e7405ee2d updating kotlin and commons 2021-02-15 18:17:55 +01:00
baron 851859f2fa Fixed an unescaped ampersand in German translation 2021-02-08 22:25:54 +01:00
GithubUser699 d6669b5ae2
Translated german strings
In line 52 "Simple SMS Messenger - Nachrichten einfach verwalten" would be nicer, but has more than 50 characters.
So I edited it to "simple" which is also correct and delete 2 spaces. Not the best for styling though...
2021-02-01 20:47:47 +00:00
Nekromanser 2f27897396
Update strings.xml
Corrected one word.
2021-01-31 13:17:41 +02:00
Nekromanser 4e0a6bb206
Create strings.xml
Adding finnish strings.
2021-01-31 09:03:25 +02:00
tibbi ff6393083b update version to 5.8.3 2021-01-27 20:45:29 +01:00
tibbi e3ccec9055 removing the 2 new receivers from AndroidManifest, it is crashing 2021-01-27 20:40:36 +01:00
tibbi 50dd919374 update version to 5.8.2 2021-01-18 17:28:31 +01:00
tibbi ac7d7d2102 adding a settings item for quick notification customization settings 2021-01-18 17:20:00 +01:00
tibbi ec20dcadeb fix #134, properly send messages in new conversations 2021-01-18 17:06:29 +01:00
Sérgio Marques dd66636e8b
Update strings.xml 2021-01-16 14:49:33 +00:00
Tibor Kaputa d0c2f2780e
escaping some apostrophes 2021-01-11 17:35:19 +01:00
donsaimon 8111e29e92
Update strings.xml 2021-01-11 17:03:25 +01:00
tibbi 3ac909f144 update version to 5.8.1 2021-01-11 12:14:33 +01:00
tibbi 9984084d60 fix #22, allow selecting a phone number at contacts that have multiple 2021-01-11 11:02:55 +01:00
tibbi 9412024baa try fixing a glitch with "Sending..." message getting stuck 2021-01-11 10:37:51 +01:00
tibbi d52b4da80e adding some crashfixes 2021-01-07 23:15:10 +01:00
tibbi 80517444a4 adding an italian app translation 2021-01-07 12:06:33 +01:00
tanvirahmod 17c300be7e Add setting to hide message content in notification 2021-01-05 17:54:56 +06:00
Guillaume 69cad49977
Dutch 2021-01-02 22:05:48 +01:00
solokot 37392545cd
Updated Russian language 2021-01-02 14:07:27 +03:00
tibbi c0b2e415ca update version to 5.8.0 2021-01-02 11:28:37 +01:00
tibbi d02df0a1a2 improve message marking after delivery to avoid glitching 2021-01-02 11:24:56 +01:00
tibbi da4f476bce update commons to 5.32.20 2021-01-02 10:49:15 +01:00
tibbi 659b9c59a5 refresh the conversation manually in 2 seconds, if nothing happens meanwhile 2021-01-02 10:41:13 +01:00
tibbi a100ddb290 allow clicking the message failed label 2021-01-02 10:25:54 +01:00
tibbi c3826dc9f2 removing the no longer used Message not sent error 2021-01-01 23:08:10 +01:00
tibbi 08dfd98fdb changing the sending error and making it smaller 2021-01-01 23:05:56 +01:00
tibbi 9e2f3fc62c shortening an error string 2021-01-01 23:02:03 +01:00
tibbi 7554bb1f10 show a notification if a message sending failed 2021-01-01 22:52:23 +01:00
tibbi 868b6fcd1a adding one more failed message sending string 2021-01-01 22:46:30 +01:00
tibbi b3db4c359f adding more strings related to failed message handling 2021-01-01 21:14:29 +01:00
tibbi 6761d9d970 Merge branch 'master' of github.com:SimpleMobileTools/Simple-SMS-Messenger 2021-01-01 21:02:34 +01:00
tibbi 10125c874a properly place the contact suggestions placeholder 2021-01-01 21:02:25 +01:00
Tibor Kaputa 52714af8f9
Merge pull request #122 from ltGuillaume/patch-2
Dutch
2021-01-01 20:57:47 +01:00
tibbi 71d7085ddb update the conversation if something changes, avoid recreating it 2021-01-01 20:45:10 +01:00
tibbi ac7d2afbb6 properley update message types in the local db too 2021-01-01 20:13:45 +01:00
tibbi 7fedcbd108 leave mms handling on the system, do not mess with it 2021-01-01 20:02:30 +01:00
tibbi d3494014a6 improving the messages delivery status 2021-01-01 19:00:40 +01:00
Guillaume de8e42226d
Dutch 2021-01-01 18:19:42 +01:00
tibbi 8ac5a1d65e add a Select All menu item at conversations and messages 2021-01-01 18:07:00 +01:00
tibbi cf75ab71d4 make sure sent messages have proper SIM card associated 2021-01-01 17:04:41 +01:00
solokot e2c9ae38ef
Updated Russian language 2021-01-01 16:27:50 +03:00
tibbi 7e68f561eb adding one more string for sending a message, before delivery 2021-01-01 12:18:44 +01:00
tibbi c8cbad7dde adding some new strings to be used in the future 2021-01-01 12:07:50 +01:00
tibbi 555399c31f enable delivery reports at sending messages 2021-01-01 11:15:27 +01:00
spkprs 94ff7eb6d6
Update strings.xml 2020-12-31 18:38:41 +02:00
tibbi 07091409e2 use a capital letter at Send Message text hint 2020-12-31 16:14:06 +01:00
tibbi 1c030dbcd1 update version to 5.7.0 2020-12-30 16:39:30 +01:00
tibbi b8d3c6191f prefetch all messages at first app launch 2020-12-30 16:34:30 +01:00
Guillaume a63f4ce65b
Dutch 2020-12-30 16:07:55 +01:00
tibbi 1a8e8f9cf4 show a Loading Messages placeholder text at first launch 2020-12-30 16:06:45 +01:00
tibbi e7d8f703da require Simple Thank You for color customization 2020-12-30 15:57:23 +01:00
tibbi d1616d4997 removing the id field at conversations, use thread_id 2020-12-30 15:53:08 +01:00
tibbi 1c6d19c986 move Delete button at selecting a conversation in front 2020-12-30 12:44:50 +01:00
tibbi bf094745a9 adding a new string to show during the initial message loading 2020-12-30 12:41:26 +01:00
Guillaume 4c6245a81d
Dutch 2020-12-26 16:42:05 +01:00
tibbi 89b0e1e892 update version to 5.6.2 2020-12-25 16:32:19 +01:00
tibbi e92e3b81e1 fix a glitch at opening a thread from the New Conversation screen 2020-12-25 16:21:19 +01:00
tibbi 0157f85144 update version to 5.6.1 2020-12-24 20:43:48 +01:00
tibbi a375ff82b9 adding a crashfix at checking multiple SIM cards 2020-12-24 20:39:02 +01:00
tibbi 4614a0c28a update version to 5.6.0 2020-12-23 15:08:32 +01:00
tibbi f6d59d32df updating kotlin 2020-12-23 15:04:13 +01:00
tibbi 2e8d96b941 add better handling for the main screens scrollbar 2020-12-23 15:00:46 +01:00
tibbi e116c5baa8 properly store sent messages in local db 2020-12-21 23:17:20 +01:00
tibbi 733428da38 store received messages in hte local db asap 2020-12-21 22:56:10 +01:00
tibbi 9aba85b967 add handling for local message deleting 2020-12-21 22:00:36 +01:00
tibbi ba57fe2a22 properly mark read messages in the local db 2020-12-21 21:30:02 +01:00
tibbi 2f6ca40953 compare cached messages with new ones asap, continue only if necessary 2020-12-21 21:13:32 +01:00
tibbi 189e60ac32 setup some thread info sooner, before getting real messages 2020-12-21 21:03:12 +01:00
tibbi f97e3b048c move mms attachment size checking to a separate function 2020-12-21 20:46:56 +01:00
tibbi 6405b7431f work with threadIds as Longs, not Ints 2020-12-21 20:01:57 +01:00
tibbi e357b4a659 insert messages in a local db at fetching 2020-12-21 19:27:21 +01:00
tibbi 633f7cf5c0 create a db table for Messages too 2020-12-21 18:02:07 +01:00
tibbi b955678e90 creating a database table for MessageAttachments too 2020-12-21 16:40:48 +01:00
tibbi 0f33d3677b create a db table for attachments 2020-12-21 16:17:33 +01:00
tibbi 4cad413478 store attachment uri as a string 2020-12-21 15:29:10 +01:00
tibbi ceb9896988 changing message id from Int to Long 2020-12-21 12:40:29 +01:00
tibbi f412f401d3 adding some crashfixes 2020-12-21 11:38:57 +01:00
bac1 be6ac3bdb1
Update strings.xml 2020-12-16 06:15:22 +00:00
bac1 96636bff6e
Update strings.xml 2020-12-15 19:46:45 +00:00
bac1 1e511e8471
Update strings.xml 2020-12-15 17:05:29 +00:00
bac1 f2ebd6b648
Create strings.xml
Add Ukrainian translation (full)
2020-12-15 16:57:15 +00:00
tibbi cb78138623 update version to 5.5.1 2020-12-06 16:42:04 +01:00
tibbi 75fb84f9d4 fix #103, make sure private contact names are shown at group conversations 2020-12-06 16:36:31 +01:00
tibbi 8b17b8a13e updating commons to 5.32.5 2020-12-06 16:10:52 +01:00
tibbi 7b588fb8a5 adding japanese translation 2020-12-05 21:33:08 +01:00
tibbi f66833e9bd complicate the threading at receiving messages a bit more 2020-11-28 22:47:11 +01:00
tibbi 64011e1083 adding some crashfixes 2020-11-28 22:44:21 +01:00
tibbi 521731ec2c updating kotlin, commons, gradle 2020-11-28 22:31:36 +01:00
Fatih Fırıncı 763307251d
Create strings.xml 2020-11-25 22:57:33 +03:00
Tibor Kaputa b6e55a1405
Merge pull request #98 from smarquespt/patch-1
Update strings.xml
2020-11-21 09:38:38 +01:00
Sérgio Marques 688c76f750
Update strings.xml 2020-11-20 22:33:36 +00:00
Hafitz Setya bae7f825ec
Added Indonesia translation 2020-11-20 17:01:08 +07:00
Freddy Morán Jr 18df98e8e4
Updated Spanish translation
- Translated the new string about showing char counter.
2020-11-06 09:19:19 -06:00
solokot bb46da384c
Updated Russian language 2020-11-04 17:47:28 +03:00
tibbi 327d455596 update version to 5.5.0 2020-11-04 12:57:06 +01:00
tibbi d49eaa4abe applying the selected text size on a couple places 2020-11-04 12:53:24 +01:00
tibbi 82f78f002e add an option for showing character counter at sending messages 2020-11-04 12:36:02 +01:00
tibbi 87e1be8e1b allow selecting parts of a message instead of copying the whole 2020-11-04 10:39:51 +01:00
tibbi acd0055477 removing the Select All cab menu button 2020-11-03 23:26:43 +01:00
tibbi 13b25b918d allow dialing phone numbers of conversation recipiends 2020-11-03 22:24:17 +01:00
tibbi 7d8e1a2155 allow copying conversation numbers to clipboard 2020-11-03 22:15:28 +01:00
tibbi 524a3546c4 add a new string about showing char counter 2020-11-03 19:58:39 +01:00
tibbi 94b2d7328e make the message bubbles a bit wider, 80% 2020-11-03 19:43:10 +01:00
tibbi d1fe3531e1 adding some crashfixes 2020-11-03 19:39:59 +01:00
tibbi 953d521e47 make sure received messages are stored on the background thread 2020-11-03 19:23:49 +01:00
tibbi 738c41715b updating gradle and commons 2020-11-03 18:39:30 +01:00
tibbi f70c331162 update version to 5.4.5 2020-10-27 23:15:44 +01:00
tibbi fdf2af410c fix #91, properly handle sending SMS to multiple recipients 2020-10-27 22:45:25 +01:00
tibbi ba23de4c7e updating commons to 5.31.11 2020-10-27 22:35:33 +01:00
Aur36 ab5341a7e2
Add French translation 2020-10-26 11:13:43 +01:00
Tommy He 1aada2a0bf Add zh-CN translation. 2020-10-17 15:36:57 +08:00
davidre345 90868a23d6
Adding galician strings 2020-10-02 19:38:26 +02:00
tibbi 195bccca4f update version to 5.4.4 2020-09-23 14:35:19 +02:00
tibbi 4668629b30 really fix crashing at received MMS messages 2020-09-23 14:32:59 +02:00
tibbi 39a28a2471 update version to 5.4.3 2020-09-23 10:11:44 +02:00
tibbi 97fabfec1a fix a crash at receiving MMS 2020-09-23 10:08:07 +02:00
tibbi b5c6b04613 update version to 5.4.2 2020-09-22 14:45:43 +02:00
tibbi 766f1ef78c fix #76, make sure a notification is shown if app is paused 2020-09-22 14:22:03 +02:00
tibbi e3f7d80987 fix a crash at showing received MMS messages 2020-09-22 14:16:05 +02:00
tibbi bca2c7edc0 updating some libraries 2020-09-22 14:15:25 +02:00
vachan-maker 784956ead1
Updalte strings.xml (values-ml) 2020-09-14 11:04:37 +00:00
vachan-maker e266daaff9
Added Malayalam Language(India) ml-in 2020-09-13 15:02:26 +00:00
tibbi d2ac0fa938 update version to 5.4.1 2020-08-23 21:52:08 +02:00
tibbi 349ff11957 fix #35, show a tick at successfully sent last messages 2020-08-23 21:43:50 +02:00
tibbi e66a24c8f8 rewriting the loop checking the messages 2020-08-23 21:30:27 +02:00
tibbi f1dfe8c9cc properly display incoming message senders name at private contacts 2020-08-23 20:54:15 +02:00
tibbi fc470d9408 updating commons, target sdk to 30 2020-08-20 23:50:22 +02:00
Freddy Morán Jr 38ae247f4d
Spanish translation update 2020-08-09 08:22:12 -06:00
tibbi bd2ab23556 updating commons to 5.29.20 2020-08-07 21:56:19 +02:00
Luis Alfredo Figueroa Bracamontes 7097af70a1
Inverting notification shortcuts 2020-07-29 15:06:44 -05:00
tibbi e4637f8616 update version to 5.4.0 2020-07-27 22:58:59 +02:00
tibbi 6415b52b24 catch exceptions thrown at updating conversations 2020-07-27 22:51:44 +02:00
tibbi 2e0d6a877d improving the unread messages counter badge 2020-07-27 22:37:11 +02:00
Tibor Kaputa f511f35df0
Merge pull request #57 from michaelsam94/master
change the color of suggested contact name based on font color of app…
2020-07-27 22:13:08 +02:00
tibbi 41fb730511 properly handle contacts with multiple phone numbers 2020-07-27 21:53:21 +02:00
micheal Samuel Naeem 7b1b34dbbe add brackets and white spaces to follow code style 2020-07-04 17:11:12 +02:00
micheal Samuel Naeem bb12ca5e87 show unread message count badge on app icon 2020-07-03 17:08:20 +02:00
micheal Samuel Naeem 579e7ae356 change the color of suggested contact name based on font color of application 2020-07-01 12:43:35 +02:00
Philipp Fischbeck 506072958a
Improve German translation 2020-06-29 20:24:32 +02:00
Tibor Kaputa b7a46fa0cf
Merge pull request #53 from spkprs/patch-1
Update strings.xml
2020-06-25 10:06:56 +02:00
Sérgio Marques 9f8241f0dc
Update strings.xml 2020-06-24 22:34:16 +01:00
spkprs 05b00c9c34
Update strings.xml 2020-06-24 18:33:28 +03:00
solokot 1ea367dc94
Updated Russian language 2020-06-21 16:16:59 +03:00