You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
SomberNight 53c98ec96d migrating print() to python 3 7 years ago
..
data add missing Slider to style.kv 9 years ago
nfc_scanner migrating print() to python 3 7 years ago
theming/light kivy: calculator icon 9 years ago
tools python3: update apk build instuctions 7 years ago
uix migrating print() to python 3 7 years ago
Makefile misc python3 updates: 7 years ago
Readme.txt python3: update apk build instuctions 7 years ago
__init__.py misc python3 updates: 7 years ago
i18n.py updates for python3 7 years ago
main.kv update network settings dialog of the kivy GUI 7 years ago
main_window.py misc python3 updates: 7 years ago

Readme.txt

Before compiling, create packages: `contrib/make_packages`

Commands::

`make theming` to make a atlas out of a list of pngs

`make apk` to make a apk


If something in included modules like kivy or any other module changes
then you need to rebuild the distribution. To do so:

rm -rf .buildozer/android/platform/python-for-android/dist


how to build with ssl:

rm -rf .buildozer/android/platform/build/
./contrib/make_apk
pushd /opt/electrum/.buildozer/android/platform/build/build/libs_collections/Electrum/armeabi-v7a
cp libssl1.0.2g.so /opt/crystax-ndk-10.3.2/sources/openssl/1.0.2g/libs/armeabi-v7a/libssl.so
cp libcrypto1.0.2g.so /opt/crystax-ndk-10.3.2/sources/openssl/1.0.2g/libs/armeabi-v7a/libcrypto.so
popd
./contrib/make_apk