Skip to content
Merged

Staging #1040

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
252 commits
Select commit Hold shift + click to select a range
a69cc80
only affect firo wallets
sneurlax Jul 2, 2024
8faac03
count pending balances as valid
sneurlax Jul 2, 2024
bc1a0dc
add showExchange pref
sneurlax Jul 2, 2024
9b692f9
add showexchange pref to advanced settings
sneurlax Jul 2, 2024
a080e65
hide exchange menu items contextually
sneurlax Jul 3, 2024
1e9775e
add unique keys to each button so they aren't reused
sneurlax Jul 3, 2024
2b2127a
hide swap and buy buttons around the ui
sneurlax Jul 3, 2024
220cf65
disable exchange data loading based on enableExchange pref
sneurlax Jul 3, 2024
9e6d9f8
Merge branch 'staging' into togglebalance
sneurlax Jul 3, 2024
0a822e8
fix missing pref init
julian-CStack Jul 4, 2024
314c68f
fix showing wallet button when no other options exist on mobile home …
julian-CStack Jul 4, 2024
f8e8578
Merge remote-tracking branch 'origin/staging' into togglebalance
sneurlax Jul 4, 2024
c64cde3
Merge remote-tracking branch 'origin/staging' into hideex
sneurlax Jul 4, 2024
b3e5f31
refactor _getShowExchange -> _getEnableExchange
sneurlax Jul 4, 2024
38defea
Merge remote-tracking branch 'origin/staging' into hideex
sneurlax Jul 5, 2024
a066f77
fix attempt to toggle enableExchange while desktop menu minimized
sneurlax Jul 5, 2024
3a1b86f
ignore verification of passphrase if passphrase is empty...
julian-CStack Jul 11, 2024
2da9c9e
clean up wallets list on desktop and add keys to widgets in list
julian-CStack Jul 11, 2024
c5a1481
Merge pull request #932 from cypherstack/testing
julian-CStack Jul 11, 2024
3a9e7d7
filter unrecognized from extra URI parameters IAW BIP21
sneurlax Jul 11, 2024
754c6e6
null error fix on send from stack when doing epic to any swap
julian-CStack Jul 12, 2024
133bcb2
use local epic-wallet in flutter_libepiccash for troubleshooting
sneurlax Jul 12, 2024
a52f53e
add and use epic-wallet submodule
sneurlax Jul 15, 2024
f1b46ad
remove SYSTEM_ALERT_WINDOW perm
sneurlax Jul 15, 2024
c38a7c0
update flutter_libepiccash ref
sneurlax Jul 15, 2024
86f6a3c
Merge pull request #937 from cypherstack/epic_fixes
julian-CStack Jul 15, 2024
80d6a1b
fixes https://github.com/cypherstack/stack_wallet/issues/795
julian-CStack Jul 15, 2024
4acfbde
show n confirmations on tx details screen
julian-CStack Jul 15, 2024
816eb37
show n/x confirms while unconfirmed
julian-CStack Jul 15, 2024
50bd3e5
prevent submit button activation when autopin is on and being checked…
julian-CStack Jul 15, 2024
1ff17d8
Merge branch 'staging' into uri
sneurlax Jul 16, 2024
21b7bfc
check if pasted value is URI
sneurlax Jul 16, 2024
5d2ec00
spacing fix
sneurlax Jul 16, 2024
d1780aa
remove "by default" from "Reuse receiving address" string
sneurlax Jul 16, 2024
91037cc
patch swb directory selection on windows
sneurlax Jul 12, 2024
5c79831
sent to address isar model schema
julian-CStack Jul 17, 2024
6f4493f
update generated
julian-CStack Jul 17, 2024
367daad
ui bugfixes
julian-CStack Jul 17, 2024
7c3703f
frost multi address functionality
julian-CStack Jul 17, 2024
d546d5d
bad missing funds error fix
julian-CStack Jul 17, 2024
6a9c58d
fix bug I introduced last commit
julian-CStack Jul 17, 2024
a4a7abd
look ahead on frost wallet addresses to check for transactions on fut…
julian-CStack Jul 18, 2024
7ccb403
add fuzzy check to handle some api endpoints that think consistency d…
julian-CStack Jul 22, 2024
0ed6f26
send from xmr/wow disabled due to concurrent libmonero based wallets …
julian-CStack Jul 22, 2024
f3d1611
fixes: https://github.com/cypherstack/stack_wallet/issues/908
julian-CStack Jul 22, 2024
4f5354d
No reason to show a selection dialog or even show which coin if its i…
julian-CStack Jul 22, 2024
2d06a23
Don't hold up app loading while waiting for permissions from user on …
julian-CStack Jul 22, 2024
3b38dd6
Add scrollable for desktop. Addresses https://github.com/cypherstack/…
julian-CStack Jul 22, 2024
c683670
Hook up missing spark fee estimate call.
julian-CStack Jul 22, 2024
ce1b1f0
just exit(0); on desktop because why not...
julian-CStack Jul 22, 2024
751adb5
update assets
julian-CStack Jul 24, 2024
08d3e0a
Merge branch 'staging' into hideex
julian-CStack Jul 29, 2024
7e12ec6
desktop menu toggle state fix
julian-CStack Jul 29, 2024
9ab411b
Merge pull request #909 from cypherstack/hideex
julian-CStack Jul 29, 2024
e91daa9
Merge branch 'staging' into togglebalance
julian-CStack Jul 29, 2024
90aae70
mobile balance toggle update
julian-CStack Jul 29, 2024
b1a303f
Merge pull request #904 from cypherstack/togglebalance
julian-CStack Jul 29, 2024
4d1fde7
prepare send failure logging
julian-CStack Jul 29, 2024
615fdfb
monero onion node test patch
sneurlax Jul 30, 2024
b6dd285
partial reversion of previous commit
sneurlax Jul 30, 2024
1153162
change node test logic to support onion and proxied nodes properly
sneurlax Jul 30, 2024
23c76b5
add proxyInfo-aware timeout to node test
sneurlax Jul 30, 2024
ecf56b2
add onion-specific test cases
sneurlax Jul 30, 2024
d68e416
correct node testing logic
sneurlax Jul 30, 2024
32380c3
flutter pub add camera_linux
sneurlax Jul 11, 2024
f5ca4ff
poc of getting an image from webcam
sneurlax Jul 12, 2024
04ce0f8
use zxing2 to decode, display image in dialog for troubleshooting
sneurlax Jul 18, 2024
8bf8a90
"live" webcam image in qr code dialog
sneurlax Jul 19, 2024
7477922
add file selection button
sneurlax Jul 19, 2024
63ee105
flutter pub add cypherstack/packages/.../packages/camera/camera_windows
sneurlax Jul 19, 2024
6fa56bf
use camera_windows fork for windows webcam support
sneurlax Jul 20, 2024
be3c02e
make ui less janky
sneurlax Jul 20, 2024
84108eb
comments notes and tweaks
sneurlax Jul 20, 2024
c8bc9ed
add camera_macos package
sneurlax Jul 22, 2024
f2b1653
add macos camera permission
sneurlax Jul 22, 2024
1d49cc8
use camera_macos package on macos for qr code scanning
sneurlax Jul 22, 2024
c708ace
autogenerated macos deskcam changes
sneurlax Jul 26, 2024
cd38a51
initialize camera on macos
sneurlax Jul 26, 2024
db87bee
convert snackbar messages to dialog messages
sneurlax Jul 30, 2024
11d8523
add opencv package (camera_linux dependency) to building docs
sneurlax Jul 31, 2024
031bfca
update lelantus lib
julian-CStack Jul 31, 2024
c2d6b84
julian's patch
sneurlax Jul 31, 2024
237eb5c
fix monero onion node test
sneurlax Jul 31, 2024
d6c609f
ask before enabling toggle
julian-CStack Jul 31, 2024
810f8bb
handle deleted wallets cleanly in the overview list
julian-CStack Jul 31, 2024
2145334
remove onSnackbarMessage, do not show error on regular scans, only files
sneurlax Jul 31, 2024
16a2b23
refactor QrCodeScannerDialog into its own widget, use thru Frost process
sneurlax Aug 2, 2024
ce74f95
replace dialog with flushbar message
sneurlax Aug 5, 2024
2907f7d
silence print
sneurlax Aug 8, 2024
7446a56
simplify test logic
sneurlax Aug 8, 2024
e383c62
fix cw wallet restores from backup
sneurlax Aug 11, 2024
6723614
add missing imports
sneurlax Aug 13, 2024
d78050e
remove now-unneeded monero_c wownero imports
sneurlax Aug 16, 2024
20ec9ed
update monero_c to latest and Monero to 0.18.3.4
sneurlax Aug 23, 2024
27d319c
feat: add cardano
detherminal Aug 26, 2024
d21225a
bump monero_c to 294b593d and monero to 0.18.3.4
sneurlax Aug 27, 2024
be324a6
Merge pull request #969 from cypherstack/monero_c
julian-CStack Aug 27, 2024
66f29ab
Merge branch 'staging' into deskcam
sneurlax Aug 27, 2024
dd11214
Merge branch 'staging' into uri
sneurlax Aug 27, 2024
319080c
Merge pull request #965 from cypherstack/deskcam
julian-CStack Aug 27, 2024
b73628d
update uri parsing code to support monero URIs
sneurlax Aug 27, 2024
19cae77
use AddressUtils where appropriate
sneurlax Aug 27, 2024
db5fcde
fix _getCryptoCurrencyByScheme
sneurlax Aug 27, 2024
2745598
Merge branch 'staging' into uri
julian-CStack Aug 27, 2024
dbc5fb7
Merge pull request #935 from cypherstack/uri
julian-CStack Aug 27, 2024
7da81d0
pop back to token view after token send success on mobile
julian-CStack Aug 27, 2024
0ddecd2
pre cache in wallet db sent eth and eth token txns on successful broa…
julian-CStack Aug 27, 2024
82d8acb
erc20 gas limit
julian-CStack Aug 27, 2024
5b324a0
fix: remove special lib usage
detherminal Aug 27, 2024
49ad183
fix: add new packages used in cardano
detherminal Aug 27, 2024
2af6e32
Merge branch 'staging' into staging
sneurlax Aug 28, 2024
662bbd3
token wallet state display bugfix on confirm send screen
julian-CStack Aug 27, 2024
99e802b
add ability to "send all" selected UTXOs when using coin control
julian-CStack Aug 28, 2024
4dc9207
handle assert nicely
julian-CStack Aug 28, 2024
6bb0279
update monero_c to latest (3cb38bee)
sneurlax Aug 30, 2024
db6486a
Merge pull request #974 from cypherstack/monero_c
rehrar Aug 30, 2024
8791003
fix android
julian-CStack Aug 30, 2024
56dcc0b
Merge branch 'cypherstack:staging' into staging
detherminal Sep 1, 2024
e3d040b
refactor: enhance ada txs
detherminal Sep 1, 2024
02dc5c9
refactor: show only lovelaces
detherminal Sep 1, 2024
1ec7ee9
feat: total tor support for cardano
detherminal Sep 1, 2024
4b2d10b
why is this suddenly needed?
julian-CStack Sep 2, 2024
87ca5b9
fix stackwallet-specific package import
sneurlax Sep 5, 2024
0e0f980
do not allow taproot address as a simplex receiving address
sneurlax Sep 2, 2024
c34938a
defer network calls from init to fetchChainHeight or serverCanBatch
sneurlax Sep 5, 2024
155395b
Flutter 3.24.2 and dart 3.5.2 (fixes impeller issue on ios)
julian-CStack Sep 6, 2024
9ac0dd8
android fix
julian-CStack Sep 6, 2024
b9b152a
update docs to refer to flutter 3.24.2 (vs. 3.22.1)
sneurlax Sep 10, 2024
b0128c8
fix built in system paste functionality (aka ctrl-p) on step two of d…
julian-CStack Sep 10, 2024
233029c
add patch and git apply --stat scripts/dev/0001-ubuntu-24.04.patch
sneurlax Sep 10, 2024
2a2c42f
add 1.71.0 Rust toolchain to docs
sneurlax Sep 10, 2024
c47bf0b
mirror flutter_libsparkmobile changes to cypherstack
sneurlax Sep 11, 2024
99ea691
update docs for 24.04 reqs
sneurlax Sep 11, 2024
51c45d4
touch docs and scripts
sneurlax Sep 11, 2024
9279295
Merge remote-tracking branch 'origin/docs' into ubuntu-24.04
sneurlax Sep 11, 2024
f6fe01f
README updates
sneurlax Sep 11, 2024
2133412
Merge branch 'staging' into docs
sneurlax Sep 11, 2024
f7b367a
re-add vapigen to 20.04 docs
sneurlax Sep 11, 2024
57a50a9
mirror mrcyjanek/monero_c to cypherstack as of 9/11
sneurlax Sep 11, 2024
e0051c8
Merge branch 'staging' into staging
detherminal Sep 13, 2024
6cbc37f
fix: post req body
detherminal Sep 14, 2024
1740a42
AGP compat updates
julian-CStack Sep 16, 2024
0cbc678
AGP even newer
julian-CStack Sep 16, 2024
8e52848
fix android builds
julian-CStack Sep 17, 2024
f4b5060
strict proxy lib version
julian-CStack Sep 17, 2024
98986d7
update biometrics to handle updated local_auth changes
julian-CStack Sep 17, 2024
1c73ac2
fix bad submodule commit
julian-CStack Sep 17, 2024
8e62c42
3.23.2->3.23.4
sneurlax Sep 19, 2024
53df0ec
Merge branch 'staging' into docs
sneurlax Sep 19, 2024
94757f0
Merge pull request #983 from cypherstack/docs
rehrar Sep 19, 2024
412e3fd
Update frost and hide insecure addresses on receive page and in addre…
julian-CStack Sep 20, 2024
3573f70
bio fix
julian-CStack Sep 20, 2024
98d7ce3
Merge remote-tracking branch 'detherminal/staging' into cardano
sneurlax Sep 23, 2024
9a7ac9b
add cardano
sneurlax Sep 23, 2024
f942ecd
update default light and dark themes with cardano images and colors
sneurlax Sep 23, 2024
8cc3737
update default campfire theme with cardano images and colors
sneurlax Sep 23, 2024
4a5cc3a
Revert "update default campfire theme with cardano images and colors"
sneurlax Sep 23, 2024
4473e3d
Merge pull request #995 from cypherstack/cardano
julian-CStack Sep 23, 2024
a3d3237
update light and dark default themes for cardano
sneurlax Sep 25, 2024
2a605c0
Merge pull request #997 from cypherstack/cardano
julian-CStack Sep 25, 2024
05a5d18
add cbor package
sneurlax Sep 25, 2024
4961908
Merge pull request #998 from cypherstack/cardano
julian-CStack Sep 30, 2024
754f9b4
fix cardano images and revert int value back to double
sneurlax Sep 30, 2024
cdd9e07
update theme version in theme manifests
sneurlax Sep 30, 2024
642f090
concurrent xmr/wow wallets
julian-CStack Sep 20, 2024
7d60793
fix cw wallet listeners on restore
julian-CStack Sep 27, 2024
29e63ca
xmr/wow coin control
julian-CStack Sep 30, 2024
a779259
group testnet options on wallet creation screen
julian-CStack Oct 1, 2024
2c86520
libmonero submodule ref
julian-CStack Oct 1, 2024
7d5cb72
enable swap
julian-CStack Oct 1, 2024
e0d2c8e
add some more logging and possible sync recovery fix?
julian-CStack Oct 1, 2024
44fbab7
app config swap field defaults
julian-CStack Oct 1, 2024
fec5f58
dirty
julian-CStack Oct 1, 2024
a04ea49
Merge pull request #1002 from cypherstack/firo-unstable-connection
rehrar Oct 2, 2024
75f3fe4
update refs
julian-CStack Oct 2, 2024
c135494
update ref again
julian-CStack Oct 2, 2024
b4610fb
move 'rem's from native windows secp256k1 build script
sneurlax Oct 22, 2024
e2f3a1a
track secp256k1 changes in build scripts and pin to latest commit
sneurlax Oct 22, 2024
4109e7e
Merge pull request #1009 from cypherstack/windows
rehrar Oct 23, 2024
16b9254
WIP migrate flutter_libmonero to cs_monero
julian-CStack Oct 18, 2024
c913b05
fix a test
julian-CStack Oct 18, 2024
b1eeddc
more pubspec clean up
julian-CStack Oct 19, 2024
bb2e858
build scripts update
julian-CStack Oct 23, 2024
07bf622
use main branch cs_monero
julian-CStack Oct 28, 2024
217bf9e
update macos/ios templates
julian-CStack Oct 28, 2024
e6b0733
fix setting c_monero listeners
julian-CStack Oct 28, 2024
6999908
fix some testnet related display bugs
julian-CStack Oct 28, 2024
11d1ceb
changes and fixes to reflect cs_monero changes
julian-CStack Oct 28, 2024
f0070b5
hack in xmr and wow support to txV2
julian-CStack Oct 29, 2024
d3d6709
use transactionV2 in xmr/wow wallets
julian-CStack Oct 29, 2024
809a5a3
update cs_monero dep
julian-CStack Oct 29, 2024
016a53f
get rid of a submodule!
julian-CStack Nov 1, 2024
a03b0ec
update to cs_monero 1.0.0-pre
julian-CStack Nov 6, 2024
9cde0a1
feat: rough "churning" for xmr/wow
julian-CStack Nov 7, 2024
0080d25
fix: clean up and fix some churning stuff
julian-CStack Nov 8, 2024
3d2d0e4
feat: go directly into wallet if only a single wallet exists for the …
julian-CStack Nov 8, 2024
53eb6ac
monero (and wow) view only wallet functionality
julian-CStack Nov 12, 2024
1f0ee99
ui view only wallet changes
julian-CStack Nov 12, 2024
3da57bc
fix: receive view bug
julian-CStack Nov 12, 2024
6ff539e
Add support for view only wallets to most coins
julian-CStack Nov 13, 2024
e95d5a1
update paynym url
julian-CStack Nov 14, 2024
98d7762
disable spark and lelantus features in view only wallets for the time…
julian-CStack Nov 14, 2024
5452598
fix duplicate assignment
julian-CStack Nov 14, 2024
3177fad
fix back up views
julian-CStack Nov 14, 2024
44f9886
use address type implied by derivation path in view only wallets
julian-CStack Nov 14, 2024
1d22eed
disable paynym in view only wallets ui
julian-CStack Nov 14, 2024
f2a654e
disable syncing of newly created view only wallet without entering th…
julian-CStack Nov 14, 2024
48d46cd
fix for adding certain eth tokens
julian-CStack Nov 14, 2024
6494bec
lock sqlite version
julian-CStack Nov 15, 2024
b84c3ab
update cs_monero dep
julian-CStack Nov 15, 2024
5496d2d
allow "," decimal separator in qr code generator
julian-CStack Nov 18, 2024
f15d051
update solana package
julian-CStack Nov 18, 2024
4594801
Ensure plain addresses are parsed from qr codes. Use uri parsing ever…
julian-CStack Nov 18, 2024
ae9a844
remove patchception
julian-CStack Nov 20, 2024
f41a85b
Merge remote-tracking branch 'origin/staging' into ubuntu-24.04
julian-CStack Nov 20, 2024
6c42da2
use updated spark lib
julian-CStack Nov 20, 2024
31e785c
Merge pull request #986 from cypherstack/ubuntu-24.04
julian-CStack Nov 21, 2024
3566d75
Do token balance check before allowing send and fix some amount forma…
julian-CStack Nov 21, 2024
40b0f49
add functionality for different number of required min confirms for c…
julian-CStack Nov 21, 2024
9c9a9f8
ensure tx status label shows correct number of confirms if is coinbase
julian-CStack Nov 21, 2024
db7422a
update libepiccash and fix odd address error caused by some odd code
julian-CStack Nov 21, 2024
0ce0350
fix parsing of coinbase utxos
julian-CStack Nov 21, 2024
91de7dd
show 0 fee for coinbase transactions
julian-CStack Nov 21, 2024
216719b
fix gui overflow issues
julian-CStack Nov 21, 2024
6dd7ef1
fix probable infinite loop causing view only refresh to stay stuck fo…
julian-CStack Nov 21, 2024
973d8b3
update liblelantus for linux openssl linking fix
julian-CStack Nov 21, 2024
7511ce2
Enable frost on desktop. Not sure why it was disabled. I guess we'll …
julian-CStack Nov 22, 2024
9a2589b
disable segwit paynym claiming and disable follow/unfollow due to ser…
julian-CStack Nov 22, 2024
2431d5f
churn gif
julian-CStack Nov 22, 2024
537e44f
modify default themes install/loading/checks. Should fix missing ada …
julian-CStack Nov 22, 2024
d8ec93f
add copy button to txid field in tx details on mobile
julian-CStack Nov 22, 2024
f38efd3
Merge pull request #1034 from cypherstack/paynym-changes
rehrar Nov 22, 2024
6cfe9e9
add plain/tor network flags to node data
julian-CStack Nov 25, 2024
d6d4df7
quick (quite quick) and dirty (very dirty) tor/clearnet/both config o…
julian-CStack Nov 26, 2024
4197ff4
consistent variable naming
julian-CStack Nov 26, 2024
7b603cd
make cardano aware of tor node settings
julian-CStack Nov 26, 2024
8a63c42
badly hack tor node settings into epic wallets
julian-CStack Nov 26, 2024
25c6c75
fix layout overflow on desktop
julian-CStack Nov 26, 2024
d87af96
eth doesn't do tor due to underlying lib limitation.
julian-CStack Nov 26, 2024
31fe9a5
hack in a tor check to nano and banano
julian-CStack Nov 26, 2024
7d047e8
fix solana node update logic
julian-CStack Nov 26, 2024
cd003ba
check solana node tor setting before making calls
julian-CStack Nov 26, 2024
800de88
check stellar node tor setting before making calls
julian-CStack Nov 26, 2024
b548386
hack a check for node tor settings before making calls into tezos as …
julian-CStack Nov 26, 2024
3fb18bf
info dialog if node settings and current TOR status will cause sync i…
julian-CStack Nov 26, 2024
d6abd7d
"handle" null account info according to https://solana.com/docs/rpc/h…
julian-CStack Nov 26, 2024
1ce4bee
Merge pull request #1036 from cypherstack/node-settings
rehrar Nov 26, 2024
dbf68f2
hide exchange toggle on disabled platforms
julian-CStack Nov 28, 2024
9e988b8
fix restoring of xmr/wow wallets during swb restore process
julian-CStack Nov 28, 2024
3266e4e
Merge branch 'main' into staging
julian-CStack Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 4 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,7 @@ pubspec.yaml
# FVM Version Cache
.fvm/

