261b1ab169
feat(frontend): add multi-language support (en, zh-Hans, zh-Hant, ja)
2026-05-25 11:49:53 +08:00
1539e495e6
Make playback options endpoint public
2026-05-11 13:19:51 +08:00
c5b7451fc6
Add Android quick streaming and logout confirmation
2026-04-22 11:44:15 +08:00
b07f243c88
Add live room preview thumbnails
2026-04-22 11:01:32 +08:00
425ea363f8
Unify web player controls and add volume control
2026-04-22 10:45:46 +08:00
6eb0baf16e
Add multi-resolution playback support
2026-04-15 11:42:13 +08:00
146f05388e
Support Enter to submit login
2026-04-15 11:20:30 +08:00
98666ab1ea
Rework admin console authentication and UI
2026-04-15 11:10:52 +08:00
1cce5634b1
监控网页实现
2026-04-09 00:14:57 +08:00
6b1c7242c7
Fix player overlay and danmaku rendering
2026-04-08 11:13:52 +08:00
fa86c849ca
gitignore updated
2026-04-01 18:06:14 +08:00
f97195d640
Improve settings and playback controls
2026-04-01 18:04:37 +08:00
2d0acad161
Bust web player iframe cache
2026-04-01 11:41:14 +08:00
48dc6c7b26
Add web HTTP-FLV playback path
2026-04-01 11:30:52 +08:00
01b25883e1
Added MIT license
2026-03-26 13:47:08 +08:00
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
b2a27f7801
Updated APP name
2026-03-23 16:44:23 +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
d05ec7ccdf
Phase 3.5: Finalized UI polish, added Console, and fixed stale stream status bug
2026-03-18 11:37:16 +08:00
38bc9526b2
Phase 3.5: Implemented adaptive navigation (BottomBar/Rail) and My Stream console
2026-03-18 11:24:12 +08:00
8b0cdd4744
Phase 3 completed: Flutter MVP with live streaming and auto-refresh
2026-03-18 11:07:21 +08:00
1ca24b61a8
Added README.md with project overview and setup instructions
2026-03-16 15:57:08 +08:00
530b5383ef
Reorganized repository into backend and frontend directories
2026-03-16 15:56:04 +08:00
c84dd6ea36
Phase 2 completed: Stream Server Auth, Database and Business API
2026-03-16 15:54:41 +08:00