Commit graph

683 commits

Author SHA1 Message Date
Pavel Poley
ec157ba19e allow displaying older messages 2022-06-02 15:12:48 +03: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
Tibor Kaputa
ad74adaecd
Merge pull request #351 from pavelpoley/fix/sender-name
Show proper sender name when using direct reply
2022-06-01 21:12:32 +02:00
Tibor Kaputa
2b0b802175
Merge pull request #354 from pavelpoley/fix/sending-glitch
Fix "sending..." shown at opening a conversation
2022-06-01 21:08:57 +02:00
Pavel Poley
e9c32e7487 allow displaying older messages 2022-06-01 17:45:09 +03:00
tibbi
06bc45514b improve the way subsequent message SIM IDs are marked 2022-05-31 16:50:16 +02:00
Pavel Poley
550504a6c2 Merge remote-tracking branch 'origin/master' into fix/sending-glitch 2022-05-31 12:22:20 +03:00
Pavel Poley
2d675ac8be fix sending glitch shown at opening a conversation 2022-05-31 12:12:24 +03:00
Pavel Poley
a228e59119 Merge branch 'master' of https://github.com/pavelpoley/Simple-SMS-Messenger into fix/sender-name
 Conflicts:
	app/src/main/res/values-sk/strings.xml
2022-05-30 16:06:09 +03:00
Pavel Poley
f4b3b6ce61 show proper sender name when using direct reply 2022-05-30 15:58:21 +03:00
Tibor Kaputa
137f0db6f2
fix showing messages from unstored contacts 2022-05-27 18:47:16 +02:00
Mysochenko Yuriy
e1078d4379 update to the latest commons version 2022-05-27 18:12:33 +03:00
Mysochenko Yuriy
f92e19e145 add an option to block messages from unknown numbers 2022-05-26 19:11:17 +03:00
tibbi
8b8ee88c43 show SMS time header also if a message was sent from a different SIM 2022-05-23 20:21:43 +02:00
tibbi
f41e1aa18e fix #316, use proper SIM at replying via the top notification 2022-05-23 20:14:51 +02:00
tibbi
b8ec0a657f show latest messages first at search results 2022-05-01 22:55:55 +02: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
Tibor Kaputa
0006076b9b
after some testing, lets enable group message MMS sending by default 2022-04-18 10:05:45 +02: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
15d6b7f17a do not show Mark as Unread at empty conversations 2022-04-12 10:08:39 +02:00
tibbi
a216919cc0 catch exceptions thrown at file picker errors 2022-04-12 09:57:37 +02:00
tibbi
45874d13d4 updating commons and target SDK to 31 2022-04-12 09:45:18 +02:00
tibbi
aa495b4251 allow storing unstored numbers from the conversation screen too 2022-03-25 21:07:54 +01:00
tibbi
57a417f42b remove the delay at thread refreshing after sending a message 2022-03-25 20:50:39 +01:00
Tibor Kaputa
6ba28dbe70
Merge pull request #324 from Spitfireap/Message-Counter
Added message counter
2022-03-24 22:20:55 +01:00
Tibor Kaputa
bd2bc8bf50
removing a duplicate import 2022-03-24 22:20:37 +01:00
Tibor Kaputa
e9c9222861
Update ThreadActivity.kt 2022-03-24 22:20:14 +01:00
Spitap
603f591ab4
correct formating 2022-03-11 18:42:52 +01:00
Spitap
11a6a230ae
Taking into account useSimpleCharacters option 2022-03-11 17:50:39 +01:00
Spitap
92f0dc3b1a
add mms flag when attachment is added 2022-03-11 13:28:46 +01:00
Spitap
baf9c4a832
Correct how sms length is calculated (@tswistak) 2022-03-11 13:14:55 +01:00
Spitap
277b16762c
Added message counter 2022-03-11 12:25:16 +01:00
tibbi
f389be0de1 removing a default value 2022-03-07 15:11:57 +01:00
tibbi
79f51e42d5 allow sharing attachments too 2022-03-07 13:53:32 +01:00
tibbi
394a990e9c add text message forwarding 2022-03-07 13:37:47 +01:00
tibbi
5e97a97e5f use rounded corners imageview instead of rounding it ourselves 2022-03-07 10:46:31 +01:00
tibbi
9052c5183d apply some configs at sending message from anywhere 2022-03-07 10:19:40 +01:00
tibbi
6349d18c62 use a transparent placeholder at loading mms images 2022-03-06 22:48:52 +01:00
tibbi
5880fa3c85 get proper image resolutions at loading a thread 2022-03-06 22:19:30 +01:00
tibbi
4b514469e4 updating commons and gradle 2022-03-06 12:51:51 +01:00
tibbi
da9a9d5e56 updating release 47 to 48 2022-02-26 19:55:01 +01:00
tibbi
c786d667c4 set wasDbCleared to true 2022-02-26 19:45:10 +01:00
tibbi
a993ccf004 show the changes in Whats New 2022-02-26 19:29:43 +01:00
Agnieszka C
8fe7af8f83 Added an option to send long messages as MMS 2022-02-19 14:27:46 +01:00
tibbi
e826c3c1d2 disable delivery reports by default as it can cost money 2022-02-14 15:35:00 +01:00
tibbi
cdf17cf415 adding a comment at the db clearing 2022-02-11 09:50:22 +01:00