android/app/src/main/jniLibs/arm64-v8a/libwownero_wallet2_api_c.so
android/app/src/main/jniLibs/arm64-v8a/libmonero_wallet2_api_c.so
android/app/src/main/jniLibs/armeabi-v7a/libmonero_wallet2_api_c.so
android/app/src/main/jniLibs/armeabi-v7a/libwownero_wallet2_api_c.so
android/app/src/main/jniLibs/x86_64/libmonero_wallet2_api_c.so
android/app/src/main/jniLibs/x86_64/libwownero_wallet2_api_c.so
macos/monero_wallet2_api_c.dylib
macos/wownero_wallet2_api_c.dylib
/macos/monero_libwallet2_api_c.dylib
/macos/wownero_libwallet2_api_c.dylib
/ios/monero_libwallet2_api_c.dylib
/ios/wownero_libwallet2_api_c.dylib
/android/app/src/main/jniLibs/arm64-v8a/libmonero_libwallet2_api_c.so
/android/app/src/main/jniLibs/armeabi-v7a/libmonero_libwallet2_api_c.so
/android/app/src/main/jniLibs/x86_64/libmonero_libwallet2_api_c.so
/android/app/src/main/jniLibs/arm64-v8a/libwownero_libwallet2_api_c.so
/android/app/src/main/jniLibs/armeabi-v7a/libwownero_libwallet2_api_c.so
/android/app/src/main/jniLibs/x86_64/libwownero_libwallet2_api_c.so
scripts/linux/build/libsecret/subprojects/gi-docgen/.meson-subproject-wrap-hash.txt

