electrum-bitcoinprivate/gui/kivy
ThomasV 305843999e Relicensing 2016-02-24 10:20:30 +01:00
..
data kivy: move data/fonts into gui/kivy/data/fonts 2016-01-29 15:00:57 +05:30
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: gui tweaks 2016-02-16 14:17:44 +01:00
tools kivy: add intent filter for bitcoin scheme 2016-02-11 08:34:40 +01:00
uix Relicensing 2016-02-24 10:20:30 +01:00
Makefile kivy Makefile: don't move, copy 2015-09-09 12:08:09 +02:00
Readme.txt use packages dir instead of requirements 2015-09-09 13:01:30 +02:00
__init__.py Relicensing 2016-02-24 10:20:30 +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:android:check for intent on activity start 2016-02-22 15:37:36 +05:30

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`