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
c3c2ce4ee3
feat: add settings option to customise the MMS file size limit
2021-09-06 22:25:38 +01:00
Paul Akhamiogu
b317507370
convert image mimetype to lowercase, remove unused imports/tags
2021-09-06 11:13:28 +01: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
Agnieszka C
7b84ec77fd
Added SMS drafts support ( #83 )
2021-09-03 19:00:23 +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
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
tibbi
de54a88b2d
catching some exceptions
2021-05-23 17:01:59 +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
0e07117b3a
adding some crashfixes
2021-03-15 23:30:56 +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
ad3812abb5
just moving a function down
2021-02-16 11:16:17 +01:00
tibbi
ec20dcadeb
fix #134 , properly send messages in new conversations
2021-01-18 17:06:29 +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
71d7085ddb
update the conversation if something changes, avoid recreating it
2021-01-01 20:45:10 +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
tibbi
cf75ab71d4
make sure sent messages have proper SIM card associated
2021-01-01 17:04:41 +01:00
tibbi
555399c31f
enable delivery reports at sending messages
2021-01-01 11:15:27 +01:00
tibbi
a375ff82b9
adding a crashfix at checking multiple SIM cards
2020-12-24 20:39:02 +01:00
tibbi
e116c5baa8
properly store sent messages in local db
2020-12-21 23:17:20 +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
4cad413478
store attachment uri as a string
2020-12-21 15:29:10 +01:00
tibbi
f412f401d3
adding some crashfixes
2020-12-21 11:38:57 +01:00
tibbi
64011e1083
adding some crashfixes
2020-11-28 22:44:21 +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
d1fe3531e1
adding some crashfixes
2020-11-03 19:39:59 +01:00
tibbi
ba23de4c7e
updating commons to 5.31.11
2020-10-27 22:35:33 +01:00
tibbi
766f1ef78c
fix #76 , make sure a notification is shown if app is paused
2020-09-22 14:22:03 +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
fc470d9408
updating commons, target sdk to 30
2020-08-20 23:50:22 +02:00
tibbi
41fb730511
properly handle contacts with multiple phone numbers
2020-07-27 21:53:21 +02:00
tibbi
3c1458b904
fix a glitch at marking a conversation unread
2020-06-18 11:38:27 +02:00
tibbi
22b6040a86
add a Mark as Unread menu item at the thread screen
2020-06-18 11:14:51 +02:00
tibbi
9641eed138
fix #48 , no not show incoming message notifications at currently open thread
2020-06-17 20:25:58 +02:00
tibbi
8dd3fc561f
mark messages as read in the local db too
2020-05-30 20:29:37 +02:00
tibbi
35c205605d
properly handle inserting and deleting threads from local db
2020-05-30 20:01:09 +02:00
tibbi
09892e0078
catch and show exceptions thrown at adding message attachments
2020-05-30 17:20:29 +02:00