Fix: Rename TeamMail to TwakeMail
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 5eecba3ab1ce97c57585e4ed0561d38c614d51a7)
This commit is contained in:
@@ -42,7 +42,7 @@ void log(String? value, {Level level = Level.info}) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ignore: avoid_print
|
// ignore: avoid_print
|
||||||
print('[TeamMail] $logsStr');
|
print('[TwakeMail] $logsStr');
|
||||||
}
|
}
|
||||||
|
|
||||||
void logError(String? value) => log(value, level: Level.error);
|
void logError(String? value) => log(value, level: Level.error);
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
- Other configurations depend on the platform:
|
- Other configurations depend on the platform:
|
||||||
|
|
||||||
#### Web:
|
#### Web:
|
||||||
- `DOMAIN_REDIRECT_URL`: URL of your TeamMail web application
|
- `DOMAIN_REDIRECT_URL`: URL of your TwakeMail web application
|
||||||
- `WEB_OIDC_CLIENT_ID`: Client ID of your OIDC application
|
- `WEB_OIDC_CLIENT_ID`: Client ID of your OIDC application
|
||||||
|
|
||||||
#### Mobile:
|
#### Mobile:
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
# fcm
|
# fcm
|
||||||
|
|
||||||
TeamMail FCM extension
|
TwakeMail FCM extension
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
name: fcm
|
name: fcm
|
||||||
description: TeamMail FCM extension
|
description: TwakeMail FCM extension
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
|
|
||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ class TwakeLogger {
|
|||||||
static let shared: TwakeLogger = TwakeLogger()
|
static let shared: TwakeLogger = TwakeLogger()
|
||||||
|
|
||||||
func log(message: String) {
|
func log(message: String) {
|
||||||
debugPrint(message)
|
debugPrint("[TwakeMail] \(message)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ class FcmUtils {
|
|||||||
|
|
||||||
static FcmUtils get instance => _instance;
|
static FcmUtils get instance => _instance;
|
||||||
|
|
||||||
static const String hashCodeKey = 'TeamMail';
|
static const String hashCodeKey = 'TwakeMail';
|
||||||
static final List<TypeName> defaultFirebaseRegistrationTypes = [
|
static final List<TypeName> defaultFirebaseRegistrationTypes = [
|
||||||
TypeName.emailType,
|
TypeName.emailType,
|
||||||
TypeName.mailboxType,
|
TypeName.mailboxType,
|
||||||
|
|||||||
Reference in New Issue
Block a user