event-tracker/android/p4a-recipes/kivy
Repository files (latest commit first)
Filename Latest commit message Latest commit date
AI_Assistant d7e5569dda
Add GPL-3.0 LICENSE, port update checker from android-app-template
LICENSE: verbatim copy of android-app-template's (official SPDX text,
not retyped) — GPL-3.0 as previously decided.

Update checker: check_latest_release()/download_and_install()/
MessagePopup ported from the template, wired to a new "Check for
Updates" button next to Settings. Requires certifi added to
p4a-recipes/kivy's python_depends (HTTPS on Android needs an explicit
CA bundle) and INTERNET/REQUEST_INSTALL_PACKAGES added to
buildozer.spec. FORGEJO_TOKEN at the top of main.py ships blank —
update checking is inert until it's set to a repo-scoped read-only
token. download_and_install() is the standard p4a pattern but not yet
verified on real hardware, same caveat as the template it came from.

Dropped the previously-agreed config.json split (event list vs. data
path) — decided it's not needed after all.
2026-08-22 13:31:03 +00:00
..
__init__.py Add GPL-3.0 LICENSE, port update checker from android-app-template 2026-08-22 13:31:03 +00:00
no-ast-str.patch Initial commit: EventTracker desktop app + Android companion 2026-08-22 07:52:54 +00:00
sdl-gl-swapwindow-nogil.patch Initial commit: EventTracker desktop app + Android companion 2026-08-22 07:52:54 +00:00
use_cython.patch Initial commit: EventTracker desktop app + Android companion 2026-08-22 07:52:54 +00:00