Commit graph

64 commits

Author SHA1 Message Date
Ensar Sarajčić
b29d664dc4 Merge branch 'master' into feature/451-recycle-bin 2023-07-20 14:12:20 +02:00
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ć
b0141fe93d Add recycle bin list similar to main conversations list 2023-07-18 15:19:30 +02:00
Ensar Sarajčić
857a4f0b93 Implement archive functionality using system API 2023-07-17 16:43:31 +02:00
Ensar Sarajčić
4b3fa422be Move Show archived conversations to strings.xml 2023-07-12 12:32:28 +02:00
Ensar Sarajčić
7dbd6c5d9f Add proper strings for archive operations 2023-07-12 10:37:20 +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
Tibor Kaputa
7ca11c8427
Merge pull request #682 from esensar/feature/19-message-details
Add message details menu button
2023-07-11 15:25:10 +02:00
Ensar Sarajčić
bdd506c96e Add message details menu button
Adds a "Properties" menu button in conversation, when one message
is selected, which displays details about the message:
- Type (SMS or MMS)
- Sender phone number (or receiver if it is a sent message)
- Used SIM
- Date sent at
- Date received at (if it is an incoming message)

This closes #19
2023-07-10 16:43:07 +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
bda9ec2a43 never show More Apps From Us as an icon 2023-02-08 10:23:31 +01:00
tibbi
251d885836 renaming a menu item 2023-02-08 10:08:37 +01:00
tibbi
20b413a35a move More Apps From Us to lower priority 2023-01-12 16:06:57 +01:00
tibbi
2be979e740 moving the top search related code to Commons 2023-01-03 23:36:40 +01:00
tibbi
f5d75dd344 prefer showing About instead of More apps from us 2023-01-03 15:04:25 +01:00
tibbi
c1c9cf0419 move SearchActivity to be a part of MainActivity 2023-01-02 21:59:50 +01:00
tibbi
db6ddceb73 updating commons and min SDK to 23 2023-01-01 21:24:41 +01:00
Naveen
5aac009102 Add conversation details page 2022-11-21 17:28:21 +05:30
Naveen
8d283858e1 Add ability to rename group conversations 2022-11-21 02:51:51 +05:30
tibbi
ee339dcd6b adding a "More apps from us" menu button 2022-11-10 17:03:40 +01:00
Naveen
f07abeb54c Add vCard attachment preview 2022-08-29 03:19:50 +05:30
tibbi
80cbf29011 try harder at showing multiple thread menu items 2022-08-24 22:17:56 +02:00
tibbi
cefa96806a lets show Select All icon if it fits 2022-04-12 09:47:58 +02:00
tibbi
45874d13d4 updating commons and target SDK to 31 2022-04-12 09:45:18 +02:00
tibbi
aa495b4251 allow storing unstored numbers from the conversation screen too 2022-03-25 21:07:54 +01:00
tibbi
dc2c3e5538 fix #322, flip Manage people and Dial number 2022-03-07 14:40:54 +01:00
tibbi
394a990e9c add text message forwarding 2022-03-07 13:37:47 +01:00
Tibor Kaputa
31745457f6
reordering the menu items 2021-11-27 19:44:49 +01:00
Agnieszka C
f2a25b46dd Added saving MMS (#106) 2021-11-20 13:39:52 +01:00
tibbi
efc95ef9f6 updating the Settings style 2021-11-13 10:10:42 +01:00
darthpaul
2d2d51f90f handle long-press of message bubble
- update commons dependency
- fix broken drawable resource reference in cab_thread menu file
2021-11-10 18:05:20 +00:00
Agnieszka C
41114e5f2c Added calling contact in conversation (#230) 2021-10-18 15:45:20 +02:00
tibbi
83b4300362 lets actually remove the un/pinning from the thread activity 2021-09-24 18:45:06 +02:00
tibbi
24a39b74f4 lets show the pin and unpin menu buttons in case they fit 2021-09-24 18:38:40 +02:00
Tibor Kaputa
e92943b167
Merge branch 'master' into add-pin-conversation 2021-09-24 18:34:15 +02:00
Tibor Kaputa
72f0e27655
Make sure the Settings menu button is above About 2021-09-21 10:15:33 +02:00
Agnieszka C
c14e1f5b95 Added pinning conversations (#197) 2021-09-18 19:23:55 +02:00
Paul Akhamiogu
2a5f2bfc03 Add dialog to export messages 2021-09-10 00:08:57 +01:00
Tibor Kaputa
f9a71c0e0b
keep Select All as the last cab item 2021-09-08 15:18:03 +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
tibbi
b2084d8d03 show more items at the top menu 2021-05-23 18:01:17 +02:00
tibbi
e7690f6717 adding a search button and an own activity fori t 2021-02-15 19:59:41 +01:00
tibbi
8ac5a1d65e add a Select All menu item at conversations and messages 2021-01-01 18:07:00 +01:00
tibbi
1c6d19c986 move Delete button at selecting a conversation in front 2020-12-30 12:44:50 +01:00
tibbi
87e1be8e1b allow selecting parts of a message instead of copying the whole 2020-11-04 10:39:51 +01:00
tibbi
acd0055477 removing the Select All cab menu button 2020-11-03 23:26:43 +01:00
tibbi
13b25b918d allow dialing phone numbers of conversation recipiends 2020-11-03 22:24:17 +01:00
tibbi
7d8e1a2155 allow copying conversation numbers to clipboard 2020-11-03 22:15:28 +01:00
tibbi
22b6040a86 add a Mark as Unread menu item at the thread screen 2020-06-18 11:14:51 +02:00
tibbi
3ac08e2b21 allow blocking numbers directly from the main screen 2020-05-23 18:56:24 +02:00