This commit is contained in:
2024-02-27 22:09:30 +03:00
parent bfa3231823
commit 38a3141d43
479 changed files with 36348 additions and 10142 deletions

View File

@@ -0,0 +1,8 @@
* The Offline (renamed from Cached) playlist is now displayed only if the playlist grid is expanded
* The Sleep Timer functionality is moved to the playing song menu
* The search screen text input now correctly handles playlist URLs
* The 200 song limit problem when opening or importing a YouTube playlist is now fixed
* The stats for nerds (long press the playing song thumbnail) also display the bitrate
* The stats for nerds are now correctly updated when skipping songs
* The song list can now be sorted also by title (other than play time and date)
* The playlists can now be sorted by name, song count and date

View File

@@ -0,0 +1,7 @@
* The radio can now be started from the playing song
* The queue can now be shuffled
* The collapsed player can now be dismissed to stop the playback
* The player is automatically expanded when a new queue is started
* The player is automatically expanded when opening the app when clicking the playback notification
* Many age restricted videos can now be played
* The player and settings UIs have been redesigned

View File

@@ -0,0 +1,3 @@
* A dynamic new theme, which adapts its colors based on the playing song cover, is added
* The ability to fetch and display synchronized lyrics (from a third party provider) is added
* The song cover can now be displayed as lockscreen wallpaper

View File

@@ -0,0 +1 @@
* Fix crash when fetching album metadata

View File

@@ -0,0 +1 @@
* The screen now automatically scrolls when reordering the queue or playlists songs

View File

@@ -0,0 +1 @@
* Minor changes and fixes

View File

@@ -0,0 +1,10 @@
* New user interface
* Added "Quick picks", "Albums" and "Artists" tabs to the home screen
* Added "Songs", "Albums" and "Singles" tabs to the artist screen
* Added "Other versions" tab to the album screen
* Albums and artists can be bookmarked
* Added "Library" tab to the search screen
* Removed the "loop none" option
* Imported playlists can now be synchronized
* Added the ability to open channel urls
* Opening a song url now automatically starts the playback

View File

@@ -0,0 +1,6 @@
* Added Android Auto support (must be enabled in the settings)
* Improved the audio normalization algorithm
* Fixed a bug which caused play time of a song to be incorrectly calculated
* Fixed a bug which caused artists and albums to be incorrectly sorted
* Fixed a crash that occurred when searching
* Fixed "this video in not available in your country" problem that affected GB users

View File

@@ -0,0 +1,6 @@
* Added option to pause search history
* Added option to clear trending song
* Added description to artist screen
* Fixed "Unknown" artist problem
* Fixed "Quick picks" not loading
* Fixed playback controls not working in Android < 26

View File

@@ -0,0 +1,6 @@
* Android 13 is now officially supported
* Added "Queue loop" toggle button
* Added option to use the system font
* Added option to automatically resume the playback when a wired or bluetooth device is connected
* The screen will now not turn off when synchronized lyrics are displayed
* Fixed a couple of crashes

View File

@@ -0,0 +1 @@
* Minor fixes and improvements

View File

@@ -0,0 +1,20 @@
* Android 14 is now officially supported
* Improved the look of the player and added more animations
* Added Discover tab in the home screen for even easier song browsing
* Added support for local music
* Added My top x playlist (a personal trending playlist)
* Added more levels of thumbnail roundness
* Added song-level volume boosting
* Added a playback speed slider
* Added customizability for Skip silence and Loudness normalization
* Added Bass boost
* Added more info about service lifetime issues
* Added troubleshooting options
* Added more appearance preferences
* Added a search bar for the Songs tab
* Added functionality to add all songs in queue to a new/existing playlist
* Added synchronized lyrics provided by lrclib.net for even more songs supported by synchronized lyrics
* Added more helpful error messages
* Fixed a few minor inconsistencies with the player and screen rotations
* Fixed a couple of crashes
* Performance improvements

View File

@@ -0,0 +1,7 @@
* Sharing to ViMusic to import video's/music/playlists/albums/radio from YouTube music is now supported
* Fixed an inconsistency with player settings
* Added 'stop when closed' setting
* Fixed an inconsistency where before local songs could be trending
* Fixed an inconsistency where local songs could sometimes not show metadata, like play time
* Fixed the bug where offline songs could disappear
* Fixed an inconsistency with the trending playlists, the order of the lists now represent more accurately what you watch listen to

View File

@@ -0,0 +1,6 @@
* Added a swipe gesture to skip to the previous/next song
* Fixed inconsistent behavior/UI of settings
* Fixed weird behavior of the reordering animation
* Fixed formatting in the lyrics picking dialog
* You can now click on the artist name directly from the player
* Added a few more animations

View File

@@ -0,0 +1,5 @@
* Added support for local music on Android 12 and below
* Fixed inconsistent behavior with local music
* Added a setting to swipe horizontally to close the player, useful for Android's one-handed mode users
* Added like button in the player's notification
* Fixed crashes where the app crashes when you load invalid synchronized lyrics

View File

