dab246
a23d15a9ca
TF-4136 refactor(logging): replace logError with logWarning for non-critical cases
2026-01-06 13:53:22 +07:00
dab246
ff0ac57c1d
Standardize button actions in confirm dialog
2025-08-27 16:06:26 +07:00
DatDang
9e7298bc76
TF-3953 Close several modals when click outside
2025-08-22 11:24:38 +07:00
DatDang
4fd0931c9e
TF-3586: Upgrade Flutter to 3.27.4
2025-07-30 15:24:57 +07:00
dab246
a9a322818a
Use fontFamily for all style in Text widget
...
Signed-off-by: dab246 <tdvu@linagora.com >
2025-07-15 12:40:02 +07:00
dab246
89a3743eaf
Apply new design for all confirm dialog
...
Signed-off-by: dab246 <tdvu@linagora.com >
2025-03-31 21:22:11 -07:00
dab246
78d40f7be5
TF-3479 Add OpenAndCloseComposerExtension to handle open & close composer
...
Signed-off-by: dab246 <tdvu@linagora.com >
2025-03-17 04:33:44 -07:00
dab246
a258dec4ee
TF-3410 Use TextTheme apply almost text style for text widget
...
Signed-off-by: dab246 <tdvu@linagora.com >
2025-03-12 20:17:15 -07:00
dab246
749e0a8580
TF-3379 Show replyAll button when sender not me
2025-02-05 03:00:08 -08:00
dab246
016b75aa51
TF-2667 Move the creation of mailbox request id to the data layer
...
Signed-off-by: dab246 <tdvu@linagora.com >
2024-06-11 13:59:12 +07:00
Dat PHAM HOANG
46d29f21b9
[Android][Disable work manager] Change the logic of network status base on internet connection
...
(update every 5 secs)
(cherry picked from commit d665abc45d752165e3c13ef29619fd28b30d8eeb)
2024-01-12 05:13:30 +01:00
Dat PHAM HOANG
b358188362
[Android][Disable work manager] Remove unuse interactors in sending queue
...
(cherry picked from commit 4bd7885845b1135e019869c733a42209da5df8e9)
2024-01-12 05:13:30 +01:00
Dat PHAM HOANG
85ad953a15
[Android][Disable work manager] Handle the logic of sending mail
...
- Send mail anyway
- If sending failed with no connection, email will be stored in cache
- No more automatically resend
- Resent, Edit, Delete manually
(cherry picked from commit 8c7e8c28fb20f053c9aae4069f1236baff4d6ef8)
2024-01-12 05:13:30 +01:00
Dat PHAM HOANG
4952fbe840
[Android][Disable work manager] Update the rule for the actions in Sending queue:
...
- editable all the time
- can resend manually only when have network
(cherry picked from commit c77f8de4041a53aa1a9a6c7198f2db9bd4cf0c60)
2024-01-12 05:13:30 +01:00
Dat PHAM HOANG
ad4be01ea2
[Android][Disable work manager] Update the sending queue UI with the new way of manually resend email
...
(cherry picked from commit e217358ea8ef05eaeaeea0f965151682d8a6f754)
2024-01-12 05:13:30 +01:00
Dat PHAM HOANG
c22b181f42
[Android][Disable work manager] Update sending state in view: pending and running
...
(cherry picked from commit a6ebf50c005ccf0355bc64e7af73f801da458a33)
2024-01-12 05:13:30 +01:00
dab246
ba83b319b8
Set default DividerTheme
...
(cherry picked from commit 9be02961277e990f8ded19106532f9c788eb1d7e)
2024-01-08 14:25:26 +01:00
dab246
4bfc551a2a
TF-1831 Handle system back button to back to the INBOX
...
Signed-off-by: dab246 <tdvu@linagora.com >
(cherry picked from commit 17a40a6162a1f4eb1390327662761d1a015d334a)
2024-01-08 14:25:26 +01:00
dab246
83bd14cb74
TF-1718 Implement unsubscribeMail on Jmap server in offline mode
...
(cherry picked from commit 354808e6883501a8dc1e0ecd5c0d1a6beab0e83a)
2023-11-21 16:54:33 +07:00
dab246
fb47832225
TF-2311 Sync use variables in BaseController to avoid wasting memory
...
Signed-off-by: dab246 <tdvu@linagora.com >
Signed-off-by: dab246 <tdvu@linagora.com >
(cherry picked from commit 21ac80615f7bc9e832fd72cb8ae6875c967d3cea)
2023-11-21 16:54:33 +07:00
dab246
271030e7dd
TF-2177 Remove import unnecessary avoid build failed on CI
...
(cherry picked from commit adb179289d48b026bef886a7247446d135a681e0)
2023-10-27 11:18:29 +07:00
Dat PHAM HOANG
e17f9ab4b1
Change from mailbox to folder ( #2156 )
...
(cherry picked from commit 1bdaa417a25648bbe5e9c3637c413c246da3d7ef)
2023-10-27 11:18:29 +07:00
dab246
c9a79ee702
TF-2189 Resend sending email in Sending Queue on iOS
...
Signed-off-by: dab246 <tdvu@linagora.com >
(cherry picked from commit 5160ff8db4b614ae66e0fec76c96d4eff775af82)
2023-10-27 11:18:29 +07:00
dab246
3481e659df
TF-2189 Edit sending email in Sending Queue on iOS
...
Signed-off-by: dab246 <tdvu@linagora.com >
(cherry picked from commit 79e1e2de5555973a5ba4a0c2b8fc3c091bcd63a3)
2023-10-27 11:18:29 +07:00
dab246
a956685829
TF-2189 Delete sending email in Sending Queue on iOS
...
Signed-off-by: dab246 <tdvu@linagora.com >
(cherry picked from commit 1aecd40b739befad240d5a1f80b828417147ecf3)
2023-10-27 11:18:29 +07:00
dab246
11be09014d
TF-2189 Only store email to sending queue when offline on iOS
...
Signed-off-by: dab246 <tdvu@linagora.com >
(cherry picked from commit 0dd22e5c3d300573b13d43fbfe50fc1622e2ab13)
2023-10-27 11:18:29 +07:00
dab246
f408ab6712
TF-2187 Handle click system back button to back to Inbox
...
(cherry picked from commit 95dfd0eea6b64b8437b0ee35b489bd2660da8a71)
2023-10-09 12:12:24 +07:00
dab246
9968abd58f
TF-2188 Remove radius and background color bottom bar sending queue
...
(cherry picked from commit 03d03dd02be6dc3e3e584de4bf6ad4a19f3a56b7)
2023-10-09 12:12:24 +07:00
dab246
928bc6cd78
TF-2188 Allow editable waiting/running/canceled status
...
(cherry picked from commit 04af1331106afb2df676fac5fefbd2b086187a38)
2023-10-09 12:12:24 +07:00
dab246
2478fa4b56
TF-2188 Add Canceled sending state
...
(cherry picked from commit fb802e50dbdeaddabf09f450ad19a75ed7d27f39)
2023-10-09 12:12:24 +07:00
dab246
c3c8eacb9f
TF-2189 Avoid compile runtime InternetConnectionChecker on web
...
(cherry picked from commit 7052f3eb5afb067952939f1642d5655d8740752f)
2023-10-09 12:12:24 +07:00
dab246
cc9767cf16
TF-2189 Keep composer available before click on proceed
...
(cherry picked from commit a818b91fc6faa395c9935cd411676b914c237b1f)
2023-10-09 12:12:24 +07:00
dab246
8eed49fd73
TF-1961 Transform html email content in composer
...
(cherry picked from commit f5470c130744242195b265a0ea4aad044ad8e740)
2023-08-18 21:29:50 +07:00
dab246
632b9c67d6
TF-1714 Change ButtonBuilder to TMailButton widget
...
(cherry picked from commit fd536ff648370a60ef89d4428fedd949a3e62ae7)
2023-08-18 21:29:50 +07:00
dab246
c3224155ab
TF-2008 Only display the toast message of losing network connection on the web
...
(cherry picked from commit a9c945ba37cca89c4051a5a1efefe993a6fb3745)
2023-07-14 16:24:47 +07:00
dab246
ad54e6e863
TF-1683 Fix height/color divider for correctly
...
(cherry picked from commit 25c772101eb693825413e6587961c3c56d0e5da2)
2023-07-10 18:28:59 +07:00
dab246
0583406e3b
TF-1708 Update props properties for all state object in interactor
...
(cherry picked from commit 2a5441c2ef4facf28e7e6e1678e89601d72259be)
2023-07-07 22:45:26 +07:00
dab246
d5cac4058a
TF-1933 Trigger to handle hive database in main isolate when work manager changed
...
(cherry picked from commit 714806a751859ec9d37416a51e48ad3300ac6f73)
2023-07-07 22:45:26 +07:00
dab246
2fcfc4ff0b
TF-1933 Add GetStoredSendingEmail interactor
...
(cherry picked from commit bcf27cbaa5fbc62767a82e658e543339c5197991)
2023-07-07 22:45:26 +07:00
dab246
04a8274b49
TF-1933 Fix text overflow with ellipsis is weird and ugly by design
...
(cherry picked from commit a4dd353672eca725abd66bee94347dc339b1102f)
2023-07-07 22:45:26 +07:00
dab246
5faab2c306
TF-1923 Add createdTime for DetailedEmail
...
(cherry picked from commit 817c35849338c483feaa2a68586b162a8a67b9a2)
2023-06-26 22:02:30 +02:00
dab246
6d96a1109e
TF-1923 Fix new email offline mode not working
...
(cherry picked from commit c1c48e93d50cb0ebbccaf11c3f4a975af640b63a)
2023-06-26 22:02:30 +02:00
dab246
b7a4e3f585
Support RTL mode for alignment mailbox view
...
(cherry picked from commit 9136f16236305ef65ebbc3c0415e7ffdc637bef7)
2023-06-15 16:43:58 +07:00
dab246
c5bd77f800
TF-1897 Implement resend sending email when failed
...
(cherry picked from commit f508b65688503e9ae8ece5a1924e84481b98a39e)
2023-06-13 10:17:45 +07:00
dab246
b6528b5bf5
TF-1897 Implement delete multiple sending email
...
(cherry picked from commit fecdb2cedba62820b0639d4aff495e2f93fa8c58)
2023-06-13 10:17:45 +07:00
dab246
fed41f6c2d
TF-1915 Align button action in bottom bar sending queue
...
(cherry picked from commit ddd8a196014a3037ff94184cef8f9d22657a29e0)
2023-06-13 10:17:45 +07:00
dab246
8efc741090
TF-1915 Updating correctly state sending email when work manager running
...
(cherry picked from commit 60b5683cddc2f8c026935528002c736f74018798)
2023-06-13 10:17:45 +07:00
dab246
af73f90508
TF-1915 Add Refresh To Pull for SendingQueueView
...
(cherry picked from commit a3c1e891bbd002b116d39ac1e28a4f4b8ba4b4e1)
2023-06-13 10:17:45 +07:00
dab246
3ed868c35d
TF-1915 Update state action of sending email item
...
(cherry picked from commit b23e3389432ec4e385da0d08b79f1727405f0503)
2023-06-13 10:17:45 +07:00
dab246
6aa87ff012
TF-1915 SendingState of SendingEmail updates according to the work done in WorkManager when network connectivity is restored
...
(cherry picked from commit 744c8bc8dc8a82cb3afb75aead5a744adaae5501)
2023-06-13 10:17:45 +07:00