-WIP-electrum-btcp/gui/kivy
ThomasV 83dbe7fbf3 more fixes for kivy 2016-08-30 11:19:30 +02:00
..
data
nfc_scanner changes for new toolchain 2016-07-27 17:57:12 +02:00
theming/light
tools move buildozer.spec 2016-07-31 17:17:09 +02:00
uix more fixes for kivy 2016-08-30 11:19:30 +02:00
Makefile changes for new toolchain 2016-07-27 17:57:12 +02:00
Readme.txt
__init__.py
i18n.py
main.kv updates for i18n translations 2016-08-01 10:04:11 +02:00
main_window.py more fixes for kivy 2016-08-30 11:19:30 +02: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


Notes:


To use internal storage, python-for-android must be patched with:

  git pull git@github.com:denys-duchier/python-for-android.git fix-recursive-delete