Releases: eddyizm/tempus
Release list
v4.25.5
What's Changed
- feat: login activity add header by @tvillega in #1015
- fix: access local network not declared in manifest by @tvillega in #1024
- fix: keep a blank release type out of the artist page sections by @herrerad85 in #1023
- fiix: Virtualize the internet-radio list to stop OOM on large station (#308) by @eddyizm in #1020
- fix: stop the player holding itself open after the app is closed by @herrerad85 in #1019
- fix: addressed build lint failures in pipeline by @eddyizm in #1030
Full Changelog: v4.25.0...v4.25.5
v4.25.0
What's Changed
- feat: add login activity by @tvillega in #949
- fix: podcast crash when missing field by @tvillega in #975
- Fix for #927 [CRASH] - Attempt to invoke getParcelable on null object reference by @terranprog in #976
- Feat: artist add to playlist (#91) by @eddyizm in #979
- chore: update sdk and permissions by @tvillega in #986
- Feat/subsonic tests by @eddyizm in #985
- fix: keep the play queue resolving after a wifi to cellular handover by @herrerad85 in #987
- fix: show the real song length when the server performs the transcode by @herrerad85 in #988
- feat: add more theming options by @tvillega in #990
- chore(i18n): Update Polish translation by @skajmer in #992
- UI/artist page options by @eddyizm in #994
- chore(i18n): Update Spanish (es-ES) translation by @jaime-grj in #995
- fix: restore equalizer action by @eddyizm in #1000
- refactor: stabilize login activity by @tvillega in #991
- refactor: moved to new namespace, from cappielloantonio/tempo to eddy… by @eddyizm in #998
- fix: Resolve bugs when displaying audio codec and quality by @jaime-grj in #1003
- feat: Add search functionality for Settings by @jaime-grj in #1005
- Switch music library from the toolbar and see which one you are in by @herrerad85 in #1006
- Add a canWrite check to external storage before trying to use it by @sam-jeffery in #1004
- feat: add color picker for accent color by @eddyizm in #1009
- feat: show 20 playlists in home view (#1010) by @eddyizm in #1011
- fix: tell the user a playlist is empty instead of a dead Play button by @herrerad85 in #1012
New Contributors
- @terranprog made their first contribution in #976
- @sam-jeffery made their first contribution in #1004
Full Changelog: v4.24.0...v4.25.0
v4.24.2-dev
Development prerelease from commit d406276
Note: This is a prerelease and may be unstable.
Branch: development
Architecture: 32/64-bit Universal apk
Build type: Debug (signed with release keystore)
What's Changed
- Feat/subsonic tests by @eddyizm in #985
- fix: keep the play queue resolving after a wifi to cellular handover by @herrerad85 in #987
- fix: show the real song length when the server performs the transcode by @herrerad85 in #988
- feat: add more theming options by @tvillega in #990
- chore(i18n): Update Polish translation by @skajmer in #992
- UI/artist page options by @eddyizm in #994
- chore(i18n): Update Spanish (es-ES) translation by @jaime-grj in #995
- fix: restore equalizer action by @eddyizm in #1000
- refactor: stabilize login activity by @tvillega in #991
- refactor: moved to new namespace, from cappielloantonio/tempo to eddy… by @eddyizm in #998
- fix: Resolve bugs when displaying audio codec and quality by @jaime-grj in #1003
- feat: Add search functionality for Settings by @jaime-grj in #1005
- Switch music library from the toolbar and see which one you are in by @herrerad85 in #1006
- Add a canWrite check to external storage before trying to use it by @sam-jeffery in #1004
- feat: add color picker for accent color by @eddyizm in #1009
- feat: show 20 playlists in home view (#1010) by @eddyizm in #1011
New Contributors
- @sam-jeffery made their first contribution in #1004
Full Changelog: v4.24.1-dev...v4.24.2-dev
v4.24.1-dev
Development prerelease from commit 08d1450
Note: This is a prerelease and may be unstable.
Branch: development
Architecture: 32/64-bit Universal apk
Build type: Debug (signed with release keystore)
What's Changed
- feat: add login activity by @tvillega in #949
- fix: podcast crash when missing field by @tvillega in #975
- Fix for #927 [CRASH] - Attempt to invoke getParcelable on null object reference by @terranprog in #976
- Feat: artist add to playlist (#91) by @eddyizm in #979
- chore: update sdk and permissions by @tvillega in #986
New Contributors
- @terranprog made their first contribution in #976
Full Changelog: v4.24.0...v4.24.1-dev
v4.24.0
What's Changed
- fix: add Basque (eu) to locale_config.xml by @planetryan in #960
- feat: add a music library switcher so browsing and search can be scoped to one library by @herrerad85 in #951
- Fix a crash when the server reports no playlists by @herrerad85 in #965
- fix: guard app bar offset listeners against a null view binding by @herrerad85 in #968
- Add Japanese language support by @kou029w in #973
- build: pin the FFmpeg source to a commit in bin/build.sh by @herrerad85 in #978
New Contributors
Full Changelog: v4.23.2...v4.24.0
v4.23.3-dev
Development prerelease from commit 0488fff
Note: This is a prerelease and may be unstable.
Branch: development
Architecture: 32/64-bit Universal apk
Build type: Debug (signed with release keystore)
What's Changed
- fix: add Basque (eu) to locale_config.xml by @planetryan in #960
- feat: add a music library switcher so browsing and search can be scoped to one library by @herrerad85 in #951
- Fix a crash when the server reports no playlists by @herrerad85 in #965
- fix: guard app bar offset listeners against a null view binding by @herrerad85 in #968
- Add Japanese language support by @kou029w in #973
New Contributors
Full Changelog: v4.23.2...v4.23.3-dev
v4.23.2
What's Changed
- fix: stop the 4.23 upgrade wiping downloads, and restore them for users already hit by @herrerad85 in #961
Full Changelog: v4.23.1...v4.23.2
v4.23.1
What's Changed
Full Changelog: v4.23.0...v4.23.1
v4.23.0
What's Changed
- Prevent TransactionTooLargeException crash when backgrounding after deep navigation by @herrerad85 in #863
- Additional stripped for nav by @eddyizm in #921
- Feat/download notifications (#62 #902 #345) by @eddyizm in #913
- chore(i18n): Update Polish translation by @skajmer in #909
- feat!: deprecate equalizer from quick actions button by @tvillega in #925
- fix: Make "Play Next" actually play next under shuffle (#329) by @eddyizm in #910
- feat: add playlist sorting by last played, last updated, and recently active by @shkarlsson in #908
- fix: Android Auto browse/search could hang forever on error responses by @sinful1992 in #867
- Scrobble a track you skip once it passes the play threshold by @herrerad85 in #916
- Show the actual decoded format in the player instead of the requested transcode by @herrerad85 in #923
- Revert pr 913 by @eddyizm in #930
- Download notification (#62, #755, #902, #345) by @eddyizm in #931
- Add Basque (eu) translation by @planetryan in #928
- feat: add to playlist button on overflow menu by @tvillega in #926
- Show the transcoded format for downloaded songs in the quality badge by @herrerad85 in #929
- feat: add device info to crash landing by @tvillega in #936
- fix: show album art on Chromecast by sending a fetchable cover-art URL by @herrerad85 in #852
- feat: display playlist cover art from server if available by @eangele1 in #941
- fix: map playback queues off the UI thread so large playlists stop hanging by @herrerad85 in #948
- fix: handle insert and insertAll methods crashing with IOBE when afte… by @eddyizm in #944
New Contributors
- @shkarlsson made their first contribution in #908
- @planetryan made their first contribution in #928
- @eangele1 made their first contribution in #941
Full Changelog: v4.22.2...v4.23.0
v4.22.3-dev
Development prerelease from commit 32cab90
Note: This is a prerelease and may be unstable.
Branch: development
Architecture: 32/64-bit Universal apk
Build type: Debug (signed with release keystore)
What's Changed
- Prevent TransactionTooLargeException crash when backgrounding after deep navigation by @herrerad85 in #863
- Additional stripped for nav by @eddyizm in #921
- Feat/download notifications (#62 #902 #345) by @eddyizm in #913
- chore(i18n): Update Polish translation by @skajmer in #909
- feat!: deprecate equalizer from quick actions button by @tvillega in #925
- fix: Make "Play Next" actually play next under shuffle (#329) by @eddyizm in #910
- feat: add playlist sorting by last played, last updated, and recently active by @shkarlsson in #908
- fix: Android Auto browse/search could hang forever on error responses by @sinful1992 in #867
- Scrobble a track you skip once it passes the play threshold by @herrerad85 in #916
- Show the actual decoded format in the player instead of the requested transcode by @herrerad85 in #923
- Revert pr 913 by @eddyizm in #930
- Download notification (#62, #755, #902, #345) by @eddyizm in #931
- Add Basque (eu) translation by @planetryan in #928
- feat: add to playlist button on overflow menu by @tvillega in #926
New Contributors
- @shkarlsson made their first contribution in #908
- @planetryan made their first contribution in #928
Full Changelog: v4.22.2...v4.22.3-dev