Flockompass app, client of flock server.
Go to file
2023-11-20 16:09:19 -06:00
assets query the flock-server 2020-09-15 21:01:54 -05:00
metadata descripciones en castellano para fdroid 2023-01-23 11:31:00 -06:00
.gitignore update ignores 2022-12-06 11:14:17 -06:00
buildozer.spec use clock schedule to avoid mapview crash 2023-11-20 16:09:19 -06:00
flockompass.kv use clock schedule to avoid mapview crash 2023-11-20 16:09:19 -06:00
LICENSE Agregar LICENSE 2020-08-05 18:30:11 +00:00
main.py use clock schedule to avoid mapview crash 2023-11-20 16:09:19 -06:00
README.md remove extra line 2022-12-06 11:14:35 -06:00
requirements.txt this package is included with python distribution 2022-12-06 11:15:06 -06:00

Flockompass

Mobile app, client of flock server.

Development

Install dependencies like so:

$ pip install -r requirements.txt

Test building

Kivy apps are easily deployed and tested with buildozer.

This command will compile the app, transfer it to a usb-connected device and run it. Logs are shown on the console, hence the grep python.

$ buildozer -v android debug deploy run logcat | grep python