Skip to content

Releases: tvillega/tempus

4.11.0-fiddle.8

26 Feb 04:35

Choose a tag to compare

Based on Tempus v4.11.0.

Pull requests merged

  • Android Auto: improve media service browsing #437
  • feat: tile size manager #440
  • fix: NPE in MediaManager.scrobble() #447
  • feat: enhance navigation #450
  • Port artist page changes from tempus-ng fork #456
  • Support specifying a client certificate for mTLS auth #458
  • refactor: set controller pattern to navigation #460
  • refactor: set controller pattern to bottom sheet #463

Layout mods

Fiddle is currently migrating the measurement units from dp to sdp, some elements might look huge on tablets.

  • Main View
    • Reduce height of toolbar
    • Remove the app name
  • Player View
    • Remove bitrate information from top information
    • Remove bottom quick actions buttons
    • Compact toolbar with no text

Gradle changes

  • Add library intuit/sdp to scale elements
  • Increase target SDK to 36 (Android 16 'Baklava')

Fiddle is a bleeding-edge version of Tempus with a custom layout.

4.11.0-fiddle.5

24 Feb 22:41

Choose a tag to compare

Based on Tempus v4.11.0.

Pull requests merged

  • feat: tile size manager #440
  • feat: enhance navigation #450
  • Port artist page changes from tempus-ng fork #456
  • Port remove song of playlist from tempus ng fork#457
  • Support specifying a client certificate for mTLS auth #458

Layout mods

Fiddle is currently migrating the measurement units from dp to sdp, some elements might look huge on tablets.

  • Main View
    • Reduce height of toolbar
    • Remove the app name
  • Player View
    • Remove bitrate information from top information
    • Remove bottom quick actions buttons
    • Compact toolbar with no text

Gradle changes

  • Add library intuit/sdp to scale elements
  • Increase target SDK to 36 (Android 16 'Baklava')

Fiddle is a bleeding-edge version of Tempus with a custom layout.

4.11.0-fiddle.4

23 Feb 23:44

Choose a tag to compare

Based on Tempus v4.11.0.

PR's that were merged:

  • feat: tile size manager -> #440
    • All due credits for the author of the PR.
  • feat: enhance navigation -> #450
  • Port artist page changes from tempus-ng fork -> #456
  • Port remove song of playlist from tempus ng -> #457

Layout changes specific to the flavor:

  • feat: add walkman mode -> #446, specifically:
    • Remove bitrate information from player view
    • Remove bottom quick actions from player view
    • Reduce size of toolbar
    • Remove brand text from toolbar
  • Use intuit/sdp library to scale elements.
    • This is the first iteration, will test the build to see what else needs to be scaled.
  • Increases target SDK to 36 (Android 16 'Baklava')

Fiddle is a bleeding-edge version of the Tempus version it is based on, applying unmerged PR's and a custom layout on top of it.

Why? I like challenges and a new flavor was the best shot on fixing the walkman issue.

Who knows, maybe I manage to craft a perfect solution that can be upstreamed (=

4.11.0-fiddle.3

23 Feb 21:02

Choose a tag to compare

Based on Tempus v4.11.0 with the following tweaks:

  • feat: tile size manager -> #440
    • All due credits for the author of the PR.
  • feat: enhance navigation -> #450
  • Port artist page changes from tempus-ng fork -> #456
  • Port remove song of playlist from tempus ng -> #457

The following are changes to the fiddle flavor (mutually exclusive with Tempus and Degoogled):

  • feat: add walkman mode -> #446, specifically:
    • Remove bitrate information from player view
    • Remove bottom quick actions from player view
    • Remove top-right track info button from player view.
    • Make codec chip open track info dialog from player view.
    • Reduce size of toolbar
    • Remove brand text from toolbar
  • Reduces size of titles in all main views of lateral drawer.
    • A future release will use a dimens.xml rather than hardcoding.
  • Increases target SDK to 36 (Android 16 'Baklava')

Fiddle is a bleeding-edge version of the Tempus version it is based on, applying unmerged PR's and a custom layout on top of it.

Why? I like challenges and a new flavor was the best shot on fixing the walkman issue.

Who knows, maybe I manage to craft a perfect solution that can be upstreamed (=

4.11.0-fiddle.2

22 Feb 03:36

Choose a tag to compare

Based on Tempus v4.11.0

  • Reduces size of titles in all main views of lateral drawer.
  • Increases target SDK to 36.

4.11.0-fiddle

21 Feb 23:13

Choose a tag to compare

Based on Tempus v4.11.0

  • Implements all UI corrections from #446.
  • Implements dynamic tile size manager from #440
  • Implements enhanced navigation from #450

It wasn't possible to merge PR 446 in upstream, so I decided to just create a new flavor with the modded layout.