Skip to content

Commit

Permalink
Ready for release 4.3.8
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Dec 25, 2020
1 parent dca3c4b commit 2ebf1ba
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This work is licensed under a [CC 0](https://creativecommons.org/share-your-work

- [**Johnett Mathew**](https://github.com/Johnett) for these [fixes](https://github.com/enricocid/Music-Player-GO/pull/149)

- [**Ricardo**](https://github.com/RickyM7) for [multiple reports](https://github.com/enricocid/Music-Player-GO/issues/220)
- [**Ricardo**](https://github.com/RickyM7) for [multiple reports](https://github.com/enricocid/Music-Player-GO/issues/220) and other suggestions

- [**seventhsonmizo**](https://github.com/seventhsonmizo) for Android Q [issue](https://github.com/enricocid/Music-Player-GO/issues/110) report and debugging

Expand Down
15 changes: 7 additions & 8 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Instead, desaturated colors can be used as a more legible alternative.

### Does Music Player GO use an equalizer?

Yes, Music Player GO uses the system (default) equalizer (if it exists) on the device.
The equalizer can be found in the "now playing" dialog.
Yes, Music Player GO uses the system (default) equalizer (if it exists) found on the device or the built-in one.
The equalizer can be found in the "Now Playing" dialog.


### Is there a built-in equalizer?

Yes, Music Player GO has a built-in equalizer. It is similar to the stock equalizer and it is intended for devices without system equalizer. If You want to use this one please disable the system equalizer from system settings.
Yes, Music Player GO has a built-in equalizer. It is similar to the stock equalizer and it is intended for devices not provived with a system equalizer. If You want to use this one please disable the system equalizer from system settings.


### The built-in equalizer is not being enabled
Expand Down Expand Up @@ -94,15 +94,14 @@ Folders can be considered albums.
Each album consists of tracks of the same album.


### Where is the edge-to-edge option (Lollipop, Marshmallow, Nougat, or Oreo (8.0))?
### Can I exclude folders from my library?

This feature is not supported on these Android versions.
It has been added in API level 27 (Android 8.1 (Oreo MR1)) to avoid issues with navigation bar button visibility: [light navigation bar](https://developer.android.com/reference/android/R.attr#windowLightNavigationBar) is in fact available since API 27.
You can filter them once the app has loaded.


### Can I exclude folders from my library?
### Why does shuffled music is not added to queue?

No, the music library is scanned by the operating system. To exclude folders, create a file and name it ".nomedia", and place it in the respective folder.
To avoid performance issues queue built from shuffled song is actually limited to 50 items.


### What about features requests/crash reports?
Expand Down
10 changes: 7 additions & 3 deletions FORMATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ Music Player GO relies on native [MediaPlayer API](https://developer.android.com

### Instructions to get certain codecs working

Opus, for example, has been supported natively since Android 5.0, but only in the Matroska (.mkv) container.
Example:

Opus format is natively since Android 5.0, but only in the Matroska (.mkv) or Ogg (.ogg) container.
The Opus file type/container itself is neither detected nor supported by MediaPlayer API.
A simple workaround to detect and play Opus encoded files is to **replace their extension** (.opus) with the supported container (.mkv).
Check the "Supported File Type(s) / Container Formats" from the [supported media formats](https://developer.android.com/guide/topics/media/media-formats) page to see the supported container given the format/codec.

A simple workaround to detect and play Opus encoded files is to **replace their extension** (.opus) with the supported container (.mkv or .ogg).

Check the "Supported File Type(s) / Container Formats" from the [supported media formats](https://developer.android.com/guide/topics/media/media-formats) page for more info.

**Thanks for using Music Player GO!**
6 changes: 3 additions & 3 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="art1.gif">
<img height="500" src="art2.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.3.7&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.3.8&color=58F5D1">
</a>
<!-- Minimum SDK -->
<a>
Expand Down Expand Up @@ -72,7 +72,7 @@ This repo contains the source code of the **Music Player GO** Android app: a sim
- Embedded covers support
- Fast seeking (long click on skip buttons)
- Simple audio focus, precise volume and headsets management
- Other features: search, sorting, shuffle, notification's SeekBar, audios opening from other apps ...
- Other features: search, sorting, shuffle ...


# Translations
Expand Down
Binary file renamed art1.gif → art2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- Covers: improve performance & reduce ANRs probability.
Note: the mechanism to retrieve music had to be changed.
This means loved songs will be lost. I'm sorry :)

- Improve filter opt.
- Improve swiping
- Improve songs visualization opt.
- Fix sorting
- Fix add album to queue
- Lollipop: fix Now Playing's seekbar
- Many other bug fixes and improvements
- Music tab: show no. of songs
- Update translations
6 changes: 1 addition & 5 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
- Embedded covers support
- Fast seeking (long click on skip buttons)
- Simple audio focus, precise volume and headsets management
- Other features: search, sorting, shuffle, notification's SeekBar, audios opening from other apps ...


Want less?
Check <a href="https://github.com/enricocid/Be-Simple-Music-Player/">Simple Music Player</a>
- Other features: search, 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.
13 changes: 13 additions & 0 deletions fastlane/metadata/android/it/changelogs/160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- Covers: miglioramento performace/ridotta probabilità di crash/ANRs.
Nota: è stato necessario cambiare il meccanismo di caricamento delle canzoni.
Ciò significa che le canzoni preferite andranno perse. Mi spiace :)

- Migliorata opz. filtri
- Migliorate le azioni di swipe
- Migliorata opz. visualizzazione canzoni
- Corretto opz. ordinamento
- Corretto aggiunta album alla coda
- Lollipop: corretta la seekbar della schermata Now Playing
- Molti altri bug fixes e miglioramenti
- Tab musica: viene mostrato il n° canzoni
- Aggiornamento traduzioni
6 changes: 1 addition & 5 deletions fastlane/metadata/android/it/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
- 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, ordinamento, shuffle, barra di scorrimento nella notifica, apertura musica da altre app ..


Vuoi di meno?
Di una occhiata a <a href="https://github.com/enricocid/Be-Simple-Music-Player/">Simple Music Player</a>
- Altre funzioni: ricerca, 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 159
versionName "4.3.7"
versionCode 160
versionName "4.3.8"

vectorDrawables.useSupportLibrary true
}
Expand Down

0 comments on commit 2ebf1ba

Please sign in to comment.