Files
jrshikoku/lib
harukin-expo-dev-env 8bc726628a feat(felica): add station name lookup from FeliCa history
- Add regionCode (byte[15]) to history entry in Android/iOS native code
- areaCode = regionCode >> 6 determines the transit area (0-3)
- stationId = (areaCode<<16) | (lineCode<<8) | stationCode
- Add lib/felicaStationMap.ts with 5900+ station entries from
  metrodroid/felica_stations.db3 (GPL-3.0)
- FelicaHistoryPage now shows station names instead of raw L/S codes
- Falls back to raw code format if station is not in the database
2026-03-14 13:21:47 +00:00
..
2025-12-05 10:43:57 +00:00
2025-12-05 07:59:50 +00:00
2025-01-22 12:03:50 +00:00
2025-12-05 07:59:50 +00:00
2025-09-29 18:37:00 +00:00
2024-10-17 16:12:36 +00:00
2025-12-28 07:28:45 +00:00
2024-08-20 07:34:59 +00:00
2025-12-05 10:43:57 +00:00
2024-08-20 07:34:59 +00:00
2025-12-05 07:59:50 +00:00
2024-08-20 07:34:59 +00:00