added new iitc icon to mobile (see #102)
This commit is contained in:
parent
a7b04a7a72
commit
e04222b450
1
mobile/.gitignore
vendored
1
mobile/.gitignore
vendored
@ -7,4 +7,5 @@ libs/
|
||||
proguard-project.txt
|
||||
local.properties
|
||||
assets/iitc.js
|
||||
assets/user-location.user.js
|
||||
assets/plugins/
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/iitc_icon"
|
||||
android:icon="@drawable/ic_iitcm"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
|
BIN
mobile/res/drawable-hdpi/ic_iitcm.png
Normal file
BIN
mobile/res/drawable-hdpi/ic_iitcm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
BIN
mobile/res/drawable-ldpi/ic_iitcm.png
Normal file
BIN
mobile/res/drawable-ldpi/ic_iitcm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
mobile/res/drawable-mdpi/ic_iitcm.png
Normal file
BIN
mobile/res/drawable-mdpi/ic_iitcm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
mobile/res/drawable-xhdpi/ic_iitcm.png
Normal file
BIN
mobile/res/drawable-xhdpi/ic_iitcm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
mobile/res/drawable-xxhdpi/ic_iitcm.png
Normal file
BIN
mobile/res/drawable-xxhdpi/ic_iitcm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
@ -18,7 +18,7 @@
|
||||
<string name="pref_about_msg">
|
||||
<![CDATA[<big><b>Ingress Intel Total Conversion Mobile</b></big><br><br>
|
||||
<b>by <a href="https://github.com/leCradle">cradle</a></b><br><br>
|
||||
<b>Icon by <a href="https://twitter.com/machtwerk">machtwerk</a></b><br><br>
|
||||
<b>Icon by <a href="http://www.ludolab.net">Giuseppe Lucido</a></b><br><br>
|
||||
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>.
|
||||
After Niantic asked the main developer to shut down his github project, development
|
||||
|
@ -252,6 +252,7 @@ public class IITC_Mobile extends Activity {
|
||||
// update the user location marker on the map
|
||||
public void drawMarker(Location loc) {
|
||||
Log.d("iitcm", "update location..." + loc.toString());
|
||||
iitc_view.loadUrl("javascript: window.console.log('" + loc.toString() + "');");
|
||||
// throw away all positions with accuracy > 100 meters
|
||||
// should avoid gps glitches
|
||||
if (loc.getAccuracy() < 100) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user