Releases: kiall/android-tvheadend
Releases · kiall/android-tvheadend
v0.2.82
- Prevent a possible memory leak of object references
- Close ByteArrayInputStream when were done with it
- Replace magic numbers with easily-identifiable variables
- use Java 7's try with resources to ensure the ObjectOutput gets closed correctly
- add strings that I thought had been moved to the HTSP library. I was wrong.
v0.2.81
v0.2.80
- ExoPlayer: Enable HTSP video by default
- HTSP Video: Fix AAC Audio
- Update Android Support lib to v25.2.0
- Update HTSP lib to v0.0.1a13
- Include more logging detail in Crash Reports
- Reduce EPG transaction size
- Extract more strings and remove strings no longer used
- Merge branch extract-strings-pull of https://github.com/cyberjacob/android-tvheadend into extract-strings-pull
- Merge branch origin into extract-strings-pull
- extract more strings
- Audio format details are strings, not integers
v0.2.79
v0.2.78
v0.2.77
- Bump HTSP lib to v0.0.1a11 for reconnect issue fix
- Fix logo fetch log message
- Revert "Extract string resources to allow for internationalisation and translation"
- Basic support for choosing stream profiles
- Merge setup strings
- Merge setup activity strings
- Don't need translation of log messages
- ExoPlayer: prefer FFMpeg audio decoders
- Log a message when resetting Shield codecs
- Bump ACRA to 4.9.2
- HTSP Video: Create StreamReader classes
- Fix formatting
- Extract string resources to allow for internationalisation
v0.2.76
v0.2.75
v0.2.74
- Fix default poster art
- HTSP Video: Add some mostly non-working entries for additional audio formats
- Remove .idea/gradle.xml
- HTSP Video: Resubscribe upon reconnection
- EPG: Reset InitialSyncCompleted upon reconnect
- Bump HTSP Lib to v0.0.1a6
- Use Subscriber class from HTSP lib
- HtspExtractor: Add TEXTSUB support
- HTSP Video: Its alive
v0.2.73
- Update to ExoPlayer 2.2.0k1
- Rework setup's SyncingFragment InitialSyncComplete Callback
- Update Jenkinsfiles for MultiBranch style jobs
- Move README to markdown
- Update Build Status image for Jenkins
- Move git versioning code to top level build.gradle
- Cleanup the Setup UI's EPG Connection
- Cleanup stale channels/programs
- Add back lastUpdate handling to EpgSyncTask
- Update .gitignore
- Recommend ExoPlayer
- Fix EPG sync during setup
- HTSP Video: Move EPG to new HTSP library and remove old lib
- HTSP Video: Add a HtspExtractor for ExoPlayer
- HTSP Video: Manage Subscriptions and add HtspDataSource
- HTSP Video: Add flag to Enable HTSP Video (Does nothing right now)
- Migrate Setup to use new HTSP Library