Jon Atkins
ab1edace7b
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-09-26 17:37:27 +01:00
Jon Atkins
85876ad039
1st addition of portal name plugin
...
needs work so it disabled itself when portals are too dense. could be a basic zoom level check, or could be based on local portal density?
2013-09-26 17:36:36 +01:00
fkloft
533057be56
Close right drawer when home is pressed
...
possible use cases:
- open left drawer
- close left drawer
- navigate up (show map)
In each case, the right drawer should be closed.
If the left drawer is to be opened, this fixes a bug where both drawers would overlap for a second. (Because the right drawer would not be closed until onDrawerOpened has fired)
2013-09-25 15:38:33 +02:00
fkloft
5f0ec3b581
Hide subtitle while iitc is loading
2013-09-25 15:37:49 +02:00
Jon Atkins
c24da31b9d
fix defense plugin rendering details for portals not added to the map (and therefore not getting removed)
2013-09-25 11:27:03 +01:00
Jon Atkins
d778720234
fix badly formatted version number. required version number bump to ensure future upgrades work
2013-09-25 10:26:31 +01:00
Jon Atkins
e07f1800c6
use utility function for date formatting, to give consistant appearance
2013-09-25 10:25:52 +01:00
Jon Atkins
b10116e95f
change draw tools colour to a darker purple - matching the marker colour used
...
should make it easier to see against some maps that use a pink for some roads
2013-09-25 09:28:29 +01:00
Peter Sorger
12f8c89fb4
Added Mitigation column
...
Added mitigation column to portals list
2013-09-25 10:20:28 +02:00
Jon Atkins
e21344295b
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-09-25 08:29:15 +01:00
Jon Atkins
75a985b8f5
add support for a snapPoint callback function to leaflet.draw, and use to snap points to portals
...
also enable repeat mode for marker placement
2013-09-25 08:28:25 +01:00
Philipp Schaefer
251a9d0a4b
improve code readability
2013-09-25 09:08:52 +02:00
Philipp Schaefer
75481d2269
fixed typo
2013-09-24 20:04:39 +02:00
Philipp Schaefer
db7e387a2f
hide actionbar subtitle if no highlighter is selected
2013-09-24 20:00:54 +02:00
Nihal Mirpuri
c2912d9767
Added attributions for KML files
2013-09-25 02:46:03 +10:00
Nihal Mirpuri
0a4ad93472
reverted README changes
2013-09-25 02:40:46 +10:00
Nihal Mirpuri
773c7d4a6f
Updated README.md file
2013-09-24 23:36:17 +10:00
Philipp Schaefer
31c205218e
bumped mobile version number
2013-09-24 15:14:34 +02:00
Nihal Mirpuri
39ea0a4a85
Added clickable folder icon
2013-09-24 23:10:49 +10:00
fkloft
40a242ea18
prevent action bar flickering when drawers are quickly closed and reopened
2013-09-24 14:57:45 +02:00
fkloft
6f5ca2aa4b
Bugfix: right drawer could be opened via menu while IITC was still loading (which may have caused a NullPointerException)
2013-09-24 14:57:26 +02:00
fkloft
0fe3953a83
Sorting broke spinner
2013-09-24 14:45:21 +02:00
fkloft
2765200d0b
Show current highlighter in as ActionBar subtitle
2013-09-24 14:38:29 +02:00
Nihal Mirpuri
1632166a78
Replaced folder icon with 'O'
2013-09-24 22:23:43 +10:00
fkloft
3172fc4e69
Add notice about long tapping
2013-09-24 14:17:55 +02:00
fkloft
845efddecd
Fixed typo in last commit
2013-09-24 13:54:19 +02:00
fkloft
1cecbe7f44
Ignore canceled touch events in taphold.js
...
Fixes #575
2013-09-24 13:47:01 +02:00
Jon Atkins
db918ad365
convert polyline/polugon to geodesic
2013-09-24 08:00:19 +01:00
Jon Atkins
8d42cdea00
update leaflet-draw to 0.2.1
...
(unmodified, except for image paths in css. geodesic changes in next commit)
note: non-minified version this time, to aid any future modifications
2013-09-24 07:42:17 +01:00
Nihal Mirpuri
841497f53b
Added folder icon for opening KML files
2013-09-24 15:36:08 +10:00
Nihal Mirpuri
bac7ef7d22
Shifted point anchors to be on top of portals
2013-09-24 15:13:56 +10:00
Nihal Mirpuri
d008e37200
Modified KML Plugin to work with points
2013-09-24 14:29:58 +10:00
Nihal Mirpuri
24eb531ef0
Added KML plugin
2013-09-24 13:45:07 +10:00
Nihal Mirpuri
ca8c8bb806
Added KML plugin
2013-09-24 13:26:35 +10:00
Philipp Schaefer
e504ee24ae
do not always show/hide advanced menu items
2013-09-24 01:48:28 +02:00
Philipp Schaefer
b34fccf10f
Merge branch 'master' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-master
2013-09-24 01:31:08 +02:00
Philipp Schaefer
e78e7a3763
moved advanced menu item hide to onPrepareOptionsMenu
2013-09-24 01:28:49 +02:00
fkloft
8cb512432a
avoid JS errors
2013-09-24 01:26:09 +02:00
Philipp Schaefer
38446594db
renamed splashScreen method
2013-09-24 01:05:26 +02:00
Philipp Schaefer
456aecadb4
bumped mobile version number
2013-09-23 23:38:28 +02:00
Philipp Schaefer
fc782218f1
Merge branch 'newnavigation' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-newnavigation
2013-09-23 23:23:18 +02:00
fkloft
943482b0bd
Show notice for new interface
2013-09-23 23:22:35 +02:00
Philipp Schaefer
935c5b40ee
disable ActionBar by default in fullscreen mode
...
- iitcm can now be controlled via navigation drawers
2013-09-23 23:09:10 +02:00
Philipp Schaefer
a9e7aea32e
added chat icons + debug icon for new navigation drawer
2013-09-23 22:11:08 +02:00
fkloft
7939cd9adf
More drawer tweaks
2013-09-23 20:42:54 +02:00
fkloft
1cc7a6c5f2
Enable right drawer in desktop mode
2013-09-23 19:34:16 +02:00
Philipp Schaefer
594af139be
Merge branch 'newnavigation' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-newnavigation
2013-09-23 19:22:30 +02:00
fkloft
5dc3e8923c
Tweaks on new drawers
2013-09-23 19:21:43 +02:00
fkloft
2d16e8492c
change menu ordering
2013-09-23 19:10:33 +02:00
Philipp Schaefer
5a9a9d47ae
Merge branch 'newnavigation' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-newnavigation
2013-09-23 18:48:26 +02:00