Commit Graph

126 Commits

Author SHA1 Message Date
stanig2106 3fda5649c3 rebrand: Workavia Mail (tier 1+2+3+4)
Build Docker images with Sentry / Build release image with Sentry (push) Failing after 1m59s
Release / Release (android, ubuntu-latest) (push) Failing after 38m31s
Release / Release (ios, macos-14) (push) Has been cancelled
Integration tests / Run integration tests for mobile apps (push) Failing after 15s
Build dev binaries / Build app (ios, macos-14) (push) Waiting to run
Build dev binaries / Build app (android, ubuntu-latest) (push) Failing after 34m13s
Tier 1+2 - web/UI user-facing:
- Replace all visible "Twake Mail" / "Linagora" with "Workavia Mail"
- Swap 3 logo SVGs (icon kept, wordmark replaced via SVG <text>)
- Splash: replace icon_twp.png with HTML <div>Workavia</div>
- Remove power_by_linagora.svg, replace with AGPL SourceLinkWidget
- Patch web/index.html, manifest.json, login/logout-callback HTMLs
- Patch all 16 ARB locales + scribe ARB + app_localizations.dart
- Patch 4 web/i18n/*.json (FR/EN/DE/VI smart banner titles)
- App grid reduced to "Mail" + "Calendar"
- User-Agent: Twake-Mail -> Workavia-Mail

Tier 3+4 - mobile native:
- Bundle ID: com.linagora.{android,ios}.teammail -> com.workavia.mail
- URL schemes consolidated: teammail.mobile/twakemail.mobile -> workaviamail.mobile
- Android: applicationId, namespace, AndroidManifest, strings.xml
- Android: move Kotlin sources com.linagora.android.tmail -> com.workavia.mail
- Android: empty branding.xml + android12branding.xml (vector text not patchable)
- iOS: Info.plist (CFBundleDisplayName/Name, schemes), Runner.entitlements
- iOS: TwakeMailNSE + TeamMailShareExtension entitlements + Info.plist
- iOS: Runner.xcodeproj (12x PRODUCT_BUNDLE_IDENTIFIER, 9x APP_GROUP_ID)
- iOS: TokenRefreshManager.swift redirect URLs
- iOS: fastlane Appfile + Matchfile
- Dart: oidc_constant, app_config keychain, notification MethodChannel

Known follow-ups (require user action):
- Apple Team ID KUT463DS29 (still Linagora) -> needs Workavia team for App Store
- Android branding.xml emptied: need PNG/path-converted wordmark for splash
- iOS sub-bundle paths (TwakeMailNSE/, TeamMailShareExtension/) on disk unchanged
- iOS App Store URL emptied; Play Store ID points to com.workavia.mail
2026-04-29 18:12:55 +02:00
dab246 330c8cbaf5 TF-4269 Apply PR review: breadcrumbs, log error details, and code cleanup for NSE Sentry integration
- Replace capture(message:) with addBreadcrumb(level: .warning) in NotificationService for non-error diagnostic checkpoints
- Add addBreadcrumb method to SentryManager with category/level support
- Include error details in KeychainController SentryConfig decode failure log
- Split combined guard into two separate guards to distinguish nil state vs unchanged state
- Remove dead do-catch block in onComplete closure; use errors.forEach to capture real errors
- Translate Vietnamese doc comment to English in SentryManager
2026-04-22 09:00:56 +07:00
dab246 99b68d1fc5 TF-4269 Fix Sentry release version sync across platforms
Use --dart-define=SENTRY_RELEASE=<full-tag> in Fastlane so the app
reports the same version string to Sentry as CI uses when uploading
symbols, bypassing iOS CFBundleShortVersionString stripping.

- Android Fastfile: add --dart-define=SENTRY_RELEASE (build-name unchanged)
- iOS Fastfile: pass DART_DEFINES via xcargs (increment_version_number unchanged)
- Dart: read SENTRY_RELEASE dart-define first, fall back to PackageInfo.version
- NSE/Web unaffected: NSE reads from Keychain, Web falls back to PackageInfo
2026-04-21 15:15:32 +07:00
dab246 37dc22af17 TF-4269 Fix Sentry dSYM upload: find xcarchive via find instead of gym_archive_path.txt
lane_context[XCODEBUILD_ARCHIVE] was unreliable — replace with find on
~/Library/Developer/Xcode/Archives to locate the Runner xcarchive directly.
2026-04-21 12:17:46 +07:00
dab246 bab9d4f24c TF-4269 Integrate Sentry into iOS NSE and automate dSYM upload in CI 2026-04-21 11:51:36 +07:00
dab246 4505c50302 Fix iOS build: bump IPHONEOS_DEPLOYMENT_TARGET to 14.0 for all targets
receive_sharing_intent requires iOS 14.0+. Flutter 3.38.9 upgrade
raised minimum deployment target, so all targets must be consistent
with Podfile's platform :ios, '14.0'.
2026-04-21 11:44:37 +07:00
Dat Dang 77e2381ca9 Upgrade Flutter to 3.38.9 (#4455) 2026-04-17 17:39:29 +07:00
Dat Dang 61530b61c6 Reduce worker_manager memory allocation (#4435) 2026-04-09 18:26:19 +07:00
Dat H. Pham 32b7b0153c Stript suffix for tag 2026-03-05 11:53:52 +07:00
dab246 f54250eb26 TF-4227 Fix conflict with master branch 2026-01-19 11:34:43 +07:00
dab246 e33cd29aa8 TF-4058 Upgrade native library Android/iOS to compatible with flutter version 3.32.8 2025-10-15 13:54:34 +07:00
DatDang e6f5d6f572 HOTFIX Podfile.lock 2025-08-22 15:57:37 +07:00
DatDang 4fd0931c9e TF-3586: Upgrade Flutter to 3.27.4 2025-07-30 15:24:57 +07:00
Dat Dang 78cb93ef1c Update Android API 35 (#3874) 2025-07-18 10:15:25 +07:00
DatDang aa35d0ab01 Update lottie ios to have privacy manifest 2025-06-20 06:32:06 +07:00
Dat PHAM HOANG a5282280f9 [iOS build] Update development profile for debug/profile build 2025-06-19 16:40:37 +07:00
Dat PHAM HOANG 1cf64517e6 Updated new profile for TwakeMail Release 2025-06-19 14:29:19 +07:00
DatDang bb8a0e3e95 TF-3772 Animated splash iOS 2025-06-18 17:19:47 +07:00
dab246 c9eb363182 TF-3696 Upgrade to iOS SDK 18
Signed-off-by: dab246 <tdvu@linagora.com>
2025-05-05 21:05:02 -07:00
dab246 183fcb6bd9 Disable charset detector on iOS as workaround to fix build ios fail
Signed-off-by: dab246 <tdvu@linagora.com>
2025-03-18 00:11:16 -07:00
dab246 dce74b43e9 TF-3260 Load & Display App Grid Linagora Ecosystem
Signed-off-by: dab246 <tdvu@linagora.com>
2025-02-19 00:00:02 -08: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 223fdbf1fb TF-3278 Handle open app via deep link at MailboxDashboard screen 2025-02-05 03:00:08 -08:00
dab246 bebefb4463 fixup! TF-3312 Change bundle name of Twake Mail 2025-02-05 03:00:08 -08:00
dab246 bf2702b066 TF-3312 Change bundle name of Twake Mail 2025-02-05 03:00:08 -08:00
Dat Dang 2fcb5f03d0 TF-3275 Fix FCM iOS foreground desync (#3314) 2025-02-05 03:00:08 -08:00
dab246 933bb2931b TF-3250 Fix Share file from external to Twake Mail sometimes open home screen only 2024-11-13 10:29:54 +07:00
dab246 623826d29f TF-2387 Handle logout twake workplace 2024-11-08 14:25:09 +07:00
dab246 064692d8c3 TF-2387 Use linagora_design_flutter dependency 2024-11-08 14:25:09 +07:00
dab246 2739a284d8 TF-2602 Set charset for attachment with mimeType=text/plain when sent email on web 2024-09-17 15:50:49 +07:00
dab246 b5d8776af9 TF-2602 Add detect file charset on mobile 2024-09-17 15:50:49 +07:00
dab246 76e5b01ac6 TF-2857 Upgrade IPHONEOS_DEPLOYMENT_TARGET to 12.0 for compatibility with current flutter version 2024-08-08 09:46:09 +02:00
dab246 d2a48cd6ab TF-2857 Change splash screen for iOS 2024-08-08 09:46:09 +02:00
dab246 e33c54641d TF-2857 Change Icon for IOS app 2024-08-08 09:46:09 +02:00
Dat PHAM HOANG 72321e11f5 Upgrade minimum OS version for App framework 2024-08-07 06:32:45 +02:00
dab246 7b5c0d5a75 TF-2871 Block notification on folders Sent, Outbox, Drafts, Spam and Trash 2024-08-07 06:32:45 +02:00
dab246 501d4d38d9 TF-2871 Handle click notification to open detailed email on iOS 2024-08-07 06:32:45 +02:00
dab246 33aff9eb05 TF-2871 Fix keychain not being accessible when application is terminated 2024-08-07 06:32:45 +02:00
dab246 01d3c602be TF-2871 Convert milliseconds to date for expire time 2024-08-07 06:32:45 +02:00
dab246 54e11a61e6 TF-2871 Use refreshToken again when the new refreshToken is null 2024-08-07 06:32:45 +02:00
dab246 d2ee12c2ae TF-2871 Fix validate expire time in swift code 2024-08-07 06:32:45 +02:00
dab246 ef159c78c5 TF-2871 Fix notification loss error when sending multiple notifications simultaneously. 2024-08-07 06:32:45 +02:00
dab246 d3bc5912fb TF-2871 Fix incorrect ISO8601 date string to date conversion 2024-08-07 06:32:45 +02:00
dab246 83ffc1b8bd TF-2475 Upgrade dependencies to build success 2024-07-02 13:06:10 +02:00
DatDang b89820618c TF-2877 Create notification data source & repo 2024-06-19 16:23:29 +07:00
dab246 9d800ba798 Update Podfile.lock 2024-06-13 10:20:55 +07:00
dab246 8a2fb81ff0 Upgrade AppAuth to v1.7.4 in Podfile.lock 2024-05-03 15:35:31 +07:00
dab246 1c7ecc0a50 TF-2464 Save keychain as data
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit e29e93e97d35d21dc095688a40f074572488486a)
2024-02-19 15:55:18 +07:00
dab246 ec3302a95d TF-2464 Add sender name as title notification in iOS
Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 7f54c0366e30f131b506a4b6e841b36a66d18087)
2024-02-19 15:55:17 +07:00