-WIP-electrum-btcp/gui/kivy
akshayaurora 07c5f02639 changes for new toolchain 2016-07-27 17:57:12 +02:00
..
data add missing Slider to style.kv 2016-03-08 08:57:44 +01:00
nfc_scanner changes for new toolchain 2016-07-27 17:57:12 +02:00
theming/light kivy: calculator icon 2016-02-25 14:17:59 +01:00
tools changes for new toolchain 2016-07-27 17:57:12 +02:00
uix add get_master_public_key to all wallets 2016-07-01 17:46:11 +02:00
Makefile changes for new toolchain 2016-07-27 17:57:12 +02:00
Readme.txt rm deprecated info 2016-04-05 18:10:09 +02:00
__init__.py Finish wizard unification 2016-06-24 23:02:54 +02:00
i18n.py kivy i18n: catch more exeptions 2016-02-04 20:35:35 +01:00
main.kv kivy: define app.wallet_name 2016-06-15 11:54:09 +02:00
main_window.py changes for new toolchain 2016-07-27 17:57:12 +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