Commit Graph

61 Commits

Author SHA1 Message Date
dab246 bbe085a86c TF-4272 Fix logic return empty string when descriptions & emailContentTrimmed is empty 2026-01-27 11:06:08 +07:00
dab246 7d768584d0 TF-4272 Fix events always display email body 2026-01-27 11:06:08 +07:00
dab246 aba3cbbe4c TF-4152 Fix tooltip stay out of screen in Email View 2025-11-20 11:03:54 +07:00
dab246 fa0ba5d689 TF-4142 Close link overlay when click email content view 2025-11-17 11:43:18 +07:00
dab246 78b1e58519 TF-3871 Fix blue bar displays wrongly who proposed the event counter 2025-10-28 11:40:04 +07:00
dab246 474a8806e2 TF-4102 Don't display free-busy on IMIP responses (accepted, tentative, rejected) 2025-10-17 14:03:30 +07:00
dab246 801b08bc90 TF-3933 Avoid load font from google
Signed-off-by: dab246 <tdvu@linagora.com>
2025-08-11 10:05:35 +07:00
dab246 8100e886d7 Support vertical scrolling email view when cursor is over calendar event description
Signed-off-by: dab246 <tdvu@linagora.com>
2025-07-31 16:37:10 +07:00
DatDang 12eb7dbd35 TF-3845 Thread Detail Fix blue bar detail scroll 2025-07-21 05:34:53 +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
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 36b2b66eba TF-3793 Replace organiser to organizer
Signed-off-by: dab246 <tdvu@linagora.com>
2025-06-26 15:50:16 +07:00
dab246 de5e717b57 TF-3793 Hide warning message when use is organizer
Signed-off-by: dab246 <tdvu@linagora.com>
2025-06-26 15:50:16 +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 9df53ef6b9 TF-3591 Implement CalendarEventCounter/accept method 2025-04-16 21:41:11 -07:00
DatDang ad05c68453 TF-3589 Calendar event attendance status 2025-04-08 23:35:55 -07:00
DatDang 4538959d30 TF-3578 Calendar event show free busy status 2025-04-04 00:13:40 -07:00
dab246 0703d14761 TF-3601 Fix content gone blank in composer on IOS
Signed-off-by: dab246 <tdvu@linagora.com>
2025-04-03 02:38:48 -07:00
dab246 0e549c830a TF-3293 Fix blue bar cannot select action banner text
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-03 23:26:46 -08:00
dab246 a10b7a9868 TF-3295 Fix BLUE-BAR attendees mail addresses are not clickable 2025-02-05 03:00:08 -08:00
dab246 dfa9fef124 TF-2949 Add Hide attendee button 2024-08-08 09:46:09 +02:00
dab246 47a140be62 TF-2949 Fix remove duplicated information in email of calendar event 2024-08-08 09:46:09 +02:00
dab246 9bdb327c9e TF-2907 Fix can not click Mail to attendees button 2024-08-07 06:32:45 +02:00
dab246 3d2ef50a00 TF-2907 Hide widget when corresponding event attribute is null 2024-08-07 06:32:45 +02:00
dab246 3aabee59da TF-2907 Disable YES/NO/MAYBE action for events when missing METHOD/ORGANIZER/ATTENDEES 2024-08-07 06:32:45 +02:00
dab246 2a862e5a05 Migrate v0.11.3-patch4-dev to master branch 2024-06-11 13:59:12 +07:00
dab246 db7334669b TF-2684 Add button Mail to attendees to open composer with to: all attendees 2024-06-11 13:59:12 +07:00
dab246 56eff652fb TF-2684 Enable selectable in blue bar 2024-06-11 13:59:12 +07:00
DatDang 0d52e76dce 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
DatDang 94d683c3c1 TF-2802 Add calendar event accept interactor to single email controller 2024-05-08 17:45:51 +07:00
DatDang 1e1efd6025 TF-2758 Use webview to display calendar event content 2024-04-12 11:42:56 +07:00
dab246 5b519aefe9 Fix unit test calendar_event_extension_test file to avoid build failed 2024-03-11 14:17:31 +07: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
dab246 04548cb1e9 TF-2182 Enable hyperlink for event description
(cherry picked from commit 5b44a0060b7f7509d940e8a4fb4e1c66f365a8ea)
2023-10-09 12:12:24 +07:00
dab246 75f2217fa2 TF-2078 Add event options to blue bar
(cherry picked from commit cdd52e6169d0c6b5369e9919b63c6757db2dfde0)
2023-08-18 21:29:50 +07:00
dab246 9529c6c590 TF-2078 Display calendar event action
(cherry picked from commit 9949b4decc0628487e96f1e9a3c19f3ca94e4c50)
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 bf363e9db0 TF-2068 Create highlight autolink for event location widget
(cherry picked from commit a77f1d5aa8d440413b141097197f128c75f04588)
2023-08-18 21:29:50 +07:00
dab246 157fbe347a TF-2068 Display organizer address when organizer name
(cherry picked from commit f0e0670b798e3d751ced6ce5040b458b1ad10f04)
2023-08-18 21:29:50 +07:00
dab246 0388e4eef7 TF-2068 Remove the comma of the last attendee in EventAttendeeDetailWidget
(cherry picked from commit 48906b1ac2d0e1ef978e410b0ba2719769c7fa19)
2023-08-18 21:29:50 +07:00
dab246 9ee40751e8 TF-2068 Fix calendar banner widget is gray bar
(cherry picked from commit 69998d944921d045c2c26acf0c66e01feb79112d)
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 2268b18809 TF-2057 Add event hyper link detail widget
(cherry picked from commit 8974e0ab37c2fa0b9097cae638b983e8600db4b2)
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 6bdf2d3f52 TF-2057 Add event organizer widget
(cherry picked from commit 9482e0211eff3c56ad2c0d3a0c67f3f6784f6dc2)
2023-07-31 19:24:25 +07:00
dab246 8f8b251549 TF-2057 Set max lines text event information
(cherry picked from commit cf109ca28cf87a87998b9a703318f8ddbd565f51)
2023-07-31 19:24:25 +07:00
dab246 b248f9b9a5 TF-2057 Set full width size event description widget
(cherry picked from commit d4b0b42a9273d4d27245a26c2a023f3b9f22e213)
2023-07-31 19:24:25 +07:00