Skip to content

Commit

Permalink
#4 The name of my app on android is now ImagePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Oct 28, 2015
1 parent 959b379 commit b4cee77
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 51 deletions.
12 changes: 3 additions & 9 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.synconset.imagepicker"
version="1.0.7">
version="1.0.8">

<name>ImagePicker</name>

Expand Down Expand Up @@ -79,7 +79,7 @@
<source-file src="src/android/Library/src/ImageFetcher.java" target-dir="src/com/synconset"/>
<source-file src="src/android/Library/src/MultiImageChooserActivity.java" target-dir="src/com/synconset"/>

<source-file src="src/android/Library/res/anim/image_pop_in.xml" target-dir="res/anim"/>
<source-file src="src/android/Library/res/anim/image_pop_in.xml" target-dir="res/anim"/>
<source-file src="src/android/Library/res/drawable/grid_background.xml" target-dir="res/drawable"/>
<source-file src="src/android/Library/res/drawable-hdpi/image_bg.9.png" target-dir="res/drawable-hdpi"/>
<source-file src="src/android/Library/res/drawable-hdpi/loading_icon.png" target-dir="res/drawable-hdpi"/>
Expand Down Expand Up @@ -107,12 +107,6 @@
<source-file src="src/android/Library/res/values-ja/multiimagechooser_strings_ja.xml" target-dir="res/values-ja"/>
<source-file src="src/android/Library/res/values-ko/multiimagechooser_strings_ko.xml" target-dir="res/values-ko"/>

<!-- TODO added for Telerik LiveSync, should be able to remove these when LS uses translatable="false" -->
<source-file src="src/android/Library/res/values-de/strings.xml" target-dir="res/values-de"/>
<source-file src="src/android/Library/res/values-es/strings.xml" target-dir="res/values-es"/>
<source-file src="src/android/Library/res/values-fr/strings.xml" target-dir="res/values-fr"/>
<source-file src="src/android/Library/res/values-hu/strings.xml" target-dir="res/values-hu"/>
<source-file src="src/android/Library/res/values-ja/strings.xml" target-dir="res/values-ja"/>
<source-file src="src/android/Library/res/values-ko/strings.xml" target-dir="res/values-ko"/>
<framework src="src/android/ignorelinterrors.gradle" custom="true" type="gradleReference"/>
</platform>
</plugin>
7 changes: 0 additions & 7 deletions src/android/Library/res/values-de/strings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/android/Library/res/values-es/strings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/android/Library/res/values-fr/strings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/android/Library/res/values-hu/strings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/android/Library/res/values-ja/strings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions src/android/Library/res/values-ko/strings.xml

This file was deleted.

5 changes: 5 additions & 0 deletions src/android/ignorelinterrors.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
android {
lintOptions {
checkReleaseBuilds false
}
}

0 comments on commit b4cee77

Please sign in to comment.