electrum-bitcoinprivate/gui/kivy
zebra-lucky 184a9d68d8 integrate electrum-3.0.6 changes 2018-04-06 02:42:04 +03:00
..
data Bundle QR scanner with Android app 2018-01-06 22:44:37 +01:00
nfc_scanner Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
theming/light kivy: calculator icon 2016-02-25 14:17:59 +01:00
tools Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
uix Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
Makefile misc python3 updates: 2017-08-26 08:28:24 +02:00
Readme.txt python3: update apk build instuctions 2017-08-26 08:28:24 +02:00
__init__.py misc python3 updates: 2017-08-26 08:28:24 +02:00
i18n.py Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
main.kv Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
main_window.py integrate electrum-3.0.6 changes 2018-04-06 02:42:04 +03:00

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