reverted wrong commited files

This commit is contained in:
Philipp Schaefer 2013-10-22 13:18:41 +02:00
parent 72e09e709a
commit 6f159f6c71
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">IITCm Test</string> <string name="app_name">IITC Mobile</string>
<string name="activity_settings">IITCm Test Settings</string> <string name="activity_settings">IITC Mobile Settings</string>
<string name="activity_plugins">IITC Plugins</string> <string name="activity_plugins">IITC Plugins</string>
<string name="activity_share">Share using…</string> <string name="activity_share">Share using…</string>
<string name="activity_share_to_clipboard">Copy to clipboard</string> <string name="activity_share_to_clipboard">Copy to clipboard</string>
@ -20,13 +20,13 @@
<string name="iitc_version">IITC Version</string> <string name="iitc_version">IITC Version</string>
<string name="about">About</string> <string name="about">About</string>
<string name="pref_about_title">About IITCm Test</string> <string name="pref_about_title">About IITC Mobile</string>
<!-- Use CDATA to prevent android from parsing html tags....we are doing this with Html.fromHtml() --> <!-- Use CDATA to prevent android from parsing html tags....we are doing this with Html.fromHtml() -->
<string name="pref_about_msg"> <string name="pref_about_msg">
<![CDATA[<big><b>Ingress Intel Total Conversion Mobile</b></big><br><br> <![CDATA[<big><b>Ingress Intel Total Conversion Mobile</b></big><br><br>
<b>by <a href="https://github.com/leCradle">cradle</a> and contributors</b><br><br> <b>by <a href="https://github.com/leCradle">cradle</a> and contributors</b><br><br>
<b>Icon by <a href="http://www.ludolab.net">Giuseppe Lucido</a></b><br><br> <b>Icon by <a href="http://www.ludolab.net">Giuseppe Lucido</a></b><br><br>
IITCm Test is an optimized mobile browser for the IITC Mobile is an optimized mobile browser for the
Ingress Intel Total Conversion (IITC) userscript by <a href="https://github.com/breunigs"><b>breunigs</b></a>. Ingress Intel Total Conversion (IITC) userscript by <a href="https://github.com/breunigs"><b>breunigs</b></a>.
After Niantic asked the main developer to shut down his github project, development After Niantic asked the main developer to shut down his github project, development
is continued on a fork of <a href="https://github.com/jonatkins"><b>jonatkins</b></a>.<br><br> is continued on a fork of <a href="https://github.com/jonatkins"><b>jonatkins</b></a>.<br><br>

View File

@ -48,7 +48,7 @@
android:title="@string/pref_plugins" android:title="@string/pref_plugins"
android:persistent="false"> android:persistent="false">
<intent <intent
android:targetPackage="com.cradle.iitc_mobile.test" android:targetPackage="com.cradle.iitc_mobile"
android:targetClass="com.cradle.iitc_mobile.IITC_PluginPreferenceActivity"/> android:targetClass="com.cradle.iitc_mobile.IITC_PluginPreferenceActivity"/>
</PreferenceScreen> </PreferenceScreen>
<CheckBoxPreference <CheckBoxPreference