Commit 02fec3d
authored
File tree
33 files changed
+817
-1013
lines changed- android
- gradle/wrapper
- crypto_plugins
- docs
- lib/wallets/wallet
- impl
- wallet_mixin_interfaces
- scripts
- android
- app_config/templates
- android/app
- src
- debug
- main
- profile
- ios
- linux
- macos
- windows
33 files changed
+817
-1013
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Submodule flutter_libepiccash updated 31 files
- .gitignore+4-5
- README.md+6-4
- android/build.gradle+10-12
- android/src/main/AndroidManifest.xml+1-1
- example/android/.gitignore+1
- example/android/app/build.gradle+13-40
- example/android/app/src/debug/AndroidManifest.xml+2-3
- example/android/app/src/main/AndroidManifest.xml+17-9
- example/android/app/src/main/kotlin/com/example/flutter_libepiccash_example/MainActivity.kt+1-2
- example/android/app/src/profile/AndroidManifest.xml+2-3
- example/android/build.gradle-31
- example/android/build.gradle.kts+21
- example/android/gradle.properties+2-1
- example/android/gradle/wrapper/gradle-wrapper.properties+1-1
- example/android/settings.gradle-11
- example/android/settings.gradle.kts+25
- example/windows/CMakeLists.txt+3
- example/windows/flutter/CMakeLists.txt+6-1
- example/windows/runner/CMakeLists.txt+7
- example/windows/runner/Runner.rc+5-5
- rust/.gitignore+2-1
- rust/Cargo.lock+1.1k-633
- rust/Cargo.toml+9
- rust/build.rs+46
- rust/cbindgen.toml+164
- rust/target/epic_cash_wallet.h+114
- scripts/android/config.sh+3-3
- scripts/ios/build_all.sh+1-1
- scripts/macos/build_all.sh+1-1
- scripts/windows/build_all.ps1+5-4
- windows/CMakeLists.txt+7
Submodule flutter_liblelantus updated 21 files
- android/.gitignore+1
- android/build.gradle+13-15
- android/gradle.properties+1-1
- android/gradle/wrapper/gradle-wrapper.properties+1-1
- example/android/.gitignore+1
- example/android/app/build.gradle-68
- example/android/app/build.gradle.kts+45
- example/android/app/src/debug/AndroidManifest.xml+3-3
- example/android/app/src/main/AndroidManifest.xml+42-39
- example/android/app/src/profile/AndroidManifest.xml+3-3
- example/android/build.gradle-29
- example/android/build.gradle.kts+21
- example/android/gradle.properties+1-1
- example/android/gradle/wrapper/gradle-wrapper.properties+1-1
- example/android/settings.gradle-11
- example/android/settings.gradle.kts+25
- example/pubspec.lock+63-39
- pubspec.yaml+1-1
- scripts/android/build_all.sh+1-1
- scripts/android/config.sh+2-2
- scripts/android/install_ndk.sh+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
| 309 | + | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments