SomberNight
57b17d13ac
android build: make building testnet apk easier
Just uncomment line 53 in make_apk, and you get a testnet apk that can co-exist with your mainnet install.
No need to do a clean rebuild of ".buildozer/" either.
3 years ago
SomberNight
e72f575eea
android build: factor out package name ("org.electrum.electrum")
to make it easier to change, to make it easy to have a co-existing mainnet and testnet install
(or two mainnet installs, etc)
3 years ago
ThomasV
08154da3b6
add command line parameters to android/build.sh, and use separate .buildozer dirs for kivy and qt5
3 years ago
ThomasV
634a647fb1
android: parameterize GUI framework
3 years ago
SomberNight
0fca35fa40
android build: increase buildozer log level (except on cirrus ci)
3 years ago
SomberNight
c93582f661
android build: update README to newer build.sh syntax
3 years ago
ThomasV
d91a4da557
Add Qt5/QML building framework to contrib/android:
- update requirements file for building PyQt5
- use separate .buildozer directories for qml and Kivy
- add GUI and ARCH parameters to android/build.sh
3 years ago
SomberNight
e8b53d0240
android build: set SOURCE_DATE_EPOCH to cur time for debug builds
Otherwise One would have to git commit every change to be tested on a phone.
3 years ago
SomberNight
5ae167d67d
android build: place binaries in ./dist/ instead of ./bin/
Let's try to consolidate and have all build scripts put binaries into ./dist/
4 years ago
SomberNight
dab25e3b24
android build: add exec permission to apkdiff.py, and print hashes
4 years ago
SomberNight
3c9346cce2
android build: attempt at reproducible builds
4 years ago
SomberNight
c68d73715a
android build: only build one apk for debug builds
4 years ago
SomberNight
c3ae1c0965
android build: (trivial) build arm64 apk first
Build the apk I use to test with first :P
This is also the one mentioned in the README copy-paste code snippets.
4 years ago
ThomasV
485422b072
move android stuff to contrib/android
5 years ago
SomberNight
0333632eb0
follow-up prev: only build one apk on Travis
5 years ago
SomberNight
54d468f457
android apk: build two apks. ARMv7 and ARMv8
5 years ago
SomberNight
5ed6a68d8c
update make_locale doc references, and small nits
6 years ago
SomberNight
baa0293620
android build: persist debug keystore
so that we can upgrade debug installations on the phone and keep the datadir
6 years ago
SomberNight
ba08b2279d
kivy build: test and document that make_locale is to be run first
6 years ago
SomberNight
243a0e3cf1
android docker: make_apk optionally takes "release" as arg
6 years ago
Janus
097ac144d9
file reorganization with top-level module
7 years ago
ThomasV
31eed35a0a
add apk release script
7 years ago
ThomasV
d58c069336
read apk version number from version.py
7 years ago
ThomasV
f244b6be60
read apk version from lib
8 years ago
ThomasV
368abbb11b
update apk script
9 years ago
ThomasV
326a44cd83
move buildozer.spec
9 years ago
ThomasV
7d760898c7
add kivy apk script
9 years ago