Skip to content

Releases: tobexyz/yaacc-code

3.1.0

18 Jan 18:01
Compare
Choose a tag to compare

What's Changed

  • It's now possible to share URLs with yaacc and send them to the current receiver device
  • When scrolling through libraries the chunk size for the items fetched from the server is now configurable. This helps setting an optimal size between the server performance and browsing experience when scrolling through large media libraries
  • Fixed problem autonomously restart of the app after closing it
  • Code cleanups
  • Support of dark and light theme
  • Icon set changed to material
  • Migrate ui to material ui components

Full Changelog: 3.0.0...3.1.0

3.0.0

08 Jan 16:42
Compare
Choose a tag to compare
  • Update sources to compile using jdk11 and refactor project structure
  • Set Android min api level to 27
  • Update TabBrowserActivity a bit to work with fragments
  • Provide many smaller fixes
  • Removed jetty and integrate httpcore5 as networking component

What's Changed

Full Changelog: 2.3.2...3.0.0

minor fixes

26 Dec 13:04
Compare
Choose a tag to compare

only a patch release with the last merged commits from develop

2.3.0

03 Apr 18:33
Compare
Choose a tag to compare
  • browsing content of upnp server
    • use of a seperate thread pool
    • it is possible to adjust the number of threads in the settings
    • hopefully the problems while browsing on some devices are now vanished
  • it is now possible to control a receiver even though it is not a current player
    • if you long tip on a receiver you can select a menu item for controlling it
  • unused settings removed

Fixed for issues
#6 #16 #15 #21 #22 #24 #26 #27 #28 #29 #30

2.2.0

27 Jan 18:56
Compare
Choose a tag to compare
  • content browsing now done in chunks, async and non blocking for the ui thread.
  • visualize when loading content
  • Yaacc UPnP Server now respects chunk load requests
  • minor bugfixes
  • Fixes for issues #9, #12, #16, #18, #23

2.1.1

05 Jan 14:44
Compare
Choose a tag to compare
  • #7 adaptive icon shape for launcher icon

2.1.0

29 Dec 22:03
Compare
Choose a tag to compare

included issues

  • #5 if the device is unplugged, the device display will be activated in order to prevent device suspend
  • #8 cover art, current item and next item are now displayed in network player
  • #7 added new app icons

2.0.2

09 Dec 16:07
Compare
Choose a tag to compare
  • fixed issue #1 Black font on black background

2.0.1

02 Dec 22:05
Compare
Choose a tag to compare
  • bugfixes
    • ask for permissions when using android 6 or above
    • play remote on android 6
  • minSdkVersion now 16

2.0.0

18 Nov 17:39
Compare
Choose a tag to compare
  • build cling lib during yaacc build
  • refresh dependencies
  • clean up
  • minor bugfixes