Skip to content

Releases: kiall/android-tvheadend

v0.2.82

01 Mar 19:22
v0.2.82
Compare
Choose a tag to compare
  • 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

26 Feb 09:58
v0.2.81
Compare
Choose a tag to compare
  • Ensure all channel logs are fetched

v0.2.80

25 Feb 22:15
v0.2.80
Compare
Choose a tag to compare
  • 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

22 Feb 12:09
v0.2.79
Compare
Choose a tag to compare
  • Fix Account addition

v0.2.78

21 Feb 16:34
v0.2.78
Compare
Choose a tag to compare
  • HTSP Video: Parse vorbis private data, if available
  • Update to HTSP lib v0.0.1a12

v0.2.77

20 Feb 20:11
v0.2.77
Compare
Choose a tag to compare
  • 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

17 Feb 10:23
v0.2.76
Compare
Choose a tag to compare
  • Close HtspFileInputStream that is left open

v0.2.75

14 Feb 23:49
v0.2.75
Compare
Choose a tag to compare
  • Fix channel logos
  • Bump HTSP lib to v0.0.1a8
  • HTSP Video: Log creation of HtspExtractors
  • HTSP Video: Remove HtspDataSource auth listener upon close
  • HTSP Video: Minor cleanups

v0.2.74

14 Feb 10:57
v0.2.74
Compare
Choose a tag to compare
  • 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

12 Feb 13:51
v0.2.73
Compare
Choose a tag to compare
  • 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