- App display name: 'TipToi Sync' -> 'tiptoi Sync' (strings.xml,
capacitor.config.ts).
- New app icon: stylized tiptoi pen (orange body, grip band, sensor
tip) on dark background, regenerated for all mipmap densities plus
the adaptive icon foreground and round variant.
- Matching splash screens (portrait + landscape, all densities) with
the same pen motif centered on the dark background.
- Web favicon updated to match.
- Removed unused legacy vector icon assets
(drawable/ic_launcher_background.xml,
drawable-v24/ic_launcher_foreground.xml) that were superseded by the
raster icons.
- Dark theme with tiptoi orange (#f2841e) as primary accent and
Ravensburger blue (#3b9eea) as secondary color.
- Introduce the distinctive tiptoi book-cover corner shape
(three corners rounded, one squared) as --radius-book /
--radius-book-input, applied narrowly to buttons (squared
bottom-left) and text inputs (mirrored, squared bottom-right) plus
the icon-only copy/delete buttons.
- Cards, list items, pen-bar and the dev menu keep plain rounded
corners; book cover thumbnails/images also stay plainly rounded so
the special shape isn't overused.
- Add a subtle .btn--outline variant for the large 'QR-Code scannen'
button so the accent color doesn't dominate the whole surface.
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.
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/.
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.
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).
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.
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.