Releases: kiall/android-tvheadend
Releases · kiall/android-tvheadend
v0.3.13
- Prevent grey bar when DebugView disabled
v0.3.12
- Update to ExoPlayer 2.4.0k2
- Bump Android build tools version
- Add DVBSUB Support
- Rework HtspDataSource to better implement DataSource interface
- Remove a misplaced leakcanary check
- Add ExoPlayer DebugTextView
v0.3.11
- Simplify TvheadendRenderersFactory
- Update to ExoPlayer 2.4.0k1
v0.3.10
- HtspDataSource must support multiple opens and closes
v0.3.9
- Update for HTSP Lib v0.0.1a22
- Reuse SharedPreferences instance in HtspDataSource
- Update for Android Support libs v25.3.1
- Allow launching preferences without running setup
v0.3.8
- Revert "Update for HTSP Lib v0.0.1a20"
- Revert "Update for Android Support libs v25.3.1"
- Revert "Reuse SharedPreferences instance in HtspDataSource"
- Revert "Allow launching preferences without running setup"
- Revert "Initial Timeshift Support"
- Revert "Update HTSP lib to v0.0.1a22"
v0.3.7
- Update HTSP lib to v0.0.1a22
- Initial Timeshift Support
- Allow launching preferences without running setup
- Reuse SharedPreferences instance in HtspDataSource
- Update for Android Support libs v25.3.1
- Update for HTSP Lib v0.0.1a20
v0.3.6
- Allow customization of buffer size
- Update for Studio 2.3.1
v0.3.5
- Split out playback from TvInput Session
- Catch SQLiteFullException during EPG sync
- Attempt to fix video crashes due to IOExceptions
- MP*: Handle new audio_version field
- Update Android support libs
- Update ExoPlayer to r2.3.0k1
- Enable UnusedImport inspection
- Remove unused imports
- Fix incorrect resource ref
- Dont apply default preferences
- Centralize all preference default values
- Disable audio passthrough by default
v0.3.4
- Use CopyOnWriteArraySet in place of ArrayList for listeners
- Attempt to group OOM's generated by HtspDataSource