Skip to content

Releases: tobexyz/yaacc-code

4.2.0

29 Sep 17:53
a12175a
Compare
Choose a tag to compare
  • 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

03 Feb 15:49
693eff6
Compare
Choose a tag to compare
  • 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

01 Jan 14:48
Compare
Choose a tag to compare

What's Changed

  • issue #88 avoid exception if duration is not parsable by @tobexyz in #89

Full Changelog: 4.0.2...4.0.3

4.0.2

08 Oct 19:52
883759f
Compare
Choose a tag to compare
  • fixed crashes on sharing content with the app
  • now open player tab when sharing content with the app

4.0.1

14 May 16:32
5541561
Compare
Choose a tag to compare

Bugfix release

  • fixed sharing urls with the app
  • use fdroid fastlane for app metadata

4.0.0

26 Feb 16:33
Compare
Choose a tag to compare

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

09 Feb 21:16
Compare
Choose a tag to compare

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

27 Jan 18:51
Compare
Choose a tag to compare

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

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