Commit graph

843 commits

Author SHA1 Message Date
Tibor Kaputa
d8aaf3e7e4
minor code style updates 2022-11-06 10:00:09 +01:00
Tibor Kaputa
48d22d8aa5
moving overring functions at the top 2022-11-06 09:51:40 +01:00
Naveen
1c48352432 Fix issue previewing GIF files 2022-11-05 00:54:17 +05:30
Naveen
cd2c94ccee Workaround attachment filename issue 2022-11-05 00:21:59 +05:30
Naveen
61a57aa2b5 Show icon for common mime types 2022-11-05 00:20:04 +05:30
Naveen
b6012f6e2b Workaround some potential exceptions 2022-11-03 23:49:55 +05:30
Naveen
09956f809d Properly parse attachment file names 2022-11-03 23:40:47 +05:30
Naveen
db51241b81 Do ui setup on ui thread (crashfix) 2022-11-03 23:39:58 +05:30
Naveen
c1ccfd343b Fix threading issue with scheduled message 2022-11-03 22:41:41 +05:30
Naveen
7c02e33bbd Remove unused click listeners and callbacks 2022-11-03 00:32:34 +05:30
Naveen
fedc52adc3 Show toast warning for duplicate attachments 2022-11-03 00:20:02 +05:30
Naveen
ecdbc9036a Extract all properties when adding contact attachment 2022-11-03 00:01:52 +05:30
Naveen
54f7c5980b Move preview helpers to one place 2022-11-02 20:32:51 +05:30
Naveen
d202c3b172 Merge branch 'SimpleMobileTools:master' into feature_attachments 2022-11-02 18:14:05 +05:30
Naveen
23643d3198 Add support for sending all types of files 2022-11-02 18:03:35 +05:30
tibbi
2d0131e7af add scheduled messages to release notes 2022-10-26 19:25:54 +02:00
tibbi
c850b4d7f3 catch exceptions thrown at showing big message attachments 2022-10-26 19:12:17 +02:00
tibbi
5f728c9321 minor fixes and updates here and there 2022-10-26 18:36:44 +02:00
Naveen
8d75d5b133 Improve unknown attachment preview 2022-10-23 18:35:54 +05:30
Agnieszka C
38b150daa4 Fixed pin indicator color (#455) 2022-10-20 11:11:32 +02:00
tibbi
6d26495daa removing a debug log 2022-10-14 23:55:46 +02:00
tibbi
a1f6d0e5e0 stop the scheduling process if the date or time pickers are closed 2022-10-14 23:52:32 +02:00
tibbi
7f24e4d2a8 renaming some stuff 2022-10-14 23:47:52 +02:00
tibbi
f240f4f695 improving some code readability 2022-10-14 23:44:48 +02:00
tibbi
3768a4195c adding a couple scheduled sending related improvements 2022-10-14 23:41:41 +02:00
Tibor Kaputa
d41c57093e
Merge pull request #438 from Naveen3Singh/feature_schedule_send
Add schedule send feature
2022-10-14 23:29:49 +02:00
Naveen
45c7dd77a8 Use datetime format as per the settings 2022-10-15 00:48:57 +05:30
Naveen
69e3cfd3b7 Remove double empty lines 2022-10-14 22:19:31 +05:30
Naveen
8c67dfa929 Use consistent font size in date time texts 2022-10-14 22:14:13 +05:30
Naveen
5edb0b099b Reduce datetime font size 2022-10-14 02:01:10 +05:30
Naveen
f721754785 Remove humanised datetime formatting
Year is not shown if it's same as the current year.
2022-10-14 00:37:03 +05:30
tibbi
0de5cabc92 adding a new faq item about scheduled messages 2022-10-12 22:58:33 +02:00
tibbi
b271ed4d2d do not group suggested contacts by address 2022-10-11 19:29:05 +02:00
Naveen
203f10618f Prefer last modified time over last message time 2022-10-08 20:50:49 +05:30
Naveen Singh
6f07d6971a
Merge branch 'SimpleMobileTools:master' into feature_schedule_send 2022-10-06 01:47:52 +05:30
tibbi
180adc7adc removing an empty line 2022-10-05 21:55:50 +02:00
Naveen
c2320be6c1 Use proper text color for date 2022-10-06 01:00:47 +05:30
Naveen
338b559823 Add dialog title 2022-10-04 01:40:50 +05:30
Naveen
e6fa492877 Minor readability improvement 2022-10-04 01:30:42 +05:30
Naveen
d6f71619cf Add options to edit, delete, and send the message now 2022-10-04 01:10:20 +05:30
Naveen
9284859b8b Get icon width from xml resource 2022-10-01 01:46:26 +05:30
Naveen
3fa03b2998 Validate datetime before scheduling message 2022-10-01 01:22:46 +05:30
Naveen
8142489d87 Use a descriptive function name 2022-10-01 01:13:13 +05:30
Naveen
8aee6c560b Delay clearing of expired messages 2022-10-01 00:02:13 +05:30
Naveen
76af74ef1c Minor readability improvement 2022-09-28 02:12:29 +05:30
Naveen
ee8130c767 Handle conversations with scheduled messages only 2022-09-28 02:05:06 +05:30
Naveen
703bb003c1 Coerce hours in range 0 to 23 2022-09-27 23:40:39 +05:30
Naveen
2ff0880cb5 Handle sending scheduled messages 2022-09-27 16:08:45 +05:30
Naveen
16ea540d48 Setup database migrations for scheduled messages 2022-09-27 15:43:10 +05:30
Naveen
7624174cad Add schedule send message creation ui
Move android-smsmms logic into a separate file
2022-09-26 03:02:07 +05:30