-WIP-electrum-btcp/gui/kivy
Neil Booth ae4cfc9f0b Unregister network callbacks from QT gui
Rework the callback system in QT to make this easy, and avoid
leaking window references that prevent the window from being
GC-ed on close
2015-11-13 23:36:29 +09:00
..
nfc_scanner include NFC changes required for transferring data 2015-09-03 14:23: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 kivy buildozer: comment out android.branch 2015-10-13 16:03:25 +02:00
uix kivy: sign and send in a thread 2015-10-31 15:12:34 +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 add base_unit to amount fields 2015-10-16 11:18:24 +02:00
main.kv fix overflow_icon and use template for `ActionOvrButton` 2015-10-30 19:05:17 +05:30
main_window.py Unregister network callbacks from QT gui 2015-11-13 23:36:29 +09: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`