diff --git a/mobile-test-revert b/mobile-test-revert
deleted file mode 100755
index 902956ab..00000000
--- a/mobile-test-revert
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# reverse of mobile-test-setup - reverts the changes made to AndroidManifest.xml and any resource files
-
-mv mobile/res/values/strings.xml~ mobile/res/values/strings.xml
-mv mobile/res/xml/preferences.xml~ mobile/res/xml/preferences.xml
-
diff --git a/mobile-test-setup b/mobile-test-setup
deleted file mode 100755
index f9a1d1e0..00000000
--- a/mobile-test-setup
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# quick-n-dirty script to rename the mobile build for tests
-
-# rename the app title
-test -f mobile/res/values/strings.xml~ || cp mobile/res/values/strings.xml mobile/res/values/strings.xml~
-test -f mobile/res/xml/preferences.xml~ || cp mobile/res/xml/preferences.xml mobile/res/xml/preferences.xml~
-sed -e 's/IITC Mobile/IITCm Test/' mobile/res/values/strings.xml~ > mobile/res/values/strings.xml
-sed -e 's/targetPackage="com.cradle.iitc_mobile/targetPackage="com.cradle.iitc_mobile.test/' mobile/res/xml/preferences.xml~ > mobile/res/xml/preferences.xml
-
-
-# also, you'll need to build with
-# ant -Doverride.package.name=com.cradle.iitc_mobile.test ...
-# or similar
diff --git a/mobile/build.xml b/mobile/build.xml
index b5dff7df..6584fcbd 100644
--- a/mobile/build.xml
+++ b/mobile/build.xml
@@ -88,7 +88,7 @@
-->
-
+
+
+
+
+
+
+
+
+
+
+
+
+ git.commits: ${git.commits}
+
+
+
+
+
+ git.version: ${git.version}
+
+
+
+ Creating backup of AndroidManifest.xml
+
+
+
+
+
+
+
+
+ Restoring backup of AndroidManifest.xml
+
+
+
+
+ Creating backup of strings.xml and preferences.xml
+
+
+
+
+
+
+
+ Restoring backup of strings.xml and preferences.xml
+
+
+
+
diff --git a/mobile/res/values/strings.xml b/mobile/res/values/strings.xml
index b7fc6d6c..f7b2feaf 100644
--- a/mobile/res/values/strings.xml
+++ b/mobile/res/values/strings.xml
@@ -1,8 +1,8 @@
- IITC Mobile
- IITC Mobile Settings
+ IITCm Test
+ IITCm Test Settings
IITC Plugins
Share using…
Copy to clipboard
@@ -20,13 +20,13 @@
IITC Version
About
- About IITC Mobile
+ About IITCm Test
Ingress Intel Total Conversion Mobile
by cradle and contributors
Icon by Giuseppe Lucido
- IITC Mobile is an optimized mobile browser for the
+ IITCm Test is an optimized mobile browser for the
Ingress Intel Total Conversion (IITC) userscript by breunigs.
After Niantic asked the main developer to shut down his github project, development
is continued on a fork of jonatkins.
diff --git a/mobile/res/xml/preferences.xml b/mobile/res/xml/preferences.xml
index 11729aef..41baa5c0 100644
--- a/mobile/res/xml/preferences.xml
+++ b/mobile/res/xml/preferences.xml
@@ -48,7 +48,7 @@
android:title="@string/pref_plugins"
android:persistent="false">