Commit Graph
100 Commits
Author SHA1 Message Date
dab246 fc4ca58d4e TF-2475 Add onSubjectTextListener for subject focus node 2024-07-02 13:06:10 +02:00
dab246 e3822734a6 TF-2475 Update source script for flutter_inappwebview_web in index.html 2024-07-02 13:06:10 +02:00
dab246 6591ea9bd1 TF-2475 Handle format style rich text in identity creator 2024-07-02 13:06:10 +02:00
dab246 ff4f96e3d2 TF-2475 Handle format style rich text in vacation 2024-07-02 13:06:10 +02:00
dab246 e139e1ec94 TF-2475 Handle format style rich text in composer 2024-07-02 13:06:10 +02:00
dab246 cd5c240401 TF-2475 Replace TypeAheadFormField to TypeAheadField compatible flutter_typeahead version 0.5.2
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 87d1a17ddd76c87d2c99cee46c54ef3541929fc6)
2024-07-02 13:06:10 +02:00
dab246 83ffc1b8bd TF-2475 Upgrade dependencies to build success 2024-07-02 13:06:10 +02:00
dab246 298ae28668 TF-2532 Remove attachment/inlineImage icon in keyboard toolbar on tablet 2024-07-02 13:06:10 +02:00
dab246 31eeadc50d TF-2584 Update enough_html_editor in pubspec 2024-07-02 13:06:10 +02:00
dab246 da3fdd1202 TF-2584 Update padding toolbox buttons of composer in mobile 2024-07-02 13:06:10 +02:00
dab246 aba603933c TF-2584 Update correct icon for toolbox buttons of composer in mobile 2024-07-02 13:06:10 +02:00
dab246 4ccebb8a55 TF-2584 Remove toolbox buttons in keyboard header and move to app bar of composer in mobile 2024-07-02 13:06:10 +02:00
dab246 1c3ca5485a TF-2532 Only clear old data stream when add object to stream in share file
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 181e1ec20dafe4f865d0f2ce606311cf216e06fd)
2024-07-02 13:06:10 +02:00
dab246 797a14c483 TF-2532 Invoke request focus editor when insert inline image 2024-07-02 13:06:10 +02:00
dab246 800241cef0 TF-2532 Add attachment/inlineImage button at app bar composer on mobile/tablet 2024-07-02 13:06:10 +02:00
dab246 4a245e06b8 TF-2827 Only enable reply/forward button when email content loaded 2024-06-21 09:12:29 +07:00
dab246 9020fe0a62 TF-2827 Only enable print button when email content loaded 2024-06-21 09:12:29 +07:00
dab246 640b100f21 TF-2868 Fix composer bold option toggle 2024-06-19 09:18:27 +07:00
dab246 31e1d2183a TF-2919 Fix composer is not closed after click Send anyway button on warning dialog for subject reminder in mobile 2024-06-13 16:03:42 +07:00
dab246 e5e8d2ae7d TF-2919 Fix cannot close warning dialog show for subject reminder when click Cancel button 2024-06-13 16:03:42 +07:00
dab246 82b51082fc TF-2919 Fix memory leak when attach files in composer 2024-06-13 16:03:42 +07:00
dab246 9d800ba798 Update Podfile.lock 2024-06-13 10:20:55 +07:00
dab246 2a862e5a05 Migrate v0.11.3-patch4-dev to master branch 2024-06-11 13:59:12 +07:00
dab246 1e180f0022 Update rich-text-composer dependency 2024-06-11 13:59:12 +07:00
dab246 016c59e395 Fix size Discard Changes button in dialog composer 2024-06-11 13:59:12 +07:00
dab246 53e231e8a4 Fix mail is stuck in loading in composer. 2024-06-11 13:59:12 +07:00
dab246 0d8ce9eb8a Fix can not show saving dialog anymore when click on back system button 2024-06-11 13:59:12 +07:00
dab246 9b4fbaf3d6 Avoid close composer when cancel sending or saving draft 2024-06-11 13:59:12 +07:00
dab246 de281dd133 Fix difficulty scrolling email content on Android 2024-06-11 13:59:12 +07:00
dab246 3d13d372ab Remove import unnecessary 2024-06-11 13:59:12 +07:00
dab246 d9e0265d2f Use MediaQuery.sizeOf to avoid rebuilding multiple times widget 2024-06-11 13:59:12 +07:00
dab246 0a9feaf963 Remove duplicated KeyboardVisibilityBuilder 2024-06-11 13:59:12 +07:00
dab246 32cb559fe0 Fix composer controller not deleted from GetX when click Discard Changes button 2024-06-11 13:59:12 +07:00
dab246 5f450f2c31 Remove functions that are not called on some platforms 2024-06-11 13:59:12 +07:00
dab246 56a63d2bc9 Fix tThe editor background appears gray when the waning dialog appears 2024-06-11 13:59:12 +07:00
dab246 90d79f8780 Fix part of the content is lost when replying or forwarding emails 2024-06-11 13:59:12 +07:00
dab246 d73e0068c4 Avoid fetching again identity lists in SingleEmailController 2024-06-11 13:59:12 +07:00
dab246 c0394d1a77 Fix overflow height delete identity dialog on mobile 2024-06-11 13:59:12 +07:00
dab246 36ab6b1ccc Only create and use the correct rich text controller for each platform 2024-06-11 13:59:12 +07:00
dab246 a2e6b78576 TF-2122 Fix highlight and font search result incorrect 2024-06-11 13:59:12 +07:00
dab246 cfd1a8d584 Release the variable on memory when the controller is closed 2024-06-11 13:59:12 +07:00
dab246 98275db493 Fix identity fetching again when open composer 2024-06-11 13:59:12 +07:00
dab246 c6472030dd TF-2215 Add Accept-Language and Content-Language when sent email 2024-06-11 13:59:12 +07:00
dab246 c19e56576f TF-2215 Remove LocaleInterceptor 2024-06-11 13:59:12 +07:00
dab246 3fefd1929e Disable outside dismissible confirm dialog in composer 2024-06-11 13:59:12 +07:00
dab246 b326ae31de Set default button padding in confirm dialog 2024-06-11 13:59:12 +07:00
dab246 d6b59193b6 Update html_editor_enhanced dependency 2024-06-11 13:59:12 +07:00
dab246 1c1b43b353 TF-2717 Show text input field when click tag recipient item 2024-06-11 13:59:12 +07:00
dab246 ec3953a6ed TF-2717 Write widget test for case recipient has expanded button 2024-06-11 13:59:12 +07:00
dab246 90ab1283d1 TF-2717 Use defaultTargetPlatform to easily write tests for widget 2024-06-11 13:59:12 +07:00
dab246 8dcd771e78 TF-2717 Auto hide text input recipient when unfocus 2024-06-11 13:59:12 +07:00
dab246 1e9895a00c TF-2717 Disable delete in keyboard shortcut on mobile 2024-06-11 13:59:12 +07:00
dab246 3e5e0a8a64 TF-2717 Get identity again when back to dashboard from settings 2024-06-11 13:59:12 +07:00
dab246 0f051bddfc TF-2717 Get identity when open app, if not get identity, get whenever open composer 2024-06-11 13:59:12 +07:00
dab246 c9821a1235 TF-2717 Use cnb_supported branch for rich_text_composer dependency 2024-06-11 13:59:12 +07:00
dab246 f8e4a9d264 TF-2717 Write widget test for change language 2024-06-11 13:59:12 +07:00
dab246 85e6f6952b TF-2717 Write widget test for text overflow of label tag 2024-06-11 13:59:12 +07:00
dab246 87f41fc4ea TF-2717 Write widget test for multiple recipients when focus and unfocus 2024-06-11 13:59:12 +07:00
dab246 7803cd74b2 TF-2717 Write widgets test for case email address too long in recipient_tag_item 2024-06-11 13:59:12 +07:00
dab246 1c916b4cf1 TF-2717 Write widgets test for RecipientComposerWidget 2024-06-11 13:59:12 +07:00
dab246 0cdf89f0f9 TF-2717 Display attachment bar below subject field on tablet 2024-06-11 13:59:12 +07:00
dab246 867e758d88 TF-2717 Display attachment bar below subject field on landscape mobile 2024-06-11 13:59:12 +07:00
dab246 e6e25fc06d TF-2717 Display attachment bar below subject field on mobile 2024-06-11 13:59:12 +07:00
dab246 d9f4005bdf TF-2717 Allow show full signature in composer on mobile 2024-06-11 13:59:12 +07:00
dab246 0c1e7e0433 TF-2717 Replace from cc bcc buttons in to by arrow down button on mobile 2024-06-11 13:59:12 +07:00
dab246 f85691ae15 TF-2684 Fix difficult to select text in blue bar on responsive tablet 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
dab246 8ddb4b9275 TF-2684 Use scrollbar theme replace customize scrollbar 2024-06-11 13:59:12 +07:00
dab246 dbf1f2d530 TF-2684 Add long press action for TMailButtonWidget 2024-06-11 13:59:12 +07:00
dab246 f80b77cc03 TF-2667 Store email to sending queue when sending with no connection on mobile 2024-06-11 13:59:12 +07:00
dab246 5d502736d8 TF-2667 Prevent close sending/saving dialog when click system back on mobile 2024-06-11 13:59:12 +07:00
dab246 a16e4ff485 TF-2667 Remove function not used 2024-06-11 13:59:12 +07:00
dab246 6b82027090 TF-2667 Fix width size inline image in email view after send email 2024-06-11 13:59:12 +07:00
dab246 31ff28d7d2 TF-2667 Handle error better when perform save as drafts 2024-06-11 13:59:12 +07:00
dab246 5caf08290b TF-2667 Remove composer cache after close composer view 2024-06-11 13:59:12 +07:00
dab246 84ce77a46f TF-2667 Fix crash when click on From me in search filter 2024-06-11 13:59:12 +07:00
dab246 70986542ee TF-2667 Write unit test for Domain & MailAddress class 2024-06-11 13:59:12 +07:00
dab246 397c00936e TF-2667 Clean WARNING/INFO when run dart analyze 2024-06-11 13:59:12 +07:00
dab246 3c94c168fe TF-2667 Remove log unnecessary 2024-06-11 13:59:12 +07:00
dab246 dbbbf7d856 TF-2667 Validate email in recipient form before send email 2024-06-11 13:59:12 +07:00
dab246 c013e0306c TF-2667 Add cancel button in progress saving message to drafts dialog 2024-06-11 13:59:12 +07:00
dab246 f2b70aec48 TF-2667 Add cancel button in progress send message dialog 2024-06-11 13:59:12 +07:00
dab246 ae6341532c TF-2667 Handle save message to cache when reload page 2024-06-11 13:59:12 +07:00
dab246 b58a0179f9 TF-2667 Refresh thread & mailbox view when saving message success 2024-06-11 13:59:12 +07:00
dab246 904736a3aa TF-2667 Show saving message dialog when preform save action 2024-06-11 13:59:12 +07:00
dab246 490a913bdb TF-2667 Show confirm dialog when click close composer
Signed-off-by: dab246 <tdvu@linagora.com>
2024-06-11 13:59:12 +07:00
dab246 57a41a6a50 TF-2667 Show confirm dialog when send email failed 2024-06-11 13:59:12 +07:00
dab246 ea58a4bd16 TF-2667 Replace isSendEmailLoading to ButtonState 2024-06-11 13:59:12 +07:00
dab246 e232514f6b TF-2667 Show sending message dialog when click send button 2024-06-11 13:59:12 +07:00
dab246 016b75aa51 TF-2667 Move the creation of mailbox request id to the data layer
Signed-off-by: dab246 <tdvu@linagora.com>
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 c9fed1fa41 TF-2667 Use Username replace UserProfile 2024-06-11 13:59:12 +07:00
dab246 145a49d728 TF-2644 Handle total size exceeded maximum size when drag & drop multiple file to composer 2024-06-11 13:59:12 +07:00
dab246 d646a5b9e4 TF-2644 Display tooltip message when attachments exceeded maximum size in composer
Signed-off-by: dab246 <tdvu@linagora.com>
2024-06-11 13:59:12 +07:00
dab246 ea30322cbd TF-2644 Display warning dialog when drag from other email exceeded maximum size in composer
Signed-off-by: dab246 <tdvu@linagora.com>
2024-06-11 13:59:12 +07:00
dab246 5fb314f315 TF-2644 Display warning dialog when share file exceeded maximum size in composer
Signed-off-by: dab246 <tdvu@linagora.com>
2024-06-11 13:59:12 +07:00
dab246 70d71c22ae TF-2644 Display warning dialog when drag & drop file exceeded maximum size in composer
Signed-off-by: dab246 <tdvu@linagora.com>
2024-06-11 13:59:12 +07:00
dab246 4350a2bd3a TF-2644 Display warning dialog when pick file exceeded maximum size in composer 2024-06-11 13:59:12 +07:00
dab246 2518f92dee Hot fix build android failed 2024-05-31 10:57:23 +07:00