Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
applicationId "xyz.citizenwallet.wallet"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion Math.max(flutter.minSdkVersion, 21)
minSdkVersion 23
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
13 changes: 13 additions & 0 deletions assets/config/v4/communities.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@
"action": "topup",
"signature": true,
"featured": true
},
{
"name": "Offboard",
"icon": "https://assets.citizenwallet.xyz/wallet-config/_images/wallet.pay.brussels.png",
"url": "https://my.citizenpay.xyz/cw-migrate",
"launch_mode": "webview",
"signature": true,
"action": "offboard",
"meta": {
"title": "Migrate to Citizen Pay",
"desc": "This community has moved. Migrate your balance over to the Citizen Pay App.",
"button": "Start Migration"
}
}
],
"config_location": "https://wallet.pay.brussels/config/community.json",
Expand Down
13 changes: 13 additions & 0 deletions assets/config/v4/communities.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@
"action": "topup",
"signature": true,
"featured": true
},
{
"name": "Offboard",
"icon": "https://assets.citizenwallet.xyz/wallet-config/_images/wallet.pay.brussels.png",
"url": "https://my.citizenpay.xyz/cw-migrate",
"launch_mode": "webview",
"signature": true,
"action": "offboard",
"meta": {
"title": "Migrate to Citizen Pay",
"desc": "This community has moved. Migrate your balance over to the Citizen Pay App.",
"button": "Start Migration"
}
}
],
"config_location": "https://wallet.pay.brussels/config/community.json",
Expand Down
74 changes: 37 additions & 37 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PODS:
- Flutter
- connectivity_plus (0.0.1):
- Flutter
- credential_manager (1.0.4):
- credential_manager_ios (2.0.5):
- Flutter
- DKImagePickerController/Core (4.3.9):
- DKImagePickerController/ImageDataManager
Expand Down Expand Up @@ -49,37 +49,37 @@ PODS:
- file_picker (0.0.1):
- DKImagePickerController/PhotoGallery
- Flutter
- Firebase/CoreOnly (11.10.0):
- FirebaseCore (~> 11.10.0)
- Firebase/Messaging (11.10.0):
- Firebase/CoreOnly (11.15.0):
- FirebaseCore (~> 11.15.0)
- Firebase/Messaging (11.15.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 11.10.0)
- firebase_core (3.13.1):
- Firebase/CoreOnly (= 11.10.0)
- FirebaseMessaging (~> 11.15.0)
- firebase_core (3.15.2):
- Firebase/CoreOnly (= 11.15.0)
- Flutter
- firebase_messaging (15.2.6):
- Firebase/Messaging (= 11.10.0)
- firebase_messaging (15.2.10):
- Firebase/Messaging (= 11.15.0)
- firebase_core
- Flutter
- FirebaseCore (11.10.0):
- FirebaseCoreInternal (~> 11.10.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/Logger (~> 8.0)
- FirebaseCoreInternal (11.10.0):
- "GoogleUtilities/NSData+zlib (~> 8.0)"
- FirebaseInstallations (11.10.0):
- FirebaseCore (~> 11.10.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- FirebaseCore (11.15.0):
- FirebaseCoreInternal (~> 11.15.0)
- GoogleUtilities/Environment (~> 8.1)
- GoogleUtilities/Logger (~> 8.1)
- FirebaseCoreInternal (11.15.0):
- "GoogleUtilities/NSData+zlib (~> 8.1)"
- FirebaseInstallations (11.15.0):
- FirebaseCore (~> 11.15.0)
- GoogleUtilities/Environment (~> 8.1)
- GoogleUtilities/UserDefaults (~> 8.1)
- PromisesObjC (~> 2.4)
- FirebaseMessaging (11.10.0):
- FirebaseCore (~> 11.10.0)
- FirebaseMessaging (11.15.0):
- FirebaseCore (~> 11.15.0)
- FirebaseInstallations (~> 11.0)
- GoogleDataTransport (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/Reachability (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- GoogleUtilities/AppDelegateSwizzler (~> 8.1)
- GoogleUtilities/Environment (~> 8.1)
- GoogleUtilities/Reachability (~> 8.1)
- GoogleUtilities/UserDefaults (~> 8.1)
- nanopb (~> 3.30910.0)
- Flutter (1.0.0)
- flutter_inappwebview_ios (0.0.1):
Expand Down Expand Up @@ -178,7 +178,7 @@ PODS:
DEPENDENCIES:
- audioplayers_darwin (from `.symlinks/plugins/audioplayers_darwin/ios`)
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
- credential_manager (from `.symlinks/plugins/credential_manager/ios`)
- credential_manager_ios (from `.symlinks/plugins/credential_manager_ios/ios`)
- file_picker (from `.symlinks/plugins/file_picker/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
Expand Down Expand Up @@ -225,8 +225,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/audioplayers_darwin/ios"
connectivity_plus:
:path: ".symlinks/plugins/connectivity_plus/ios"
credential_manager:
:path: ".symlinks/plugins/credential_manager/ios"
credential_manager_ios:
:path: ".symlinks/plugins/credential_manager_ios/ios"
file_picker:
:path: ".symlinks/plugins/file_picker/ios"
firebase_core:
Expand Down Expand Up @@ -267,18 +267,18 @@ SPEC CHECKSUMS:
AppCheckCore: cc8fd0a3a230ddd401f326489c99990b013f0c4f
audioplayers_darwin: 877d9a4d06331c5c374595e46e16453ac7eafa40
connectivity_plus: 2a701ffec2c0ae28a48cf7540e279787e77c447d
credential_manager: feb21034894e469e3686461dc96fb24bb7d350e4
credential_manager_ios: fd1d96ef11fa3d76f868f038342de171c3bc2b28
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
file_picker: be9a674155d9f334323856cb266e0d145d75d5c0
Firebase: 1fe1c0a7d9aaea32efe01fbea5f0ebd8d70e53a2
firebase_core: 3c2f323cae65c97a636a05a23b17730ef93df2cf
firebase_messaging: 456e01ff29a451c90097d0b45925551d5be0c143
FirebaseCore: 8344daef5e2661eb004b177488d6f9f0f24251b7
FirebaseCoreInternal: ef4505d2afb1d0ebbc33162cb3795382904b5679
FirebaseInstallations: 9980995bdd06ec8081dfb6ab364162bdd64245c3
FirebaseMessaging: 2b9f56aa4ed286e1f0ce2ee1d413aabb8f9f5cb9
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
Firebase: d99ac19b909cd2c548339c2241ecd0d1599ab02e
firebase_core: 99a37263b3c27536063a7b601d9e2a49400a433c
firebase_messaging: bf6697c61f31c7cc0f654131212ff04c0115c2c7
FirebaseCore: efb3893e5b94f32b86e331e3bd6dadf18b66568e
FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4
FirebaseInstallations: 317270fec08a5d418fdbc8429282238cab3ac843
FirebaseMessaging: 3b26e2cee503815e01c3701236b020aa9b576f09
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_inappwebview_ios: 6f63631e2c62a7c350263b13fa5427aedefe81d4
flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12
google_sign_in_ios: 7411fab6948df90490dc4620ecbcabdc3ca04017
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@
"emptyBalanceText2": "Redeem this voucher to your account.",
"tapToScan": "Tap to scan",
"communityCurrentlyOffline": "Community currently offline",
"communityClosed": "This community is currently closed",
"communityClosedDescription": "This community is not accepting transactions at this time. Contact the community administrator for more information.",
"learnMore": "Learn More",
"topup": "Top Up",
"close": "Close",
"more": "More",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@
"emptyBalanceText2": "Canjea este vale en tu cuenta.",
"tapToScan": "Toca para escanear",
"communityCurrentlyOffline": "Comunidad actualmente fuera de línea",
"communityClosed": "Esta comunidad está actualmente cerrada",
"communityClosedDescription": "Esta comunidad no acepta transacciones en este momento. Ponte en contacto con el administrador de la comunidad para más información.",
"learnMore": "Más información",
"topup": "Recargar",
"close": "Cerrar",
"more": "Más",
Expand Down
3 changes: 3 additions & 0 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
"emptyBalanceText2": "Échangez ce bon sur votre compte.",
"tapToScan": "Scannez votre carte",
"communityCurrentlyOffline": "Communauté actuellement hors ligne",
"communityClosed": "Cette communauté est actuellement fermée",
"communityClosedDescription": "Cette communauté n'accepte pas les transactions pour le moment. Contactez l'administrateur de la communauté pour plus d'informations.",
"learnMore": "En savoir plus",
"topup": "Recharger",
"more": "Plus",
"close": "Fermer",
Expand Down
18 changes: 18 additions & 0 deletions lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,24 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Account not found'**
String get accountNotFound;

/// No description provided for @communityClosed.
///
/// In en, this message translates to:
/// **'This community is currently closed'**
String get communityClosed;

/// No description provided for @communityClosedDescription.
///
/// In en, this message translates to:
/// **'This community is not accepting transactions at this time. Contact the community administrator for more information.'**
String get communityClosedDescription;

/// No description provided for @learnMore.
///
/// In en, this message translates to:
/// **'Learn More'**
String get learnMore;
}

class _AppLocalizationsDelegate
Expand Down
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -667,4 +667,13 @@ class AppLocalizationsEn extends AppLocalizations {

@override
String get accountNotFound => 'Account not found';

@override
String get communityClosed => 'This community is currently closed';

@override
String get communityClosedDescription => 'This community is not accepting transactions at this time. Contact the community administrator for more information.';

@override
String get learnMore => 'Learn More';
}
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,13 @@ class AppLocalizationsEs extends AppLocalizations {

@override
String get accountNotFound => 'Cuenta no encontrada';

@override
String get communityClosed => 'Esta comunidad está actualmente cerrada';

@override
String get communityClosedDescription => 'Esta comunidad no está aceptando transacciones en este momento. Contacta al administrador de la comunidad para obtener más información.';

@override
String get learnMore => 'Más información';
}
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,13 @@ class AppLocalizationsFr extends AppLocalizations {

@override
String get accountNotFound => 'Compte non trouvé';

@override
String get communityClosed => 'Cette communauté est actuellement fermée';

@override
String get communityClosedDescription => 'Cette communauté n\'accepte pas les transactions pour le moment. Contactez l\'administrateur de la communauté pour plus d\'informations.';

@override
String get learnMore => 'En savoir plus';
}
9 changes: 9 additions & 0 deletions lib/l10n/app_localizations_nl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -674,4 +674,13 @@ class AppLocalizationsNl extends AppLocalizations {

@override
String get accountNotFound => 'Account niet gevonden';

@override
String get communityClosed => 'Deze gemeenschap is momenteel gesloten';

@override
String get communityClosedDescription => 'Deze gemeenschap accepteert momenteel geen transacties. Neem contact op met de gemeenschapsadministrator voor meer informatie.';

@override
String get learnMore => 'Meer informatie';
}
3 changes: 3 additions & 0 deletions lib/l10n/app_nl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@
"emptyBalanceText2": "Claim deze voucher op je account",
"tapToScan": "Tik om te scannen",
"communityCurrentlyOffline": "Gemeenschap momenteel offline",
"communityClosed": "Deze gemeenschap is momenteel gesloten",
"communityClosedDescription": "Deze gemeenschap accepteert momenteel geen transacties. Neem contact op met de gemeenschapsbeheerder voor meer informatie.",
"learnMore": "Meer informatie",
"topup": "Opwaarderen",
"more": "Meer",
"close": "Sluiten",
Expand Down
Loading
Loading