Commit Graph

3 Commits

Author SHA1 Message Date
user
b2b19aac4e Make project portable with configurable API URL
- Remove all workspace package dependencies (@bus-tickets/*)
- Create local ApiClient, formatting utilities
- Add environment.ts for configurable defaults
- Update ConfigContext to use environment config
- Add README with configuration instructions
- API URL can be:
  1. Changed at runtime via Settings screen
  2. Set via EXPO_PUBLIC_API_URL environment variable
  3. Changed in src/config/environment.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 09:16:02 +00:00
user
3aecbeb78f Remove native modules, add stubs for notifications and database
- Remove expo-sqlite, expo-local-authentication, expo-notifications
- Create AsyncStorage-based database fallback
- Add stub NotificationService implementation
- Update useNotifications hook with stub methods
- Remove native plugins from app.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 09:06:14 +00:00
user
87d9bda46a BUS-Tickets Mobile v1.1.0 - Standalone Build
Features:
- OAuth authentication (Google, Facebook, Apple)
- Two-factor authentication (TOTP, SMS, Email)
- Multilingual support (cs, en, uk)
- Multi-provider bus operators
- Complete booking flow
- Push notifications
- Offline mode
- Dark/light theme

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 08:54:11 +00:00