Commit graph

109 commits

Author SHA1 Message Date
julian
9398a09533 in app logo icon override option added so the stack wallet logo in the standard themes can be replaced specifically for duo but possibly other options as well 2024-05-23 15:38:45 -06:00
julian
571977e0e1 add frost as a duo option 2024-05-23 13:34:40 -06:00
julian
5fb02d2eb2 add interactive confirmation regarding version and build numbers 2024-05-23 11:53:11 -06:00
julian
459e882ab6 app data dir fix 2024-05-23 09:20:11 -06:00
julian
2b040963e5 script var fix 2024-05-22 18:42:31 -06:00
julian
39e4df156a script path fix 2024-05-22 18:22:43 -06:00
julian
f904d409a5 generalize project config 2024-05-22 17:56:51 -06:00
julian
9d872754ef add -i flag for dev convenience so build all isn't run when not required 2024-05-22 15:55:11 -06:00
julian
2678513474 move all lottie files into symlinked structure based on app 2024-05-22 15:00:32 -06:00
julian
8823a7e1bc non macos sed fix 2024-05-22 14:54:28 -06:00
julian
ecd9c7c884 move version update script into shared 2024-05-22 14:49:34 -06:00
julian
43ce896ec7 update_version script changes 2024-05-22 14:48:31 -06:00
sneurlax
7fe1109665 add duo theme bundles and images
TODO script using test2_duo.json
2024-05-22 14:43:56 -05:00
julian
cc7b958c5a script generated app_config.g.dart file 2024-05-22 13:38:49 -06:00
julian
bc785e13fc call of env.sh should not be needed 2024-05-22 11:45:22 -06:00
julian
230669bd97 disable splash generation as the actual screen isn't used 2024-05-22 11:41:49 -06:00
julian
e206fefceb extract project root env var export to env.sh and add asset gen script 2024-05-22 10:32:29 -06:00
julian
ab2806a4b7 add master build script 2024-05-21 18:27:58 -06:00
sneurlax
ef293ac68e if [ $# -ne 4 2024-05-21 17:13:23 -05:00
sneurlax
ac38384e85 require both args 2024-05-21 17:09:22 -05:00
sneurlax
c828081c3d require args 2024-05-21 17:05:45 -05:00
julian
6619940c93 Merge remote-tracking branch 'origin/appConfig' into appConfig 2024-05-21 15:43:22 -06:00
julian
f02634f635 link assets based on config 2024-05-21 15:42:27 -06:00
sneurlax
532990ae95 call version update script from configure_duo script
version 2.0.0 by default and increments the build number if none passed explicitly.
2024-05-21 16:23:10 -05:00
sneurlax
d329eba45e add version & build number update script
```
# To update both version and build number
./update_version.sh -v 2.0.1 -b 223

# To update only the build number
./update_version.sh -b 223

# To update only the version
./update_version.sh -v 2.0.1

# To increment the build number by one
./update_version.sh
```
2024-05-21 16:23:05 -05:00
sneurlax
8c0eba3c38 remove unneeded files from duo asset bundle 2024-05-21 14:55:32 -05:00
sneurlax
d37be9d54e include duo assets archive and extract it over our own assets via script 2024-05-21 14:08:19 -05:00
julian
ee3b16bcc6 refactor scripts slightly 2024-05-15 17:14:03 -06:00
sneurlax
cddfa6b37e build_all_duo.sh scripts 2024-05-15 17:51:21 -05:00
sneurlax
966bc81662 split script
back into platform-specific scripts
2024-05-15 17:45:29 -05:00
sneurlax
5c7e4960c4 alter pubspec.yaml in configure_duo.sh script 2024-05-15 17:20:30 -05:00
sneurlax
5fd54240bc WIP configure_duo.sh script 2024-05-15 17:14:04 -05:00
sneurlax
66b14717aa chmod +x build_secp256k1.sh 2024-05-08 19:12:47 -05:00
sneurlax
f1cccfea65 unix line endings for WSL2 script, move to linux dir 2024-05-09 00:10:27 -05:00
sneurlax
2ab019f201 add linux and windows secp256k1 build scripts
in case coinlib's scripts aren't working

TODO macos and ios (android?)
2024-05-08 23:35:55 -05:00
julian
236e7d87fb tagged libsecret version 2024-05-06 08:58:17 -06:00
julian
249a01df75 wait before setting rust version for frostdart 2024-04-23 16:58:51 -06:00
julian
163bce4a98 script tweaks. Requires a10f90532b 2024-04-12 11:32:37 -06:00
sneurlax
be8abff1f5 remove windows flutter installation helper
just git clone github:flutter/flutter and checkout your tag.
2024-04-08 00:47:36 -05:00
sneurlax
22504c42a9 do not change rust version in parallel 2024-03-28 15:54:46 -05:00
sneurlax
85372f8c73 Merge branch 'epic' into add_frost 2024-03-04 17:11:41 -06:00
sneurlax
e8939455d4 build opensll for flutter_libepiccash android as well 2024-03-04 12:57:36 -06:00
julian
755cc049b0 add frostdart dependency 2024-01-19 15:38:17 -06:00
julian
795fde2cc1 QoL script fixes 2024-01-19 15:34:55 -06:00
Julian
e4fa06214c add script to make it easier to run build runner and update mocks from merge 2023-10-29 12:31:15 -06:00
julian
aa6fa66457 Merge remote-tracking branch 'origin_SW/staging' into wallets_refactor 2023-09-22 09:28:23 -06:00
julian
758392ede4 epiccash needs an even older rust version 2023-09-20 19:11:56 -06:00
julian
52288dc4f4 ios rust targets updates/checks 2023-09-20 17:09:12 -06:00
julian
09c6d440c8 ios rust targets updates/checks 2023-09-20 17:01:23 -06:00
julian
cc24aa5f43 Merge remote-tracking branch 'origin_SW/staging' into wallets_refactor
# Conflicts:
#	pubspec.lock
2023-09-20 15:07:09 -06:00