Commit Graph

51 Commits

Author SHA1 Message Date
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
dab246 a9a322818a Use fontFamily for all style in Text widget
Signed-off-by: dab246 <tdvu@linagora.com>
2025-07-15 12:40:02 +07:00
dab246 8579eb2518 TF-3792 Hide buttons of blue bar in case of event not belong to this account and change
Signed-off-by: dab246 <tdvu@linagora.com>
2025-06-26 15:50:16 +07:00
DatDang 4538959d30 TF-3578 Calendar event show free busy status 2025-04-04 00:13:40 -07:00
dab246 01f6a6be67 TF-3410 Fix wrong text style email subject in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-12 20:17:15 -07:00
dab246 344ac33de2 TF-3410 Fix wrong text style Reply/Forward button in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-12 20:17:15 -07:00
dab246 5bccca7909 TF-3410 Fix wrong font size label back button in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-12 20:17:15 -07:00
dab246 a258dec4ee TF-3410 Use TextTheme apply almost text style for text widget
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-12 20:17:15 -07:00
dab246 b3aaef83a5 TF-3410 Update color, dimensions and alignments in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-12 20:17:15 -07:00
dab246 5c6a995107 TF-3472 Prefer at least two attachment for mobile
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-10 02:04:07 -07:00
DatDang 3da5b5863d TF-3472 Prevent attachments from wrapping 2nd line 2025-03-10 02:04:07 -07:00
DatDang f66e1460e4 TF-3454 Download all attachments as ZIP 2025-02-18 20:13:16 -08:00
dab246 8b7ac1f039 TF-2893 Apply the standard app grid icon 2024-08-08 09:46:09 +02:00
dab246 56eff652fb TF-2684 Enable selectable in blue bar 2024-06-11 13:59:12 +07:00
DatDang c5e79d0a01 fixup! TF-2890 Remove calendar event reply description text 2024-05-23 14:02:43 +07:00
dab246 5bac79b97a TF-2858 Implement store event attendance status on presentation layer 2024-05-20 11:18:49 +07:00
DatDang f36164f807 TF-2812 Calendar event accept integrate UI 2024-05-08 17:45:51 +07:00
hieubt 810527778c TF-2327 Add replyAll icon for email_view 2024-01-31 07:16:38 +01:00
dab246 5f41cb2321 TF-2510 Fix padding/style attachment item
Signed-off-by: dab246 <tdvu@linagora.com>
2024-01-26 07:57:22 +01:00
dab246 9fe9ec27f9 Remove all border when width size = 0
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit f44efda12e53913585b2433a4fbcdc7295f6fed5)
2024-01-08 14:25:26 +01:00
dab246 af7c0982a7 TF-2351 Fix missing body when read mail with ics attachment
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 521a10ee9b857b916cc1ce7eec38d4afe8a8020a)
2024-01-08 14:25:26 +01:00
hieubt 60425888b3 TF-1801 Add attachment list body builder
(cherry picked from commit 28da0d8a32f5b445d71cc3d00ea6885c8c719a69)
2023-10-27 11:18:29 +07:00
hieubt 982e20bddf TF-1801 Add attachment list items
(cherry picked from commit bdbe545541665b687785dcf167e26a228b978d19)
2023-10-27 11:18:29 +07:00
hieubt fd61d27660 TF-1801 Add styles for attachment list
(cherry picked from commit ea1f34af07c0e7b461bea116ae0682a86c5695d5)
2023-10-27 11:18:29 +07:00
hieubt a7e5e3b7f6 TF-1801 Change design of email attachment
(cherry picked from commit d2700ab7ebb13cc948a7cbacbd336a04b2f2bc93)
2023-10-27 11:18:29 +07:00
dab246 c74ac62050 TF-2261 Fix app bar email view broken
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 5e26472141f1f4562f4e7e75034c4566dcd9351b)
2023-10-27 11:18:29 +07:00
dab246 25f4677d42 TF-2261 Fix bottom bar email view broken
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 7e098952b33930d464a2226dd2971f052249ff02)
2023-10-27 11:18:29 +07:00
dab246 54683e5e59 Split styles file for some widget in email view
(cherry picked from commit 75b11811e8036298fe11ab7e6613498b8aa349ea)
2023-10-09 12:12:24 +07:00
dab246 7fe69aeab6 TF-2172 Add DraggableAttachmentItem widget
(cherry picked from commit 1d10593e6f65a5a8abc9f57b1baacfc460298280)
2023-10-09 12:12:24 +07:00
dab246 a756385546 TF-2078 Display original email content when can not parse calendar event
(cherry picked from commit 295c3caa684bf5c4279e3219a961b96498c01373)
2023-08-18 21:29:50 +07:00
dab246 c598f47948 TF-2078 Add CalendarEventActionButton widget
(cherry picked from commit dbd936a925e88939abe998ed61e38c838636a074)
2023-08-18 21:29:50 +07:00
dab246 f1d0b41267 TF-2057 Add color/size to styles
(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
2023-07-31 19:24:25 +07:00
dab246 89ef803679 TF-2057 Add see all attendees button
(cherry picked from commit 9ac78de2505c212d1c14db951a1528d00b91fe26)
2023-07-31 19:24:25 +07:00
dab246 689324edaf TF-2057 Add calendar event detail widget
(cherry picked from commit a695a3bc57213db07623022e494679563dbe1521)
2023-07-31 19:24:25 +07:00
dab246 03426ec638 TF-2057 Add event description detail widget
(cherry picked from commit 7f8693755c849e2cf3d4cbb37290da4e20050bc8)
2023-07-31 19:24:25 +07:00
dab246 ab4a14753e TF-2057 Add event attendees detail widget
(cherry picked from commit 219a478e72122194be581a8d50f4dafffb4b5e37)
2023-07-31 19:24:25 +07:00
dab246 49306ca103 TF-2057 Add event location detail widget
(cherry picked from commit 7c49cf72fe4c14469b5e69b2e8efbdb9f4ea46dd)
2023-07-31 19:24:25 +07:00
dab246 86a4b1f779 TF-2057 Add event time detail widget
(cherry picked from commit d9782f9a0038c05a9d9911f3066989db3b41fc52)
2023-07-31 19:24:25 +07:00
dab246 898c98d00a TF-2057 Add event title widget
(cherry picked from commit 1bbbcc0afc7e98e2607f37caa6f677b30a190896)
2023-07-31 19:24:25 +07:00
dab246 a681824a39 TF-2042 Add color to styles
(cherry picked from commit e8f7d95c37c34f5fe981668ee612f8d6406ec841)
2023-07-31 19:24:25 +07:00
dab246 2f0c4474b6 TF-2042 Display calendar event information widget
(cherry picked from commit d804b98c5904d014b8bec031cc08614af84c4a42)
2023-07-31 19:24:25 +07:00
dab246 f6b2d5e3f5 TF-2042 Add event attendees information widget
(cherry picked from commit 5ee6fcebb2d35352d55fa84a70020d4c2ad03924)
2023-07-31 19:24:25 +07:00
dab246 a56581c634 TF-2042 Add event location information widget
(cherry picked from commit 935794e1ce2b5b4d4c0fd0c1295ec5c7ec3296c7)
2023-07-31 19:24:25 +07:00
dab246 9f3fd56fa3 TF-2042 Add event time information widget
(cherry picked from commit 5bfa21a8c426a794dfc5f1036c00c31f3069f77f)
2023-07-31 19:24:25 +07:00
dab246 f287af8c37 TF-2040 Add date icon background color to styles
(cherry picked from commit 3360bc9c91065f299f56ba07fa49c0e82f2a6e11)
2023-07-31 19:24:25 +07:00
dab246 1a54ca3d86 TF-2040 Add CalendarEventInformationWidget in email view
(cherry picked from commit ce284990a101ede7bcc58fd581fef2b03b07217c)
2023-07-31 19:24:25 +07:00
dab246 09d8380c59 TF-2040 Add vertical margin for CalendarEventActionBanner
(cherry picked from commit 59ffaf4ad044f6b853c15a1e3f31625c43229734)
2023-07-31 19:24:25 +07:00
dab246 4011f49a16 TF-2040 Create CalendarDateIconWidget
(cherry picked from commit ebe81b9eb18c4b2a963d4a1544efd009ae59aec1)
2023-07-31 19:24:25 +07:00
dab246 1e1693ec6d TF-2035 Change size padding, text for event banner
(cherry picked from commit eb6ea34081ebb9790a1cc4e484fb4c07dbfeabf6)
2023-07-31 19:24:25 +07:00