466 Commits

Author SHA1 Message Date
Philipp Schaefer
9b530753d3 iitcm: update views on app start 2015-03-04 21:45:52 +01:00
fkloft
189f57afdd Fix bug with search
invalidateOptionsMenu was called way too often because setLoadingState would fire on every console message
2015-02-27 00:28:51 +01:00
fkloft
4d6a7df596 [iitcm] improved search 2015-02-16 01:15:52 +01:00
fkloft
587242ff5e [iitcm] use new search 2015-02-12 16:47:18 +01:00
Philipp Schaefer
615372e137 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Conflicts:
	code/panes.js
	mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java
2015-01-24 12:33:14 +01:00
Philipp Schaefer
239a5d5c61 migrated new panes to iitcm 2015-01-24 12:30:23 +01:00
fkloft
818728600e Little formatting 2015-01-24 12:20:00 +01:00
fkloft
b67f8b9a7f Use new chat streams in IITCm 2015-01-24 12:20:00 +01:00
fkloft
d6a0b1abb8 Ignore null value (Double.valueOf handles that correctly) 2015-01-22 17:59:47 +01:00
fkloft
8142544442 add gyro-based compass 2015-01-22 17:59:47 +01:00
fkloft
cd8186ffa3 Move compass to separate class 2015-01-22 17:59:47 +01:00
fkloft
06b64f585b Sort members, add final modifiers, format code 2015-01-22 17:59:47 +01:00
Philipp Schaefer
86bec261dc launch IITCm in singleTask mode, move let preferenceActivity handle plugin installation 2015-01-13 13:08:22 +01:00
Philipp Schaefer
c551c41609 launch some intents as new task 2015-01-13 13:00:15 +01:00
fkloft
79569d36b0 [iitcm] tweaks to fullscreen menu item
Use other icon for returning from fullscreen if shown as action. If shown in the action overflow, provide a chechbox to show current state.
2015-01-05 19:08:31 +01:00
Philipp Schaefer
90871774c3 cache tiles without lastModified header field for 2 months instead of
updating them every time
2014-12-30 13:07:38 +01:00
Philipp Schaefer
de521112f5 added support for cartoDB tiles 2014-12-30 13:07:29 +01:00
fkloft
f8563e4fe4 [iitcm] bugfix (NPE on some devices) 2014-12-23 21:08:54 +01:00
Philipp Schaefer
c44f4793cf fixed iitc path (fixes #879) 2014-09-23 15:55:14 +02:00
Philipp Schaefer
89079a2903 bugfix: correct classicWebView detection 2014-09-22 19:19:36 +02:00
Philipp Schaefer
d23b870276 workaround: catch IllegalStateException if classic webview is used on android 4.4+ devices 2014-09-18 17:22:25 +02:00
Philipp Schaefer
f093f3e19c only handle google login and ingress intel links in webview 2014-08-19 02:33:20 +02:00
Philipp Schaefer
0fc57f8cfc moved reset calls into new reset method of main activity 2014-08-19 02:29:02 +02:00
Philipp Schaefer
585c16ef72 removed redundant loc 2014-08-19 02:13:11 +02:00
Philipp Schaefer
799c790b9f fixed login 2014-08-19 01:44:13 +02:00
Philipp Schaefer
0a461ab753 * moved necessary resets to from reloadIITC() to loadURL()
* better url parameter add
* fixed wrong return value of shouldOverrideUrlLoading()
2014-08-18 23:28:52 +02:00
fkloft
2501f5c82f bugfix (IITCm crashed if an unvalid URI was given) 2014-08-13 18:34:22 +02:00
fkloft
e3542dabbf [mobile] improve debug view
- ListView should be significantly faster thanks to the ViewHolder pattern
- ability to remove/copy items be long-pressing them
2014-08-13 11:45:53 +02:00
fkloft
ad07f8685c [mobile] ability to clear the log (and always show debug in menu) 2014-08-13 11:45:53 +02:00
fkloft
546ed4e98f Avoid JS errors 2014-08-13 11:45:53 +02:00
fkloft
ffcc8e3349 [mobile] provide method to reload IITC (and clear cache)
fixes 842
2014-08-13 11:45:32 +02:00
fkloft
c4fcf53fd3 [mobile] small bugfix 2014-08-12 23:41:33 +02:00
fkloft
9a82110a1f improvments to plugin updater
- don't download a file twice if there is no updateURL (or if updateURL==downloadURL)
- use the downloadURL from the new meta file
2014-08-06 14:44:20 +02:00
fkloft
5654eae8bd sort members 2014-07-22 00:55:24 +02:00
fkloft
18fe655c82 small changes, refactoring, etc 2014-07-22 00:53:11 +02:00
Philipp Schaefer
b96f054424 replaced copied AOSP code with own implementation 2014-07-21 20:51:11 +02:00
Philipp Schaefer
0218bd5565 removed not used import 2014-07-16 13:05:40 +02:00
Philipp Schaefer
578c367f5b added http proxy authentication (see #819) 2014-07-16 12:57:47 +02:00
Philipp Schaefer
4781ea9627 added persistent zoom level option ( see https://plus.google.com/112875802603603993788/posts/K5zLYyAWQkE ) 2014-07-16 12:35:18 +02:00
Philipp Schaefer
16f1ce1fc6 check for scheme setting in intel-url generation 2014-06-05 15:51:10 +02:00
Philipp Schaefer
2a3441003b added GM/TM option 'require secure updates' for plugin updates 2014-05-17 11:17:02 +02:00
Philipp Schaefer
dcd6fce41e cache script info in script update class 2014-05-17 10:54:40 +02:00
Philipp Schaefer
5b41dddb15 move all preference related stuff in prefs subfolder 2014-05-16 18:19:48 +02:00
Philipp Schaefer
7c68567d17 made plugin update interval configurable 2014-05-16 17:43:40 +02:00
Philipp Schaefer
4bec474b21 added preferences for user plugin updates 2014-05-16 14:14:09 +02:00
Philipp Schaefer
69d6dde544 added user plugin update mechanism 2014-05-16 12:17:00 +02:00
Jon Atkins
80348dd074 quick fix for importing draw tools, etc files - text/* works so much better than file/*
it should probably be passed through from the javascript side though...
2014-04-23 00:18:39 +01:00
Philipp Schaefer
41e60d5adc load plugins in alphabetical order, load main script last 2014-04-21 15:31:57 +02:00
fkloft
1c858f995c small refactoring 2014-03-10 18:50:12 +01:00
Philipp Schaefer
92d197b8cc added intent null pointer check to FileManagers onActivityResult 2014-03-06 14:10:53 +01:00