12 Commits
Author SHA1 Message Date
furyhawk b98c9496bf feat: add QR code for app access in README 2026-06-11 09:25:56 +08:00
furyhawk aa5d9cad26 docs: add reference link to API gateway in README 2026-06-10 14:51:04 +08:00
furyhawk 8d6106870a Add new screenshot for Bus UI v2 2026-06-09 22:29:47 +08:00
furyhawk 97c97f3f3a feat: add Android Studio development and production configuration details to README 2026-06-06 19:50:18 +08:00
furyhawk d448ee2854 Add initial iOS project setup with LaunchScreen and Main storyboards, Info.plist, and SPM configuration
- Created LaunchScreen.storyboard for app launch interface.
- Added Main.storyboard for the main app interface with a bridge view controller.
- Initialized Info.plist with necessary app configuration settings.
- Set up .gitignore for SPM dependencies and build artifacts.
- Created Package.swift for managing SPM dependencies, including Capacitor and Cordova.
- Added README.md for CapApp-SPM package documentation.
- Implemented a simple CapApp-SPM.swift file to indicate the app is a Capacitor app.
- Introduced debug.xcconfig to manage debug configuration settings.
2026-06-06 19:50:18 +08:00
furyhawk 385dd6af3c feat: add tap-to-query map interaction for nearest bus stops and arrivals 2026-06-01 17:12:40 +08:00
furyhawk 407e5debe2 feat: add Docker support with Dockerfile, Docker Compose, and Makefile for containerized deployment 2026-06-01 14:55:19 +08:00
furyhawk 0db5058a83 Refactor code structure for improved readability and maintainability 2026-06-01 14:44:02 +08:00
furyhawk 8499408179 feat: enhance bus arrival feature with location-based nearest stop resolution and map integration 2026-06-01 14:02:51 +08:00
furyhawk 5e6b65183b docs: update README with project stack, structure, and cleanup notes 2026-06-01 13:55:10 +08:00
furyhawk 89b7459cef feat: initialize SvelteKit project with bus API explorer
- Add main application styles in app.css
- Create basic HTML structure in app.html
- Implement server-side hooks for API proxying in hooks.server.js
- Set up layout component in +layout.svelte
- Develop main page with endpoint explorer and arrival check functionality in +page.svelte
- Configure SvelteKit with adapter in svelte.config.js
- Set up Vite configuration for SvelteKit in vite.config.js
2026-06-01 13:49:17 +08:00
furyhawk 412289ef01 Initial commit: add core application files including README, server, frontend, and styles 2026-06-01 13:33:22 +08:00