3830 Commits

Author SHA1 Message Date
Jon Atkins
e35c2d5a33 website: update to bootstrap 3
also, some initial work on making the 'faq' page data driven
2013-12-23 03:09:39 +00:00
Philipp Schaefer
1e75353eb3 added back possibility to move webviews cache to external storage
* in theory, this is not needed anymore since iitcm now has its own
 * tile cache. But the user may want to use tiles loaded by an external
 * plugin and cache them on sdCard. This would make use of the webviews
 * cache...to stay consistent with our external storage preference we
 * need this method.
2013-12-22 13:36:59 +01:00
nexushoratio
703382f3b8 Consistency in how highlighters are described. 2013-12-21 23:20:08 -08:00
nexushoratio
79ba485866 Make the beginning of the descriptions consistent. 2013-12-21 22:29:59 -08:00
Philipp Schaefer
ca5e7a890a Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-12-21 20:46:54 +01:00
Jon Atkins
c46967549b bump mobile version number 2013-12-21 20:46:45 +01:00
Philipp Schaefer
9a842496da add back webviews cache...needed for map tiles loaded by external plugins 2013-12-21 20:45:05 +01:00
Jon Atkins
57467de1d8 website update for 0.16.1 release 2013-12-21 19:34:30 +00:00
Jon Atkins
606de6a384 Merge branch 'release_20dec' into release 2013-12-21 19:25:51 +00:00
Philipp Schaefer
e4ba8ef73f Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-12-21 20:22:58 +01:00
Philipp Schaefer
b3ec24f177 removed not used return value 2013-12-21 20:22:50 +01:00
Jon Atkins
3083d9c352 bump mobile version number 2013-12-21 19:13:26 +00:00
Jon Atkins
81cb7e60c4 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-21 19:10:24 +00:00
Jon Atkins
31b0e724e9 website tweak 2013-12-21 19:10:07 +00:00
Philipp Schaefer
cd524c4e61 removed copy+pasted comment... 2013-12-21 19:39:12 +01:00
Philipp Schaefer
90e8764f49 removed not used imports 2013-12-21 18:41:26 +01:00
Philipp Schaefer
c624a789d5 update tiles if outdated (use lastModified tag and only update on wifi) 2013-12-21 18:39:50 +01:00
Philipp Schaefer
8f5072dda5 added tile support for bing, ovi and yandex maps...tileManager should now manage all iitc supported tiles 2013-12-21 17:59:50 +01:00
Philipp Schaefer
2e4b670bb3 outsourced webchromeclient 2013-12-21 17:40:51 +01:00
Philipp Schaefer
eed11120da changed google tile regex 2013-12-21 17:33:53 +01:00
Philipp Schaefer
3e5124022d removed default cache, since we cache tiles on our own it's not needed anymore 2013-12-21 17:25:31 +01:00
Philipp Schaefer
fa89fc67d8 new tile management 2013-12-21 17:16:21 +01:00
nexushoratio
b024fc51dc s/Shows/Show/ 2013-12-20 22:50:01 -08:00
nexushoratio
a400913162 s/Uses/Use/ 2013-12-20 22:49:08 -08:00
nexushoratio
bfac36701d Sync has been around for a while, so reflect that. 2013-12-20 22:35:20 -08:00
Philipp Schaefer
859c3a3262 pause/resume webview too on activities pause/resume
Conflicts:
	mobile/src/com/cradle/iitc_mobile/IITC_Mobile.java
