Commit Graph
11 Commits
Author SHA1 Message Date
arnef f8421c1469 Update README: remove stale server architecture, add AI-generated disclaimer
CI / Type-Check (push) Successful in 11s
CI / Build Android APK (push) Successful in 5m18s
README beschrieb noch eine Bun+Elysia-Server-Architektur mit Docker-
Deployment, USB-Automount etc., die es in diesem Repo nicht mehr gibt
(reines Android/Capacitor-Setup). Ersetzt durch die aktuelle
Architektur, Build-/Dev-Anleitung und CI-Hinweis. Zusätzlich Hinweis
ganz oben, dass das Projekt größtenteils KI-generiert und noch nicht
vollständig reviewed ist.
2026-08-12 12:58:27 +02:00
arnef 53377237bc Add CI workflow: type-check and build Android APK
CI / Type-Check (push) Successful in 14s
CI / Build Android APK (push) Successful in 5m34s
Runs bun --cwd client run build (tsc -b) on push/PR, then builds the
APK via build-apk.sh and uploads it as a workflow artifact. Also
compatible with Gitea Actions, which reads .github/workflows/ in
addition to .gitea/workflows/.
2026-08-12 12:40:06 +02:00
arnef 5ba89051b1 Add Copilot CLI repository instructions 2026-08-12 11:54:39 +02:00
arnef b768ff29c9 Add README 2026-08-12 11:54:39 +02:00
arnef 1983598e38 Add Docker-based Android APK build tooling
Multi-stage Dockerfile.android (Bun + Android SDK + Gradle) built via
build-apk.sh, so the APK can be built reproducibly without a local
Android SDK install.
2026-08-12 11:54:39 +02:00
arnef 6c9df23659 Add dev live-reload tooling
DevPlugin (native + TS) lets the running app switch its webview to a
Vite dev server via DEV_URL, toggled from a hidden DevMenu (5 taps on
the app title).
2026-08-12 11:54:39 +02:00
arnef 0188d5210e Add Capacitor Android project and native Tiptoi plugin
Checked-in android/ Capacitor project plus the native TiptoiPlugin
(Kotlin): SAF directory picker for the pen, listing/copying/deleting
.gme files on the pen, and downloading GME/cover files into
app-private storage.
2026-08-12 11:54:39 +02:00
arnef 30170436fa Add scan and library UI pages
ScanPage (barcode/text search) and DownloadsPage (library + pen sync
status/progress) wired up via bottom-nav tabs in App.tsx.
2026-08-12 11:54:39 +02:00
arnef 49786ac54f Add Ravensburger search/download API client
Scrapes the Ravensburger site for .gme download links (barcode or
free-text query), decodes HTML entities, and orchestrates
download/library/sync operations against the native Tiptoi plugin.
2026-08-12 11:54:39 +02:00
arnef 4c8e0d010b Add SolidJS + Vite PWA client scaffold
Base Vite/SolidJS project setup for the client app: build config,
static assets, and global styles.
2026-08-12 11:54:39 +02:00
arnef d913d17e28 Add workspace scaffolding
Bun workspace with client sub-package, shared root tsconfig, and
lockfile.
2026-08-12 11:46:18 +02:00