Releases: fabiodalez-dev/Pinakes-Android
Pinakes Android v1.1.1 (debug)
Pinakes Android 1.1.1 — companion app for the Pinakes ILS.
New in 1.1.1
- App icon is now the Pinakes palm (pink palm on white), replacing the generic book glyph. Proper adaptive icon (with a themed/monochrome variant for Android 13+) plus square + round legacy icons for older Android.
Everything from 1.1.0 (in-app registration, password recovery, feature-flag gating, security hardening) is included.
Install
Debug-signed APK for direct sideloading (not a Play Store build). Download pinakes-android-v1.1.1-debug.apk, enable "install from unknown sources", and open it. versionCode 3 installs over the previous build in place.
Point it at your library: enable the bundled Mobile API plugin on the server (Mobile API → Settings → enable app access), then enter your instance URL in the app.
Pinakes Android v1.1.0 (debug)
Pinakes Android 1.1.0 — companion app for the Pinakes ILS.
Point it at your library's instance URL (enable the bundled Mobile API plugin on the server, then Mobile API → Settings → enable app access) and your members can browse the catalog, check real availability, borrow & reserve, read ebooks / listen to audiobooks, and manage their loans.
New in 1.1.0
- In-app registration — create an account directly from the app, with client-side validation and the same privacy-acceptance requirement as the website.
- Password recovery — request a reset link from the login screen.
- Feature-flag gating — the UI follows each instance's settings (e.g. catalogue-only mode hides loan/reserve actions) and refreshes them on launch/login.
- Security hardening — duplicate-submit guard on registration, no account enumeration on password recovery, and the password confirmation is carried end to end.
Built against the realigned Mobile API contract shipped in Pinakes 0.7.23 (reachable plugin settings, loan-vs-reservation parity, normalised availability calendar).
Install
This is a debug-signed APK for direct sideloading (not a Play Store build). Download pinakes-android-v1.1.0-debug.apk, enable "install from unknown sources", and open it. versionCode 2 installs over the previous 1.0.0 build in place.
Debug builds permit cleartext HTTP only for loopback / the emulator; real instances must be served over HTTPS. The bearer token is stored in
EncryptedSharedPreferences.
Pinakes Android v1.0.0 (debug)
Debug build of the Pinakes Android client. Install with adb install -r pinakes-debug.apk (or open on your phone), then point it at your Pinakes instance URL on first launch. Requires the instance to have the Mobile API + app access enabled.