@@ -0,0 +1,8 @@
* Improved searching songs in Songs and Local tab, now also searches for artist
* Fixed a bug that made local songs inaccessible
* Cleaned up some inconsistencies
* Added more animations to settings
* Swapped queue buttons for consistency with the buttons on the collapsed queue / player
* Fixed a bug that caused the like button to be invisible on some Android versions
* Added the like button directly in the player behind a setting in the Appearance settings
* Added swiping in the queue to remove music from the playlist

View File

@@ -0,0 +1,6 @@
* Fixed a bug where the search function in the Songs and Local tabs caused the player to play the wrong song when a song is clicked
* Fixed an inconsistency: the loading spinner is now tinted correctly
* Fixed an inconsistency with swiping the player / in the queue: the gesture now works correctly (easier to use and smoother)
* Fixed inconsistencies with the plurality of songs: one song is no longer "1 songs"
* Fixed literal "null" being displayed in the UI when metadata is not available
* Added German translations

View File

@@ -0,0 +1,9 @@
* Added Dutch translations
* Fixed inconsistency with synchronized lyrics: empty lrc lines are allowed again
* Added the possibility to choose the source for 'Quick Picks'
* Localized YouTube API: moods, genres and recommendations are now in your own language
* Fixed infinite loading with some playlists
* Added classic UI back: easier to use for smaller screens, enable in settings
* Added shadow to the album cover in the player
* Fixed typo in Dutch language
* Adjusted settings icon to more suitable icon

View File

@@ -0,0 +1,15 @@
* Added more German translations
* Added Piped playlist sync
* Fixed a bug that caused the app to crash on some builds of Android 14
* Added an error message for when Bass Boost is unsupported by your device: the app no longer crashes
* Added blacklisting: filter songs from radio
* Added static/wavy seek bar preference
* Improved thumbnails in the UI: there is no longer a big gap in places where the thumbnail couldn't load
* Fixed inconsistencies with search
* Added song count to the Songs and Local tab
* Added pre-caching
* Removed Featured in search, YouTube unfortunately no longer provides this data
* Fixed layout inconsistencies
* Fixed typo's
* Added Swipe to hide in the Songs and Local tab
* Removed version type from settings

View File

@@ -0,0 +1,4 @@
* Fixed text field dialogs causing a crash
* Fixed a few inconsistencies
* Changed the done icon in the keyboard to the search icon when searching for songs
* Improved snapping behavior

View File

@@ -0,0 +1,3 @@
* Added more translations
* Fixed a layout issue with the coloring of songs in a list
* Fixed problems with all sliders

View File

@@ -0,0 +1,14 @@
* Optimized performance
* Fixed edge cases that caused the duration of a song to appear incorrectly
* Fixed an issue that caused ghost files to appear in Local music in some cases
* Fixed an edge case that caused the app to crash when non-synchronized lyrics are enabled
* Move to adminforge.de as the main Piped instance to bypass some restrictions and avoid downtime
* Fixed slider behavior
* Fixed an issue that caused the app to crash when your device is out of memory or doesn't support normalization
* Fixed an issue where some search queries caused searching for video's to load infinitely
* Reduced item sizes in horizontal grids in portrait mode to only 75% of the maximum available size
* Optimized network traffic while fetching mood data
* Improved consistency in Discover tab
* Added suggestions to the queue
* Fixed an issue that caused a crash while pre-caching when no songs have ever been played or pre-cached
* Simplified player interfaces

View File

@@ -0,0 +1,11 @@
* Added update check in Settings -> About
* Fixed issues with reordering
* Changed some corner rounding values
* Fixed inconsistencies with all bottom sheets
* Fixed visual glitch with pre-cache progress bar
* Fixed some performance issues
* Fixed visual glitch while scrolling synchronized lyrics
* Fixed visual glitch with removing songs from queue/Songs tab
* Added 'pinch to enlarge' lyrics
* Fixed inconsistencies with the wavy seek bar and improved look
* Fixed padding in lyrics picker dialog

View File

@@ -0,0 +1,8 @@
* Added AMOLED theme
* Added more control on thumbnail quality
* Added rounding for consistency with the rest of the UI
* Improved performance
* Added 'wavy seek bar quality'
* Added more playlist/album info
* Added top/local playlists to Android Auto
* Improved animations

View File

@@ -0,0 +1 @@
* Initial release

View File

@@ -0,0 +1,23 @@
<b>Features:</b>
* Search and play any song or video from YouTube Music
* Background playback w/ notification
* Search for songs, albums, artists, videos and playlists
* Discover new songs by mood/genre
* Bookmark artists and albums
* Import playlists
* Import local music
* Share to import from other YouTube Music apps
* Automatic cache system for offline playback and saving resources
* Fetch and edit lyrics and synchronized lyrics
* Open YouTube/YouTube Music links
* Local playlists management
* Queue management
* Favorites and Offline built-in playlists
* Sleep timer
* Skip silence
* Persistent queue
* Loudness/audio normalization
* Android Auto
* Simple and minimal UI
* Ridiculously lightweight APK

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@@ -0,0 +1 @@
Seamlessly stream music from YouTube Music

View File

@@ -0,0 +1 @@
ViMusic