crypto_plugins/cs_monero/built_outputs
crypto_plugins/cs_monero/build
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "crypto_plugins/flutter_libepiccash"]
path = crypto_plugins/flutter_libepiccash
url = https://github.com/cypherstack/flutter_libepiccash.git
[submodule "crypto_plugins/flutter_libmonero"]
path = crypto_plugins/flutter_libmonero
url = https://github.com/cypherstack/flutter_libmonero.git
[submodule "crypto_plugins/flutter_liblelantus"]
path = crypto_plugins/flutter_liblelantus
url = https://github.com/cypherstack/flutter_liblelantus.git
Expand Down
Empty file.
Empty file.
Empty file.
17 changes: 2 additions & 15 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
buildscript {
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

allprojects {
repositories {
google()
mavenCentral()
}
}

rootProject.buildDir = '../build'
rootProject.buildDir = "../build"
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
project.evaluationDependsOn(":app")
}

tasks.register("clean", Delete) {
Expand Down
5 changes: 2 additions & 3 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=true
3 changes: 1 addition & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Fri Jun 23 08:50:38 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
30 changes: 22 additions & 8 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
include ':app'
pluginManagement {
def flutterSdkPath = {
def properties = new Properties()
file("local.properties").withInputStream { properties.load(it) }
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
return flutterSdkPath
}()

def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
def properties = new Properties()
includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")

assert localPropertiesFile.exists()
localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) }
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}

def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle"
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.6.0' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

include ":app"
Binary file modified asset_sources/default_themes/campfire/light.zip
Binary file not shown.
Binary file modified asset_sources/default_themes/stack_wallet/dark.zip
Binary file not shown.
Binary file modified asset_sources/default_themes/stack_wallet/light.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions asset_sources/svg/campfire/churn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions asset_sources/svg/stack_duo/churn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions asset_sources/svg/stack_wallet/churn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/gif/monero-chan-dance.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion crypto_plugins/flutter_libmonero
Submodule flutter_libmonero deleted from 982f5a
Loading
Loading