Increased build version, updated changelog, synced translations.

This commit is contained in:
Karim Abou Zeid 2016-05-31 11:45:09 +02:00
commit a69420bf02
3 changed files with 17 additions and 3 deletions

View file

@ -64,8 +64,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
versionCode 113 versionCode 114
versionName "0.13.0 BETA 3" versionName "0.13.0 BETA 4"
} }
buildTypes { buildTypes {
release { release {

View file

@ -25,6 +25,13 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p> <p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 0.13.0 BETA 4</h3>
<ol>
<li><b>IMPROVEMENT:</b> Synced translations.</li>
<li><b>FIX:</b> Graphic glitches.</li>
</ol>
<h3>Version 0.13.0 BETA 3</h3> <h3>Version 0.13.0 BETA 3</h3>
<ol> <ol>

View file

@ -15,13 +15,20 @@
<string name="action_show_intro">Visa intro</string> <string name="action_show_intro">Visa intro</string>
<string name="action_clear_playlist">"Rensa spellista "</string> <string name="action_clear_playlist">"Rensa spellista "</string>
<string name="action_playing_queue">Uppspelningskö</string> <string name="action_playing_queue">Uppspelningskö</string>
<string name="action_add_to_favorites">"Lägg till i favoriter "</string>
<string name="action_remove_from_favorites">"Ta bort från favoriter "</string>
<string name="action_search">Sök</string> <string name="action_search">Sök</string>
<string name="action_play_next">Spela nästa</string> <string name="action_play_next">Spela nästa</string>
<string name="action_play">Spela</string>
<string name="action_add_to_playing_queue">Lägg till i uppspelningskön</string> <string name="action_add_to_playing_queue">Lägg till i uppspelningskön</string>
<string name="action_remove_from_playing_queue">Ta bort från uppspelningskön</string> <string name="action_remove_from_playing_queue">Ta bort från uppspelningskön</string>
<string name="action_add_to_playlist">Lägg till i spellista</string> <string name="action_add_to_playlist">Lägg till i spellista</string>
<string name="action_tag_editor">Tagredigerare</string> <string name="action_tag_editor">Tagredigerare</string>
<string name="action_delete_from_device">Radera från enhet</string>
<string name="action_details">Detaljer</string> <string name="action_details">Detaljer</string>
<string name="action_rename">Döp om</string>
<string name="action_delete">Radera</string>
<string name="action_scan">Skanna</string>
<string name="albums">Album</string> <string name="albums">Album</string>
<string name="artists">Artister</string> <string name="artists">Artister</string>
<string name="songs">Låtar</string> <string name="songs">Låtar</string>
@ -31,7 +38,7 @@
<string name="biography">Biografi</string> <string name="biography">Biografi</string>
<string name="audio_focus_denied">Vi kunde inte hitta ljudfokus</string> <string name="audio_focus_denied">Vi kunde inte hitta ljudfokus</string>
<string name="album">Album</string> <string name="album">Album</string>
<string name="artist">Artister</string> <string name="artist">Artist</string>
<string name="genre">Genre</string> <string name="genre">Genre</string>
<string name="album_artist">Albumartist</string> <string name="album_artist">Albumartist</string>
<string name="year">År</string> <string name="year">År</string>