Naveen
d6f71619cf
Add options to edit, delete, and send the message now
2022-10-04 01:10:20 +05:30
Naveen
8aee6c560b
Delay clearing of expired messages
2022-10-01 00:02:13 +05:30
Naveen
ee8130c767
Handle conversations with scheduled messages only
2022-09-28 02:05:06 +05:30
Naveen
2ff0880cb5
Handle sending scheduled messages
2022-09-27 16:08:45 +05:30
Naveen
7624174cad
Add schedule send message creation ui
...
Move android-smsmms logic into a separate file
2022-09-26 03:02:07 +05:30
Naveen
f4575401f5
Use the existing extension for api version check
2022-09-18 22:54:51 +05:30
Naveen
6842e1c5b6
Respect default SMS SIM setting
2022-09-18 17:40:14 +05:30
tibbi
30399df77f
reset messages at app upgrade
2022-06-29 14:27:37 +02:00
Naveen
ec02864751
Use vertical bar '|' as the address separator
...
https://github.com/tibbi/android-smsmms/pull/3 must be merged after this
2022-06-16 19:43:36 +05:30
Naveen
d595ac8135
Use vertical bar '|' as the address separator
...
Sometimes, an address might contain a space character and that conflicts when space is also used as address separator
2022-06-12 02:11:14 +05:30
tibbi
2519e0ab56
fixing an extension typo
2022-06-02 23:03:06 +02:00
Pavel Poley
d2f824ed66
Merge remote-tracking branch 'origin/master' into task/older-messages
2022-06-02 13:01:15 +03:00
Pavel Poley
c8dbfb4090
allow displaying older messages
2022-06-02 13:01:03 +03:00
Pavel Poley
e9c32e7487
allow displaying older messages
2022-06-01 17:45:09 +03:00
Pavel Poley
f4b3b6ce61
show proper sender name when using direct reply
2022-05-30 15:58:21 +03:00
darthpaul
510dacb87e
fix: remove isDigitsOnly filter from SMS participants
2022-05-01 21:09:33 +01:00
darthpaul
72cbb342a6
handle sending group SMS
...
- in Context.getMessages, split the sender number by spaces " " to get each contact.
- apply update in the android-smsmms lib - do not pass threadId in Transaction.sendNewMessage
2022-05-01 03:33:47 +01:00
darthpaul
e04433b346
add setting for sending group message as MMS
2022-04-17 18:01:45 +01:00
tibbi
fa83697473
lets make those pendingintents mutable
2022-04-12 14:38:29 +02:00
tibbi
bf2f4887ca
add the PendingIntent.FLAG_IMMUTABLE flag to PendingIntents
2022-04-12 14:35:02 +02:00
tibbi
45874d13d4
updating commons and target SDK to 31
2022-04-12 09:45:18 +02:00
tibbi
9052c5183d
apply some configs at sending message from anywhere
2022-03-07 10:19:40 +01:00
tibbi
5880fa3c85
get proper image resolutions at loading a thread
2022-03-06 22:19:30 +01:00
tibbi
cc04594d31
updating commons
2022-02-07 11:45:59 +01:00
tibbi
591f473a1f
updating commons with PhoneNumber containing multiple fields
2022-02-06 22:44:20 +01:00
tibbi
b7510134a6
fix #278 , removing a weird MMS grouping rule, not sure why was it added
2022-02-05 22:51:34 +01:00
tibbi
8336ec0052
updating commons, kotlin + add some keyboard hiding
2022-02-05 21:07:43 +01:00
Agnieszka C
67f5404f26
Added opening contact details from the conversation view ( #104 )
2022-01-23 15:09:50 +01:00
Tibor Kaputa
76e8381080
Merge pull request #272 from Aga-C/fix-mark-as-read-notification
...
Fixed disabled mark as read in notification
2022-01-19 15:43:27 +01:00
Agnieszka C
3f6acce970
Added multiple messages in notification
2022-01-14 19:45:24 +01:00
Agnieszka C
fdd75384ff
Fixed disabled mark as read in notification
2022-01-12 19:11:25 +01:00
tibbi
ed50f8ec31
moving some helper functions from context to settings
2021-11-15 18:03:19 +01:00
tibbi
081c979535
some setting UI tweak, lets show textual values below their labels
2021-11-15 15:21:09 +01:00
tibbi
938ba2b20c
removing the file size limit label from the app settings
2021-11-15 14:47:14 +01:00
tibbi
a5dc5c1bb8
removing the lock screen notification visibility label from the settings
2021-11-13 10:26:56 +01:00
tibbi
29c0666243
fetch all drafts at once for better performance
2021-10-18 19:22:06 +02:00
Tibor Kaputa
580fc7d35b
make dialNumber callback nullable for easier reading
2021-10-18 18:36:00 +02:00
Agnieszka C
44547b05d0
Dialing number refactor
2021-10-18 18:19:26 +02:00
Tibor Kaputa
7fae2d8324
Merge branch 'master' into fix/wrong-sender-name
2021-09-24 18:41:38 +02: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
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
d78776e288
feat: use models during export, try to update conversation date during import
2021-09-18 21:05:06 +01:00
darthpaul
e10a410788
feat: restore mms
2021-09-18 16:14:58 +01:00
Paul Akhamiogu
9656207135
Import SMS
2021-09-12 18:44:52 +01:00
Paul Akhamiogu
7f32115afe
back up messages
2021-09-12 00:43:00 +01:00
Tibor Kaputa
2aa8e3953b
Merge branch 'master' into add-simple-characters
2021-09-10 10:16:42 +02:00
Tibor Kaputa
7e3696e965
adding an extra space
2021-09-09 23:30:08 +02:00
Agnieszka C
30e7b68c06
Used normalizeString from Commons
2021-09-09 22:41:23 +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