Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Feb 8, 2017
1 parent c5a9c3e commit 81aa3c6
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 7 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//noinspection GradleCompatible
//noinspection GradleCompatible
apply plugin: 'com.android.application'

android {
Expand All @@ -10,8 +8,8 @@ android {
applicationId "com.rubenwardy.minetestmodmanager"
minSdkVersion 9
targetSdkVersion 21
versionCode 10
versionName "1.3.0"
versionCode 12
versionName "1.4.0"
buildConfigField "boolean", "ENABLE_RATE_ME", "false"
}

Expand Down
20 changes: 19 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,22 @@
#}

-keep class android.support.** { *; }
-keep interface android.support.** { *; }
-keep interface android.support.** { *; }
-dontwarn okio.**

# Platform calls Class.forName on types which do not exist on Android to determine platform.
-dontnote retrofit2.Platform
# Platform used when running on RoboVM on iOS. Will not be used at runtime.
-dontnote retrofit2.Platform$IOS$MainThreadExecutor
# Platform used when running on Java 8 VMs. Will not be used at runtime.
-dontwarn retrofit2.Platform$Java8
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain declared checked exceptions for use by a Proxy instance.
-keepattributes Exceptions

-keepattributes *Annotation*
-keepclassmembers class ** {
@org.greenrobot.eventbus.Subscribe <methods>;
}
-keep enum org.greenrobot.eventbus.ThreadMode { *; }
5 changes: 4 additions & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<string name="title_mod_detail">Detalles</string>
<string name="action_install">Instalar</string>
<string name="action_uninstall">Desinstalar</string>
<string name="action_find">Encontrar en otra parte</string>
<string name="mod_action_report_mod">Reportar</string>

<string name="title_activity_readme">Read Me</string>
Expand Down Expand Up @@ -128,4 +127,8 @@
<string name="about_credits_logo">El logo de la aplicación esta basado en el logo de Minetest
licenciado en CC-BY-SA 3.0, y creado por erlehmann</string>
<string name="about_credits_images">Esta aplicación también usa varios iconos genericos de Android, licenciados en CC-BY 4.0</string>
<string name="dialog_information">Information</string>
<string name="mod_view_installed">View</string>
<string name="mod_installed_elsewhere">Mod already installed to %1$s</string>
<string name="mod_action_info">View Information</string>
</resources>
33 changes: 32 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<string name="about_credits_logo">Le logo d\'appli est basé sur le logo de Minetest, CC-BY-SA 3.0, et créé par erlehmann</string>
<string name="accept">Accepter</string>
<string name="accept_and_install">Accepter et installer</string>
<string name="action_find">Trouver ailleurs</string>
<string name="action_install">Installer</string>
<string name="mod_action_report_mod">Rapporter</string>
<string name="mod_view_installed">View</string>
<string name="mod_installed_elsewhere">Mod already installed to %1$s</string>
<string name="dialog_information">Information</string>
<string name="action_search">Chercher</string>
<string name="action_uninstall">Désinstaller</string>
<string name="details_name">Nom de mod</string>
Expand Down Expand Up @@ -52,8 +54,31 @@
<string name="disclaimer_4_t">Auteurs bien connus</string>
<string name="disclaimer_3_t">Que peut-on faire?</string>
<string name="disclaimer_1_t">Aucune garantie</string>
<string name="disclaimer_1_m">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.</string>
<string name="disclaimer_2_m">The mods listed as available are a subset of the mods found
on the Minetest forums. When you download a mod, you do not download it from our servers
but rather from the original link that the author posted. Because of this,
we cannot guarantee mods are safe. No one in particular checks these mods.</string>
<string name="disclaimer_3_m">If you\'re unsure about the safety of a mod, check its
forum topic. Look at how old the thread is, and what the comments say.</string>
<string name="disclaimer_4_m">One of the features of this app is to label well known,
popular mod makers as such. The aim of this is for recommendation, rather
than for security reasons. Whilst these authors are more trustworthy than most,
there is still a possibility of their accounts being
hacked and bad downloads being placed there instead.</string>

<string name="dialog_noext_title">Aucun stockage disponible</string>
<string name="dialog_nomt_msg">There wasn\'t a folder for mods on your device, so we attempted to create one.
However, the attempt failed. The system may be denying this app access to it. Try running Minetest.</string>
<string name="invalid_modlist_desc">We couldn\'t find that mod location. Has the folder been deleted, or is the available mod list offline?</string>
<string name="invalid_modlist">Endroit ou chemin de mod non valide</string>
<string name="x_by_y">%1$s by %2$s</string>
<string name="mod_verified_no">Cet mod n\'était pas produit par un auteur bien connu</string>
<string name="installed_mod">Installé %1$s...</string>
<string name="failed_install">Echoué à installer le mod %1$s. Erreur: %2$s.</string>
Expand All @@ -70,4 +95,10 @@
<string name="mod_verified_yes">Cet mod vient d\'un auteur bien connu</string>
<string name="modlist_minetest">Mods de Minetest installés</string>
<string name="modlist_multicraft">Mods de Multicraft installés</string>
<string name="mod_action_info">View Information</string>
<string-array name="report_reasons">
<item>Malicious / Virus</item>
<item>Install doesn\'t work</item>
<item>Other (please enter below)</item>
</string-array>
</resources>

0 comments on commit 81aa3c6

Please sign in to comment.