Commit graph

271 commits

Author SHA1 Message Date
Tibor Kaputa
e92943b167
Merge branch 'master' into add-pin-conversation 2021-09-24 18:34:15 +02:00
Tibor Kaputa
516131787c
removing a newline 2021-09-24 17:58:01 +02:00
Tibor Kaputa
cc06bfa7f3
adding some spaces 2021-09-24 17:57:34 +02:00
darthpaul
50088ca967 Merge remote-tracking branch 'origin/feat/export-sms' into feat/export-sms
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/smsmessenger/dialogs/ImportMessagesDialog.kt
2021-09-24 15:09:24 +01:00
darthpaul
24c08613d9 remove unused callback in ImportMessagesDialog 2021-09-24 15:07:40 +01:00
Tibor Kaputa
ec2352e597
minor code update 2021-09-22 22:59:51 +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
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
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
Tibor Kaputa
c8e5033eba
Merge pull request #193 from KryptKode/feature/compress-images
Feature/compress images
2021-09-10 10:02:38 +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
Tibor Kaputa
5bd85fa93d
adding a newline 2021-09-09 23:30:46 +02:00
Paul Akhamiogu
13f5b9b582 Fix reference error, move file limit sizes to donottranslate.xml 2021-09-09 21:48:50 +01:00
Tibor Kaputa
99c80b15df
Merge pull request #196 from Aga-C/fix-plus-sign
Fixed missing plus sign when opened from another app (#107)
2021-09-09 22:36:20 +02:00
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
Agnieszka C
2cac2516f2
Merge branch 'master' into add-simple-characters 2021-09-08 20:08:35 +02:00
Agnieszka C
9b0fe07fab Fixed missing plus sign when opened from another app (#107) 2021-09-08 19:13:36 +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
Paul Akhamiogu
b317507370 convert image mimetype to lowercase, remove unused imports/tags 2021-09-06 11:13:28 +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
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
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
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