Diskordia
684bea2970
Update redeeming.js
...
Example for Powercube & Promo Email
2013-04-14 01:14:30 +03:00
Diskordia
2403042179
Update redeeming.js
...
support for Powercubes
2013-04-14 01:02:25 +03:00
Jon Atkins
f8768acf63
add note about missing support for reporting power cubes when redeeming
...
need to capture the traffic to see the data format for this - tricky!
2013-04-13 22:12:34 +01:00
Jon Atkins
140e4f4178
add basic Makefile - it just runs "build.py" with no parameters for the default build
...
(some editors have an 'invoke make' feature - handy for them)
2013-04-13 21:55:07 +01:00
Jon Atkins
f2dfeb29bb
cleanups to the toolbox
...
- remove - use style sheets to prevent wrapping within links
- make more consistant with the cleanups made to the .linkdetails links
for #135
2013-04-13 21:45:30 +01:00
Jon Atkins
99d52dad8a
various cleanups to the portal detail display links
...
- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
2013-04-13 21:18:26 +01:00
vita10gy
83f6d853e0
Sort dropdown
2013-04-13 14:03:59 -05:00
vita10gy
ef915aaaa2
deleted console calls
2013-04-13 00:39:25 -05:00
vita10gy
4f26a6e68d
Add current location button to geo search
2013-04-13 00:33:46 -05:00
vita10gy
f0f621acb6
Style tweak and new highligher
2013-04-12 23:57:53 -05:00
vita10gy
135d4b893d
Move potentialPortalLevel to main for common usage
2013-04-12 22:53:30 -05:00
vita10gy
0f1abe1fc7
Merge branch 'master' into highlighter
2013-04-12 22:38:46 -05:00
Jon Atkins
5f4e0192a0
added MapQuest OSM tiles - these native tiles work much more smoothly than the Google tile layers, so are best for a default
2013-04-13 02:31:47 +01:00
Philipp Schaefer
d9ead0597f
made osm-less layer chooser work again (fix for #152 )
2013-04-12 23:25:32 +02:00
Stefan Breunig
934fa8242d
remove broken cm api key (see #152
2013-04-12 19:00:19 +03:00
Jon Atkins
04b5e3e52b
minor cleanups to the #toolbox
...
- ensure each added item in plugins has a space before
- use in links so they're not split over lines
- make case consistant between core IITC and plugins
2013-04-12 14:55:08 +01:00
Jon Atkins
278fdfae61
Merge branch 'master' of https://github.com/Hobadee/ingress-intel-total-conversion into Hobadee-master
2013-04-12 14:46:46 +01:00
Jon Atkins
d1cacfc41a
Merge pull request #150 from Fragger/fix-ipas-bugs
...
Fix ipas bugs
2013-04-12 06:25:25 -07:00
Kevin
fd564696c8
Indentation fix only
2013-04-11 23:41:35 -07:00
Kevin
515fc27a0d
Bug fix to get plugin working again
2013-04-11 23:40:28 -07:00
Hobadee
cd7257cc5f
Update utils_misc.js
2013-04-11 13:43:03 -07:00
Hobadee
565861f0d8
Update utils_misc.js
2013-04-11 13:39:42 -07:00
Hobadee
dc9e85be07
Update main.js
2013-04-11 13:33:01 -07:00
Hobadee
6f01852568
Update utils_misc.js
2013-04-11 13:30:34 -07:00
Hobadee
502a7e1637
Update utils_misc.js
2013-04-11 13:18:34 -07:00
Hobadee
b1fa8a830a
Update main.js
2013-04-11 13:17:39 -07:00
Hobadee
3d61ee3884
Update utils_misc.js
2013-04-11 13:15:43 -07:00
Philipp Schaefer
c28cf395b7
mobile: concentrate on ingress.com urls instead of ingress.com/intel urls, otherwise the login does not work
2013-04-11 18:16:14 +02:00
Jon Atkins
f80c30cf36
Merge pull request #144 from wrycta/master
...
Bugfix to ipas-link plugin for the case of missing resonators on the portal
2013-04-11 08:42:17 -07:00
Philipp Schaefer
4fd5e9e9b5
iitcm should only handle ingress intel links...send intent for other urls
2013-04-11 17:40:44 +02:00
Jon Atkins
00feade73e
Merge pull request #142 from Fragger/plugin-alert-css-fix
...
Fix plugins that use alert with css styling, remove unused divs in body
2013-04-11 08:32:24 -07:00
Jon Atkins
5ba407f2e4
Merge pull request #141 from Fragger/alert-callback
...
Adds an optional callback function to alerts when being closed
2013-04-11 08:31:07 -07:00
Jon Atkins
bc13a8eeda
Merge pull request #140 from Fragger/pos-url-fix
...
Fix url links for zoom, add ll param support from stock intel link button
2013-04-11 08:25:57 -07:00
Jon Atkins
dcd88cd502
add comment clarifying "return false" in "$.each" acts as a "break" - not obvious to those less familiar with jQuery
2013-04-11 16:21:14 +01:00
Jon Atkins
9b4eaaf4e8
Merge branch 'master' of https://github.com/vbfox/ingress-intel-total-conversion
2013-04-11 16:19:35 +01:00
wrycta
56e79fe10c
Fixes ipas-link in the case that resos are missing
...
Adds dummy values to the hash, with energyTotal=0 for that resonator
2013-04-11 10:34:57 +08:00
Philipp Schaefer
a7f97fa5ba
use android drawable for info_icon instead of an own drawable...
2013-04-11 00:50:19 +02:00
Philipp Schaefer
3ba31f490d
added missing ressources
2013-04-11 00:40:52 +02:00
Philipp Schaefer
886c56da94
mobile: prevent force close in onStop() method on devices without mobile
...
data connection module
2013-04-10 14:56:50 +02:00
Kevin
19a42b7c24
Fix plugins that use alert with css styling, remove unused divs in body
2013-04-10 05:36:33 -07:00
Kevin
f2df5643f9
Adds an optional callback function to alerts when being closed
2013-04-10 05:33:43 -07:00
Kevin
15ea225d10
Fix url links for zoom, add ll param support from stock intel link button
2013-04-10 03:49:23 -07:00
vita10gy
ffcbcbc7a6
Nits and style changes
2013-04-10 00:46:16 -05:00
Julien Roncaglia
f13985b1f9
Fix clicking on cited player name inserting the nickname without '@' in the chat
2013-04-10 07:14:09 +02:00
Julien Roncaglia
c6118a47c2
Fix click on player name in chat doing nothing
...
It only worked when player tracker wasn't installed
2013-04-10 07:10:29 +02:00
vita10gy
055e584925
Merge branch 'master' into highlighter
2013-04-09 22:38:55 -05:00
Jon Atkins
0d51e045a0
disable input "keydown" on smartphones - it's redundant there (no tab key), breaks input editing, and has some impact on performance
...
fix #138
2013-04-10 04:07:20 +01:00
Philipp Schaefer
b97b2fc418
mobile: fix typo in comment
2013-04-09 23:50:12 +02:00
Julien Roncaglia
1f2fa7ac84
Add a find by name feature to player-tracker
...
It search for an user name and if the user is found, center the map on it's
last known position.
The feature can be triggered by:
- Entering the user nickname in the search box preceded by '@'
- Ctrl+Clicking on an user name in the chat
2013-04-09 22:44:16 +02:00
Julien Roncaglia
1a8d15d1c5
Add 2 new hooks: geoSearch and nicknameClicked
...
For both of them returning false will interupt the default action
'geoSearch' is called when something is entered in the search box.
The argument is the string entered in the search box
'nicknameClicked' is called when a nickname is cliked.
The argument is an object with 2 properties:
- 'event' contain the standard event object
- 'nickname' contain the nick of the user
2013-04-09 22:40:34 +02:00