Releases: tobexyz/yaacc-code
Releases · tobexyz/yaacc-code
4.2.0
- added proxy function for https urls shared with yaacc to terminate ssl and provide an http content url for receiver device
- setup new documentation page https://tobexyz.github.io/yaacc-code/
- code refactorings
Full changelog: 4.1.0...4.2.0
4.1.0
- improved landscape layout
- volume control possible using hardware buttons
- add songs to playlist of current players
- allow editing the current playlist of a player
- status of build in server now editable on sender tab
Full changelog: 4.0.3...4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
What's Changed
-
update UI
- allow device control directly using the tab browser
- display bread crumb in content list
- display sender and receiver in content list
- improved and fixed layout of all activities
-
allow rescan media files when YAACC UPNP server is enabled
-
fixed auto start of YAACC UPNP server on boot if activated
-
start background services only if needed
Full Changelog: 3.3.0...4.0.0
3.3.0
What's Changed
- minor fixes
- fixed streaming large files using YAACC server
- fixed seeking files on remote devices
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- fixed some layout issues in player activities
- fixed minor bugs in browser activity
- fixed problems in setting up media player in some cases
- switch to next title in local music playing by using callbacks of MediaPlayer object
- added setting for log level displayed in log activity
Full Changelog: 3.1.0...3.2.0
3.1.0
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
- 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