Releases: TargetMisser/FlightWorkApp
AeroStaff Pro 1.3.5 — Liquid Glass + Orange
🍊 AeroStaff Pro 1.3.5
Design Overhaul: Liquid Glass + Orange
- Nuovo colore primario arancione
#F47B16 - Stile iOS 26 liquid glass (BlurView + shimmer cards)
- Nuovo logo AeroStaff PRO con gradiente arancione
- GlassCard component con fallback Android
- Tab bar, AppBar e DrawerMenu aggiornati
- Tutti gli hardcoded blue rimossi
✅ APK Standalone
Bundle JavaScript incorporato — funziona senza Metro dev server.
Download
Installa AeroStaffPro-v1.3.5.apk sul tuo dispositivo Android.
Main snapshot #49
What's Changed
- fix: staffMonitor pill visibility — robust parsing, error logging, fuzzy flight matching by @Copilot in #41
- chore: bump version to 1.3.5 — APK aggiornato by @Copilot in #47
- 🎨 Palette: Fix dark mode shadow bleeding on PinnedFlightCard by @TargetMisser in #65
New Contributors
- @Copilot made their first contribution in #41
Full Changelog: v1.3.2...main-49
v1.3.9 — Border cleanup
Fix bordo UI in schermata voli (cards e selettori), stile più pulito in dark mode.
v1.3.8 — Home details live data
Home > dettaglio volo: aggiunti Stand / Check-in / Gate live da staffMonitor.
v1.3.7 — Widget live data refresh
Widget aggiornato: Stand / Check-in / Gate visibili e sync live al primo fetch.
v1.3.6 — Gate/Stand/Check-in match fix
v1.3.6 — Fix staffMonitor match
Questa release corregge la visualizzazione di Stand / Check-in / Gate nel panel voli:
- matching numero volo migliorato (inclusi codici con formato
W4/U2) - fallback su registrazione aeromobile
- parsing staffMonitor più pulito
AeroStaff Pro 1.3.5 — Liquid Glass + Orange
🍊 AeroStaff Pro 1.3.5
Design Overhaul: Liquid Glass + Orange
- Nuovo colore primario arancione
#F47B16 - Stile iOS 26 liquid glass (BlurView + shimmer cards)
- Nuovo logo AeroStaff PRO con gradiente arancione
- GlassCard component con fallback Android
- Tab bar, AppBar e DrawerMenu aggiornati
- Tutti gli hardcoded blue rimossi
✅ APK Standalone
Bundle JavaScript incorporato — funziona senza Metro dev server.
Download
Installa AeroStaffPro-v1.3.5.apk sul tuo dispositivo Android.
v1.3.4 — Stand / Gate / Check-in dal staffMonitor
Novità
- Stand, Gate, Check-in direttamente nelle schede volo (partenze) da staffMonitor aeroporto Pisa
- Stand, Nastro bagagli nelle schede arrivi
- I dati si aggiornano automaticamente ogni 60 secondi
- Parsing robustissimo: normalizzazione numeri volo + strip artefatti encoding ISO-8859-1
Bug fix
- Nessuno
Note tecniche
- Nuovo modulo staffMonitor.ts (fetch + parser HTML regex)
- Le pillole appaiono solo quando i dati sono disponibili (non mostrate se ancora non assegnati)
v1.3.3 — Fix orange card borders
Fixes
- Removed orange border/shadow artefact on cards in dark mode
- Root cause:
shadowColor: primary(orange) on Android elevation was rendering as a visible orange ring around cards - Fix: dark mode now uses black shadow, light mode keeps subtle orange tint
v1.3.2 — Crash fix release
Fix startup crash (i18n module-level scope)
Previous builds v1.3.0 and v1.3.1 crashed immediately at launch due to translation function () being called at module scope (before the React hook context existed). This release fixes all root causes.
Changes
- Fixed all module-level () calls across DrawerMenu, HomeScreen, ShiftTimeline, CalendarScreen, FlightScreen, PasswordScreen, PhonebookScreen, ShiftScreen
- Fixed temporal dead zone bug in autoNotifications
- Fixed missing translation keys (EN + IT)
- Fixed type annotation errors in CalendarScreen and DrawerMenu