Commit Graph

44 Commits

Author SHA1 Message Date
HuyNguyen a794d8491e TF-1604: Add requiredCapabilities support TeamMailbox for SetEmailMethod
(cherry picked from commit af9432c91755489a544b781bf068dd037fc627ee)
2023-03-24 19:40:48 +07:00
HuyNguyen 8a28225e05 TF-1604: Add requiredCapabilities support TeamMailbox for GetEmailMethod
(cherry picked from commit 3922303e63a8e910511361019a54ea13801e3f92)
2023-03-24 19:40:48 +07:00
dab246 0d77789c5f TF-1626 Remove id of email when call Email/set method
(cherry picked from commit ce1d27d893fd406aa812d4e4ea9debe1ec265ddb)
2023-03-24 19:40:48 +07:00
dab246 2b71aba278 TF-1487 Apply linter rule 2023-03-10 21:10:36 +07:00
dab246 aa8b80975e TF-934 Optimize function in thread controller 2022-11-15 09:41:33 +07:00
dab246 4c9beb7526 TF-934 Add interactor get email by id 2022-11-15 09:41:33 +07:00
dab246 0e8832f6a3 TF-1115 Implement catch exception for ThreadDataSource 2022-10-28 16:20:02 +07:00
dab246 423a12eea1 TF-1115 Implement catch exception when for GetAllEmail and RefreshChangesEmail 2022-10-28 16:20:02 +07:00
Dat PHAM HOANG a363435de2 TF-1045 Remove wrong conditions to append more items after loading more 2022-10-06 10:16:55 +07:00
Dat PHAM HOANG 776dbf749e fixup! TF-1010 [ADR] Guideline for Email's cache 2022-10-05 11:16:49 +07:00
Dat PHAM HOANG 3f51b2ea83 TF-1010 Synchronize the cache every when the state available 2022-10-05 11:16:49 +07:00
Dat PHAM HOANG 39749dcba9 TF-1009 Remove unnecessary nullable check 2022-10-03 15:18:26 +07:00
Dat PHAM HOANG d85c2e9351 TF-1009 Resolve cache not synchronize enough:
- Cause: combine with cache for only one mailbox while `changes` response in all
- Resolve: get all email cache for synchronizing
2022-10-03 15:18:26 +07:00
ManhNTX 98f297f24d TF-868: Unread/new emails are not loaded when opening folder 2022-09-15 15:47:51 +07:00
ManhNTX 0838530775 TF-897: [Mobile] Can't loadmore emails on mobile 2022-09-08 09:59:23 +07:00
ManhNTX f8b5ddc227 TF-851 [iOS] Share image with TMail app 2022-08-31 10:54:25 +07:00
ManhNTX 36bec1c9d5 TF-867 [Android] Share image with TeamMail app but image is not add to inline image 2022-08-31 10:54:25 +07:00
ManhNTX 3e32ee5ac6 approve one executor 2022-08-22 14:21:38 +07:00
ManhNTX dd2276aa6a add delete_email_rule feature 2022-08-22 14:21:38 +07:00
ManhNTX f05114b772 TF-695: implement isolate for empty trash 2022-08-22 14:21:38 +07:00
ManhNTX 64d6ad6272 create isolate worker for empty 2022-08-22 14:21:38 +07:00
dab246 f5424f2aa3 TF-838 Remove updateState while get emails in emptyTrash action 2022-08-17 14:29:38 +07:00
dab246 0d551984fb TF-624 Remove generate file cache .g 2022-06-09 21:20:26 +07:00
dab246 81eca6c59a TF-524 Clean up recent search cache 2022-05-26 15:17:52 +07:00
dab246 11c9a8713a TF-524 Apply quick search for mobile and tablet 2022-05-26 15:17:52 +07:00
Dat PHAM HOANG b4721a3a07 Not update the email in cache if cache not hit 2022-04-27 16:26:41 +07:00
Dat PHAM HOANG a66b33472d Use GetAllEmails instead of RefreshAll Interactor 2022-04-27 16:26:41 +07:00
dab246 d8f236a89c TF-495 Implement linter for thread view 2022-04-25 10:52:05 +07:00
dab246 ead1ccd345 TF-495 Show FPS when load more emails 2022-04-25 10:52:05 +07:00
dab246 3aa3c38e2d TF-495 Apply isolate for LoadMore emails 2022-04-25 10:52:05 +07:00
dab246 1c7f9ad333 TF-239 Empty trash folder 2022-04-06 09:37:33 +07:00
Dat PHAM HOANG 6dc9e7b74f TF-362 Change the view of Home and Session to become loading with spinner in white background 2022-03-18 17:05:07 +07:00
Dat PHAM HOANG 8bbe8b0bd7 TF-340 Request to back-end with /query + /get in the case local cache has size < defaultLimit 2022-03-17 11:41:15 +07:00
dab246 5f2799ee79 TF-267 Fix bug display a full page for sorting results 2022-03-08 10:02:13 +07:00
dab246 32b8e714a3 [BUG] Fix duplicate load more emails 2021-10-27 16:29:12 +07:00
dab246 faa40747eb TF-138 Add data layer for search mail with text pattern 2021-10-26 15:34:08 +07:00
dab246 00884989d8 TF-148 Add data layer for cleanup email cache 2021-10-22 14:38:55 +07:00
dab246 ee58a77758 TF-145 Implement LoadMoreEmails in ThreadView 2021-10-11 09:31:49 +07:00
dab246 a19f18c437 TF-145 Implement refresh changes emails in mailbox 2021-10-11 09:31:49 +07:00
dab246 bfd5901bf4 TF-145 Add data layer for getAllEmail in Caching 2021-10-11 09:31:49 +07:00
dab246 b27472091b TF-145 Create and write unit-test for EmailCacheClient 2021-10-11 09:31:49 +07:00
dab246 f5874a7e49 TF-145 Create object EmailCache 2021-10-11 09:31:49 +07:00
dab246 9b79609854 TF-38 Fix bug sort by sentAt for ThreadView 2021-08-26 09:20:29 +07:00
dab246 1863ba8d02 Add data layer for get list Email in Mailbox 2021-08-18 17:17:21 +07:00