Commit graph

419 commits

Author SHA1 Message Date
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
74c5e4384c Check file size before compression 2021-09-08 21:53:54 +01:00
Tibor Kaputa
aa71a39f1b
minor code cleanup + color customization fix 2021-09-08 20:03:35 +02:00
Tibor Kaputa
327b7f673a
fixing a compile error + some renaming 2021-09-08 20:00:28 +02:00
Tibor Kaputa
07cd3372d8
Merge branch 'master' into feature/compress-images 2021-09-08 15:47:55 +02:00
Agnieszka C
df8759e00a
Merge branch 'master' into add-sms-draft 2021-09-08 15:37:21 +02:00
Tibor Kaputa
96e25bf855
move mimetype lowercase into the function itself 2021-09-08 15:36:19 +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
Paul Akhamiogu
b27d3ab795 ref: update copy and make 1MB default MMS file limit 2021-09-07 22:11:33 +01:00
Paul Akhamiogu
c3c2ce4ee3 feat: add settings option to customise the MMS file size limit 2021-09-06 22:25:38 +01:00
AlbertoPellitteri
8ce253b957 Remove unused import 2021-09-06 22:51:37 +02: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
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
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
Tibor Kaputa
2ecca969f1
Update Config.kt 2021-08-25 18:44:45 +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
Tibor Kaputa
ecbf29ec83
Update Constants.kt 2021-08-18 12:46:03 +02:00
Tibor Kaputa
79c7645ab7
Update Config.kt 2021-08-18 12:45:51 +02:00
Tibor Kaputa
f68bc54771
Update Context.kt 2021-08-18 12:45:33 +02: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
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
de54a88b2d catching some exceptions 2021-05-23 17:01:59 +02:00
tibbi
e8a53d06c1 make sure the conversation are properly refreshed when open 2021-04-15 11:58:11 +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
75aac13e1e adding a null check at DirectReplyReceiver 2021-03-22 16:03:34 +01:00
tibbi
db077704f0 do not show the error caught at fetching the contact name and photo 2021-03-22 13:13:34 +01: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
6c9d25d16f properly handle sending reply messages through the top notification 2021-03-15 23:10:59 +01:00