diff --git a/app/build.gradle b/app/build.gradle index 7ef1cceff5cee8931a6636a46aa8ac27f53e7ebc..08458bd0e654b40714f6d8c42eb84265c7094760 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "ohi.andre.consolelauncher" minSdkVersion 8 targetSdkVersion 23 - versionCode 68 - versionName "4.2.1" + versionCode 69 + versionName "4.3" } buildTypes { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f33a33d1bc4db7e79b2a2d1c212c3149aafd3e17..85e6098e9437014e6d2494a2ba87fb725586c40a 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -6,7 +6,7 @@ <string name="separator_text_su">$</string> <string name="su">T-UI got SU permissions</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> <!-- app mgr --> @@ -26,6 +26,7 @@ <!-- various outputs --> <string name="output_nothingfound">No matches</string> + <string name="output_nopermissions">You didn\'t grant the permission to do this</string> <!-- search--> <string name="output_searchingplaystore">Play Store search:</string> @@ -59,8 +60,8 @@ <string name="output_stopped">Player stopped</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_musicfoldererror">Music folder doesn\'t exist, or doesn\'t contain mp3 files.\nYou should set a - new one in the settings.txt file + <string name="output_musicfoldererror">Music folder doesn\'t exist, or doesn\'t contain audio files.\nYou should set the right path + in settings.txt </string> <!-- command/args -->