-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.0 #3
Merged
Merged
Release v1.0 #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Press left/right button to change channels - Moved search box for easier navigation
- added login functions - updated watermark - set keyboard always numerical for phone number
Implement channel injection, saving, and loading recent channels in WebPlayerActivity.
Redirect dialog fix and enhancements
Added [JGO] tag
DRM case exp.
itsyourap
added a commit
to itsyourap/jiotv_go_app
that referenced
this pull request
Nov 15, 2024
siddharthsky
added a commit
that referenced
this pull request
Nov 21, 2024
* Update README.md * Rename .java to .kt * Code Refactor #1 * Code Refactor #2 * Rename .java to .kt * Code Refactor #3 * Use Semvar versioning * Fix naming * Implement auto scrolling in output box * Fix EPG generation * Update LICENSE * Fix Overlay Permission issue * Fix updaters * Fix inverted colors * Fix binary getting deleted automatically * Fix reset function * Always download the binary for the first time * Fix update now messages * Fix update mechanism * Stop BinaryService correctly if binary was not found * Check server run status on MainActivity resume * Update SkySharedPref.kt Set iptvLaunchCountdown default to 4 seconds. * Fix: IPTV Redirect Timer * Update build.gradle * Fix: Duplicate channel data handling * Update: UI and TV Navigation - Fixed IPTV time selection via remote - Updated drawables - Added loading bars - Update fav. channel icon in webtv * Update WebPlayerActivity.kt * Removed permission checker * Update WebPlayerActivity.kt - fix video size fit for phones - changed formatted playID * Update redirect IPTV strings * Update output-metadata.json --------- Co-authored-by: Ankan Pal <itsyourap@gmail.com>
siddharthsky
added a commit
that referenced
this pull request
Nov 26, 2024
* Update README.md * Rename .java to .kt * Code Refactor #1 * Code Refactor #2 * Rename .java to .kt * Code Refactor #3 * Use Semvar versioning * Fix naming * Implement auto scrolling in output box * Fix EPG generation * Update LICENSE * Fix Overlay Permission issue * Fix updaters * Fix inverted colors * Fix binary getting deleted automatically * Fix reset function * Always download the binary for the first time * Fix update now messages * Fix update mechanism * Stop BinaryService correctly if binary was not found * Check server run status on MainActivity resume * Update SkySharedPref.kt Set iptvLaunchCountdown default to 4 seconds. * Fix: IPTV Redirect Timer * Update build.gradle * Fix: Duplicate channel data handling * Update: UI and TV Navigation - Fixed IPTV time selection via remote - Updated drawables - Added loading bars - Update fav. channel icon in webtv * Update WebPlayerActivity.kt * Removed permission checker * Update WebPlayerActivity.kt - fix video size fit for phones - changed formatted playID * Update redirect IPTV strings * Update output-metadata.json * Create SemanticVersionNew.kt * Fix: compatibility with older Android runtimes * Refactor: downloader and fix FireTV overlay permission Issue - Replaced Ketch downloader with direct download for binaries - Added android5-arm when unsupported architecture is detected - Fixed FireTV overlay permission issue * Update build.gradle * Enhance AppListActivity, Add Logo, Network Support, and Refactor Components - Improved AppListActivity - Added new logo to home screen - Added mobile data and LAN support - Set custom server timeout - Refactored CustPopup and UI --------- Co-authored-by: Ankan Pal <itsyourap@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial Release (v1.0): First official version of the JTV-GO server
Core Features