3830 Commits

Author SHA1 Message Date
fkloft
5339e55542 [keys] fix layout of buttons in portals-list on mobile 2014-08-29 20:41:20 +02:00
fkloft
de999f43c0 [portals-list] Fix filter on mobile 2014-08-29 20:41:11 +02:00
fkloft
7dc2dfacad [uniques] show visited/capture state in portals-list 2014-08-29 18:12:37 +02:00
fkloft
4644e6ee83 [keys] show keys in portals-list 2014-08-29 18:12:37 +02:00
fkloft
547dc07be3 [portals-list] updated comment 2014-08-29 18:12:36 +02:00
fkloft
5b1e8ec000 [portals-list] rewrite large parts, making it more extensible 2014-08-29 18:12:36 +02:00
fkloft
25741b5467 updated comments 2014-08-29 18:08:54 +02:00
fkloft
2229454f8d use predefined constants 2014-08-29 17:52:21 +02:00
Jon Atkins
db3d9f25c8 website: update faq
- remove now outdated 'iphone' references
- add details about the niantic invisible portal issue to the existing faq entry
2014-08-29 07:35:04 +01:00
Philipp Schaefer
f093f3e19c only handle google login and ingress intel links in webview 2014-08-19 02:33:20 +02:00
Philipp Schaefer
0fc57f8cfc moved reset calls into new reset method of main activity 2014-08-19 02:29:02 +02:00
Philipp Schaefer
585c16ef72 removed redundant loc 2014-08-19 02:13:11 +02:00
Philipp Schaefer
799c790b9f fixed login 2014-08-19 01:44:13 +02:00
Philipp Schaefer
0a461ab753 * moved necessary resets to from reloadIITC() to loadURL()
* better url parameter add
* fixed wrong return value of shouldOverrideUrlLoading()
2014-08-18 23:28:52 +02:00
Jon Atkins
a687ab82ea website: update for new release 2014-08-15 15:09:44 +01:00
Jon Atkins
9ff9cb7245 bump version number for new release 2014-08-15 15:02:16 +01:00
fkloft
b89bce6fb6 new plugin: layer-count
fixes #821
2014-08-15 10:11:09 +02:00
Jon Atkins
9544db6da2 change mod colours to the new scheme used by the standard intel site
- common: green (similar to before)
- rare: blue (was purple)
- very rare: purple (was pink)
2014-08-15 04:54:53 +01:00
Jon Atkins
b58aff8a54 remove references to niantic variables in their 'nemesis.' object - not available since they introduced minification 2014-08-15 00:48:58 +01:00
Jon Atkins
f481287f84 version code extraction: rather than hard-coded function name, iterate through all munged (i.e. 1 or 2 letter) functions, then the munged functions within the prototype
this should, in theory, be reasonably robust against Niantic site updates.
2014-08-15 00:43:51 +01:00
Jon Atkins
9ab6bea90d first pass at extracting version code from the minified javascript
still needs some work, but will get something working in the test builds for now...
2014-08-14 23:54:36 +01:00
Jon Atkins
aa01bcf66f website update for 0.17.4 release 2014-08-14 04:40:54 +01:00
Jon Atkins
f79ae4b5f5 bump version number for new release 2014-08-14 02:39:22 +01:00
fkloft
2501f5c82f bugfix (IITCm crashed if an unvalid URI was given) 2014-08-13 18:34:22 +02:00
fkloft
06b3061715 fix small syntax error
(doesn't throw, but doesn't work either)
2014-08-13 12:50:49 +02:00
fkloft
e3542dabbf [mobile] improve debug view
- ListView should be significantly faster thanks to the ViewHolder pattern
- ability to remove/copy items be long-pressing them
2014-08-13 11:45:53 +02:00
fkloft
ad07f8685c [mobile] ability to clear the log (and always show debug in menu) 2014-08-13 11:45:53 +02:00
fkloft
546ed4e98f Avoid JS errors 2014-08-13 11:45:53 +02:00
fkloft
360c51e7dc [core] tell Android to reload instead of calling location.reload() if running on IITCm
fixes 842
2014-08-13 11:45:43 +02:00
fkloft
ffcc8e3349 [mobile] provide method to reload IITC (and clear cache)
fixes 842
2014-08-13 11:45:32 +02:00
Jon Atkins
368b647114 reduce the delay before repeating a 'error: TIMEOUT' map data request 2014-08-13 03:42:26 +01:00
fkloft
c4fcf53fd3 [mobile] small bugfix 2014-08-12 23:41:33 +02:00
fkloft
31c01d0b4c Add tooltips for accesskeys 2014-08-12 22:33:04 +02:00
fkloft
b4053c2800 [uniques] make sync work (hopefully)
If it doesn't work, try to delete the file "uniques[uniques]" in your Google Drive. Be sure to delete it from the trash as well.
2014-08-12 21:39:45 +02:00
Jon Atkins
e81dead91f version check plugin - use https URLs for version check when intel loaded over https 2014-08-12 19:08:13 +01:00
Jon Atkins
1a200269bd map data requesting: the stock site no longer performs unlimited retries on 'error: TIMEOUT' map data tiles, so update IITC to match
split tiles that are retried into smaller requests - might help things at the server side??? no harm in it...
2014-08-12 18:47:48 +01:00
Jon Atkins
c8fd938cd3 big rework of error handling on requests
- central point for checking for 'error: "out of date"' response from server
- in 'out of date' state, an error dialog is shown and no further requests are sent to the server
- request queue has central point for request adding - now request count is accurate, not just for COMM requests
- request error count is cleared after a period of no requests failing
2014-08-12 17:07:28 +01:00
Jon Atkins
21463ca392 move postAjax function into a new file 2014-08-11 22:15:10 +01:00
Jon Atkins
d82791bfa7 actually delete the temporary test plugin 2014-08-11 15:55:51 +01:00
fkloft
1f13ec3001 Improvements to passcode redeeming
- use text color instead of background, with font-weight:bold and a small shadow
- short format for passcodes
2014-08-09 16:59:33 +02:00
Jon Atkins
4827c9ac1b helios artifacts - initial guess was slightly wrong - no count parameter for target marker 2014-08-09 03:05:43 +01:00
Jon Atkins
a122dacf70 passcode redemption: enable/disable the passcode entry box based on the stock intel site flag. this way, if Niantic turn it off, IITC will follow automatically 2014-08-09 02:44:37 +01:00
Jon Atkins
a58238158f the stock intel update of 2014-08-08 adds two new fields to every request - called 'b' and 'c', both blank strings
no idea why, or what they're for - and it does seem to work without them - but duplicate in case it's important
2014-08-09 02:34:36 +01:00
Jon Atkins
8b95e18ef9 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-08-09 02:08:19 +01:00
fkloft
c4a2a8c955 passcode redemption: some tweaks to style sheet 2014-08-09 00:21:52 +02:00
fkloft
7a494be280 preliminary support for passcode redemption 2014-08-09 00:03:25 +02:00
Jon Atkins
95e671e2f5 remove unused js file that was part of the bad-version-code-fix plugin - which turned out to be a bad idea 2014-08-08 03:36:34 +01:00
Jon Atkins
963232a98e niantic are experimenting with different values for 'tiles per request' - so let's be nice and make IITC follow the same setting 2014-08-08 00:50:20 +01:00
Jon Atkins
51ca72eaf1 mark the plugin as 'deleted' and remove all code
will be really deleted before the next release build, but as a fair few probably installed it from the test builds it seems a good idea for this intermediate state
2014-08-07 13:48:19 +01:00
Jon Atkins
5163b1407b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-08-07 12:22:34 +01:00