Commit Graph

181 Commits

Author SHA1 Message Date
dab246 3c173caa4e TF-1984 Show popup dialog when clicking on Empty button
(cherry picked from commit 7504d6ec3cceff0d6697fddb93bd5212f9d9028f)
2023-09-14 16:58:31 +07:00
dab246 6ef028f023 TF-1977 Disable highlight color when clicking logo
(cherry picked from commit 388f062b07968440209f4e90544d42d4c6d3f883)
2023-09-14 16:58:31 +07:00
dab246 e2de23fdfd TF-1961 Add script handle lazy loading image in html
(cherry picked from commit b57c93f47dc7c621e24506818d44b6360a9b9239)
2023-08-18 21:29:50 +07:00
dab246 9529c6c590 TF-2078 Display calendar event action
(cherry picked from commit 9949b4decc0628487e96f1e9a3c19f3ca94e4c50)
2023-08-18 21:29:50 +07:00
dab246 9b54b5d448 TF-1983 Add CreateFilters button in empty thread view widget
(cherry picked from commit 5eed73198c868448cfbc3c93600176aa15bf62f4)
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 4447871cfc TF-1714 Add TMailButton, TMailContainer widget
(cherry picked from commit afd8d54cb0a2b75ed383aecbd52241c47bd6be62)
2023-08-18 21:29:50 +07:00
dab246 375cec9dd1 TF-1710 Implement delete all spam emails action
(cherry picked from commit 9eda27e10066174191059e06af26718f8645d955)
2023-08-18 21:29:50 +07:00
dab246 ce14267928 TF-1486 Add insert image in signature on mobile/tablet
(cherry picked from commit 3411ecf28c01651a3747e67dd797885a10b532fe)
2023-07-14 16:24:47 +07:00
dab246 c70c09ff6c Hot fix font mailbox on arabic language
(cherry picked from commit 6fc90babffb7e87e0d30038fca1f2afa59f538c2)
2023-07-14 16:24:47 +07:00
dab246 f4c8b437bc TF-1895 Fix the screen seem be black before loading the email content successfully
(cherry picked from commit 88acacae557eb231cf3819d914e9ca90399b3b45)
2023-07-10 18:28:59 +07:00
dab246 0824e25910 TF-1960 Fix alignment arrow button in RTL mode
(cherry picked from commit c3101d1710874d295eac6821853bc72095022446)
2023-07-07 22:45:26 +07:00
dab246 80de2599ae TF-1956 Fix email subjects are displayed overlap email content in RTL mode
(cherry picked from commit 6b341d449790ff00d8ed210b1b8580535d97e721)
2023-07-07 22:45:26 +07:00
dab246 6c06d0742c TF-1877 Fix error TextEditingController was used after being disposed on some screen
(cherry picked from commit 50e4c6ec55eea21a45a5a8dd31cd239245248df3)
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 b7a4e3f585 Support RTL mode for alignment mailbox view
(cherry picked from commit 9136f16236305ef65ebbc3c0415e7ffdc637bef7)
2023-06-15 16:43:58 +07:00
dab246 96145aae7a Sync all use PlatformInfo to check platform while runtime
(cherry picked from commit 514fec1f2f4f1ff8a584bf8db7bf3a5537a3e9f8)
2023-06-15 16:43:58 +07:00
dab246 5c3833b72f TF-1884 Support RTL mode for TypeAheadFormField
(cherry picked from commit e375d87d5d485ecb717b1a8afee2b7bf741fbeac)
2023-06-15 16:43:58 +07:00
dab246 9064d95483 TF-1884 Support RTL mode for TextFormField
(cherry picked from commit 7c12f65a037bb5a1b6cef91938af1ec1dac20a9b)
2023-06-15 16:43:58 +07:00
dab246 df19b979a2 TF-1884 Support RTL mode for TextField
(cherry picked from commit 3f8445141bea9dbf276a6a336114e4e2b549936f)
2023-06-15 16:43:58 +07:00
dab246 2fb2ab18e8 TF-1886 Support RTL mode for HTML display
(cherry picked from commit 9ac393489e746b49073b1a2d98063481f4c894c6)
2023-06-15 16:43:58 +07:00
dab246 50635049ab TF-1915 Add await for all show dialog
(cherry picked from commit f710f75f3ffb29a4e2fabfc33054eaa4554a944c)
2023-06-13 10:17:45 +07:00
dab246 9b5f533579 TF-1915 Show toast message when connected to the internet
(cherry picked from commit a1f466725cf1896cfb43144d41c6806a074e06eb)
2023-06-13 10:17:45 +07:00
dab246 4d14efc5df TF-1813 Support RichText in confirm dialog
(cherry picked from commit cabaf34f1a7c7281b933a157f2edb91dba9faefa)
2023-06-13 10:17:45 +07:00
dab246 fa5c4f35d4 TF-1735 UnFocus input search after perform search action
(cherry picked from commit 61ea31c8424f027573106d4252d6c0eb69019b84)
2023-05-08 13:03:51 +07:00
dab246 3eb1e20b5b TF-1665 Enable app grid on mobile
(cherry picked from commit c9f9a2c214316606c8d3f9d63cf38c326369b112)
2023-04-14 17:12:34 +07:00
dab246 58816574f9 TF-1684 Implement handle transform html signature
(cherry picked from commit cc535a6cf418d27b59e121ae6cd3dc57c065ddf3)
2023-04-14 17:12:34 +07:00
HuyNguyen 629093ee13 TF-1545: Set color table is center
(cherry picked from commit 0b2a2b2a8d9d61d7b6bff7d9027382bf46993d27)
2023-04-14 17:12:34 +07:00
HuyNguyen 76b800c6e2 TF-1545: Set size for color table
(cherry picked from commit f383a198e78144f2c1835afb1eb0a2b280078b5a)
2023-04-14 17:12:34 +07:00
HuyNguyen 3c761af4f4 TF-1545: Update pick color dialog in rich text
(cherry picked from commit e70c9871c3e47ac2d0f2ed47265cae398665d984)
2023-04-14 17:12:34 +07:00
dab246 bddcd9eaa0 TF-1663 Fix user cannot click to compose after system display an error message
(cherry picked from commit 602968e27e6cd4ca288357ab5a6ddc0804bd7b67)
2023-04-14 17:12:34 +07:00
dab246 4e17813e1a TF-1594 Use only one class TmailToast to display the message.
(cherry picked from commit 379c34b32b2e5c4dad141e6a98bdb92597fa6908)
2023-03-24 19:40:48 +07:00
dab246 5eb61a87a3 TF-1371 Remove object not used
(cherry picked from commit 96a220da5f4ea22fc5a3064ba8646f41d6970a77)
2023-03-24 19:40:48 +07:00
dab246 9af4924b9a TF-1581 Update UI to support language RTL 2023-03-10 21:10:36 +07:00
dab246 20393eacf0 TF-1561 Fix focus is lost on overlay 2023-03-10 21:10:36 +07:00
dab246 70c0020206 TF-1561 Use maybeOf for scrollable to avoid crash app 2023-03-10 21:10:36 +07:00
dab246 9ced9b6491 TF-1521 Fix can not scroll to see long email body 2023-03-10 21:10:36 +07:00
dab246 2b71aba278 TF-1487 Apply linter rule 2023-03-10 21:10:36 +07:00
dab246 9778a9876a TF-1487 Upgrade latest dependencies version for core module
(cherry picked from commit 717b72de65503ee65c9979db9a5b319bfbb11a48)
2023-03-10 21:10:36 +07:00
dab246 cbc3243907 TF-1176 Fix delete button is enable even when no mailbox is selected 2023-02-24 17:33:31 +07:00
dab246 f2a63c083a Optimize and refactor for MailboxVisibility 2023-02-24 17:33:31 +07:00
dab246 181820ed45 TF-1427 Remove object do not used 2023-02-13 15:51:31 +07:00
dab246 705dd5d28c TF-1427 Create new mailbox search view on web 2023-02-13 15:51:31 +07:00
sherlockvn 80aab37cb1 TF-1194 presentation layer: apply new delete identity design 2023-02-01 10:23:20 +07:00
dab246 c51ece70f2 TF-355 Fix the empty mailbox message not correct when filtering 2023-01-30 11:46:13 +07:00
sherlockvn 094752aa9c TF-1194 apply new design identity to manage identity screen in web 2022-12-29 10:30:05 +07:00
sherlockvn 200e106c19 TF-1194 apply new design identity to manage identity screen in mobile 2022-12-29 10:30:05 +07:00
dab246 b882f916a0 TF-1319 Fix mail body scroll long blank gap 2022-12-22 14:13:13 +07:00
dab246 0b404a420b TF-1330 Fix can not swipe left/right in email view on mobile 2022-12-21 15:47:01 +07:00
dab246 d088b8b962 TF-1203 Fix can not scroll horizontal email content 2022-11-29 14:50:20 +07:00