dab246
|
92286b48e1
|
TF-4050 refactor: move attachment preview & download logic to download controller
|
2025-11-11 17:48:33 +07:00 |
|
dab246
|
be8eaf6258
|
TF-4128 Separate download handling into independent class to decouple from views on web
|
2025-11-03 12:47:05 +07:00 |
|
dab246
|
7674353735
|
Fix a gray screen appear in browser tablet responsive
|
2025-09-26 13:47:18 +07:00 |
|
DatDang
|
8864fbc03a
|
TF-3775 Thread Detail handle error getEmailLoaded
TF-3775 Thread Detail readd EventBodyContentWidget maxHeight
TF-3775 Thread Detail fix max lines subject mobile
TF-3775 Thread Detail add email attachments top spacing
TF-3775 Thread Detail fix email not updated on move/trash/spam
TF-3775 Thread Detail Fix exception fast switch email in tablet large
TF-3775 Thread Detail Adjust MailUnsubscribedBanner vertical spacing
|
2025-07-21 05:34:53 +07:00 |
|
DatDang
|
58a576adeb
|
TF-3643 Thread Detail get emails meta data method
TF-3643 Thread Detail cache email with thread id
TF-3643 Thread Detail view thread detail
TF-3643 Thread Detail [Part 2 fixup] remove ThreadDetailController dependency from MailboxDashboardController
TF-3643 Thread Detail [Part 2 fixup] remove EmailSupervisorController dependency from ThreadDetailController
TF-3643 Thread Detail [Part 2 fixup] move isSearchRunning check into ThreadDetailController
TF-3643 Thread Detail [Part 2 fixup] ensure GetEmailsByIdsInteractor performance
TF-3643 Thread Detail [Part 2 fixup] unit test loadMoreThreadDetailEmails
TF-3643 Thread Detail [Part 2 fixup] unit test getEmailIdsToLoad
TF-3643 Thread Detail [Part 2 fixup] optimize ThreadDetailBinding bindingsDataSource
TF-3643 Thread Detail [Part 2 fixup] optimize getThreadDetailLoadingView
TF-3643 Thread Detail [Part 2 fixup] readd unique ValueKey for HtmlContentViewerOnWebWidget
TF-3643 Thread Detail [Part 2 fixup] unit test initializeThreadDetailEmails
TF-3643 Thread Detail [Part 3 fixup] Update private action button methods
TF-3643 Thread Detail [Part 4 fixup] Collapsed email preview 65 characters max
TF-3643 Thread Detail [Part 4 fixup] Remove personal scripts
TF-3643 Thread Detail move EmailInThreadStatus into PresentationEmail
TF-3643 Thread Detail refactor toggle collapse expand
TF-3643 Thread Detail EmailViewAppBarWidget required parameters
TF-3643 Thread Detail tap avatar toggle expansion
TF-3643 Thread Detail fix cannot open single email
TF-3643 Thread Detail fix open thread first time blank view
TF-3643 Thread Detail fix thread detail UI
TF-3643 Thread Detail fix round bottom view
TF-3643 Thread Detail fix round bottom view
TF-3643 Thread Detail bottom actions depend on current expanded email
TF-3643 Thread Detail hide next previous actions
TF-3643 Thread Detail fix load more show initial loading view
TF-3643 Thread Detail fix cannot view single email
TF-3643 Thread Detail fix bottom place holder not aligned
TF-3643 Thread Detail fix back to search view
TF-3643 Thread Detail fix display 65 character preview collapsed email
TF-3643 Thread Detail fix search not work
TF-3643 Thread Detail fix bottom place holder UI
TF-3643 Thread Detail fix expand view
TF-3643 Thread Detail jump to top of last email view
TF-3643 Thread Detail remove toMe condition of filtering thread
TF-3643 Thread Detail fix sort thread detail
TF-3643 Thread Detail fix assert not work in release
TF-3643 Thread Detail add load more test case <20
TF-3643 Thread Detail remove the use of currentThreadId
TF-3643 Thread Detail remove the use of selectedEmail in SingleEmailController
TF-3643 Thread Detail fix unit test SingleEmailController calendar
TF-3643 Thread Detail disable 2 way scroll control
TF-3643 Thread Detail allow thread to load sent email incase thread only contains 1 email
TF-3643 Thread Detail disable single email page view
TF-3643 Thread Detail update emailsNotLoadedCount name
TF-3643 Thread Detail remove collapsed email char limit
TF-3643 Thread Detail fix CI
TF-3643 Thread Detail unit test handleGetEmailIdsByThreadIdSuccess
TF-3643 Thread Detail make _currentEmailId private
TF-3643 Thread Detail fix search click users
TF-3643 Thread Detail fix scroll jump
TF-3643 Thread Detail fix scroll jump
TF-3643 Thread Detail fix web back action
TF-3643 Thread Detail round bottom actions
TF-3643 Thread Detail fix tablet large empty email
TF-3643 Thread Detail fix email subject selectable
TF-3643 Thread Detail fix email single view with top divider
TF-3643 Thread Detail fix email cache threadId missing
TF-3643 Thread Detail fix filter sent email in thread details
TF-3643 Thread Detail fix select text
TF-3643 Thread Detail fix subject alignment
TF-3643 Thread Detail fix subject alignment
TF-3643 Thread Detail fix tablet large empty email
TF-3643 Thread Detail add nullcheck for _jumpScrollViewToTopOfEmail
TF-3643 Thread Detail decouple ThreadDetailController from SingleEmailController
TF-3643 Thread Detail combine emailIds to emailIdsPresentation
TF-3643 Thread Detail remove currentEmailLoaded obx listener of SingleEmailController
TF-3643 Thread Detail replace threadAction with an email ui action
TF-3643 Thread Detail fix top and bottom bar delay displaying
TF-3643 Thread Detail update ReplyForwardBottomBarAction to PerformEmailActionInThreadDetailAction
TF-3643 Thread Detail use getOwnEmailAddress in ThreadDetailAppBar
TF-3643 Thread Detail add TextOverflow.ellipsis to EmailSubjectWidget
TF-3643 Thread Detail fix round border threadDetailLoadingView
|
2025-07-21 05:34:53 +07:00 |
|
DatDang
|
39cea85f86
|
TF-3487 Handle get email content failure
|
2025-04-09 07:55:42 -07:00 |
|
dab246
|
51c95bbc69
|
Upgrade hive database version to 14
Signed-off-by: dab246 <tdvu@linagora.com>
|
2025-04-08 23:43:53 -07:00 |
|
DatDang
|
ad05c68453
|
TF-3589 Calendar event attendance status
|
2025-04-08 23:35:55 -07:00 |
|
DatDang
|
aabfe6a3a5
|
TF-3450 Refactor image and text preview
|
2025-03-18 21:51:57 -07:00 |
|
DatDang
|
ef1d37f7ac
|
TF-3450 Add text attachment preview
|
2025-03-18 21:51:57 -07:00 |
|
DatDang
|
3645fe58f9
|
TF-3450 Add image attachment preview
|
2025-03-18 21:51:57 -07:00 |
|
dab246
|
4765921a35
|
TF-3514 Detect base64 image to transfer it to cid attachment
Signed-off-by: dab246 <tdvu@linagora.com>
|
2025-03-10 03:02:19 -07:00 |
|
DatDang
|
f66e1460e4
|
TF-3454 Download all attachments as ZIP
|
2025-02-18 20:13:16 -08:00 |
|
DatDang
|
69fa8d2dce
|
Upgrade Twake Mail Flutter to v3.24.5
Revert "fixup! Upgrade Twake Mail Flutter to v3.24.5"
This reverts commit 0a597753a92b658ec17b0578ed488584d7c514d4.
|
2025-02-10 19:34:37 -08:00 |
|
dab246
|
b83e092e47
|
TF-3290 Only show reconnection confirm dialog when composer is opened
|
2025-02-05 03:00:08 -08:00 |
|
DatDang
|
ac91cae0db
|
TF-3267 Implement HTML attachment preview
|
2025-02-05 03:00:08 -08:00 |
|
dab246
|
d304083b2e
|
TF-3416 Implement preview EML attachment
|
2025-02-05 03:00:08 -08:00 |
|
DatDang
|
4a024699e2
|
Format calendar event description
|
2025-02-05 03:00:08 -08:00 |
|
dab246
|
4d045bbf1a
|
Hotfix conflict role Spam/Junk
|
2024-08-16 12:00:20 +07:00 |
|
dab246
|
2a862e5a05
|
Migrate v0.11.3-patch4-dev to master branch
|
2024-06-11 13:59:12 +07:00 |
|
dab246
|
61687b60e0
|
TF-2667 Create ApplicationVersionWidget to display app version
|
2024-06-11 13:59:12 +07:00 |
|
dab246
|
652f15e356
|
TF-2764 Support press Escape shortcut key on keyboard to close viewer
|
2024-05-30 17:26:32 +07:00 |
|
dab246
|
450e0eb2ab
|
TF-2764 Remove ViewAttachmentForWebInteractor
|
2024-05-30 17:26:32 +07:00 |
|
DatDang
|
b207880041
|
TF-2859 Unit test add language when reply calendar invitation
|
2024-05-21 10:42:28 +07:00 |
|
dab246
|
6fbde032d2
|
TF-2858 Write unit test for store event attendance status interactor
|
2024-05-20 11:18:49 +07:00 |
|
dab246
|
5bac79b97a
|
TF-2858 Implement store event attendance status on presentation layer
|
2024-05-20 11:18:49 +07:00 |
|
DatDang
|
5d8dd4c00d
|
TF-2840 calendar event reject integrate interactor to SingleEmailController
|
2024-05-08 17:45:51 +07:00 |
|
DatDang
|
f7805594eb
|
TF-2821 calendar event maybe integrate single email controller
|
2024-05-08 17:45:51 +07:00 |
|
DatDang
|
f36164f807
|
TF-2812 Calendar event accept integrate UI
|
2024-05-08 17:45:51 +07:00 |
|
DatDang
|
94d683c3c1
|
TF-2802 Add calendar event accept interactor to single email controller
|
2024-05-08 17:45:51 +07:00 |
|
DatDang
|
754987b59e
|
TF-2737 Separate PDF view handler between each browser
|
2024-03-22 16:35:35 +07:00 |
|
dab246
|
632762bfcd
|
TF-2520 Convert email object to html to perform print on browser
Signed-off-by: dab246 <tdvu@linagora.com>
|
2024-03-08 13:40:12 +07:00 |
|
DatDang
|
31fbda6c0c
|
TF-2628 Integrate ViewAttachmentForWebInteractor with SingleEmailController
|
2024-02-29 14:46:51 +07:00 |
|