Skip to content
Snippets Groups Projects
Commit a3d88726 authored by Francesco Andreuzzi's avatar Francesco Andreuzzi
Browse files

fixed for f-droid

parent f7fd0e8b
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ android { ...@@ -13,8 +13,8 @@ android {
applicationId "ohi.andre.consolelauncher" applicationId "ohi.andre.consolelauncher"
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 23 targetSdkVersion 23
versionCode 68 versionCode 69
versionName "4.2.1" versionName "4.3"
} }
buildTypes { buildTypes {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<string name="separator_text_su">$</string> <string name="separator_text_su">$</string>
<string name="su">T-UI got SU permissions</string> <string name="su">T-UI got SU permissions</string>
<string name="nosu">Seems that your device isn\'t properly rooted</string> <string name="nosu">Seems that your device isn\'t properly rooted</string>
<string name="permissions_toast">You have to grant at least Storage and Contacts permissions to make t-ui work</string> <string name="permissions_toast">You have to grant at least Storage permission to make t-ui work</string>
<string name="permission_error">t-ui has not the permissions to do this</string> <string name="permission_error">t-ui has not the permissions to do this</string>
<!-- app mgr --> <!-- app mgr -->
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<!-- various outputs --> <!-- various outputs -->
<string name="output_nothingfound">No matches</string> <string name="output_nothingfound">No matches</string>
<string name="output_nopermissions">You didn\'t grant the permission to do this</string>
<!-- search--> <!-- search-->
<string name="output_searchingplaystore">Play Store search:</string> <string name="output_searchingplaystore">Play Store search:</string>
...@@ -59,8 +60,8 @@ ...@@ -59,8 +60,8 @@
<string name="output_stopped">Player stopped</string> <string name="output_stopped">Player stopped</string>
<string name="output_nomusic">Player wasn\'t started</string> <string name="output_nomusic">Player wasn\'t started</string>
<string name="output_cantstop">Couldn\'t stop the player. Force stop t-ui from settings</string> <string name="output_cantstop">Couldn\'t stop the player. Force stop t-ui from settings</string>
<string name="output_musicfoldererror">Music folder doesn\'t exist, or doesn\'t contain mp3 files.\nYou should set a <string name="output_musicfoldererror">Music folder doesn\'t exist, or doesn\'t contain audio files.\nYou should set the right path
new one in the settings.txt file in settings.txt
</string> </string>
<!-- command/args --> <!-- command/args -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment