WayfinderAK 1864ed3105
All checks were successful
android-apk / debug-apk (push) Successful in 8m41s
Fix Gitea Android workflow action compatibility
2026-07-09 16:02:47 -08:00
2026-07-09 15:55:03 -08:00
2026-07-09 15:55:03 -08:00
2026-07-09 15:55:03 -08:00
2026-07-09 15:44:22 -08:00
2026-07-09 15:55:03 -08:00
2026-07-09 15:44:22 -08:00
2026-07-09 15:44:22 -08:00
2026-07-09 15:44:22 -08:00

NTP Check

Native Android NTP comparison dashboard built with Kotlin, Jetpack Compose, raw UDP NTP probes, and local Room storage.

Mission

Provide a no-backend Android utility for saving NTP servers, testing them on demand or continuously, comparing health metrics, and exporting results for work/customer troubleshooting.

Build

make build-debug

If a Gradle wrapper is later generated, make will use it. Otherwise it falls back to gradle from PATH.

CI / Gitea

This repo includes .gitea/workflows/android-apk.yml to build a debug APK on push and manual dispatch. It is possible to build APKs automatically in Gitea Actions as long as the runner has or can install:

  • JDK 17
  • Android SDK/cmdline tools
  • Gradle or a checked-in Gradle wrapper
  • Network access to Maven/Google repositories for dependencies

Release signing should use Gitea secrets; debug APK builds do not need signing secrets.

Description
No description provided
Readme 114 KiB
Languages
Kotlin 98.3%
Makefile 1.7%