Commit Graph
100 Commits
Author SHA1 Message Date
dab246 44bb192a8f TF-438 Remove func not used 2022-12-02 16:13:47 +07:00
dab246 f3f2c19f20 TF-438 Apply new design for push notification 2022-12-02 16:13:47 +07:00
dab246 44bf37a246 TF-438 Delete all state to refresh when logout 2022-12-02 16:13:47 +07:00
dab246 a0628326dd TF-438 Handle trigger on resume app to refresh ui 2022-12-02 16:13:47 +07:00
dab246 d42756b4ea TF-438 Handle show local notification when type is EmailDelivery on background or terminate 2022-12-02 16:13:47 +07:00
dab246 552398006d TF-438 Await loadFcmConfigFile completed to init fcm 2022-12-02 16:13:47 +07:00
dab246 c1416c88fa TF-438 Implement method for get/store/delete StateToRefresh and get email changes 2022-12-02 16:13:47 +07:00
dab246 17dde9366f TF-438 Add abstract for get/store/delete StateToRefresh and get email changes to push notification 2022-12-02 16:13:47 +07:00
dab246 53793c6d5b TF-438 Implement get stored old email state 2022-12-02 16:13:47 +07:00
dab246 1bad43dd9c TF-1217 Create local notification manager 2022-12-02 16:13:47 +07:00
dab246 402f8de863 TF-1217 Call refresh change email on foreground message 2022-12-02 16:13:47 +07:00
dab246 86a3524af0 TF-1217 Delete FcmController 2022-12-02 16:13:47 +07:00
dab246 68fb9de326 TF-1217 Handle fcm message on foreground/background/terminate 2022-12-02 16:13:47 +07:00
dab246 d73b2bc1be TF-1217 Convert fcm data message to StateChange 2022-12-02 16:13:47 +07:00
dab246 bce1c73ec9 TF-1217 Rename the object for more clarity 2022-12-02 16:13:47 +07:00
dab246 ad8ef6b608 TF-1217 Register cache adapter 2022-12-02 16:13:47 +07:00
dab246 5ed8e85c66 TF-1217 Change fcm capability 2022-12-02 16:13:47 +07:00
dab246 400fb74d74 TF-1217 Load env file for fcm configuration 2022-12-02 16:13:47 +07:00
dab246 32fcd0f001 TF-1217 Fix condition if/else 2022-12-02 16:13:47 +07:00
dab246 d088b8b962 TF-1203 Fix can not scroll horizontal email content 2022-11-29 14:50:20 +07:00
dab246 6d5a58b1f8 TF-1180 Reorganize inject and get interactor 2022-11-18 16:33:18 +07:00
dab246 55fd880224 TF-1180 Fix read receipt wrong content 2022-11-18 16:33:18 +07:00
dab246 10b3acb8a0 TF-1200 Fix sent mails do not show the CC/BCC info 2022-11-17 14:42:15 +07:00
dab246 b4306adc33 TF-1204 Add fcm module in dependencies of app 2022-11-17 14:40:28 +07:00
dab246 3a812fb4fe TF-1204 Add pub run build_runner build for fcm in CI 2022-11-17 14:40:28 +07:00
dab246 8e1b97de39 TF-1204 Rename Registration to Subscription 2022-11-17 14:40:28 +07:00
dab246 719f271385 TF-1204 Add FirebaseRegistration/set method/response and write unit test 2022-11-17 14:40:28 +07:00
dab246 3b2d0227e6 TF-1204 Add FirebaseRegistration/get method/response and write unit test 2022-11-17 14:40:28 +07:00
dab246 d42f44b870 TF-1204 Add firebase object and capability 2022-11-17 14:40:28 +07:00
dab246 dcdec54dd9 TF-1204 Create fcm module 2022-11-17 14:40:28 +07:00
dab246 4f981878c3 TF-934 Implement open email in new tab 2022-11-15 09:41:33 +07:00
dab246 83f8049c48 TF-934 Remove icon not used 2022-11-15 09:41:33 +07:00
dab246 7160fee763 TF-934 Add page not found 2022-11-15 09:41:33 +07:00
dab246 71abe0cf37 TF-934 Implement search by query when open new tab 2022-11-15 09:41:33 +07:00
dab246 6050ee5386 TF-934 Select mailbox, email when change route on browser 2022-11-15 09:41:33 +07:00
dab246 aa8b80975e TF-934 Optimize function in thread controller 2022-11-15 09:41:33 +07:00
dab246 171b791449 TF-934 Handle route path when open email in new tab 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 a4eb2ffbec TF-934 Add link for item list emails 2022-11-15 09:41:33 +07:00
dab246 2a9832f29d TF-898 Remove padding item list rule 2022-11-14 11:52:23 +07:00
dab246 f4f6298761 TF-898 Implement quick creating rule in email view 2022-11-14 11:52:23 +07:00
dab246 927151ec8e TF-898 Create repository/datasource for rule filter 2022-11-14 11:52:23 +07:00
dab246 21f027246b TF-1118 Clear input data when back to setting menu 2022-11-10 11:10:49 +07:00
dab246 eaa47b9cd7 TF-1118 Apply new latest design forwarding 2022-11-10 11:10:49 +07:00
dab246 2402371ca3 TF-1118 Apply new design Forwarding on Mobile/Tablet 2022-11-10 11:10:49 +07:00
dab246 715e71d8cb TF-1118 Remove duplicate divider line in setting level view 2022-11-10 11:10:49 +07:00
dab246 a251d91eb6 TF-1118 Remove EmailForwardCreator not used 2022-11-10 11:10:49 +07:00
dab246 b153de5c90 TF-1118 Apply new design for Forwarding on web 2022-11-10 11:10:49 +07:00
dab246 bd78732fe9 TF-1118 Auto inject forwarding when capability supported 2022-11-10 11:10:49 +07:00
dab246 72854bcb6f TF-1118 Create repository and datasource for forwarding 2022-11-10 11:10:49 +07:00
dab246 b5e614c1c8 TF-1120 Fix toast after drag n drop not correctly 2022-11-04 16:13:37 +07:00
dab246 ac3bfede0e TF-1063 Cancel selection email when search 2022-11-04 12:05:06 +07:00
dab246 b95cbeed26 TF-1063 Refresh all when search activated 2022-11-04 12:05:06 +07:00
dab246 1007845651 TF-1063 Change color style when select filter message option 2022-11-04 12:05:06 +07:00
dab246 51b86c151c TF-1063 Remove duplicate hasAttachment filter when search activated 2022-11-04 12:05:06 +07:00
dab246 8ebfc95b50 TF-1063 Remove method not used 2022-11-04 12:05:06 +07:00
dab246 46fa9b3006 TF-1063 Disable search email when open mailbox 2022-11-04 12:05:06 +07:00
dab246 95721008c1 TF-1063 Hide MarkAsAllRead button when search activated on web 2022-11-04 12:05:06 +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 ef08949e98 TF-1115 Implement catch exception for LoginCacheDataSource 2022-10-28 16:20:02 +07:00
dab246 4aad1c94ed TF-1115 Implement catch exception for HiveAccountDataSource 2022-10-28 16:20:02 +07:00
dab246 c4eac83477 TF-1115 Implement catch exception for AuthenticationOIDCDataSource 2022-10-28 16:20:02 +07:00
dab246 df2406f752 TF-1115 Implement catch exception for CleanupAccountDataSource 2022-10-28 16:20:02 +07:00
dab246 ec846d1aa7 TF-1115 Implement catch exception for ManageAccountDataSource 2022-10-28 16:20:02 +07:00
dab246 d0fcad1cac TF-1115 Implement catch exception for VacationDataSource 2022-10-28 16:20:02 +07:00
dab246 d775738b70 TF-1115 Implement catch exception for IdentityDataSource 2022-10-28 16:20:02 +07:00
dab246 b4833c4826 TF-1115 Implement catch exception for SearchDataSource 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 0e8832f6a3 TF-1115 Implement catch exception for ThreadDataSource 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 a552b073c1 TF-1115 Implement catch exception for MdnDataSource 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 5746d031b9 TF-1115 Add CacheExceptionThrower 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 423a12eea1 TF-1115 Implement catch exception when for GetAllEmail and RefreshChangesEmail 2022-10-28 16:20:02 +07:00
dab246 fb177fb33d TF-1115 Add RemoteExceptionThrower 2022-10-28 16:20:02 +07:00
dab246 1e855c26bc Fix email content loaded after 10s 2022-10-28 15:26:27 +07:00
dab246 6554ca5f23 TF-899 Implement create mailbox folder in destination picker 2022-10-27 21:23:32 +07:00
dab246 38d403aeed TF-1074 Add adr for organize root path in app 2022-10-26 21:22:15 +07:00
dab246 079bd404c2 TF-1074 Handle go to path /session 2022-10-26 21:22:15 +07:00
dab246 0ee990262f TF-1074 Handle go to path /login 2022-10-26 21:22:15 +07:00
dab246 a32bfe35de TF-1074 Handle go to path /emails_forward_creator 2022-10-26 21:22:15 +07:00
dab246 5925bf0077 TF-1074 Handle go to path /rules_filter_creator 2022-10-26 21:22:15 +07:00
dab246 950a0363bf TF-1074 Handle go to path /identity_creator 2022-10-26 21:22:15 +07:00
dab246 f2ab8136f8 TF-1074 Handle go to path /contact 2022-10-26 21:22:15 +07:00
dab246 50bba630d5 TF-1074 Handle go to path /mailbox_creator 2022-10-26 21:22:15 +07:00
dab246 daddeb78dc TF-1074 Handle go to path /destination_picker 2022-10-26 21:22:15 +07:00
dab246 d3124f055b TF-1074 Handle go to path /dashboard 2022-10-26 21:22:15 +07:00
dab246 b5e0569907 TF-1074 Change name app routes 2022-10-26 21:22:15 +07:00
dab246 5dc38460c8 TF-1080 Add unit test for mappingMailboxIdToDeleted 2022-10-26 17:19:19 +07:00
dab246 f19ac43d0f TF-1080 Implement delete multiple mailbox folder 2022-10-26 17:19:19 +07:00
dab246 bdbc8b4a11 Optimize HiveCacheClient 2022-10-24 11:35:48 +07:00
dab246 ae89802845 TF-1098 Apply lints for all module 2022-10-24 10:08:18 +07:00
dab246 c6e73d4272 TF-1098 Remove class not used 2022-10-24 10:08:18 +07:00
dab246 d6e2f9690f TF-1068 Cleanup recent list login url when exceeding 2022-10-21 13:56:05 +07:00
dab246 2a39904b35 TF-1068 Implement make recent list for input of URL 2022-10-21 13:56:05 +07:00