Commit Graph

3503 Commits

Author SHA1 Message Date
Fragger
bc2f005155 Check for null host in shouldInterceptRequest to prevent FCs
base64 encoded image resources were causing .getHost() to return null and then a NullPointerException when .endswith was called on line 150
2014-01-05 19:49:59 -08:00
nexushoratio
95f225acf1 fix typo 2014-01-05 17:41:08 -08:00
nexushoratio
eabe2dae7d Minor grammar tweak. 2014-01-05 17:34:34 -08:00
nexushoratio
b279c05a41 s/Detal/Detail/ 2014-01-05 17:09:36 -08:00
nexushoratio
78d42fa957 Minor typo in new code. 2014-01-05 17:05:15 -08:00
fkloft
5d674eee40 Use new log system 2014-01-05 23:51:44 +01:00
Jon Atkins
b31d973cff increase min line segments used for geodesic circles - improves portal range circles at smaller sizes 2014-01-05 22:45:23 +00:00
Jon Atkins
01a5c0da6d fix small bug from #713 - and also use method rather than private data for lat/lng 2014-01-05 22:42:57 +00:00
Jon Atkins
8049e43451 Merge branch 'patch-1' of https://github.com/bradgarner/ingress-intel-total-conversion into bradgarner-patch-1 2014-01-05 22:32:57 +00:00
Jon Atkins
86c49bde56 fix non-utf8 characters from new plugin #722 2014-01-05 22:08:41 +00:00
Jon Atkins
088cd500a2 Merge pull request #722 from Fly33/master
Added: new plugin fly-links
2014-01-05 14:06:45 -08:00
Jon Atkins
1a3d4faebe Merge pull request #718 from nexushoratio/proofreading
Fix a number of typos in comments and site content
2014-01-05 14:04:44 -08:00
Jon Atkins
92b7ce60a6 Merge pull request #723 from Fragger/blank-map-black
Add a black blank map layer.
2014-01-05 13:57:50 -08:00
fkloft
1059e85324 Small forgotten fixes for new virtual URIs 2014-01-05 17:39:15 +01:00
fkloft
a1d03ec69b mobile: show loading progress in title bar 2014-01-05 16:42:59 +01:00
fkloft
1f47ca87dd Simplify source for virtual URIs 2014-01-05 16:38:48 +01:00
fkloft
b1bed90997 Use special domain with standard http(s) instead of custom protocol
(Avoids warning about insecure content when using https)
2014-01-05 16:33:43 +01:00
fkloft
7d10231aa4 Fix CalledFromWrongThreadException 2014-01-05 16:33:43 +01:00
fkloft
4dffaab36e Try to fix strange WebView bug on @leCradle's ROM
also, allow code input to grow as you type
2014-01-05 16:33:16 +01:00
Fragger
b85594b4e8 Add a black blank map layer. Also make the blank tiles smaller and drop them in the images folder. 2014-01-05 01:42:37 -08:00
fly
08ebe1e519 Added: new plugin fly-links 2014-01-04 17:41:50 +04:00
Philipp Schaefer
3e3039b7fd updated faq 2014-01-04 13:30:01 +01:00
fkloft
ab572055e3 Use custom Log 2014-01-03 20:07:02 +01:00
fkloft
14d3fe82c2 Fixed zoom controls not being hidden on mobile 2014-01-03 20:06:38 +01:00
fkloft
65f5308854 Enable running JS from debug interface 2014-01-03 20:06:38 +01:00
fkloft
5e25ebe083 Small changes to logging 2014-01-03 20:06:37 +01:00
fkloft
58dc56283a improved debugging interface 2014-01-03 20:06:37 +01:00
fkloft
9208552e29 use custom protocol for resources 2014-01-03 20:06:37 +01:00
Philipp Schaefer
0c4cb8479e use File.getParentFile() to get the tiles file path 2014-01-03 17:46:35 +01:00
Philipp Schaefer
cfdaf17ee6 improved tile caching by merging equal domains in one folder 2014-01-03 12:29:39 +01:00
fkloft
9976900255 amend IITCm contributors, small changes to strings 2014-01-02 21:01:17 +01:00
fkloft
4227c072f9 user-location: Avoid errors if plugin has not been initialized yet 2014-01-02 20:41:11 +01:00
Philipp Schaefer
bcaa757891 don't add stock plugins to the plugin section 2014-01-02 12:18:57 +01:00
Philipp Schaefer
4380111851 use new location pref while injecting scripts 2014-01-02 12:16:15 +01:00
Philipp Schaefer
b5ffcb5448 don't leave follow mode on mapmove for a variable zoom
the user may want to use different zooms in follow mode (for example
if he rides a bike or drives a car)...unfortunately, leaflet triggers
maps movestart event _before_ the zoomstart event. this makes it
impossible to differentiate between a mapmove triggered by a zoom-event
or a move-event. the user can leave the follow mode by pressing the
getLocation button...this should be enough.
2013-12-30 17:44:42 +01:00
nexushoratio
537eeef539 Fix a number of typos in comments and site content 2013-12-29 04:09:37 -08:00
Philipp Schaefer
be91809e84 changed update apk download description 2013-12-28 20:18:08 +01:00
Philipp Schaefer
cb281151a2 Merge branch 'fkloft/user-location' 2013-12-28 17:56:56 +01:00
Jon Atkins
4c85482c80 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-28 08:20:40 +00:00
Jon Atkins
3c6468cccb revert bringPortalsToFront change - and add some comments concerning possible better fixes 2013-12-28 08:20:11 +00:00
Jon Atkins
c74971e84e experiment: bring portals to front after every request is rendered, rather than just once at the end
may hurt performance - if so, make it delay before running, or skip if high number of portals
2013-12-28 08:02:09 +00:00
Jon Atkins
f69038cd06 new highlighter: highlight just L6/7/8 portals, on orange/red/purple
better than proper level colours for easily spotting the higher level portals
2013-12-28 08:00:59 +00:00
Jon Atkins
f3adc7177c Merge pull request #712 from nexushoratio/proofreading
fix typo: s/egisterdPlugins/egisteredPlugins/
2013-12-27 21:11:20 -08:00
Philipp Schaefer
3fe9b91a92 use current best location estimation from the android docs: http://developer.android.com/guide/topics/location/strategies.html#BestEstimate 2013-12-27 17:09:33 +01:00
Jon Atkins
9f3869fff8 website: add site +1 button - linked to IITC's page stats 2013-12-27 07:05:54 +00:00
Jon Atkins
0e5ab9869c Merge pull request #716 from tzafrir/shielding
Replace mitigation with shielding
2013-12-26 15:05:44 -08:00
Jon Atkins
882200f09d ap stats plugin: add some more details in a tooltip 2013-12-26 23:04:04 +00:00
Jon Atkins
7f4fe43815 website: typo fix 2013-12-26 22:08:23 +00:00
Jon Atkins
84fb672656 display a dialog when IITC fails to detect the munge set, making users aware of the problem. includes links to the IITC home page, g+ page and community 2013-12-26 22:07:44 +00:00
Tzafrir Rehan
2e1c15c82f Replace mitigation with shielding 2013-12-26 12:37:27 +02:00