2013-12-20 23:40:45 +01:00
Jon Atkins
bf5e58a4ba remove pre-defined munges
the new code has been so successful at detecting them successfully, it seems pointless keeping them up to date manually all the time
if a site update breaks the regular expressions, it would surely change the munges too, breaking any defined in the code
2013-12-20 23:31:01 +01:00
Jon Atkins
95314817b2 portals-list: set 'nowrap' on portal table - improves things on mobile 2013-12-20 23:31:01 +01:00
Jon Atkins
a4d4070c94 geodesic line drawing: alternative intermediate point calculation code - based on simpler lon->lat formula rather than N intermediate points
more than good enough for line drawing, and hopefully will avoid odd rounding issues seen on mobile
2013-12-20 23:30:30 +01:00
Philipp Schaefer
9f9dfa60e3 check if actionbar is present before using it 2013-12-20 23:30:30 +01:00
fkloft
7dd4c27c26 mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-20 23:30:30 +01:00
Jon Atkins
89371f732d portals-list: more changes
- add AP column - destroy+capture AP, with tooltip showing details
- clean up handling of truncated portal names - removes unnecessary wrapper <div>
- shortened resonator column title
- add/remove tooltip and help cursor where it makes sense
- add % to health column
2013-12-20 23:30:30 +01:00
Jon Atkins
e9219c5e3a change digits function to use unicode 'thin space' as thousands seperator 2013-12-20 23:30:30 +01:00
Jon Atkins
d8dc9d4722 portal details ap: missed change from earlier commit - now funally includes field counts in calculations 2013-12-20 23:30:30 +01:00
fkloft
110c38a63a Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-20 23:30:30 +01:00
fkloft
6839bf71e3 mobile statusbar: update statusbar immediately on selection using reduced data, redraw when portal details available 2013-12-20 23:30:30 +01:00
Jon Atkins
e5cb8254d5 digital bumper sticker: fix so it doesn't cause JS errors when IITC is running 2013-12-20 23:30:30 +01:00
fkloft
2e940000b4 guess-player-levels: improved tooltip
- include player nickname (in case the nickname is too long to be fully visible)
- use level colors (similar to the player tracker tooltip)
2013-12-20 23:30:30 +01:00
Jon Atkins
bedd34d738 doh! daft bug
fixes #705
2013-12-20 23:30:29 +01:00
Jon Atkins
ce2ecf90f3 si8debar fixes:
- ensure consistant display based on portal details, by creating portal summary data from details
- pass field count into AP calculation, for accurate destroy amounts
- use portal.options.level, so unclaimed appear as zero
2013-12-20 23:30:29 +01:00
nexushoratio
b1198727b4 Return to old user experience of clicking on portal link replaces
current page.

Rationale: Users have several options of opening a link in a new
tab/window without the target, whereas with the target, users have no
option of reusing the same window.
2013-12-20 23:30:29 +01:00
Jon Atkins
b52f71282d portals-list: more cleanups
- columns have a default sort order which is always used when first selecting one - a second select toggles the order
- display '-' instead of '0' for no links/fields (any suggestions for resonator count, to make botu '8' and '0' visibly distinct?)
- pre-convert portal names to lower case, to avoid ecxessive conversion in soting
2013-12-20 23:30:29 +01:00
Jon Atkins
dd0895e0c9 tweaks to the request/retry settings 2013-12-20 23:30:29 +01:00
Jon Atkins
92fcac4c65 portals list plugin: various cleanups/tweaks to earlier changes 2013-12-20 23:30:29 +01:00
Jon Atkins
fed08e3e75 further to #704, use the existing function to both filter and sort link amps, so (in theory) combinations of rare+very rare are handled correctly 2013-12-20 23:30:29 +01:00
Jon Atkins
f2668a332d use the correct hook for portal details loaded 2013-12-20 23:30:29 +01:00
Jon Atkins
24848ad35e add a js debugger breakpoint into 'unknown hook' error case 2013-12-20 23:30:29 +01:00
nexushoratio
2ee8fe6173 Fix minor typo. 2013-12-20 23:30:29 +01:00
khabraken
afbd3d0d32 Fix the calculation for Link Amp range boost to be generic, so VRLA boosts are correctly calculated.
For RLA, the first multiplier is 2x. Subsequent RLAs add 0.5, 0.25, 0.25 to the multiplier. But expressed as a fraction of the initial multiplier, this is 0.25, 0.125, 0.125. Scale array has been updated to reflect this. This means the "-1" in the calculation is no longer required, and that boost is correctly calculated when baseMultiplier is anything other than 2 (eg VRLA, when it is 7).
If there aren't any Link Amps, the multiplier is 1x.
2013-12-20 23:30:29 +01:00
Philipp Schaefer
4f24eaab1d retrieve correct resource id when package name is overriden 2013-12-20 23:30:29 +01:00