electrum-bitcoinprivate/gui/kivy
ThomasV 7f7aa97e2e tx dialog: fix confirmation time estimate 2016-06-08 11:22:58 +02: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
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 tx dialog: fix confirmation time estimate 2016-06-08 11:22:58 +02:00
Makefile kivy: add release to Makefile 2016-03-05 09:27:31 +01:00
Readme.txt rm deprecated info 2016-04-05 18:10:09 +02:00
__init__.py kivy: dont save last wallet if user cancelled 2016-06-04 13:24:20 +02:00
i18n.py kivy i18n: catch more exeptions 2016-02-04 20:35:35 +01:00
main.kv kivy: increase horizontal scrolling distance of carousel, to faciliate vertical scrolling 2016-06-04 16:22:36 +02:00
main_window.py Qt GUI: let users type tx output in script language 2016-06-07 09:57:24 +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