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
9265946d64
delete db after latest update
2022-02-11 09:28:53 +01:00
tibbi
591f473a1f
updating commons with PhoneNumber containing multiple fields
2022-02-06 22:44:20 +01:00
EveX1
f19fab5285
UPDATE compressImage()
...
- ADD Compressor Resolution Constraint as inner class
- ADD two util (private) methods from same package
- ADD logic to cut the width / height by half if
image size > 2 * targeted size
- UPDATE comment from #285
2022-01-29 02:07:12 +01:00
EveX
2605a61005
add error message on MMS compression failed
2022-01-27 01:44:27 +01:00
tibbi
2b65ebceff
lower the default MMS file size limit to 600kb
2022-01-13 20:22:27 +01:00
Tibor Kaputa
e92943b167
Merge branch 'master' into add-pin-conversation
2021-09-24 18:34:15 +02:00
Tibor Kaputa
de57cc3085
minor code cleanup
2021-09-22 22:55:31 +02:00
darthpaul
27a9cf4369
Handle cases where sms or mms does not exist in import or export
2021-09-21 15:19:09 +01:00
Tibor Kaputa
cb1affb711
correcting an Android OS version check
2021-09-21 12:03:07 +02:00
Tibor Kaputa
ea9c317a11
correcting an Android OS version check
2021-09-21 12:01:41 +02:00
Tibor Kaputa
e033dd284a
removing some useles comments
2021-09-20 22:34:50 +02:00
darthpaul
a5109da19f
Merge branch 'master' into feat/export-sms
...
# Conflicts:
# app/src/main/kotlin/com/simplemobiletools/smsmessenger/extensions/Context.kt
# app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Config.kt
# app/src/main/kotlin/com/simplemobiletools/smsmessenger/helpers/Constants.kt
2021-09-18 22:16:12 +01:00
darthpaul
04cac740ee
Cleanup code and remove logs
2021-09-18 22:07:13 +01:00
darthpaul
24d9988ec1
Add progress callbacks to importer and exporter, not used yet
2021-09-18 21:54:44 +01:00
darthpaul
d78776e288
feat: use models during export, try to update conversation date during import
2021-09-18 21:05:06 +01:00
Agnieszka C
c14e1f5b95
Added pinning conversations ( #197 )
2021-09-18 19:23:55 +02:00
darthpaul
e10a410788
feat: restore mms
2021-09-18 16:14:58 +01:00
Paul Akhamiogu
9656207135
Import SMS
2021-09-12 18:44:52 +01:00
Paul Akhamiogu
7f32115afe
back up messages
2021-09-12 00:43:00 +01:00
Tibor Kaputa
2aa8e3953b
Merge branch 'master' into add-simple-characters
2021-09-10 10:16:42 +02:00
Paul Akhamiogu
b74a511a5e
Add dialog to import messages
2021-09-10 00:31:04 +01:00
Paul Akhamiogu
2a5f2bfc03
Add dialog to export messages
2021-09-10 00:08:57 +01:00
Paul Akhamiogu
74c5e4384c
Check file size before compression
2021-09-08 21:53:54 +01: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
Agnieszka C
b212aa49b3
Added removing diacritics ( #29 )
2021-09-06 10:12:51 +02: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
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
88213f1c39
Merge branch 'master' into fix_108
2021-08-18 12:40:27 +02:00
tibbi
d6fdbc4271
scroll to the message containing the searched string
2021-02-16 12:48:52 +01:00
tanvirahmod
17c300be7e
Add setting to hide message content in notification
2021-01-05 17:54:56 +06:00
tibbi
d3494014a6
improving the messages delivery status
2021-01-01 19:00:40 +01:00
tibbi
e357b4a659
insert messages in a local db at fetching
2020-12-21 19:27:21 +01:00
tibbi
633f7cf5c0
create a db table for Messages too
2020-12-21 18:02:07 +01:00
tibbi
b955678e90
creating a database table for MessageAttachments too
2020-12-21 16:40:48 +01:00
tibbi
82f78f002e
add an option for showing character counter at sending messages
2020-11-04 12:36:02 +01:00
tibbi
349ff11957
fix #35 , show a tick at successfully sent last messages
2020-08-23 21:43:50 +02:00
tibbi
f4da76a010
fix #21 , allow replying directly from the top notification
2020-06-18 18:12:45 +02:00
tibbi
a85eb77d31
fix #47 , mark the whole conversation as read with Mark as Read at notification
2020-06-17 21:45:17 +02:00
tibbi
d4e9c22d13
add a Mark As Read notification item
2020-05-13 16:04:28 +02:00
tibbi
cc2a4e596f
remember the last used SIM card on a per-number basis
2020-05-03 23:12:00 +02:00
tibbi
3a515486ea
moving the contact avatar creation into Commons
2020-04-15 18:09:09 +02:00