Skip to content

Commit

Permalink
Merge pull request #384 from polkawallet-io/develop
Browse files Browse the repository at this point in the history
release 3.3.6
  • Loading branch information
RomeroYang authored Sep 26, 2022
2 parents 5d9910e + 9eca46a commit 954730b
Show file tree
Hide file tree
Showing 37 changed files with 985 additions and 1,148 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.3.6-beta] - 20220926
1. Fix known bugs.
2. UX enhancement.
3. bump sdk/ui v0.5.0.

# [3.3.5-beta] - 20220817
1. Multiple fiat display #125
2. 发送交易失败错误信息解析修复 #341
3. Astar 跨链 #353
4. polkadot-js update 8.x -> 9.x #361
5. Swap预估收到显示优化 #359
6. Bridge-点击头像直接进入select account页面(且UI默认选中当前账号) #347
7. Optimize the LP assets page #242
8. Price trend chart UI adjust #366
9. homa taiga apy 展示调整

# [3.3.4-beta] - 20220804
1. Replace history api #267
2. Optimize Vault display #180
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {

manifestPlaceholders = [
JPUSH_PKGNAME : applicationId,
JPUSH_APPKEY : System.getenv("JPUSH_APPKEY"),
JPUSH_APPKEY : System.getenv("JPUSH_APPKEY")?:"",
JPUSH_CHANNEL : "developer-default"
]

Expand Down
18 changes: 9 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
// hms
maven { url 'https://developer.huawei.com/repo/'}
// maven { url 'https://developer.huawei.com/repo/'}
// fcm
maven { url "https://maven.google.com" }
// maven { url "https://maven.google.com" }
maven { url "https://storage.googleapis.com/download.flutter.io" }
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.8'
classpath 'com.google.gms:google-services:4.3.13'
// classpath 'com.huawei.agconnect:agcp:1.4.1.300'
}
}
Expand All @@ -22,11 +22,11 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
// hms
maven { url 'https://developer.huawei.com/repo/'}
// maven { url 'https://developer.huawei.com/repo/'}
// fcm
maven { url "https://maven.google.com" }
// maven { url "https://maven.google.com" }
maven { url "https://storage.googleapis.com/download.flutter.io" }
}
}

Expand Down
Binary file added assets/images/icons/warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '10.0'
platform :ios, '11.0'

# add the Firebase pod for Google Analytics
# pod 'Firebase/Analytics'
Expand Down Expand Up @@ -36,7 +36,7 @@ target 'Runner' do

pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '8.5.0'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '9.4.0'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down
192 changes: 102 additions & 90 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,60 +6,63 @@ PODS:
- ReachabilitySwift
- device_info (0.0.1):
- Flutter
- Firebase/Analytics (8.5.0):
- Firebase/Analytics (9.4.0):
- Firebase/Core
- Firebase/Core (8.5.0):
- Firebase/Core (9.4.0):
- Firebase/CoreOnly
- FirebaseAnalytics (~> 8.5.0)
- Firebase/CoreOnly (8.5.0):
- FirebaseCore (= 8.5.0)
- firebase_analytics (8.3.0):
- Firebase/Analytics (= 8.5.0)
- FirebaseAnalytics (~> 9.4.0)
- Firebase/CoreOnly (9.4.0):
- FirebaseCore (= 9.4.0)
- firebase_analytics (9.3.3):
- Firebase/Analytics (= 9.4.0)
- firebase_core
- Flutter
- firebase_core (1.5.0):
- Firebase/CoreOnly (= 8.5.0)
- firebase_core (1.21.1):
- Firebase/CoreOnly (= 9.4.0)
- Flutter
- FirebaseAnalytics (8.5.0):
- FirebaseAnalytics/AdIdSupport (= 8.5.0)
- FirebaseCore (~> 8.0)
- FirebaseInstallations (~> 8.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
- GoogleUtilities/MethodSwizzler (~> 7.4)
- GoogleUtilities/Network (~> 7.4)
- "GoogleUtilities/NSData+zlib (~> 7.4)"
- nanopb (~> 2.30908.0)
- FirebaseAnalytics/AdIdSupport (8.5.0):
- FirebaseCore (~> 8.0)
- FirebaseInstallations (~> 8.0)
- GoogleAppMeasurement (= 8.5.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
- GoogleUtilities/MethodSwizzler (~> 7.4)
- GoogleUtilities/Network (~> 7.4)
- "GoogleUtilities/NSData+zlib (~> 7.4)"
- nanopb (~> 2.30908.0)
- FirebaseCore (8.5.0):
- FirebaseCoreDiagnostics (~> 8.0)
- GoogleUtilities/Environment (~> 7.4)
- GoogleUtilities/Logger (~> 7.4)
- FirebaseCoreDiagnostics (8.11.0):
- GoogleDataTransport (~> 9.1)
- FirebaseAnalytics (9.4.0):
- FirebaseAnalytics/AdIdSupport (= 9.4.0)
- FirebaseCore (~> 9.0)
- FirebaseInstallations (~> 9.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
- GoogleUtilities/MethodSwizzler (~> 7.7)
- GoogleUtilities/Network (~> 7.7)
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseAnalytics/AdIdSupport (9.4.0):
- FirebaseCore (~> 9.0)
- FirebaseInstallations (~> 9.0)
- GoogleAppMeasurement (= 9.4.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
- GoogleUtilities/MethodSwizzler (~> 7.7)
- GoogleUtilities/Network (~> 7.7)
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseCore (9.4.0):
- FirebaseCoreDiagnostics (~> 9.0)
- FirebaseCoreInternal (~> 9.0)
- GoogleUtilities/Environment (~> 7.7)
- GoogleUtilities/Logger (~> 7.7)
- nanopb (~> 2.30908.0)
- FirebaseFirestore (8.5.0):
- FirebaseFirestore/AutodetectLeveldb (= 8.5.0)
- FirebaseFirestore/AutodetectLeveldb (8.5.0):
- FirebaseCoreDiagnostics (9.6.0):
- GoogleDataTransport (< 10.0.0, >= 9.1.4)
- GoogleUtilities/Environment (~> 7.7)
- GoogleUtilities/Logger (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseCoreInternal (9.6.0):
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- FirebaseFirestore (9.4.0):
- FirebaseFirestore/AutodetectLeveldb (= 9.4.0)
- FirebaseFirestore/AutodetectLeveldb (9.4.0):
- FirebaseFirestore/Base
- FirebaseFirestore/WithLeveldb
- FirebaseFirestore/Base (8.5.0)
- FirebaseFirestore/WithLeveldb (8.5.0):
- FirebaseFirestore/Base (9.4.0)
- FirebaseFirestore/WithLeveldb (9.4.0):
- FirebaseFirestore/Base
- FirebaseInstallations (8.11.0):
- FirebaseCore (~> 8.0)
- FirebaseInstallations (9.6.0):
- FirebaseCore (~> 9.0)
- GoogleUtilities/Environment (~> 7.7)
- GoogleUtilities/UserDefaults (~> 7.7)
- PromisesObjC (< 3.0, >= 1.2)
- PromisesObjC (~> 2.1)
- Flutter (1.0.0)
- flutter_aes_ecb_pkcs5 (0.0.1):
- Flutter
Expand All @@ -75,41 +78,48 @@ PODS:
- FMDB (2.7.5):
- FMDB/standard (= 2.7.5)
- FMDB/standard (2.7.5)
- GoogleAppMeasurement (8.5.0):
- GoogleAppMeasurement/AdIdSupport (= 8.5.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
- GoogleUtilities/MethodSwizzler (~> 7.4)
- GoogleUtilities/Network (~> 7.4)
- "GoogleUtilities/NSData+zlib (~> 7.4)"
- nanopb (~> 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (8.5.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
- GoogleUtilities/MethodSwizzler (~> 7.4)
- GoogleUtilities/Network (~> 7.4)
- "GoogleUtilities/NSData+zlib (~> 7.4)"
- nanopb (~> 2.30908.0)
- GoogleDataTransport (9.1.2):
- GoogleUtilities/Environment (~> 7.2)
- nanopb (~> 2.30908.0)
- GoogleAppMeasurement (9.4.0):
- GoogleAppMeasurement/AdIdSupport (= 9.4.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
- GoogleUtilities/MethodSwizzler (~> 7.7)
- GoogleUtilities/Network (~> 7.7)
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (9.4.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 9.4.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
- GoogleUtilities/MethodSwizzler (~> 7.7)
- GoogleUtilities/Network (~> 7.7)
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (9.4.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
- GoogleUtilities/MethodSwizzler (~> 7.7)
- GoogleUtilities/Network (~> 7.7)
- "GoogleUtilities/NSData+zlib (~> 7.7)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleDataTransport (9.2.0):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
- GoogleUtilities/AppDelegateSwizzler (7.8.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.7.0):
- GoogleUtilities/Environment (7.8.0):
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/Logger (7.7.0):
- GoogleUtilities/Logger (7.8.0):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (7.7.0):
- GoogleUtilities/MethodSwizzler (7.8.0):
- GoogleUtilities/Logger
- GoogleUtilities/Network (7.7.0):
- GoogleUtilities/Network (7.8.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.7.0)"
- GoogleUtilities/Reachability (7.7.0):
- "GoogleUtilities/NSData+zlib (7.8.0)"
- GoogleUtilities/Reachability (7.8.0):
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.7.0):
- GoogleUtilities/UserDefaults (7.8.0):
- GoogleUtilities/Logger
- image_picker (0.0.1):
- Flutter
Expand All @@ -120,11 +130,11 @@ PODS:
- Flutter
- JCore (= 2.6.2)
- JPush (= 3.6.1)
- nanopb (2.30908.0):
- nanopb/decode (= 2.30908.0)
- nanopb/encode (= 2.30908.0)
- nanopb/decode (2.30908.0)
- nanopb/encode (2.30908.0)
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
- nanopb/encode (= 2.30909.0)
- nanopb/decode (2.30909.0)
- nanopb/encode (2.30909.0)
- OrderedSet (5.0.0)
- orientation (0.0.1):
- Flutter
Expand All @@ -134,7 +144,7 @@ PODS:
- Flutter
- "permission_handler (5.1.0+2)":
- Flutter
- PromisesObjC (2.0.0)
- PromisesObjC (2.1.1)
- ReachabilitySwift (5.0.0)
- share_plus (0.0.1):
- Flutter
Expand Down Expand Up @@ -164,7 +174,7 @@ DEPENDENCIES:
- Firebase/Core
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `8.5.0`)
- FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `9.4.0`)
- Flutter (from `Flutter`)
- flutter_aes_ecb_pkcs5 (from `.symlinks/plugins/flutter_aes_ecb_pkcs5/ios`)
- flutter_inappwebview (from `.symlinks/plugins/flutter_inappwebview/ios`)
Expand All @@ -191,6 +201,7 @@ SPEC REPOS:
- FirebaseAnalytics
- FirebaseCore
- FirebaseCoreDiagnostics
- FirebaseCoreInternal
- FirebaseInstallations
- FMDB
- GoogleAppMeasurement
Expand All @@ -216,7 +227,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/firebase_core/ios"
FirebaseFirestore:
:git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
:tag: 8.5.0
:tag: 9.4.0
Flutter:
:path: Flutter
flutter_aes_ecb_pkcs5:
Expand Down Expand Up @@ -259,39 +270,40 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
FirebaseFirestore:
:git: https://github.com/invertase/firestore-ios-sdk-frameworks.git
:tag: 8.5.0
:tag: 9.4.0

SPEC CHECKSUMS:
biometric_storage: 1400f1382af3a4cc2bf05340e13c3d8de873ceb9
connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e
device_info: d7d233b645a32c40dfdc212de5cf646ca482f175
Firebase: ff8c73105b90e33e1dc6c8e5445d7adc2ccdc7c1
firebase_analytics: 3b7d92b8d1a3482f557c201e5e46c2f7fa2644ff
firebase_core: 82d486a6231b636aea229bd471bceca82cbe00a6
FirebaseAnalytics: 96325c1e0acbd2bb805c6a613028b1fe599d6a37
FirebaseCore: 1c1ca72483b59b17050f5b4cec4fb748425a3901
FirebaseCoreDiagnostics: 64d9709d804a6c25bd77841371c1fcfd909d5601
FirebaseFirestore: 69e4f06a375080a56ffd390fb034467b58ddeda0
FirebaseInstallations: 044eede8a049bce71c4541ee68d6e4364fcbe774
Firebase: 7703fc4022824b6d6db1bf7bea58d13b8e17ec46
firebase_analytics: 63825a37b8ebabd44189b2c04f44ecd864554ebc
firebase_core: 8e500850dd138c269d197c8dfca3ae886fa3b6f2
FirebaseAnalytics: a1a24e72b7ba7f47045a4633f1abb545c07bd29c
FirebaseCore: 9a2b10270a854731c4d4d8a97d0aa8380ec3458d
FirebaseCoreDiagnostics: 99a495094b10a57eeb3ae8efa1665700ad0bdaa6
FirebaseCoreInternal: bca76517fe1ed381e989f5e7d8abb0da8d85bed3
FirebaseFirestore: 11ab4a20524e5e7a36c65f0467a45ad403532665
FirebaseInstallations: 0a115432c4e223c5ab20b0dbbe4cbefa793a0e8e
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_aes_ecb_pkcs5: fb682a7bb13f29cfbb33f88f7e1ed2211eacf5db
flutter_inappwebview: bfd58618f49dc62f2676de690fc6dcda1d6c3721
flutter_qr_scan: f7c8c497584bbf395efd56ffcc3a60d27ec9de82
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
GoogleAppMeasurement: 8d10c1c470fcb0e5143ed74fddd164f0a0384800
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
GoogleAppMeasurement: 5d69e04287fc2c10cc43724bfa4bf31fc12c3dff
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7
image_picker: 50e7c7ff960e5f58faa4d1f4af84a771c671bc4a
JCore: 0cb4fc5892bc97af4f27283875369ead3eaa3067
JPush: 507d66d7ea307faba1330666d48e4e92af611659
jpush_flutter: e75658a5342e3bfe22d9f3de5dfacd3ef44230c5
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
OrderedSet: aaeb196f7fef5a9edf55d89760da9176ad40b93c
orientation: 6c9203efe86ce4cff379756910f18b2d745628c3
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
Expand All @@ -303,6 +315,6 @@ SPEC CHECKSUMS:
wakelock: d0fc7c864128eac40eba1617cb5264d9c940b46f
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f

PODFILE CHECKSUM: 54d14ef5a14a0b3c64cc6d6bfeff28f02dcce905
PODFILE CHECKSUM: a678b720b555a4acc8c53e7320f714f147cbbf94

COCOAPODS: 1.11.3
COCOAPODS: 1.11.2
Loading

0 comments on commit 954730b

Please sign in to comment.