You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ThomasV b8cd7eb8bd Add RBF option to the kivy GUI 10 years ago
..
data add missing Slider to style.kv 10 years ago
nfc_scanner Minor fixes - indentation and lone `self.` 10 years ago
theming/light kivy: calculator icon 10 years ago
tools move buildozer.spec 10 years ago
uix Add RBF option to the kivy GUI 10 years ago
Makefile kivy: add release to Makefile 10 years ago
Readme.txt rm deprecated info 10 years ago
__init__.py kivy: dont save last wallet if user cancelled 10 years ago
i18n.py kivy i18n: catch more exeptions 10 years ago
main.kv kivy: fix delete_wallet 10 years ago
main_window.py kivy: fix is_exit behaviour 10 years ago

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