ee589721e6i'd been given a list of all guid type codes from the ingress android app - so update the comments to list them all
Jon Atkins
2013-05-13 05:26:42 +01:00
70a4ca804fsome z-index fixes - makes tooltips (e.g. guess player level) actually appear on top of the chat panel rather than underneath
Jon Atkins
2013-05-13 05:03:55 +01:00
9ff9671defscale bar - reduce the width on mobile
Jon Atkins
2013-05-13 04:57:51 +01:00
94fbf5ba08fix enabling/disabling of layer chooser portal levels so it works correctly - was broken at L8
Jon Atkins
2013-05-13 04:12:02 +01:00
aff2b8080cspeech-search: new plugin speech search
Justin Noah
2013-05-12 19:00:46 -07:00
66e6502d50minor status bar tweaks - make L8 not show L8+ - add a little margin between the level info and the map status - may need reducing a little for mobile - indentation fixes, minor cleanups
Jon Atkins
2013-05-13 01:28:38 +01:00
e4ad933bb2clamp bounds used for map data requests. no point in trying to request data outside +-90, +-180 coordinates, as it's pointless, and the server returns an error code anyway
Jon Atkins
2013-05-13 01:11:28 +01:00
339c7ec21eadd utility functions to clamp latitude to +-90.0, and longitude to +-180.0
Jon Atkins
2013-05-13 01:10:18 +01:00
a3b957c967zoom level 0 isn't impossible - so make it display L8 only portals, like the next few closer zoom levels
Jon Atkins
2013-05-13 00:38:24 +01:00
c713caa36bMerge pull request #270 from hastarin/mobileRenderLimit
Jon Atkins
2013-05-12 14:58:57 -07:00
22aaa10ed8bump draw tools version number, due to the major leaflet.draw upgrade
Jon Atkins
2013-05-12 18:59:37 +01:00
d1ef19784ffix draw tools. the leaflet upgrade broke it, so the leaflet.draw needed updating too some of the hacks to do snap-to on points have been removed, at least for now - they needed major rework to fit in additionally other customisations added are also removed - this is basically now stock leaflet.draw with edit-mode enabled
Jon Atkins
2013-05-12 18:54:03 +01:00
cf5116d75cReduced render limit on mobile.
hastarin
2013-05-13 03:10:46 +10:00
7ed03d12b2update layer chooser styling on mobile - remove size increase for layer chooser - it's large enough already (and matches the size of other android UI elements) - remove extra padding between layer chooser lines. yes, it'll be harder to click the right line, but smaller screens have it pushed off the bottom sometimes without this)
Jon Atkins
2013-05-12 17:26:42 +01:00
9266283684upgrade leaflet to the master version - taken 2013-05-12 - 3d3e2cd should fix issues with layer control on mobile, and other improvements also - the convention for marker filenames has changed from ...@2x.png to ...-2x.png for the double sized ones - so changed our files to match (we had a mix of ...@2x.png and ..._2x.png)
Jon Atkins
2013-05-12 17:18:58 +01:00
11069d5f8eAdded some help popups.
hastarin
2013-05-12 14:26:57 +10:00
a150d54dd7Smaller status bar to suit mobile and further tweaked scale bar position for small mobile displays.
hastarin
2013-05-12 14:14:58 +10:00
cb66801d9fMerge pull request #266 from integ3r/dialog
Philipp Schaefer
2013-05-11 16:10:31 -07:00
59fce850c8* Code style tweaks
Morgan Jones
2013-05-11 16:43:57 -06:00
99bbcbcb30* Fix bug that would cause modal dialogs to not show up (modal dialogs aren't draggables) * Fix issue that broke portal poslinks on mobile
Morgan Jones
2013-05-11 16:33:30 -06:00
96add49516notify android when select spinner is opened/closed (fix for #255)
Philipp Schaefer
2013-05-11 14:41:15 +02:00
76aeafbfa5Merge pull request #262 from integ3r/dialog
Jon Atkins
2013-05-10 20:56:10 -07:00
553ecdc61eMerge git://github.com/jonatkins/ingress-intel-total-conversion into dialog
Morgan Jones
2013-05-10 21:45:34 -06:00
9756bac253* Fixup: Carelessly swapped collapse and expand callbacks
Morgan Jones
2013-05-10 21:44:53 -06:00
d1d1fa85ceMerge pull request #252 from Xelio/patch-hook-iitcLoaded
Jon Atkins
2013-05-09 20:42:21 -07:00
3982c64b2fconvert IITC-only cookies to use localStorage instead - otherwise they're sent to the ingress servers and are a clear indentifier of IITC use (and wasteful of data too) fix#251
Jon Atkins
2013-05-10 04:40:21 +01:00
35397c0c35escape strings passed as parameters to function call showPortalPosLinks fix#259
Jon Atkins
2013-05-10 03:45:40 +01:00
6096640415add correct version of the sample script
Jon Atkins
2013-05-10 00:08:14 +01:00
cd7a104dcbadd a sample plugin that restores the old-style cloudmade.com map layers requires the user to get their own API key from cloudmade.com first. no pages reference this yet
Jon Atkins
2013-05-10 00:06:16 +01:00
b59a2c96db* Reduce padding for dialog buttons
Morgan Jones
2013-05-09 11:41:16 -06:00
e716dfcef2let window.show(...) interupt input mode
Philipp Schaefer
2013-05-09 14:38:45 +02:00
2e50b4feddhandle edit-text events correctly
Philipp Schaefer
2013-05-09 13:20:38 +02:00
305aba3a64* Remove the IITC About dialog's close callback, since it was resizing all other dialogs on screen
Morgan Jones
2013-05-09 01:44:10 -06:00
20ef7acda5* Fix condition that would rarely cause dialogs to not open properly (dialog wasn't getting destroyed before being replaced)
Morgan Jones
2013-05-09 01:39:19 -06:00
4b39567e29* Default dialogs to an empty title * Fix bug that would cause some singleton dialogs to open several times * Comment fix
Morgan Jones
2013-05-09 01:29:48 -06:00
81e78ed986Plugin Sync: Code restructure Move file search and create function to a new class
Xelio
2013-05-09 14:32:38 +08:00
3e8d08e11fPlugin Sync: Bug Fix - change class name initial letter to uppercase
Xelio
2013-05-09 12:55:59 +08:00
77010fc8edMerge pull request #256 from rbino/plugin-players-resonators
Jon Atkins
2013-05-08 20:39:13 -07:00
83e1c51a28Plugin Keys: Add comments on new functions
Xelio
2013-05-08 23:53:41 +08:00
c630277c25More tweaks to mobile layout. Known issues: - A touch is generating two clicks. Most noticeable with pan plugin. - The pan plugin requires the +/- zoom buttons be enabled.
hastarin
2013-05-09 01:48:59 +10:00
8266262c8aPlugin Sync: update callback will fire if full updated is performed
Xelio
2013-05-08 21:56:51 +08:00
85ce464728Update Plugin Keys and Keys On Map to work with Plugin Sync
Xelio
2013-05-08 20:43:56 +08:00
ff6d261407Tweaks to mobile for portal_highlighter and others.
hastarin
2013-05-09 00:50:12 +10:00
93f330718aMoved scale bar to bottom left on mobile.
hastarin
2013-05-09 00:08:52 +10:00
e02b0730dcPlugin Sync: Fix bug where Firefox has window.crypto but not window.crypto.getRandomValues
Xelio
2013-05-08 21:27:41 +08:00
2c4a83db8eMerge branch 'master' into layerChooser
hastarin
2013-05-08 23:20:30 +10:00
3b5d449083Tweaked layerchooser and zoom control positions.
hastarin
2013-05-08 23:19:33 +10:00
6cd3328389Add 'iitcLoaded' hook to notify that IITC and all plugins loaded.
Xelio
2013-05-08 20:47:41 +08:00
04851af096* Remove dialog resizable stuff, it's not tested
Morgan Jones
2013-05-08 03:48:26 -06:00
125bc190f1* Remove #largepreview CSS, we don't need it
Morgan Jones
2013-05-08 03:44:20 -06:00
dfadadd296IITC Dialog Overhaul, part 2
Morgan Jones
2013-05-08 03:31:32 -06:00
bf9fcd29e4New Plugin: Sync Use Google Realtime API, store key value pair in CollaborativeMap. Allow plugin to sync data between client.
Xelio
2013-05-03 13:07:16 +08:00
13d1ff9aaachange mobile 'my location' to zoom level 15, rather than 13
Jon Atkins
2013-05-08 03:05:17 +01:00
77420407c4Merge branch 'master' into layerChooser
hastarin
2013-05-08 11:18:04 +10:00
be1cadc17cMerge branch 'master' into layerChooser
hastarin
2013-05-08 10:02:58 +10:00
253080c8fbRemove offset for layer chooser.
hastarin
2013-05-08 10:00:00 +10:00
9b56ac0982* Revert userscript headers from local build
Morgan Jones
2013-05-07 16:37:20 -06:00
ce5eeaad67Merge git://github.com/jonatkins/ingress-intel-total-conversion into dialog
Morgan Jones
2013-05-07 16:32:31 -06:00
067f56fe7aMerge remote-tracking branch 'upstream/master'
Jeremy Lindgren
2013-05-07 17:20:02 -05:00
6e72f516e6load actionbar setting onCreate too (see #216)
Philipp Schaefer
2013-05-07 22:04:34 +02:00
f3fae16fe6set fetch dev-mode default value to false
Philipp Schaefer
2013-05-07 20:28:17 +02:00
0eaf076a75made action bar optional in fullscreen mode (see #216)
Philipp Schaefer
2013-05-07 19:41:37 +02:00
5bd82f0e20Merge branch 'master' into experimental
Jon Atkins
2013-05-07 16:52:05 +01:00
e2f8c7c5cfenable portals, fields and links per default
Philipp Schaefer
2013-05-07 16:01:23 +02:00
1804d6ac03Merge pull request #243 from rbino/plugin-players-resonator
Jon Atkins
2013-05-07 06:11:33 -07:00
87c0c54a26don't hide actionbar in fullscreen since we don't have iitc-tabs for control
Philipp Schaefer
2013-05-07 12:01:20 +02:00
9edcdaac3dbump version number and fixed about string since the app is not completely my work anymore
Philipp Schaefer
2013-05-07 11:53:41 +02:00
8717e7e4eaMerge pull request #246 from hastarin/actionbar
Philipp Schaefer
2013-05-07 02:50:01 -07:00
b0e7110182Formatted files via Eclipse to hopefully have correct spacing/ident.
Jon Benson
2013-05-07 19:36:02 +10:00
4906b57f15Hopefully fix whitespace issues.
Jon Benson
2013-05-07 19:05:50 +10:00
935e9ab688Fixed style overriding css to hide chat control tabs.
Jon Benson
2013-05-07 18:15:41 +10:00
42f151b3ac* Enable dialog snapping
Morgan Jones
2013-05-07 02:02:59 -06:00
2bdeb13f45* Update redeeming.js to take advantage of new dialogs * Dialogs now support collapsing and expanding * Fix IITC about window - no longer resizes all onscreen dialogs
Morgan Jones
2013-05-07 01:42:47 -06:00
b110ff0261Fix status div showing above chat.
Jon Benson
2013-05-07 17:33:26 +10:00
084494bec0Zoom control is now only disabled on multitouch capable devices by default and can be forced on again via a preference.
Jon Benson
2013-05-07 17:22:07 +10:00
541d4c8899Merge branch 'master' into actionbar
Jon Benson
2013-05-07 16:43:49 +10:00
dee32ea827Hide zoom control on mobile version.
Jon Benson
2013-05-07 15:59:26 +10:00
4f2cb4f6bbRemoved Setting for Desktop mode. It's not compatible now. If folks really want to they can still use it via a browser.
Jon Benson
2013-05-07 15:45:41 +10:00
822b7df00aChanged various action items to "ifRoom" so they aren't forced. Will be better on smaller displays.
Jon Benson
2013-05-07 15:40:15 +10:00
1a701e5a32Further bugfixes related to chat/debug.
Jon Benson
2013-05-07 15:21:05 +10:00
0108d1b49cAdded debug menu option and started tidying up 'window' handling
Jon Benson
2013-05-07 14:09:30 +10:00
0f1c22cdc1remove range circles when closing portal details
Jon Atkins
2013-05-07 04:53:27 +01:00
d97b78fafbRemoved various drawables and fixed chat scroll bug.
Jon Benson
2013-05-07 12:34:23 +10:00
57181b3b11Merge branch 'master' into actionbar
Jon Benson
2013-05-07 11:43:58 +10:00
8eb65c5764Fixed wrong name if no reso found
Riccardo Binetti
2013-05-07 01:18:08 +02:00
1f3dfacafc* Branding
Morgan Jones
2013-05-06 17:11:36 -06:00