LBRY-Vault/gui/kivy
2015-10-07 13:14:07 +05:30
..
nfc_scanner include NFC changes required for transferring data 2015-09-03 14:23:45 +02:00
plugins Update kivy GUI in order to merge with master 2015-09-03 15:09:45 +02:00
qr_scanner Abstract and enable qrscanner dialog for send screen. 2015-09-03 14:22:51 +02:00
theming kivy: split mainscreen.kv into dynamically loaded .kv files 2015-10-06 09:59:29 +02:00
tools use pip install -t in make_packages to aggregate packages. 2015-10-07 13:14:07 +05:30
uix kivy: remove loading_image in qrcodewidget (too slow) 2015-10-06 17:42:19 +02:00
__init__.py Update kivy GUI in order to merge with master 2015-09-03 15:09:45 +02:00
main.kv kivy: more cleanup, load qr code 2015-10-06 14:30:44 +02:00
main_window.py kivy: more cleanup, load qr code 2015-10-06 14:30:44 +02: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

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`