Flockompass app, client of flock server.
Go to file
2023-01-23 11:28:19 -06:00
assets query the flock-server 2020-09-15 21:01:54 -05:00
metadata better english descriptions for fdroid 2023-01-23 11:28:19 -06:00
.gitignore update ignores 2022-12-06 11:14:17 -06:00
buildozer.spec better session contro, version bump of bunch of stuff 2021-11-02 18:50:47 -06:00
flockompass.kv tunning session management 2022-07-05 19:37:36 -05:00
LICENSE Agregar LICENSE 2020-08-05 18:30:11 +00:00
main.py tunning session management 2022-07-05 19:37:36 -05: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