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
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
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
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
e5bd51ed24
improve search at new conversation, ignore accents
2021-03-15 22:31:36 +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
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
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
tibbi
9984084d60
fix #22 , allow selecting a phone number at contacts that have multiple
2021-01-11 11:02:55 +01:00
tanvirahmod
17c300be7e
Add setting to hide message content in notification
2021-01-05 17:54:56 +06: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
b8d3c6191f
prefetch all messages at first app launch
2020-12-30 16:34:30 +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
e92e3b81e1
fix a glitch at opening a thread from the New Conversation screen
2020-12-25 16:21:19 +01:00
tibbi
a375ff82b9
adding a crashfix at checking multiple SIM cards
2020-12-24 20:39:02 +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
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