Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Aug 13, 2021
2 parents d940367 + 9c2ac33 commit d007dba
Show file tree
Hide file tree
Showing 186 changed files with 4,307 additions and 791 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.0'
flutter-version: '2.2.3'

- name: Android Config
env:
Expand Down
1 change: 1 addition & 0 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class net.sqlcipher.** { *; }
6 changes: 6 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

<application
android:allowBackup="false"
Expand Down Expand Up @@ -46,6 +47,11 @@
android:scheme="https" />
</intent-filter>
</activity>
<activity
android:name="io.flutter.plugins.urllauncher.WebViewActivity"
android:exported="false"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />

<meta-data
android:name="flutterEmbedding"
android:value="2" />
Expand Down
50 changes: 0 additions & 50 deletions bkup/analytics/analytics_service.dart

This file was deleted.

56 changes: 0 additions & 56 deletions bkup/database/database_repository.dart

This file was deleted.

3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup

target 'Runner' do

pod 'SQLCipher', '~>4.4.2'

use_frameworks!
use_modular_headers!

Expand Down
100 changes: 55 additions & 45 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,53 @@ PODS:
- Flutter
- MTBBarcodeScanner
- SwiftProtobuf
- Firebase/CoreOnly (8.0.0):
- FirebaseCore (= 8.0.0)
- Firebase/DynamicLinks (8.0.0):
- Firebase/CoreOnly (8.3.0):
- FirebaseCore (= 8.3.0)
- Firebase/DynamicLinks (8.3.0):
- Firebase/CoreOnly
- FirebaseDynamicLinks (~> 8.0.0)
- firebase_core (1.3.0):
- Firebase/CoreOnly (= 8.0.0)
- FirebaseDynamicLinks (~> 8.3.0)
- firebase_core (1.4.0):
- Firebase/CoreOnly (= 8.3.0)
- Flutter
- firebase_dynamic_links (2.0.5):
- Firebase/DynamicLinks (= 8.0.0)
- firebase_dynamic_links (2.0.7):
- Firebase/DynamicLinks (= 8.3.0)
- firebase_core
- Flutter
- FirebaseCore (8.0.0):
- FirebaseCore (8.3.0):
- FirebaseCoreDiagnostics (~> 8.0)
- GoogleUtilities/Environment (~> 7.4)
- GoogleUtilities/Logger (~> 7.4)
- FirebaseCoreDiagnostics (8.0.0):
- FirebaseCoreDiagnostics (8.5.0):
- GoogleDataTransport (~> 9.0)
- GoogleUtilities/Environment (~> 7.4)
- GoogleUtilities/Logger (~> 7.4)
- nanopb (~> 2.30908.0)
- FirebaseDynamicLinks (8.0.0):
- FirebaseDynamicLinks (8.3.0):
- FirebaseCore (~> 8.0)
- Flutter (1.0.0)
- flutter_secure_storage (3.3.1):
- Flutter
- FMDB (2.7.5):
- FMDB/standard (= 2.7.5)
- FMDB/standard (2.7.5)
- FMDB/SQLCipher (2.7.5):
- SQLCipher
- google_sign_in (0.0.1):
- Flutter
- GoogleSignIn (~> 5.0)
- GoogleDataTransport (9.0.0):
- GoogleDataTransport (9.1.0):
- GoogleUtilities/Environment (~> 7.2)
- nanopb (~> 2.30908.0)
- PromisesObjC (~> 1.2)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GoogleUtilities/Environment (7.4.1):
- PromisesObjC (~> 1.2)
- GoogleUtilities/Logger (7.4.1):
- GoogleUtilities/Environment (7.5.0):
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.5.0):
- GoogleUtilities/Environment
- GTMAppAuth (1.2.2):
- AppAuth/Core (~> 1.4)
- GTMSessionFetcher/Core (~> 1.5)
- GTMSessionFetcher/Core (1.5.0)
- GTMSessionFetcher/Core (1.6.1)
- MTBBarcodeScanner (5.0.11)
- nanopb (2.30908.0):
- nanopb/decode (= 2.30908.0)
Expand All @@ -74,21 +73,29 @@ PODS:
- Flutter
- "permission_handler (5.1.0+2)":
- Flutter
- PromisesObjC (1.2.12)
- Sentry (7.1.3):
- Sentry/Core (= 7.1.3)
- Sentry/Core (7.1.3)
- PromisesObjC (2.0.0)
- Sentry (7.1.4):
- Sentry/Core (= 7.1.4)
- Sentry/Core (7.1.4)
- sentry_flutter (0.0.1):
- Flutter
- FlutterMacOS
- Sentry (~> 7.1.3)
- share_plus (0.0.1):
- Flutter
- shared_preferences (0.0.1):
- Flutter
- sqflite (0.0.2):
- Flutter
- FMDB (>= 2.7.5)
- FMDB/SQLCipher (>= 2.7.5)
- SQLCipher (~> 4.4.0)
- sqflite_sqlcipher (0.0.1):
- Flutter
- FMDB/SQLCipher (~> 2.7.5)
- SQLCipher (= 4.4.2)
- SQLCipher (4.4.2):
- SQLCipher/standard (= 4.4.2)
- SQLCipher/common (4.4.2)
- SQLCipher/standard (4.4.2):
- SQLCipher/common
- SwiftProtobuf (1.17.0)
- url_launcher (0.0.1):
- Flutter
Expand All @@ -107,8 +114,9 @@ DEPENDENCIES:
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
- sentry_flutter (from `.symlinks/plugins/sentry_flutter/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
- sqflite (from `.symlinks/plugins/sqflite/ios`)
- sqflite_sqlcipher (from `.symlinks/plugins/sqflite_sqlcipher/ios`)
- SQLCipher (~> 4.4.2)
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)

SPEC REPOS:
Expand All @@ -129,6 +137,7 @@ SPEC REPOS:
- nanopb
- PromisesObjC
- Sentry
- SQLCipher
- SwiftProtobuf

EXTERNAL SOURCES:
Expand Down Expand Up @@ -158,10 +167,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/sentry_flutter/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
shared_preferences:
:path: ".symlinks/plugins/shared_preferences/ios"
sqflite:
:path: ".symlinks/plugins/sqflite/ios"
sqflite_sqlcipher:
:path: ".symlinks/plugins/sqflite_sqlcipher/ios"
url_launcher:
:path: ".symlinks/plugins/url_launcher/ios"

Expand All @@ -170,36 +179,37 @@ SPEC CHECKSUMS:
amplitude_flutter: 5c934cf8331619b62bbd5a69f3cfea9090b3ca94
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
barcode_scan2: 0af2bb63c81b4565aab6cd78278e4c0fa136dbb0
Firebase: 73c3e3b216ec1ecbc54d2ffdd4670c65c749edb1
firebase_core: cda81ae37eda6df2bc2d16027fda527987c4bd33
firebase_dynamic_links: 396528b3a6de2c295ac8af5ebbb2760ffb8742d4
FirebaseCore: 3f09591d51292843e2a46f18358d60bf4e996255
FirebaseCoreDiagnostics: a31d987ba0fe16d59886a5dbadc2f1de871f88c8
FirebaseDynamicLinks: 42858c22626d9c519b28e0421b2ea6bcc5a241ff
Firebase: 817b9171d0d51dccc458b94a5e8edff6b1dd323d
firebase_core: 72374607c8c6f5a0adc0559e5c5bf57deda975e3
firebase_dynamic_links: 63d25b8afb1257210012a703b2029b425f0b62c7
FirebaseCore: a6dba751680d7033b9d3831e1cfc95ead0605118
FirebaseCoreDiagnostics: 7bf55d386f9fc690d971b70a582142321a390eb8
FirebaseDynamicLinks: 5ab1f7988e31b5b267a2e034659e43cef4fff613
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
google_sign_in: 6bd214b9c154f881422f5fe27b66aaa7bbd580cc
GoogleDataTransport: 11e3a5f2c190327df1a4a5d7e7ae3d4d5b9c9e4c
google_sign_in: de494e5e993986afae63e22a32441e30c35c9823
GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GoogleUtilities: f8a43108b38a68eebe8b3540e1f4f2d28843ce20
GoogleUtilities: eea970f4a389963963bffe8d8fabe43540678b9c
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89
GTMSessionFetcher: b3503b20a988c4e20cc189aa798fd18220133f52
GTMSessionFetcher: 36689134877faeb055b27dfa4ccc9ceaa42e029e
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c
permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
Sentry: 6d963d64804dd06d96e778be729613f481394312
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
Sentry: 1d3eb1a25f8c5333c88dd5603904a6d461cd9fcf
sentry_flutter: f20d4f199442900fbdab2b8496f1d2091d8b94d9
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
shared_preferences: af6bfa751691cdc24be3045c43ec037377ada40d
sqflite: 6d358c025f5b867b29ed92fc697fd34924e11904
sqflite: c0667567fd3e682beb9509976c08bc2325429aab
sqflite_sqlcipher: 70eb7fd8d4f0b0352d0bde5cf345b810737f54bb
SQLCipher: 1ab0b9486a77d141e72e92ff30681926ed79c07a
SwiftProtobuf: 9c85136c6ba74b0a1b84279dbf0f6db8efb714e0
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef

PODFILE CHECKSUM: 596e2e4a546c2ebeeb41a063d9e7e7e6a23bfade
PODFILE CHECKSUM: 251120a7d028de06355c1f58e709b65e515468e6

COCOAPODS: 1.10.1
Loading

0 comments on commit d007dba

Please sign in to comment.