2574 Commits

Author SHA1 Message Date
Mike Castle
c31fa3d46d Spell checking, a-c. 2013-11-22 20:14:23 -08:00
Mike Castle
336c52b830 Fix a couple of typos. 2013-11-21 23:11:49 -08:00
Jon Atkins
e6c0c9a51a geodesic lines: improve the handling for lines that extend beyond the antimeridian. no odd straight line segments
leaflet doesn't have particularly great handling for this, but this is a reasonable measure for now
2013-11-21 05:30:21 +00:00
Jon Atkins
08b7a5ec6f ensure we don't break for artifacts without jarvis data (e.g. a future artifact type)
make shard marker semi-transparent - avoids the harsh white outline and makes the underlying portal and it's colour partly visible
2013-11-20 06:20:30 +00:00
Jon Atkins
2e16a001b9 sort artifact list by shard number, then by target portals 2013-11-20 05:57:00 +00:00
Philipp Schaefer
8f06d3678b always exit app when map is focused and back button is pressed (fix for #650) 2013-11-19 21:10:12 +01:00
Jon Atkins
9a654ae8fa bookmarks plugin
- fix auto draw to pass the right options (line/polygon) - otherwise geodesic lines can show a fill due to the curve
- add note about API needed in draw tools plugin for this to use
2013-11-18 07:33:35 +00:00
Jon Atkins
792acc33ed bookmarks plugin: fix error caused by missing hook parameters.
i've guessed as to what was expected here, but they don't seem to be used much anyway
2013-11-18 07:01:33 +00:00
Jon Atkins
10e48fe449 increase parallel requests - this matces behaviour of stock intel site, and speeds things up a bit 2013-11-18 06:59:25 +00:00
Jon Atkins
19ef029a65 Merge pull request #647 from Fragger/sortfix
Don't add on click events on dialog open
2013-11-16 12:09:59 -08:00
Philipp Schaefer
8acc6c0d70 disable JS on kitkat too if mDisableJs is true 2013-11-15 19:16:19 +01:00
Philipp Schaefer
58eb9c0a0a some code formatting 2013-11-15 19:02:22 +01:00
Fragger
c5251d22c5 Don't add on click events on dialog open
Instead add them once durring setup
This fixes an issue where click events would fire x amount of times
depending on how many times the dialog was opened and closed, on even
times sort would run twice and not toggle.
2013-11-14 16:37:25 -08:00
fkloft
dae674d63f Show frequently used intents on top 2013-11-14 22:56:27 +01:00
fkloft
b63d3311f6 Sort intents in share activity 2013-11-14 22:56:27 +01:00
fkloft
d7cee2eb22 Use static initializer instead of private static method 2013-11-14 22:56:27 +01:00
Jon Atkins
f421302776 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-11-14 07:40:51 +00:00
Jon Atkins
7fc13f0c9e portal highlighter system
- add an alternative API that includes a setSelected callback, so highlighters know when they're turned on/off
- fix bug where highlighters were selected multiple times
- a few other cleanups
2013-11-14 07:39:33 +00:00
Philipp Schaefer
1e35d027d9 playertracker: don't close tooltip on touchdevices...touchdevices don't have a tooltip for player markers 2013-11-14 01:05:32 +01:00
Philipp Schaefer
37a54507af playertracker: close all tooltips before markers are redrawn
fixes tooltip fragments on firefox
2013-11-14 00:51:04 +01:00
Jon Atkins
be5f365ff6 add (back) code to enxure tooltips close in player tracker - some browsers are buggy without it 2013-11-13 20:37:27 +00:00
Jon Atkins
694325a39b some cleanups on build.py - in preperation for not updating date/time in file versions when no other changes occur 2013-11-13 02:24:40 +00:00
Jon Atkins
91c561b8c5 try to use the stock intel site map zoom->detail level loopup, to allow that to be changed at the Niantic end and IITC to match
catch errors and fallback to the currently known values
(is this a good idea? good question...)
2013-11-13 00:09:13 +00:00
Jon Atkins
110857cda3 artifact refresh: reduce to once per hour, but synchronise to close to the hour mark to keep the data fresh
a small random jitter is added to the refresh time to prevent a large number of requests at the exact same time
2013-11-13 00:07:58 +00:00
Jon Atkins
736ccfd5c8 bump version in preperation for next release 2013-11-12 23:18:01 +00:00
Jon Atkins
15d5b7b18f add 'clean' to makefile - quick clean of mobile project 2013-11-12 22:59:29 +00:00
Jon Atkins
3afaa5a5b9 Merge branch 'release' 2013-11-12 20:31:17 +00:00
Jon Atkins
b0e62af0b9 bump version code - managed to duplicate 59 on 0.7.7.2, so f-droid doesn't pick up the right one 2013-11-12 20:29:57 +00:00
Jon Atkins
395a4ad15b bump version code - managed to duplicate 59 on 0.7.7.2, so f-droid doesn't pick up the right one 2013-11-12 20:28:54 +00:00
Jon Atkins
5ae2dce46e first attempt at regular expressions to extract munged parameters from stock site javascript 2013-11-12 08:41:00 +00:00
Jon Atkins
268e7c605a add semicolons between the multipme included javascript files - removes certain ambigious situations 2013-11-12 08:39:31 +00:00
Jon Atkins
4c10bb9377 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-11-12 06:29:53 +00:00
Jon Atkins
8f8a2ad8d6 the stock site was updated to only request 4 tiles per request - so match this in iitc
(the response has only managed 4 tiles for a long time, with the rest returning 'timeout' and silently retried)
2013-11-12 06:28:58 +00:00
Jon Atkins
c5ff6e903a Merge pull request #641 from xrstf/patch-2
compatibility with Python 2.6
2013-11-11 20:04:48 -08:00
Christoph
542b8f4512 compatibility with Python 2.6 2013-11-12 01:28:11 +01:00
Jon Atkins
3b2c2d17e9 Merge branch 'master' into release 2013-11-11 23:43:19 +00:00
Jon Atkins
5bd8462964 update website for new release 2013-11-11 23:39:38 +00:00
Jon Atkins
2599c75599 Merge pull request #640 from xrstf/patch-1
fixed missing quote
2013-11-11 15:02:28 -08:00
Jon Atkins
2957189e1c new request parameter munge set 2013-11-11 2013-11-11 23:01:28 +00:00
Christoph
6101800879 fixed missing quote 2013-11-11 23:53:21 +01:00
Jon Atkins
72610aecbd update check plugin: include ts=TIMESTAMP parameter in URL, to ensure it's never the same twice on a device
This ensures that the aggressive caching used on mobile won't be a problem, and possibly helps avoid cache issues on desktop too
fix #637
2013-11-11 05:51:42 +00:00
Jon Atkins
17fda5fc0b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-11-11 02:36:00 +00:00
Jon Atkins
f92accdd89 basemap-staman: changed from using their library to direct tile url references
this allows us to switch http/https as required, and fixes a bug with remembering default layers on IITC startup
2013-11-11 02:35:10 +00:00
Philipp Schaefer
d9d335b22e some code reformatting 2013-11-10 23:30:51 +01:00
Jon Atkins
3f15535f48 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-11-10 21:40:37 +00:00
Jon Atkins
df3a8adcb2 add portal age, in days/hours/etc to tooltip along with existing capture timestamp in portal info panel 2013-11-10 21:39:57 +00:00
Jon Atkins
fddf28bc51 artifact dialog: position to left of center 2013-11-10 21:37:42 +00:00
Jon Atkins
52550209ee player tracker: add the age of the last entry to the short tooltip 2013-11-10 19:21:17 +00:00
Philipp Schaefer
7c2445edd1 reset iitcInjected onLoginRequested 2013-11-10 13:04:18 +01:00
Philipp Schaefer
f20211e5dd finish the app on update otherwise the app plus its intent gets killed 2013-11-10 12:51:12 +01:00