zimplexing
4b3d1c620b
chore: update version to 1.2.2 in package.json
2025-07-17 22:06:15 +08:00
zimplexing
1f694f9245
feat: add timeout handling for loading state with error notification
2025-07-17 22:04:28 +08:00
zimplexing
ec949029fa
feat: enhance saveSettings function to process API base URL and ensure valid format
2025-07-17 21:14:03 +08:00
Xin
2325b76f77
Update README.md
2025-07-17 12:19:22 +08:00
Xin
4473fd6ab3
Update README.md
2025-07-16 23:09:12 +08:00
zimplexing
c514a6d03e
chore: update version to 1.2.1 in package.json
v1.2.1
2025-07-16 22:06:28 +08:00
zimplexing
f6baa0523c
feat: enhance authentication flow by adding server configuration check and login handling in authStore
2025-07-16 22:06:04 +08:00
zimplexing
9540aaa3b9
chore: update version to 1.2.0 in package.json
v1.2.0
2025-07-16 21:31:21 +08:00
Xin
8a1c26991b
Merge pull request #38 from zimplexing/v1.2.0
...
Adapt moontv api
2025-07-16 21:29:51 +08:00
zimplexing
d83c4483ff
refactor: remove padding and margin from searchButton for cleaner styling
2025-07-16 21:29:09 +08:00
zimplexing
9f4299004a
refactor: comment out unused components in layout and detail screens for cleaner code
2025-07-16 21:28:12 +08:00
zimplexing
e0aa40eea0
feat: enhance PlayScreen and VideoCard with improved video loading and app state handling; update player store for better episode management
2025-07-16 21:26:37 +08:00
zimplexing
daba164998
refactor: update storage management to use centralized storage configuration and improve README documentation
2025-07-16 16:36:46 +08:00
zimplexing
57bc0b3582
feat: enhance PlayScreen and storage management with dynamic source handling and local storage support
2025-07-15 22:59:10 +08:00
zimplexing
0b1fa9df6d
feat: enhance LoginModal with TV event handling and input focus management
2025-07-15 22:33:11 +08:00
zimplexing
d44e9fe9ae
feat: enhance login status management and improve error logging across services
2025-07-15 21:41:38 +08:00
zimplexing
116cf12ca3
Merge remote-tracking branch 'origin/master' into v1.2.0
2025-07-15 18:54:04 +08:00
zimplexing
948368c3c8
feat: integrate settings and authentication stores for improved login status management
2025-07-15 18:53:57 +08:00
zimplexing
30cbf6846e
feat: add favorites functionality and enhance detail screen
2025-07-15 17:07:53 +08:00
zimplexing
8985781865
refactor: enhance LoginModal and StyledButton components for improved functionality
2025-07-15 15:49:46 +08:00
zimplexing
bf99aee5f2
refactor: update play time property and enhance player settings management
...
- Changed the play time property from 'play_time' to 'time' in HomeScreen.
- Removed unused player control functions from PlayScreen.
- Added PlayerSettings interface and implemented PlayerSettingsManager for local storage of player settings.
- Refactored PlayRecordManager to merge API records with local player settings.
- Updated authentication logic in authStore to handle optional username parameter in login function.
- Cleaned up and optimized imports across various components.
2025-07-15 15:03:58 +08:00
Xin
bb9b8891c3
Update README.md
2025-07-15 14:18:27 +08:00
zimplexing
2bed3a4d00
feat: implement user authentication and logout functionality
...
- Added login/logout buttons to the HomeScreen and SettingsScreen.
- Integrated authentication state management using Zustand and cookies.
- Updated API to support username and password for login.
- Enhanced PlayScreen to handle video playback based on user authentication.
- Created a new detailStore to manage video details and sources.
- Refactored playerStore to utilize detailStore for episode management.
- Added sourceStore to manage video source toggling.
- Updated settingsStore to fetch server configuration.
- Improved error handling and user feedback with Toast notifications.
- Cleaned up unused code and optimized imports across components.
2025-07-14 22:55:55 +08:00
zimplexing
0452bfe21f
feat: Implement user authentication and data management features
...
- Added LoginModal component for user login functionality.
- Introduced API routes for user login, favorites, play records, and search history management.
- Created JSON files for storing favorites, play records, and search history.
- Updated API service to handle new endpoints and refactored data management to use API calls instead of local storage.
- Adjusted data structures in types and services to align with new API responses.
2025-07-14 16:21:28 +08:00
zimplexing
f06b10feec
fix: Update outro start time calculation to handle cases with undefined durationMillis
2025-07-14 13:51:25 +08:00
zimplexing
1c7c1cfd47
fix: Adjust jump position logic in PlayScreen to ensure a default value of 0 is used when both introEndTime and initialPosition are undefined
2025-07-14 13:43:54 +08:00
zimplexing
02eb19055b
Update README.md to improve deployment instructions and add star history section
2025-07-14 13:39:54 +08:00
zimplexing
ee805960cc
Add HTML charset
2025-07-14 13:31:02 +08:00
Xin
2d1d6be6b0
Update ANDROID_5_COMPATIBILITY_ANALYSIS.md
2025-07-11 22:18:33 +08:00
Xin
a471889c17
Update README.md
2025-07-11 22:12:09 +08:00
Xin
8ea09a18b8
Merge pull request #30 from zimplexing/v1.1.3
...
feat: Add Android 5.0 compatibility analysis report detailing risks, …
2025-07-11 22:11:40 +08:00
zimplexing
58bc857325
feat: Add Android 5.0 compatibility analysis report detailing risks, downgrade options, and implementation steps
2025-07-11 22:11:07 +08:00
Xin
22926a686b
Merge pull request #29 from zimplexing/v1.1.2
...
fix: Update channel change logic to use useCallback for better perfor…
v1.1.2
2025-07-11 21:45:03 +08:00
zimplexing
fbe858715a
fix: Update channel change logic to use useCallback for better performance; adjust resource check in VideoSourceSection
2025-07-11 21:44:15 +08:00
Xin
5e1f7520d2
Merge pull request #28 from zimplexing/v1.1.1
...
Enhance category and tag selection functionality in HomeScreen
v1.1.1
2025-07-11 19:19:22 +08:00
zimplexing
6df4f256e9
feat: Enhance settings screen with section tracking and success notifications; update remote control UI to support localization
2025-07-11 19:11:25 +08:00
zimplexing
7947a532ec
fix: Update error handling in startServer to provide user-friendly message on failure
2025-07-11 18:21:22 +08:00
zimplexing
5f92f76f4b
feat: Enable remote input functionality and enhance settings management for remote control
2025-07-11 18:13:06 +08:00
zimplexing
bda7329c1a
Merge remote-tracking branch 'origin/master' into v1.1.1
2025-07-11 17:23:59 +08:00
zimplexing
03d80c42cd
feat: Refactor settings management into a dedicated page with new configuration options, including live stream source and remote input settings
2025-07-11 17:23:36 +08:00
Xin
a881917c72
Update README.md
2025-07-11 16:33:39 +08:00
zimplexing
fc8da352fb
feat: Refactor settings management into a dedicated page with new configuration options
2025-07-11 13:49:45 +08:00
zimplexing
7b3fd4b9d5
docs: Add comprehensive documentation for OrionTV native HTTP server implementation
2025-07-11 11:27:32 +08:00
zimplexing
ea601ba640
Refactor http-server implemention
2025-07-11 11:09:29 +08:00
zimplexing
9e4d4ca242
feat: Support remote input
2025-07-10 22:18:34 +08:00
zimplexing
eaa783824d
Refactor LivePlayer component to improve loading state handling and error messaging
2025-07-10 17:26:12 +08:00
zimplexing
2ab64a683c
Revert "Add voice search functionality to SearchScreen and update dependencies"
...
This reverts commit 8000cde907 .
2025-07-10 16:47:18 +08:00
zimplexing
9b242497d0
Add Live functionality with LiveScreen and LivePlayer components; enhance SearchScreen with optimized speech handling
2025-07-10 16:45:54 +08:00
zimplexing
8000cde907
Add voice search functionality to SearchScreen and update dependencies
2025-07-10 14:34:36 +08:00
zimplexing
caba0f3d70
Enhance category and tag selection functionality in HomeScreen
2025-07-10 13:09:01 +08:00