Merge remote-tracking branch 'origin/master'
# Conflicts: # app/src/main/res/values/strings.xml
This commit is contained in:
commit
10d1f7b9e1
2 changed files with 533 additions and 523 deletions
11
FAQ.md
11
FAQ.md
|
@ -29,3 +29,14 @@ Retro Music uses the native media player that comes with your Android phone, so
|
|||
#### Q: Why is my device slowing down when I'm using the app?
|
||||
Retro Music is image intensive, it keeps images in the cache for quick loading.
|
||||
|
||||
#### Retro music title is showing at top?:
|
||||
Please clear app cache and data.
|
||||
|
||||
##### If App crashing: Sorry settings has changed internally.
|
||||
Please uninstall and install again
|
||||
|
||||
##### Artist images are not loading:
|
||||
last.fm service has limited number of request to download data(downloading artist images), if that request limit exceeds it will not download for sometime.
|
||||
|
||||
##### Text is not visible:
|
||||
Change theme (Black or Dark) and change back
|
||||
|
|
|
@ -120,7 +120,6 @@
|
|||
|
||||
<string name="card">Card</string>
|
||||
<string name="card_color_style">Colored Card</string>
|
||||
<string name="card_circular_style">Circular</string>
|
||||
<string name="card_style">Card</string>
|
||||
|
||||
<string name="cast">Cast</string>
|
||||
|
|
Loading…
Reference in a new issue