Skip to content

Commit

Permalink
Merge pull request #656 from rokwire/release/v2.10.28+1028
Browse files Browse the repository at this point in the history
Release/v2.10.28+1028
  • Loading branch information
sandeep-ps authored Jun 8, 2021
2 parents c7f4ada + cca1366 commit cc86d83
Show file tree
Hide file tree
Showing 75 changed files with 768 additions and 639 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ios/Libraries/FirebaseMLVisionBarcodeModel.framework/FirebaseMLVisionBarcodeModel filter=lfs diff=lfs merge=lfs -text
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ xcuserdata
/ios/Podfile.lock
/ios/Flutter/App.framework
/ios/Flutter/Flutter.framework
/ios/Flutter/Flutter.podspec
/ios/Flutter/Generated.xcconfig
/ios/Flutter/.last_build_id
/ios/Flutter/flutter_assets/*
Expand Down
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.10.28] - 2021-05-28
### Changed
- Vaccination event processing updated in health rules [#651](https://github.com/rokwire/safer-illinois-app/issues/651).
### Added
- Force onboarding if we are upgrading version lower than 2.10.28 [#651](https://github.com/rokwire/safer-illinois-app/issues/651).


## [2.10.27] - 2021-05-21
### Added
- Control visibility of vaccination badge in HealthStatusPanel from FlexUI, set it currently disabled [#647](https://github.com/rokwire/safer-illinois-app/issues/647).
- Added vaccination information to consent texts for text results [#649](https://github.com/rokwire/safer-illinois-app/issues/649).

## [2.10.26] - 2021-05-18
### Changed
- Flutter 2.0 Integration [#637](https://github.com/rokwire/safer-illinois-app/issues/637).

## [2.10.25] - 2021-05-14
### Added
- Add the External link icon to External links [#635](https://github.com/rokwire/safer-illinois-app/issues/635).

### Fixed
- Android: Fix for frequent notifications [#641](https://github.com/rokwire/safer-illinois-app/issues/641).

## [2.10.23] - 2021-05-07
### Added
- Added Japanese language translation provided by @kamya-k

### Changed
- Changed DefaultTestMonitorInterval to reflect production [#624](https://github.com/rokwire/safer-illinois-app/issues/624).
- Removed test result explanation disclaimers [#626](https://github.com/rokwire/safer-illinois-app/issues/626)
- Android: Fix crash in exposures - removeExpiredTime [#629](https://github.com/rokwire/safer-illinois-app/issues/629).
- Added Japanese language translation provided by @kamya-k

### Fixed
- Android: Fix crash in exposures - processExposures [#631](https://github.com/rokwire/safer-illinois-app/issues/631).
- Android: Fix crash in exposures - onReceive [#633](https://github.com/rokwire/safer-illinois-app/issues/633).
- Android: Fix crash in exposures - removeExpiredTime [#629](https://github.com/rokwire/safer-illinois-app/issues/629).

## [2.10.22] - 2021-04-27
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ The official COVID-19 app of the University of Illinois. Powered by the [Rokwire

## Requirements

### [Flutter](https://flutter.dev/docs/get-started/install) v1.22.1
### [Flutter](https://flutter.dev/docs/get-started/install) v2.0.6

### [Android Studio](https://developer.android.com/studio) 3.6+

### [Xcode](https://apps.apple.com/us/app/xcode/id497799835) 11.5
### [Xcode](https://apps.apple.com/us/app/xcode/id497799835) 12.5

### [CocoaPods](https://guides.cocoapods.org/using/getting-started.html) 1.9.3+

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import androidx.annotation.NonNull;

import io.flutter.embedding.engine.FlutterEngine;
import io.flutter.embedding.engine.plugins.shim.ShimPluginRegistry;

/**
* Generated file. Do not edit.
Expand All @@ -14,13 +13,12 @@
@Keep
public final class GeneratedPluginRegistrant {
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
ShimPluginRegistry shimPluginRegistry = new ShimPluginRegistry(flutterEngine);
de.mintware.barcode_scan.BarcodeScanPlugin.registerWith(shimPluginRegistry.registrarFor("de.mintware.barcode_scan.BarcodeScanPlugin"));
flutterEngine.getPlugins().add(new de.mintware.barcode_scan.BarcodeScanPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.connectivity.ConnectivityPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.deviceinfo.DeviceInfoPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.core.FlutterFirebaseCorePlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.crashlytics.FlutterFirebaseCrashlyticsPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.firebasemessaging.FirebaseMessagingPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.firebase.messaging.FlutterFirebaseMessagingPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.firebasemlvision.FirebaseMlVisionPlugin());
flutterEngine.getPlugins().add(new com.example.flutterimagecompress.FlutterImageCompressPlugin());
flutterEngine.getPlugins().add(new com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin());
Expand All @@ -30,13 +28,12 @@ public static void registerWith(@NonNull FlutterEngine flutterEngine) {
flutterEngine.getPlugins().add(new com.lyokone.location.LocationPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.packageinfo.PackageInfoPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.pathprovider.PathProviderPlugin());
flutter.plugins.screen.screen.ScreenPlugin.registerWith(shimPluginRegistry.registrarFor("flutter.plugins.screen.screen.ScreenPlugin"));
flutterEngine.getPlugins().add(new io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin());
flutterEngine.getPlugins().add(new com.tekartik.sqflite.SqflitePlugin());
flutterEngine.getPlugins().add(new name.avioli.unilinks.UniLinksPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.urllauncher.UrlLauncherPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.videoplayer.VideoPlayerPlugin());
flutterEngine.getPlugins().add(new creativecreatorormaybenot.wakelock.WakelockPlugin());
flutterEngine.getPlugins().add(new creativemaybeno.wakelock.WakelockPlugin());
flutterEngine.getPlugins().add(new io.flutter.plugins.webviewflutter.WebViewFlutterPlugin());
}
}
7 changes: 5 additions & 2 deletions assets/flexUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"settings.notifications": ["covid19"],
"settings.covid19": ["exposure_notifications", "provider_test_result", "qr_code"],
"settings.privacy": ["statement"],
"settings.account": ["personal_info", "family_members"]
"settings.account": ["personal_info", "family_members"],

"features": ["vaccination_badge"]
},
"rules": {
"roles" : {
Expand Down Expand Up @@ -56,7 +58,8 @@
"onboarding.location_auth" : { "os": "android" }
},
"enable" : {
"onboarding.bluetooth_auth" : false
"onboarding.bluetooth_auth" : false,
"features.vaccination_badge" : false
}
}
}
Loading

0 comments on commit cc86d83

Please sign in to comment.