Commit Graph

753 Commits

Author SHA1 Message Date
80ffc85ace Merge branch 'master' into add-simple-characters 2021-09-08 15:13:13 +02:00
02a8633ffd Merge branch 'master' into add-sms-draft 2021-09-08 15:12:05 +02:00
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
14b7526ab3 Merge branch 'master' into add-sms-draft 2021-09-08 15:10:07 +02:00
857c9d8735 Merge pull request #191 from AlbertoPellitteri/master
Mark as unread chats from the main messages cab
2021-09-08 15:06:21 +02:00
3c81f9bc7d move Select All item at the bottom for consistency with other apps 2021-09-08 15:05:17 +02:00
162d09e466 Update ConversationsAdapter.kt 2021-09-08 15:04:07 +02:00
b27d3ab795 ref: update copy and make 1MB default MMS file limit 2021-09-07 22:11:33 +01:00
c3c2ce4ee3 feat: add settings option to customise the MMS file size limit 2021-09-06 22:25:38 +01:00
8ce253b957 Remove unused import 2021-09-06 22:51:37 +02:00
b317507370 convert image mimetype to lowercase, remove unused imports/tags 2021-09-06 11:13:28 +01:00
b212aa49b3 Added removing diacritics (#29) 2021-09-06 10:12:51 +02:00
0124c6e2f7 clean up 2021-09-05 23:17:46 +01:00
664346e8a9 feat: compress images before sending 2021-09-05 20:45:04 +01:00
d0d252a1e0 Small performance improvement 2021-09-05 18:42:41 +02:00
1a5f055cd9 small performance improvement 2021-09-05 18:38:35 +02:00
d139548f06 Now the conversation can be marked as read from the main message cab 2021-09-05 18:15:37 +02:00
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
44c540b961 Fixed updating last message after deleting (#167) 2021-09-04 22:14:22 +02:00
7b84ec77fd Added SMS drafts support (#83) 2021-09-03 19:00:23 +02:00
72833f6f16 Merge pull request #185 from igor-cali/master
Updated Italian Translation
2021-09-01 10:50:32 +02:00
5d72ade8b8 Updated Italian Translation 2021-09-01 10:24:19 +02:00
82b0b5abf5 Merge pull request #183 from solokot/master
Updated Russian translation
2021-08-28 22:33:43 +02:00
1c0ea0a044 Updated Russian translation 2021-08-27 22:37:27 +04:00
3bcd69d51e updating changelog 5.10.0 2021-08-27 14:49:42 +02:00
9d1eb9415a update version to 5.10.0 2021-08-27 14:49:33 +02:00
4aa4be19dc updating commons 2021-08-27 14:42:50 +02:00
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
3818db5a5d Merge pull request #181 from KryptKode/feat/delivery-report-setting
Add setting for enabling/disabling delivery report
2021-08-25 22:37:42 +02:00
2ecca969f1 Update Config.kt 2021-08-25 18:44:45 +02:00
67078dcc2a Add double check icon 2021-08-25 17:35:12 +01:00
bb7178bee6 Add setting for enabling/disabling delivery report 2021-08-25 17:17:21 +01:00
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
84c1705078 Merge pull request #176 from spkprs/patch-4
Update strings.xml
2021-08-19 09:13:41 +02:00
364e3a1317 Update strings.xml 2021-08-18 23:31:41 +03:00
4dc06f9c5a Merge pull request #174 from Aga-C/master
Updated Polish translation
2021-08-18 16:52:49 +02:00
f3076d5ab4 Merge pull request #175 from ltGuillaume/patch-2
Dutch
2021-08-18 16:52:44 +02:00
2f5c5218db Dutch 2021-08-18 16:23:41 +02:00
a073be356d Updated Polish translation 2021-08-18 16:15:04 +02:00
55d11145ab adding a new string to be used for toggling delivery reports 2021-08-18 15:41:39 +02:00
d2c4e11a3d Merge pull request #173 from Aga-C/master
Updated Polish translation
2021-08-18 15:40:59 +02:00
78bea5e36b Updated Polish translation 2021-08-18 15:36:42 +02:00
e0b4e16d08 Merge pull request #172 from ltGuillaume/patch-2
Dutch
2021-08-18 15:26:48 +02:00
ccc4d24204 fix #171, make sure the lock screen settings dont overlap 2021-08-18 15:26:21 +02:00
a9c4f17059 Dutch 2021-08-18 15:10:15 +02:00
0eb8c3ddf3 adding some new lock screen visibility related strings 2021-08-18 12:49:17 +02:00
21044bdeee Merge pull request #125 from tanvir-ahmod/fix_108
Fix #108, Add setting to hide message content in notification
2021-08-18 12:46:29 +02:00
5d782a7f7a Update activity_settings.xml 2021-08-18 12:46:15 +02:00
ecbf29ec83 Update Constants.kt 2021-08-18 12:46:03 +02:00
79c7645ab7 Update Config.kt 2021-08-18 12:45:51 +02:00