Commit Graph

232 Commits

Author SHA1 Message Date
dab246 2b71aba278 TF-1487 Apply linter rule 2023-03-10 21:10:36 +07:00
dab246 bbcaaa549d TF-1487 Upgrade latest dependencies version
(cherry picked from commit 2ba54a168494f772174b196e3a7b5e4173abcdd9)
2023-03-10 21:10:36 +07:00
dab246 b9ea97baa5 TF-1493 Synchronize 2 types of signature when sending email 2023-03-10 21:10:36 +07:00
dab246 9644c7bfe1 TF-1513 Fix rich text toolbar lost on mobile 2023-03-10 21:10:36 +07:00
HuyNguyen 0913a73286 TF-1472: Fixed popup when sending email should be displayed at the bottom of screen 2023-03-10 21:10:36 +07:00
HuyNguyen 16cb40cf5b TF-1479: Add cc, bcc email for this case 2023-02-24 17:33:31 +07:00
HuyNguyen 08754cb028 TF-1479: Check verify toEmail when click to sent email 2023-02-24 17:33:31 +07:00
HuyNguyen ac603f09af Remove signature btn html and add padding to ToolbarRichTextWebBuilder 2023-02-24 17:33:31 +07:00
dab246 dbf9caf9c8 TF-874 Fix duplicate focusable when focus to editor composer on mobile 2023-02-24 17:33:31 +07:00
dab246 163ed8b9fe Add null-safety for list props with type dynamic 2023-02-24 17:33:31 +07:00
sherlockvn 2e601fcc26 TF-1184 improve UI UX of ToolbarRichText in web 2023-02-08 09:37:10 +07:00
dab246 459b1995a7 TF-1323 Fix can not attach image on mobile and web 2023-02-06 12:04:30 +07:00
dab246 33bf4002e8 TF-1190 Handle SetError when update email as drafts 2023-02-06 09:52:00 +07:00
dab246 e56e8fde27 TF-1190 Handle SetError when save email as drafts 2023-02-06 09:52:00 +07:00
dab246 f41baf5250 TF-1190 Handle SetError when send message 2023-02-06 09:52:00 +07:00
sherlockvn 8587b9e8bd TF-1194 create new default identity: add presentation layer 2023-01-18 13:33:55 +07:00
dab246 c5f4257361 Fix auto create tag email when focus body composer on mobile 2023-01-18 13:32:51 +07:00
dab246 f074d8cf64 Fix out of memory in when type recipient composer 2023-01-18 13:32:51 +07:00
dab246 d5b61a2a7d TF-1296 Improve auto suggestion is still slow response 2023-01-17 10:30:18 +07:00
dab246 39cea0c079 TF-1153 Improve recipient input in composer 2023-01-16 05:07:27 +07:00
dab246 170bfff3b4 TF-1354 Fix overflow text on web 2023-01-12 16:21:48 +07:00
dab246 fb690ea078 TF-1354 Support use Up/Down in keyboard to move selection in the list 2023-01-12 16:21:48 +07:00
dab246 d49f276ff3 TF-1354 Support delete this recipient with double backspace button in keyboard 2023-01-12 16:21:48 +07:00
dab246 76de848467 TF-1354 Support inputted email will be automatic enter 2023-01-12 16:21:48 +07:00
dab246 79e5a4197c TF-1354 Support auto-suggestion input the name with space 2023-01-12 16:21:48 +07:00
dab246 4c7d4da10d TF-1306 Fix auto suggestion list doesn't close when finishing typing 2022-12-20 19:49:11 +07:00
dab246 ba0217f2fb TF-1152 Make better manage initial cursor position in composer 2022-12-12 15:30:43 +07:00
sherlock 0052d74406 TF-1142 add keywork seen to draft email 2022-11-14 16:42:38 +07:00
dab246 1fcac735b4 TF-1139 Specify Team Mail in user agent 2022-11-02 14:39:14 +07:00
dab246 490787fc11 TF-1115 Handle onError for all controller 2022-10-28 16:20:02 +07:00
dab246 34aa2fe875 TF-1115 Implement catch exception for ContactDataSource 2022-10-28 16:20:02 +07:00
dab246 2f392232bc TF-1115 Implement catch exception for ComposerDataSource 2022-10-28 16:20:02 +07:00
dab246 6a9f36396b TF-1115 Implement catch exception for StateDataSource 2022-10-28 16:20:02 +07:00
dab246 48c1247dfe TF-1115 Implement catch exception for HtmlDataSource 2022-10-28 16:20:02 +07:00
dab246 d4187eec74 TF-1115 Implement catch exception for EmailDataSource 2022-10-28 16:20:02 +07:00
dab246 da90a2b2fc TF-1115 Implement catch exception for MailboxDataSource 2022-10-28 16:20:02 +07:00
dab246 1b4f3e4841 TF-1115 Remove method not used 2022-10-28 16:20:02 +07:00
dab246 69e7715734 TF-657 Implement send receipt to sender 2022-10-21 10:32:17 +07:00
dab246 398654a79d TF-657 Separate interactor/repository/datasource of identity 2022-10-21 10:32:17 +07:00
dab246 9a5fa29035 TF-657 Show notification message dialog when email has read receipt requested 2022-10-21 10:32:17 +07:00
sherlockvn 9626d12c77 TF-656 add request read receipt to composer_view 2022-10-18 09:40:06 +07:00
sherlockvn ee718e010a TF-656 add request read receipt to composer controller 2022-10-18 09:40:06 +07:00
ManhNTX 350167eae5 TF-1034: Apply new rich text toolbox for Tablet 2022-10-14 15:30:13 +07:00
dab246 fd579ee7a3 TF-1038 Remove this redundant buttons in to cc bcc 2022-10-13 15:51:41 +07:00
dab246 36a90fbc63 TF-985 Apply new design for list attachment in EmailView 2022-10-13 11:14:40 +07:00
ManhNTX faa22be837 TF-1033: replace hard code position by scrollController.position.pixels 2022-10-07 14:47:48 +07:00
ManhNTX a7c1d002d3 TF-1033: apply auto scroll to identity , composer , vacation screen 2022-10-07 14:47:48 +07:00
ManhNTX 6db9d818f4 TF-1033: Auto scroll composer to follow user typing 2022-10-07 14:47:48 +07:00
ManhNTX 9fd1b4f653 TF-1033: able share other file not media file 2022-10-07 14:47:14 +07:00
ManhNTX b180f0187b TF-1033: fix path ios 2022-10-07 14:47:14 +07:00