Commit Graph

3811 Commits

Author SHA1 Message Date
bf89a0548e new actionbar title for permalink 2013-12-20 23:29:33 +01:00
c7b4632ee6 Improved intent sorting
(default app listed first again, sorting broke this)
2013-12-20 23:29:33 +01:00
d89f60be11 Revert "Revert "Naive attempt to make bookmarks compatible with nav drawer. @ZasoGD - please have a look, if necessary undo this commit and do it right""
This reverts commit 67f273fd6d.
2013-12-20 23:29:33 +01:00
7ab3a33adc Minor typo. 2013-12-20 23:29:33 +01:00
7a36053d46 plugin draw resonator update
Update to code for disabled on out of zoom bounds and tool tip when in
bounds
2013-12-20 23:29:33 +01:00
572ddb949f Remove pan control from minimap
(basically same issue as c537811e9b)
2013-12-20 23:29:33 +01:00
1e0e687b71 pause/resume webview too on activities pause/resume 2013-12-20 23:21:26 +01:00
73f894ead2 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-20 07:33:46 +00:00
79b0a3b88a 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 07:16:23 +00:00
d353bdf3d6 hint android system a slower sensor delay 2013-12-20 00:44:31 +01:00
4a70638750 - reduce cpu load onSensorChange...10 updates per second should be enough.
- needs some more tweaking
2013-12-19 17:24:30 +01:00
7afbd6d957 moved user location to sub preference screen 2013-12-19 16:47:01 +01:00
2af53b4699 made sensor orientation optional due to high cpu load 2013-12-19 16:35:07 +01:00
2361de0411 portals-list: set 'nowrap' on portal table - improves things on mobile 2013-12-19 04:10:09 +00:00
4828fd3fba limit zoom level on 'locate' function on mobile - otherwise you can end up *way* too close with maps supporting high zoom levels (e.g. bing, nokia ovi) 2013-12-19 03:49:31 +00:00
e536fb6d12 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-19 03:30:57 +00:00
0dff718f1f Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-18 22:44:48 +00:00
c96e6ab799 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-18 22:42:49 +00:00
ba33e28675 change digits function to use unicode 'thin space' as thousands seperator 2013-12-18 22:41:55 +00:00
2419868f54 portal details ap: missed change from earlier commit - now funally includes field counts in calculations 2013-12-18 21:27:48 +00:00
720135f89c check if actionbar is present before using it 2013-12-18 10:33:07 +01:00
269abc4e7b Merge branch 'orientation-sensor' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/orientation-sensor 2013-12-18 10:23:08 +01:00
2b358c710a Merge branch 'desktop-mode' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/desktop-mode 2013-12-18 10:20:27 +01:00
ab7f41aa1d Merge pull request #707 from fkloft/portal-details
Tweaks regarding portal details
2013-12-17 18:36:28 -08:00
a2501f518f Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-18 00:30:02 +01:00
a68c72583f mobile statusbar: update statusbar immediately on selection using reduced data, redraw when portal details available 2013-12-17 23:05:50 +01:00
f2b3f3466e mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
be05945eac Use native Android API for user-location (WebView causes high cpu load, even when IITC is stopped)
Also, move all user-location related functions into new class IITC_UserLocation.
2013-12-17 21:30:36 +01:00
f1aaad3c22 digital bumper sticker: fix so it doesn't cause JS errors when IITC is running 2013-12-17 17:54:21 +00:00
bcc327acdd Merge pull request #706 from fkloft/guess-player-levels
guess-player-levels: improved tooltip
2013-12-17 09:07:21 -08:00
09af51a6e4 doh! daft bug
fixes #705
2013-12-17 17:05:21 +00:00
eb393cefd2 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-17 17:19:51 +01:00
02a0f3af36 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-17 08:18:06 +00:00
e655bb6585 Merge remote-tracking branch 'upstream/master' 2013-12-17 07:50:23 +00:00
97d351a51b Merge pull request #699 from nexushoratio/portal-link
Return to old user experience of clicking on portal link replaces
2013-12-16 23:32:08 -08:00
2f4aa2ae11 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-17 06:05:36 +00:00
18d5708043 tweaks to the request/retry settings 2013-12-17 03:52:12 +00:00
1413dd13eb portals list plugin: various cleanups/tweaks to earlier changes 2013-12-17 03:47:06 +00:00
9852b680f5 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-17 03:38:56 +00:00
1043ff49b0 use the correct hook for portal details loaded 2013-12-17 03:25:50 +00:00
9fde200f70 add a js debugger breakpoint into 'unknown hook' error case 2013-12-17 03:25:03 +00:00
03e180f597 Merge pull request #703 from nexushoratio/proofreading
Fix minor typo.
2013-12-16 15:41:47 -08:00
64ad7274b4 Merge pull request #704 from khabraken/master
Fix the calculation for Link Amp range boost to be generic, so VRLA boos...
2013-12-16 15:41:25 -08:00
3c19f242db 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-17 03:58:09 +13:00
f1658678d9 Fix minor typo. 2013-12-15 23:01:30 -08:00
e1b33fa3d4 retrieve correct resource id when package name is overriden 2013-12-15 19:33:39 +01:00
e71c83aeaa Merge pull request #702 from fkloft/portal-counts
Portal counts
2013-12-15 10:00:12 -08:00
1dee77bef9 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-12-15 18:52:24 +01:00
78e2f8a62f don't use hard coded strings for app name 2013-12-15 18:52:03 +01:00
508a892341 portal-counts: Some fixes for mobile 2013-12-15 18:45:48 +01:00