Skip to content

Commit

Permalink
Remove unused resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgames13 authored and marcauberer committed Dec 23, 2019
1 parent 1332be7 commit ec527ce
Show file tree
Hide file tree
Showing 12 changed files with 179 additions and 12 deletions.
125 changes: 125 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.mrgames13.jimdo.colorconverter"
minSdkVersion 19
targetSdkVersion 29
versionCode 201
versionName "2.0.1"
versionCode 202
versionName "2.0.2"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release: Working copy
Locale: de, German
Exported by: M&R Games
Exported at: Mon, 23 Dec 2019 12:49:22 +0000
Exported at: Mon, 23 Dec 2019 16:41:59 +0000
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="close">schließen</string>
Expand Down Expand Up @@ -53,7 +53,6 @@
<string name="install_app_download">Installieren Sie diese App um alle Funktionen zu genießen, auch Funktionen, die wir in der Instant-Version der App nicht unterstützen.</string>
<string name="instant_installed_t">App installiert</string>
<string name="instant_installed_m">Vielen Dank dass Sie unsere App installiert haben. Tippen Sie auf OK um fortzufahren.</string>
<string name="module_installation_failed">Die Installation des Moduls ist fehlgeschlagen!</string>
<string name="approve_permissions">Diese Berechtigungen werden benötigt, damit dieses Feature funktioniert.</string>
<string name="message_to_drag_up">Für Galerie Bilder hochwischen</string>
</resources>
3 changes: 1 addition & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release: Working copy
Locale: es, Spanish
Exported by: M&R Games
Exported at: Mon, 23 Dec 2019 12:49:22 +0000
Exported at: Mon, 23 Dec 2019 16:42:00 +0000
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="close">cerrar</string>
Expand Down Expand Up @@ -53,7 +53,6 @@
<string name="install_app_download">Instale esta aplicación para disfrutar de todas las funciones y también las funciones que no podemos admitir en la versión de la aplicación instantánea.</string>
<string name="instant_installed_t">Aplicación instalada</string>
<string name="instant_installed_m">Gracias por instalar nuestra aplicación. Toque Aceptar para continuar.</string>
<string name="module_installation_failed">¡Instalación fallida del módulo!</string>
<string name="approve_permissions">La característica necesita los permisos para funcionar.</string>
<string name="message_to_drag_up">Arrastra las imágenes hacia arriba para la galería</string>
</resources>
5 changes: 2 additions & 3 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release: Working copy
Locale: fr, French
Exported by: M&R Games
Exported at: Mon, 23 Dec 2019 12:49:21 +0000
Exported at: Mon, 23 Dec 2019 16:41:59 +0000
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="close">fermer</string>
Expand Down Expand Up @@ -53,7 +53,6 @@
<string name="install_app_download">Installez cette application pour profiter de toutes les fonctionnalités et des fonctionnalités que nous ne pouvons pas prendre en charge dans la version de l\'application instantanée.</string>
<string name="instant_installed_t">Application installée</string>
<string name="instant_installed_m">Merci d\'avoir installé notre application. Appuyez sur OK pour continuer.</string>
<string name="module_installation_failed">L\'installation du module a échoué!</string>
<string name="approve_permissions">La fonctionnalité a besoin des autorisations pour fonctionner.</string>
<string name="message_to_drag_up"></string>
<string name="message_to_drag_up">Glissez les images en haut pour entrer la galerie</string>
</resources>
3 changes: 1 addition & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release: Working copy
Locale: en, English
Exported by: M&R Games
Exported at: Mon, 23 Dec 2019 12:49:21 +0000
Exported at: Mon, 23 Dec 2019 16:41:59 +0000
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="close">close</string>
Expand Down Expand Up @@ -53,7 +53,6 @@
<string name="install_app_download">Install this app to enjoy all the features and also the features we cannot support in the instant app version.</string>
<string name="instant_installed_t">App installed</string>
<string name="instant_installed_m">Thank you for installing our app. Tap on OK to continue.</string>
<string name="module_installation_failed">Module installation failed!</string>
<string name="approve_permissions">The feature needs the permissions to work.</string>
<string name="message_to_drag_up">Drag images up for gallery</string>
</resources>
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* Copyright © 2019 Marc Auberer. All rights reserved.
*/

include ':app', ':image'
include ':app'
rootProject.name='Color Converter'

0 comments on commit ec527ce

Please sign in to comment.