Commit graph

134 commits

Author SHA1 Message Date
Agnieszka C
44547b05d0 Dialing number refactor 2021-10-18 18:19:26 +02:00
tibbi
18026c473f adding some crashfixes 2021-09-24 21:35:37 +02:00
Tibor Kaputa
03ff16f633
minor code style update 2021-09-24 17:58:28 +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
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
Agnieszka C
c14e1f5b95 Added pinning conversations (#197) 2021-09-18 19:23:55 +02:00
Agnieszka C
d2d291069c Fixed marking as read/unread not refreshing list 2021-09-14 19:03:04 +02:00
Tibor Kaputa
aa71a39f1b
minor code cleanup + color customization fix 2021-09-08 20:03:35 +02:00
Agnieszka C
df8759e00a
Merge branch 'master' into add-sms-draft 2021-09-08 15:37:21 +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
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
162d09e466
Update ConversationsAdapter.kt 2021-09-08 15:04:07 +02:00
AlbertoPellitteri
8ce253b957 Remove unused import 2021-09-06 22:51:37 +02: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
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
Jonathan Buhacoff
37fbf8ae8e fix: failed to open attachment with mixed-case mimetype 2021-07-22 18:57:56 -07: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
2db6ffb835 use the new way of launching activity intents 2021-04-14 23:40:52 +02:00
tibbi
ab50b0b74a adding some animations 2021-03-15 23:43:42 +01:00
tibbi
1d0ecc6cab updating some group chat related coloring issues 2021-02-16 13:44:26 +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
33a8b498f3 show search results in a recyclerview list 2021-02-15 23:23:39 +01:00
tibbi
78b65843fd remove the transparency from sent message background 2021-02-15 19:03:15 +01:00
tibbi
d52b4da80e adding some crashfixes 2021-01-07 23:15:10 +01:00
tibbi
a100ddb290 allow clicking the message failed label 2021-01-02 10:25:54 +01:00
tibbi
08dfd98fdb changing the sending error and making it smaller 2021-01-01 23:05:56 +01:00
tibbi
71d7085ddb update the conversation if something changes, avoid recreating it 2021-01-01 20:45:10 +01:00
tibbi
d3494014a6 improving the messages delivery status 2021-01-01 19:00:40 +01:00
tibbi
8ac5a1d65e add a Select All menu item at conversations and messages 2021-01-01 18:07:00 +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
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
tibbi
d49eaa4abe applying the selected text size on a couple places 2020-11-04 12:53:24 +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