Commit Graph
13 Commits
Author SHA1 Message Date
FreeTLab ae0d55c00f fix(android): target API level 35 as required by Google Play
Build & Deploy Farolero / Análisis de código (push) Successful in 14s
Build & Deploy Farolero / Build APK + AAB release (push) Successful in 1m16s
Play rejected version code 54 for still targeting 34.

From API 35 Android forces edge-to-edge: content is drawn behind the system
bars and it is up to each screen to keep clear of them. Seven screens had no
SafeArea and their bottom action button would have ended up under the
gesture bar, so FondoFarolero gains a respetarBarras flag that insets the
content while the background still paints full bleed. The seventeen screens
that already handle it are untouched.

The navigation bar colour is ignored under edge-to-edge, so its icons are
now forced light to stay visible over the dark background.

Verified on the merged manifest: targetSdkVersion 35, and the release bundle
builds. The visual result has not been checked on a device.
2026-07-25 22:27:28 +02:00
ShanaiaBot dfd00c71bb fix(ci): read key.properties for release signing with Kotlin imports
Build & Deploy Farolero / Análisis de código (push) Successful in 11s
Build & Deploy Farolero / Build APK + AAB release (push) Successful in 1m10s
2026-07-25 22:12:56 +02:00
ShanaiaBot 252c91d781 fix(ci): simplify build.gradle.kts, signing handled by CI key.properties
Build & Deploy Farolero / Análisis de código (push) Successful in 10s
Build & Deploy Farolero / Build APK + AAB release (push) Successful in 1m10s
2026-07-25 21:55:55 +02:00
ShanaiaBot 7d96673edb fix(ci): use Kotlin DSL syntax instead of Groovy in build.gradle.kts
Build & Deploy Farolero / Análisis de código (push) Successful in 10s
Build & Deploy Farolero / Build APK + AAB release (push) Failing after 11s
2026-07-25 21:54:15 +02:00
ShanaiaBot 374c6aef36 feat: change applicationId to es.freetimelab.farolero.game with production signing config 2026-07-25 21:22:56 +02:00
FreeTLab 8f78652ac6 Firma de la aplicación como pide play store 2026-05-12 21:50:16 +02:00
FreeTLab 112a8a6142 Cambio de icono y traducciones 2026-05-11 18:05:13 +02:00
FreeTLab 0772ec526e Eliminar valores innecesarios de la configuración 2026-05-05 23:00:29 +02:00
FreeTLab 08235999d3 Mostrar la versión en la app 2026-05-05 22:56:25 +02:00
ShanaiaBot c4b4ef86e9 fix: crash al arrancar + icono correcto
Build & Deploy Farolero / Análisis de código (push) Successful in 9s
Build & Deploy Farolero / Build APK + AAB release (push) Successful in 1m7s
- MainActivity movida de es.freetimelab.el_impostor → es.freetimelab.farolero
- minSdk forzado a 24 (requerido por nearby_connections)
- Iconos regenerados con PIL (AAPT-compatible)
- Adaptive icon con foreground/background
- Feature graphic actualizado
- Refs a elimpostor limpiadas en servicio_nearby
2026-04-04 02:22:23 +02:00
ShanaiaBot 947b35ea03 feat: icono app + recursos Play Store
Build & Deploy Farolero / Análisis de código (push) Successful in 8s
Build & Deploy Farolero / Build APK + AAB release (push) Failing after 39s
- Icono personalizado (máscara teatro naranja/indigo)
- Adaptive icon (Android 8+) con foreground + background color
- Todas las densidades: mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi
- Icono 512x512 para Play Store
- Feature graphic 1024x500 para Play Store
2026-04-04 02:18:24 +02:00
ShanaiaBot 5a9f592259 Farolero v0.2.0 — renombrado + i18n 18 idiomas
Renombrado de 'El Impostor' a 'Farolero'.
Package: es.freetimelab.farolero
18 idiomas: es, en, fr, pt, de, it, ru, ja, ko, zh, zh_TW, ar, hi, tr, pl, nl, ca, eu
Bancos de palabras: es (1000), en (1000), fr (1000)
Pantalla de ajustes con selector de idioma
13138 líneas Dart, 0 issues
2026-04-04 01:25:29 +02:00
ShanaiaBot de2c8ffa18 El Impostor v0.1 — app Flutter completa
Juego de deducción social para 3-20 jugadores.
Modo un solo móvil completamente funcional.
1000 palabras en 10 categorías.
Notas privadas, votación, adivinanza, revancha.
Material 3 dark theme.
Package: es.freetimelab.elimpostor
2026-04-04 00:50:04 +02:00