Commit graph

34 commits

Author SHA1 Message Date
Tibor Kaputa
0c5242df2d
Merge pull request #698 from esensar/feature/177-conversations-archive
Implement archive feature for conversations using system API
2023-07-19 16:40:16 +02:00
Ensar Sarajčić
4d13fa1079 Disable archive by default 2023-07-13 16:38:09 +02:00
Ensar Sarajčić
47861f605d Add support for archiving conversations
Archiving messages currently acts like recycle bin in
Simple Gallery, meaning that after 30 days, conversations
will be deleted permanently. Any updates to the conversation
(new messages) removes it from archive.

This closes #177
2023-07-11 16:52:47 +02:00
Ensar Sarajčić
674a467694 Add support for blocking keywords for incoming messages
This adds support for filtering incoming messages based on
message body by checking if it contains any of the blocked keywords
(case insensitive). Regex and patterns are not supported at the moment.

NOTE: This does not currently support MMS, only SMS.

This closes #33
2023-07-10 14:11:41 +02:00
tibbi
9c5978f50a rely on ContactsHelper from Simple Commons 2023-03-04 09:47:42 +01:00
Tibor Kaputa
56ea66634d
Merge branch 'master' into enter-to-send 2022-11-10 16:41:07 +01:00
Naveen
b4c5648ddc Properly handle attachment picker visibility 2022-11-08 02:13:24 +05:30
elena
407538e497 Add option to send on enter pressed 2022-11-07 18:41:51 +00:00
Tibor Kaputa
3a1b749a58
fixing a param name 2022-11-06 10:44:49 +01:00
Naveen
23643d3198 Add support for sending all types of files 2022-11-02 18:03:35 +05:30
tibbi
42b3c7b475 set sendGroupMessageMMS to false by default 2022-06-12 09:29:35 +02:00
Pavel Poley
86df932ce8 fix scroll position resetting on refresh 2022-06-06 16:18:05 +03:00
Tibor Kaputa
0006076b9b
after some testing, lets enable group message MMS sending by default 2022-04-18 10:05:45 +02:00
darthpaul
e04433b346 add setting for sending group message as MMS 2022-04-17 18:01:45 +01:00
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
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
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
Agnieszka C
c14e1f5b95 Added pinning conversations (#197) 2021-09-18 19:23:55 +02: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
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
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
Tibor Kaputa
79c7645ab7
Update Config.kt 2021-08-18 12:45:51 +02:00
tanvirahmod
17c300be7e Add setting to hide message content in notification 2021-01-05 17:54:56 +06:00
tibbi
82f78f002e add an option for showing character counter at sending messages 2020-11-04 12:36:02 +01:00
tibbi
cc2a4e596f remember the last used SIM card on a per-number basis 2020-05-03 23:12:00 +02:00
tibbi
1350ce420a adding Settings and About sections 2020-04-03 10:26:54 +02:00