Agnieszka C
9cef7f2221
Added limit to the message box size ( #55 )
2024-01-28 10:43:06 +01:00
Naveen
b8e229777f
Minor style change
2024-01-17 18:10:59 +05:30
Naveen
e4cd450a56
Adjust layout
2024-01-10 05:14:56 +05:30
Agnieszka C
bb03460dfd
Changed styles
2024-01-09 23:54:11 +01:00
Agnieszka C
8c1ff75655
Changed string
2023-12-22 09:53:13 +01:00
Agnieszka C
535d722936
Added custom notifications
2023-12-22 09:18:47 +01:00
Naveen
2d8a626ec0
Rename package names to org.fossify.*
2023-12-21 18:15:03 +05:30
Naveen
fead93ddf7
Remove messageHolderBinding variable
2023-08-22 14:09:04 +05:30
Naveen
0c01e607bb
Migrate from kotlin synthetics to View binding
2023-08-17 15:54:29 +05:30
Ensar Sarajčić
dbf582b239
Merge branch 'master' into feature/451-recycle-bin
2023-07-24 14:47:50 +02:00
Ensar Sarajčić
565f991932
Update recycle bin related strings
2023-07-20 16:20:29 +02:00
Ensar Sarajčić
b29d664dc4
Merge branch 'master' into feature/451-recycle-bin
2023-07-20 14:12:20 +02:00
merkost
05ced83909
Merge branch 'master' into export_import_settings
...
# Conflicts:
# app/src/main/res/menu/menu_main.xml
2023-07-20 12:52:42 +10: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ć
555b6ebea3
Add support for recycle bin for messages
...
This adds support for moving messages to recycle bin instead of
deleting them right away. The feature is not active by default.
This closes #451
2023-07-18 11:34:25 +02:00
Konstantin Merenkov
321e4f11ff
Merge branch 'master' into export_import_settings
2023-07-18 16:27:09 +10:00
merkost
30b100b62f
Dialogs refactoring
2023-07-18 16:22:14 +10:00
Ensar Sarajčić
1b8cfee9ea
Remove unused strings
2023-07-18 08:21:22 +02:00
merkost
56ce7c5aa4
Added settings migrating section
2023-07-18 12:32:06 +10:00
Ensar Sarajčić
857a4f0b93
Implement archive functionality using system API
2023-07-17 16:43:31 +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
Ensar Sarajčić
143aaece4b
Add password protection feature to the app
...
This closes #446
2023-06-30 09:29:36 +02:00
tibbi
4dfdb39603
adding some margin between conversations
2023-06-12 12:33:10 +02:00
tibbi
1d2443fda3
removing a confusing background at conversations, set it dynamically
2023-06-12 12:20:59 +02:00
tibbi
e8d021a662
use nicer effects at long pressing conversations
2023-06-11 21:42:55 +02:00
tibbi
fb96109973
removing some extra margins at importing dialog
2023-05-19 22:53:59 +02:00
Naveen
49597a8db3
Add some spacing between attachments and text
2023-02-19 15:17:51 +05:30
Naveen
bdafa4b847
Change fab bg color
2023-01-15 09:12:30 +05:30
Naveen
37944e8b40
Add helper fab for quick scroll to bottom
2023-01-15 08:43:19 +05:30
tibbi
63dedaa9b7
show a loading progress bar at first app load
2023-01-12 16:18:14 +01:00
Naveen
0a92ce76a2
Set text alignment to start
2023-01-06 21:29:18 +05:30
Naveen
f0c3333a72
Disable replying to non-numeric short codes
...
Also, break down large thread layout file
2023-01-06 18:32:31 +05:30
tibbi
2be979e740
moving the top search related code to Commons
2023-01-03 23:36:40 +01:00
tibbi
be8003718f
animate search holder visibility
2023-01-03 15:58:42 +01:00
tibbi
2d6c48cd90
hide the top search menu at scrolling
2023-01-03 15:38:39 +01:00
tibbi
35e8b4f4a4
use smaller search menu
2023-01-03 15:04:11 +01:00
tibbi
f02348dc6c
move some search bar related code to a custom view
2023-01-03 11:50:45 +01:00
tibbi
c1c9cf0419
move SearchActivity to be a part of MainActivity
2023-01-02 21:59:50 +01:00
tibbi
aa26c332df
adding some thread UI redesigns
2023-01-02 11:49:26 +01:00
tibbi
e4a7253b87
redesigning New Conversation screen
2023-01-01 23:34:38 +01:00
tibbi
c6ca168dc9
restyling main screen
2023-01-01 23:18:50 +01:00
tibbi
b0225c1693
adding some more conversation details UI fixes
2023-01-01 23:10:12 +01:00
tibbi
d42fa509b4
updating vCard viewers UI
2023-01-01 22:55:34 +01:00
tibbi
e52cb19059
adding some conversation details related UI improvements
2023-01-01 22:42:59 +01:00
tibbi
ef7a38204f
redesigning the app settings
2023-01-01 21:32:11 +01:00