Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Mar 1, 2021
1 parent bbf97a7 commit eed9f50
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 20 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<h1 align="center">Music Player GO</h1>

<p align="center">
<img height="500" src="art2.gif">
<img height="500" src="art3.gif">
</p>

<p align="center">
<!-- Latest Release -->
<a href="https://github.com/enricocid/Music-Player-GO/releases">
<img alt="GitHub release"
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.0&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.1&color=58F5D1">
</a>
<!-- Minimum SDK -->
<img alt="Minimum SDK" src="https://img.shields.io/static/v1?label=API&message=21&color=32B5ED">
Expand Down Expand Up @@ -66,13 +66,13 @@ Source code for the Android music player **Music Player GO**

- Minimal interface
- Equalizer
- Music organised by artist, albums, songs and folders—tabs are organisable
- Music organised by artist, albums, songs and folders; tabs are organisable
- Light, dark, automatic themes and accents
- Now playing…
- Now playing...
- Embedded covers
- Fast-seeking (by long-clicking the "Skip" buttons)
- Audio focus, precise volume- and headset management
- Search, playback speed, sorting, shuffle…
- Audio focus, precise volume and headset management
- Search, playback speed, sorting, shuffle...


# Translations
Expand Down
Binary file removed art2.gif
Binary file not shown.
Binary file added art3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/163.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- New: playback speed
- New: organize queue songs
- New: option to disable animations
- New: quick tile
- Add new sorting options
- Thanks vtkhatri
- Review Now Playind
- Added new buttons (long click for description)
- Thanks Drhaal
- Show covers in album tab/details
- Fix notification actions (Samsung)
- Thanks Arlin Daniel and Dan Muntz
- Improve headphone buttons support
- Review settings
- Many fixes
- Update translations and dependencies

- Note: favorite songs will be wiped. Sorry. :)
16 changes: 8 additions & 8 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

<b>Features</b>

- Minimalistic interface
- Minimal interface
- Equalizer
- Music organized by Artist, Albums, Songs and Folders - tabs are organisable
- Personalization: light, dark, automatic themes and accents
- Now playing
- Embedded covers support
- Fast seeking (long click on skip buttons)
- Simple audio focus, precise volume and headsets management
- Other features: search, playback speed, sorting, shuffle ...
- Music organised by artist, albums, songs and folders—tabs are organisable
- Light, dark, automatic themes and accents
- Now playing...
- Embedded covers
- Fast-seeking (by long-clicking the "Skip" buttons)
- Audio focus, precise volume and headset management
- Search, playback speed, sorting, shuffle...


<b>Want to contribute to translations?</b>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions fastlane/metadata/android/it/changelogs/163.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- New: velocità riproduzione
- New: organizza la coda
- New: opzione per disattivare le animazioni
- New: quick tile
- Nuove opzioni ordinamento
- Grazie vtkhatri
- Rivisitazione Now Playing
- Aggiunti nuovi pulsanti (long click per descrizione)
- Grazie Drhaal
- Mostra cover nella tab/dettagli album
- Corrette azioni notifiche (Samsung)
- Grazie Arlin Daniel and Dan Muntz
- Migliorato supporto pulsanti cuffie
- Riviste opzioni
- Molte correzioni
- Aggiornate traduzioni e dipendenze

- Nota: le canzoni favorite saranno cancellate. Mi spiace. :)
8 changes: 4 additions & 4 deletions fastlane/metadata/android/it/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

- Interfaccia minimale
- Equalizzatore
- Musica organizzata per Artista, Album, Canzoni e Cartelle - le tabs sono organizzabili
- Musica organizzata per artista, album, canzoni e cartelle; le tabs sono organizzabili
- Personalizzazione: temi chiaro, scuro, automatico e accenti
- Now playing
- Now playing...
- Supporto per le cover integrate
- Avanzamento veloce (tap lungo sui pulsanti precedente/prossima canzone)
- Semplice gestione del focus audio, volume preciso e delle cuffie
- Altre funzioni: ricerca, velocità riproduzione, ordinamento, shuffle ...
- Gestione del focus audio, volume preciso e delle cuffie
- Ricerca, velocità di riproduzione, ordinamento, shuffle...


<b>Vuoi contribuire alle traduzioni?</b>
Expand Down
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 30
versionCode 162
versionName "4.4.0"
versionCode 163
versionName "4.4.1"

vectorDrawables.useSupportLibrary true
}
Expand Down

0 comments on commit eed9f50

Please sign in to comment.