From: kenstir Date: Sun, 11 Oct 2015 01:03:26 +0000 (-0400) Subject: Upgraded to IntelliJ IDEA 14.1.5 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=332022042504cba08be07f2ab7f5146b92079923;p=working%2FEvergreen.git Upgraded to IntelliJ IDEA 14.1.5 --- diff --git a/Open-ILS/src/Android/core/core.iml b/Open-ILS/src/Android/core/core.iml index 11ca7f92c4..9f34edda3b 100644 --- a/Open-ILS/src/Android/core/core.iml +++ b/Open-ILS/src/Android/core/core.iml @@ -13,10 +13,9 @@ - + - - + \ No newline at end of file diff --git a/Open-ILS/src/Android/core/src/org/evergreen_ils/searchCatalog/ImageDownloader.java b/Open-ILS/src/Android/core/src/org/evergreen_ils/searchCatalog/ImageDownloader.java index c02f1a9a59..ddc316d299 100644 --- a/Open-ILS/src/Android/core/src/org/evergreen_ils/searchCatalog/ImageDownloader.java +++ b/Open-ILS/src/Android/core/src/org/evergreen_ils/searchCatalog/ImageDownloader.java @@ -206,7 +206,7 @@ public class ImageDownloader { final HttpClient client = (mode == Mode.NO_ASYNC_TASK) ? new DefaultHttpClient() : AndroidHttpClient.newInstance("Android"); - Log.d(LOG_TAG, "GETURL " + url); + Log.d(LOG_TAG, url + " GET"); HttpGet getRequest = null; try { getRequest = new HttpGet(url); diff --git a/Open-ILS/src/Android/cwmars_app/.idea/misc.xml b/Open-ILS/src/Android/cwmars_app/.idea/misc.xml index ce05366268..bcea67aeb9 100644 --- a/Open-ILS/src/Android/cwmars_app/.idea/misc.xml +++ b/Open-ILS/src/Android/cwmars_app/.idea/misc.xml @@ -3,8 +3,7 @@ - + - - + \ No newline at end of file diff --git a/Open-ILS/src/Android/cwmars_app/.idea/vcs.xml b/Open-ILS/src/Android/cwmars_app/.idea/vcs.xml index def6a6a184..4fce1d86b4 100644 --- a/Open-ILS/src/Android/cwmars_app/.idea/vcs.xml +++ b/Open-ILS/src/Android/cwmars_app/.idea/vcs.xml @@ -1,7 +1,6 @@ - + - - + \ No newline at end of file diff --git a/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml b/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml index d5e60c642f..92083d4316 100644 --- a/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml +++ b/Open-ILS/src/Android/cwmars_app/AndroidManifest.xml @@ -3,7 +3,7 @@ package="org.cwmars" android:installLocation="auto" android:versionCode="6" - android:versionName="1.1"> + android:versionName="1.2">