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
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
This commit is contained in:
@@ -25,7 +25,7 @@ class AppLocalizations {
|
||||
}
|
||||
|
||||
String get login_text_slogan {
|
||||
return Intl.message('Twake Mail',
|
||||
return Intl.message('V-Mail',
|
||||
name: 'login_text_slogan');
|
||||
}
|
||||
|
||||
@@ -882,7 +882,7 @@ class AppLocalizations {
|
||||
|
||||
String get app_name {
|
||||
return Intl.message(
|
||||
'Twake Mail',
|
||||
'V-Mail',
|
||||
name: 'app_name');
|
||||
}
|
||||
|
||||
@@ -1051,7 +1051,7 @@ class AppLocalizations {
|
||||
|
||||
String get page_name {
|
||||
return Intl.message(
|
||||
'Twake Mail',
|
||||
'V-Mail',
|
||||
name: 'page_name');
|
||||
}
|
||||
|
||||
@@ -1625,7 +1625,7 @@ class AppLocalizations {
|
||||
|
||||
String get languageSubtitle {
|
||||
return Intl.message(
|
||||
'Set the language you use on Twake Mail.',
|
||||
'Set the language you use on V-Mail.',
|
||||
name: 'languageSubtitle');
|
||||
}
|
||||
|
||||
@@ -2679,7 +2679,7 @@ class AppLocalizations {
|
||||
|
||||
String get appTitlePushNotification {
|
||||
return Intl.message(
|
||||
'Twake Mail',
|
||||
'V-Mail',
|
||||
name: 'appTitlePushNotification');
|
||||
}
|
||||
|
||||
@@ -3802,7 +3802,7 @@ class AppLocalizations {
|
||||
|
||||
String get bannerProgressingRecoveryMessage {
|
||||
return Intl.message(
|
||||
'The recovery is in progress. You can continue using Twake Mail',
|
||||
'The recovery is in progress. You can continue using V-Mail',
|
||||
name: 'bannerProgressingRecoveryMessage',
|
||||
);
|
||||
}
|
||||
@@ -4113,7 +4113,7 @@ class AppLocalizations {
|
||||
|
||||
String get pleaseAllowNotifications {
|
||||
return Intl.message(
|
||||
'Please allow notifications from Twake Mail in the device\'s Settings',
|
||||
'Please allow notifications from V-Mail in the device\'s Settings',
|
||||
name: 'pleaseAllowNotifications',
|
||||
);
|
||||
}
|
||||
@@ -4127,7 +4127,7 @@ class AppLocalizations {
|
||||
|
||||
String get allowsTwakeMailToNotifyYouWhenANewMessageArrivesOnYourPhone {
|
||||
return Intl.message(
|
||||
'Allows Twake Mail to notify you when a new message arrives on your phone',
|
||||
'Allows V-Mail to notify you when a new message arrives on your phone',
|
||||
name: 'allowsTwakeMailToNotifyYouWhenANewMessageArrivesOnYourPhone',
|
||||
);
|
||||
}
|
||||
@@ -4286,7 +4286,7 @@ class AppLocalizations {
|
||||
|
||||
String get createTwakeId {
|
||||
return Intl.message(
|
||||
'Create Twake ID',
|
||||
'Create Workavia ID',
|
||||
name: 'createTwakeId',
|
||||
);
|
||||
}
|
||||
@@ -4307,7 +4307,7 @@ class AppLocalizations {
|
||||
|
||||
String get createTwakeIdFailed {
|
||||
return Intl.message(
|
||||
'Create Twake Id failed. Please check again.',
|
||||
'Create Workavia Id failed. Please check again.',
|
||||
name: 'createTwakeIdFailed',
|
||||
);
|
||||
}
|
||||
@@ -4932,14 +4932,14 @@ class AppLocalizations {
|
||||
|
||||
String get quotaBannerWarningSubtitleWithPremium {
|
||||
return Intl.message(
|
||||
'To keep sending messages and enjoying all Twake Mail features, please consider cleaning up or upgrading your storage.',
|
||||
'To keep sending messages and enjoying all V-Mail features, please consider cleaning up or upgrading your storage.',
|
||||
name: 'quotaBannerWarningSubtitleWithPremium',
|
||||
);
|
||||
}
|
||||
|
||||
String get quotaBannerWarningSubtitleWithoutPremium {
|
||||
return Intl.message(
|
||||
'To keep sending messages and enjoying all Twake Mail features, please consider cleaning up.',
|
||||
'To keep sending messages and enjoying all V-Mail features, please consider cleaning up.',
|
||||
name: 'quotaBannerWarningSubtitleWithoutPremium',
|
||||
);
|
||||
}
|
||||
@@ -5439,7 +5439,7 @@ class AppLocalizations {
|
||||
|
||||
String get manageYourTwakeAccount {
|
||||
return Intl.message(
|
||||
'Manage your Twake account',
|
||||
'Manage your Workavia account',
|
||||
name: 'manageYourTwakeAccount',
|
||||
);
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ class NotificationPermissionService extends PermissionService {
|
||||
return false;
|
||||
}
|
||||
|
||||
const methodChannel = MethodChannel('com.linagora.android.teammail.notification.group.permission');
|
||||
const methodChannel = MethodChannel('com.workavia.mail.notification.group.permission');
|
||||
const methodName = 'getNotificationGroupPermission';
|
||||
final invokeResult = await methodChannel.invokeMethod<bool>(
|
||||
methodName,
|
||||
|
||||
@@ -13,8 +13,8 @@ class AppConfig {
|
||||
|
||||
static const String appDashboardConfigurationPath = "configurations/app_dashboard.json";
|
||||
static const String attachmentKeywordsConfigurationPath = "configurations/attachment_keywords.json";
|
||||
static const String iOSKeychainSharingGroupId = 'KUT463DS29.com.linagora.ios.teammail.shared';
|
||||
static const String iOSKeychainSharingService = 'com.linagora.ios.teammail.sessions';
|
||||
static const String iOSKeychainSharingGroupId = 'KUT463DS29.com.workavia.mail.shared';
|
||||
static const String iOSKeychainSharingService = 'com.workavia.mail.sessions';
|
||||
static const String saasPlatform = 'saas';
|
||||
static const String linagoraPrivacyUrl = 'https://github.com/linagora/tmail-flutter/blob/master/privacy.md';
|
||||
static const String saasRegistrationUrl = 'https://sign-up.twake.app';
|
||||
|
||||
Reference in New Issue
Block a user