6 Commits

Author SHA1 Message Date
6710aa0624 fix: resolve connectivity issues for Android and Web builds
- Android: Added INTERNET permission and enabled cleartext traffic in AndroidManifest.xml.
- Web: Implemented and registered CORSMiddleware in backend to allow cross-origin requests.
- Flutter: Updated SettingsProvider to use 10.0.2.2 as default for Android Emulator for easier local testing.
2026-03-26 13:37:34 +08:00
a0c5e7590d feat: implement chat history, theme customization, and password management
- Added chat history persistence for active rooms with auto-cleanup on stream end.
- Overhauled Settings page with user profile, theme color picker, and password change.
- Added backend API for user password updates.
- Integrated flutter_launcher_icons and updated app icon to 'H' logo.
- Fixed 'Duplicate keys' bug in danmaku by using UniqueKey and filtering historical messages.
- Updated version to 1.0.0-beta3.5 and author info.
2026-03-25 11:48:39 +08:00
f21498717b Phase 4.5: Completed responsive player layout and real username integration 2026-03-18 15:36:08 +08:00
9c7261cbda Phase 4.0: WebSocket chat and danmaku system implemented 2026-03-18 15:30:03 +08:00
8b0cdd4744 Phase 3 completed: Flutter MVP with live streaming and auto-refresh 2026-03-18 11:07:21 +08:00
530b5383ef Reorganized repository into backend and frontend directories 2026-03-16 15:56:04 +08:00