Philipp Schaefer
d381a0304e
check if zoom enabled before loading plugins
2013-05-27 15:34:04 +02:00
Philipp Schaefer
85b7715c5d
better check for plugins wrapper removal
2013-05-27 15:29:13 +02:00
Philipp Schaefer
8d1dcf74fe
removed not used newline at the end of plugin...stay consistent with other plugins, otherwise it breaks stuff on mobile plugin injection
2013-05-27 14:50:33 +02:00
Philipp Schaefer
ff900520ad
load plugins and iitc main script simultanously ( fixes #303 )
2013-05-27 14:12:12 +02:00
Jon Atkins
706b5132ea
guess player levels
...
- set an id to prevent mulitple instances being opened
- pass in a width, overriding the default 300px
2013-05-27 04:58:45 +01:00
Jon Atkins
78329770fe
remove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working
2013-05-27 04:57:32 +01:00
Jon Atkins
50b3e0be38
remove some debugging console.log calls left in by mistake
2013-05-27 03:21:35 +01:00
Jon Atkins
372a2b34c8
don't resolve more than 15 names in one request - this is approximately the limit imposed by the server
...
if more are to be resolved, multiple requests are made. this does increase the odds of hitting the request rate limit, but in that case we'll get http failed requests and the names will be pushed back onto the pending resolve list for next time
fix #323
2013-05-27 03:19:51 +01:00
Jon Atkins
9b8cac9e6f
run the name resolving process after showing the dialog - it's not automatic
2013-05-27 03:13:34 +01:00
Jon Atkins
9dc0ac4234
add a limit on the number of map tile data requests merged into a single bucket - the server seems to have some limits on this
...
yes - it will cause more requests in this case, but that's nicer than just completely failing
fix #320
2013-05-27 02:16:52 +01:00
Jon Atkins
895671d860
the ada refactor/java virus can mean a player owns resonators of a higher level than himself. make sure we don't end up with negative values in this case
...
fix #322
2013-05-27 01:56:26 +01:00
Jon Atkins
5c9fdc6f61
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-27 00:36:26 +01:00
Jon Atkins
bfd9f39067
add util function to escape strings for manual building of HTML, and use this for the portal title
...
fix #319
2013-05-27 00:35:56 +01:00
Jon Atkins
06a1b09af6
Merge pull request #317 from integ3r/alignment-virus
...
Passcode redemption: Support for Alignment Virus and other item types, tweaks
2013-05-26 15:39:13 -07:00
Jon Atkins
e609c64775
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-26 19:30:34 +01:00
Jon Atkins
5430992d70
improvements to date formatting
...
- leading zeros on month/day
- milliseconds in chat tooltips
2013-05-26 19:29:48 +01:00
Philipp Schaefer
c852d1f34b
use class attribute to check for enabled/disabled desktop mode
2013-05-26 14:50:16 +02:00
Philipp Schaefer
86fe10aa9c
added back desktop mode (see #304 )
2013-05-26 14:15:11 +02:00
Philipp Schaefer
c8dc62eafb
added forgotten getString(...)
2013-05-25 16:25:34 +02:00
Philipp Schaefer
5311fb1641
set currentPane to home if home button is pressed
2013-05-25 16:05:29 +02:00
Philipp Schaefer
37dac3b197
* display backstack correctly on home button
...
* clear backstack on home button pressed
2013-05-25 15:37:49 +02:00
Philipp Schaefer
818aec09c4
bumped version number
2013-05-25 13:41:13 +02:00
Philipp Schaefer
d3461b0451
got back long press on portal functionality
2013-05-25 13:39:58 +02:00
Philipp Schaefer
5cc27b70d9
removed forgotten setupBackButton function call
2013-05-25 12:26:53 +02:00
Philipp Schaefer
6e6249f903
* removed JS backstack (not needed anymore)
...
* removed JSInterface exit method
2013-05-25 12:24:59 +02:00
Philipp Schaefer
0a97d6a5e4
* removed not used import
...
* handle home button correctly
* update currentPane after backStack.pop()
2013-05-25 12:23:27 +02:00
Morgan Jones
0380893637
Style tweak
2013-05-25 00:36:16 -06:00
Morgan Jones
34c58bae71
Merge git://github.com/jonatkins/ingress-intel-total-conversion into alignment-virus
2013-05-25 00:15:41 -06:00
Morgan Jones
1b2baf5a88
= Redemption tweaks, round 3
...
* Pass the entire acquired item into resource decoders instead of the attribute in question. Generic 'resource' objects have things we need to examine.
* Formatted support for the `resource' taxonomy (portal keys and JARVIS/ADA). Remove standard 'default' taxonomy in favor of this.
* Let individual items override their own primary key (for example, JARVIS/ADA are both a FLIP_CARD, but we don't want to smash them together)
* Let the server-side item name override the "hard-coded" name in IITC
* Assuming that passcodes can eventually work like portal hacks, add support for the MEDIA and PORTAL_LINK_KEY item types.
* Change plaintext and HTML display for modResources in anticipation of link amplifiers
* Log entire JSON response to the console if we have to guess about items.
* Add more encouragement.
* Add Jarvis/ADA JSON responses, fake media items, and fake portal keys to json_examples.
2013-05-25 00:12:56 -06:00
hastarin
7ada77ac21
Just some code clean up.
2013-05-25 12:33:27 +10:00
hastarin
3691402e4a
Improved back handling in mobile app. Now more consistant with standard.
2013-05-25 11:58:35 +10:00
Philipp Schaefer
27cb2efde5
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
2013-05-24 17:24:23 +02:00
Philipp Schaefer
045279a265
extended JSInterface to finish app via js (see #312 )
2013-05-24 17:24:02 +02:00
Jon Atkins
84e0aeb679
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-24 15:54:35 +01:00
Jon Atkins
9dffadada6
plugins - ensure they pass a default for shown/hidden when being added to the map
2013-05-24 15:54:05 +01:00
Philipp Schaefer
e7a296b2b3
removed wrong semicolon
2013-05-24 16:03:24 +02:00
Philipp Schaefer
7e35c95e2c
reordered layer and location buttons correctly ;)
2013-05-24 15:58:19 +02:00
Philipp Schaefer
58faf2e2ba
removed speech-search plugin from mobile. it is not working and iitcm brings its own voice search
2013-05-24 15:54:56 +02:00
Philipp Schaefer
3245ca01d4
removed not used imports
2013-05-24 15:52:36 +02:00
Philipp Schaefer
a56272f260
some tweaks for the new search
...
* distinguish between onCreate intent and resume intent (do not always reload)
* handle voice search correct
2013-05-24 15:48:37 +02:00
hastarin
34712cddb1
Removed menu selection handling for search due to double search.
2013-05-24 17:04:06 +10:00
hastarin
dd8ceaf934
Reordered menu items. IMO Layers is used more than My Location.
2013-05-24 16:15:56 +10:00
hastarin
9ce25e7e57
Initial commit of a working Search View.
2013-05-24 15:52:25 +10:00
hastarin
98e927fb0f
Have everything working now if you don't enable ProGuard.
...
It will take time to determine how it needs to be configured but that's low priority really.
2013-05-24 12:04:23 +10:00
hastarin
50168e93fa
Merge branch 'master' into androidstudio
2013-05-24 10:41:18 +10:00
Jon Atkins
169dd9aced
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-05-23 18:13:07 +01:00
Jon Atkins
f4027881b4
add some disclaimers to the CloudMade map plugin comments
2013-05-23 18:12:39 +01:00
Jon Atkins
9e540bb457
add a template plugin for the old cloudmade.com maps. users need to register to get their own API key for this
2013-05-23 18:07:59 +01:00
Philipp Schaefer
f58e8cfa83
fixed typo in API
2013-05-23 13:44:00 +02:00
Philipp Schaefer
d61c5cc752
bumped version number
2013-05-23 13:18:01 +02:00