-WIP-electrum-btcp/gui/kivy
ThomasV 80b1b2716c kivy: open last wallet 2016-03-08 11:10:04 +01:00
..
data add missing Slider to style.kv 2016-03-08 08:57:44 +01:00
nfc_scanner Minor fixes - indentation and lone `self.` 2016-01-28 14:05:36 -08:00
qr_scanner Abstract and enable qrscanner dialog for send screen. 2015-09-03 14:22:51 +02:00
theming/light kivy: calculator icon 2016-02-25 14:17:59 +01:00
tools move buildozer.spec 2016-03-06 09:55:06 +01:00
uix kivy: fix regression 2016-03-06 14:49:50 +01:00
Makefile kivy: add release to Makefile 2016-03-05 09:27:31 +01:00
Readme.txt android: move wallet data to internal storage. 2016-03-08 08:10:38 +01:00
__init__.py kivy: open last wallet 2016-03-08 11:10:04 +01:00
i18n.py kivy i18n: catch more exeptions 2016-02-04 20:35:35 +01:00
main.kv kivy: Move network dialog to settings. Add coin chooser to settings 2016-02-22 10:50:27 +01:00
main_window.py kivy: fix on_history 2016-03-08 10:39:31 +01: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 electrum/.buildozer/android/platform/python-for-android/dist`


Note:
  python-for-android must be patched with:
  git pull git@github.com:denys-duchier/python-for-android.git fix-recursive-delete