3830 Commits

Author SHA1 Message Date
fkloft
99f7e714cd portal-counts: Some fixes for mobile 2013-12-20 23:30:29 +01:00
fkloft
51628766f8 portal-counts: display graphs for level distribution 2013-12-20 23:30:29 +01:00
fkloft
9db491c281 mobile: show portal counts in nav drawer 2013-12-20 23:30:29 +01:00
Jon Atkins
00d7a54e9e work-around for mobile-specific geodesic line drawing issue - appears to be an odd rounding problem
not ideal, but better than the current situation
2013-12-20 23:30:29 +01:00
Jon Atkins
f69fd980b7 psd source for "I'd rather be using IITC" logo 2013-12-20 23:30:29 +01:00
Jon Atkins
763adda4af updated assets for iitc digital bumper sticker 2013-12-20 23:30:28 +01:00
Jon Atkins
9cd1940ef3 digital bumper sticker
- use smaller logo, fine tune position
- change z-index so it doesn't cover up the detailed AP tooltip
2013-12-20 23:30:28 +01:00
Jon Atkins
bc8c5ee29b logos for iitc-digital-bumper-sticker plugin 2013-12-20 23:30:28 +01:00
Jon Atkins
045ec1b755 stock intel plugin to add the "I'd rather be using IITC" logo onto the map 2013-12-20 23:30:28 +01:00
Jon Atkins
332d16e89a portals list plugin
- level colour background on level numbers
- abbreviated faction to 3 characters, to save space
- increased portal name column width
2013-12-20 23:30:28 +01:00
Philipp Schaefer
df81eeb2c8 don't use hard coded strings for app name 2013-12-20 23:30:28 +01:00
Jon Atkins
d7619314da resonators plugin - redraw selected portal resonators after zooming out and then back in again 2013-12-20 23:30:28 +01:00
fkloft
3b8716d4d8 Repair compact tab 2013-12-20 23:30:28 +01:00
Jon Atkins
cd8adeac22 artifact list:
- line break when both target and fragments are on one portal
- colour fragments when on a target portal
2013-12-20 23:30:28 +01:00
Jon Atkins
444d5b236e plugin draw-resonators: clear resonators when portal is deselected. changed hooks used to handle things in a more logical way 2013-12-20 23:30:28 +01:00
Jon Atkins
c01a65b05e change makefile to run a plain build.py by default - localbuildsettings.py then can control the default 2013-12-20 23:30:28 +01:00
Philipp Schaefer
bcd7e7390d set default build target back to desktop build 2013-12-20 23:30:12 +01:00
fkloft
20e672a1e2 Improve build tools
- Makefile provides "locale" and "mobile" as targets. Mobile also installs and starts app
- build.py returns error code if ant fails
2013-12-20 23:29:33 +01:00
Jon Atkins
5a33ba1a24 more portal summary data utility functions
- link/field count functions - useful when we only need numbers
- approximate AP gains, based only on summary data
2013-12-20 23:29:33 +01:00
Philipp Schaefer
bf89a0548e new actionbar title for permalink 2013-12-20 23:29:33 +01:00
fkloft
c7b4632ee6 Improved intent sorting
(default app listed first again, sorting broke this)
2013-12-20 23:29:33 +01:00
fkloft
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 67f273fd6d4b1db7d3ac2363305a1d30e3729ac4.
2013-12-20 23:29:33 +01:00
nexushoratio
7ab3a33adc Minor typo. 2013-12-20 23:29:33 +01:00
enigmaquip
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
fkloft
572ddb949f Remove pan control from minimap
(basically same issue as c537811e9b996bdcda80510d4e04e17fd3654796)
2013-12-20 23:29:33 +01:00
Philipp Schaefer
1e0e687b71 pause/resume webview too on activities pause/resume 2013-12-20 23:21:26 +01:00
Jon Atkins
73f894ead2 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-20 07:33:46 +00:00
Jon Atkins
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
Philipp Schaefer
d353bdf3d6 hint android system a slower sensor delay 2013-12-20 00:44:31 +01:00
Philipp Schaefer
4a70638750 - reduce cpu load onSensorChange...10 updates per second should be enough.
- needs some more tweaking
2013-12-19 17:24:30 +01:00
Philipp Schaefer
7afbd6d957 moved user location to sub preference screen 2013-12-19 16:47:01 +01:00
Philipp Schaefer
2af53b4699 made sensor orientation optional due to high cpu load 2013-12-19 16:35:07 +01:00
Jon Atkins
2361de0411 portals-list: set 'nowrap' on portal table - improves things on mobile 2013-12-19 04:10:09 +00:00
Jon Atkins
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
Jon Atkins
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
Jon Atkins
0dff718f1f Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-18 22:44:48 +00:00
Jon Atkins
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
Jon Atkins
ba33e28675 change digits function to use unicode 'thin space' as thousands seperator 2013-12-18 22:41:55 +00:00
Jon Atkins
2419868f54 portal details ap: missed change from earlier commit - now funally includes field counts in calculations 2013-12-18 21:27:48 +00:00
Philipp Schaefer
720135f89c check if actionbar is present before using it 2013-12-18 10:33:07 +01:00
Philipp Schaefer
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
Philipp Schaefer
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
Jon Atkins
ab7f41aa1d Merge pull request #707 from fkloft/portal-details
Tweaks regarding portal details
2013-12-17 18:36:28 -08:00
fkloft
a2501f518f Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-18 00:30:02 +01:00
fkloft
a68c72583f mobile statusbar: update statusbar immediately on selection using reduced data, redraw when portal details available 2013-12-17 23:05:50 +01:00
fkloft
f2b3f3466e mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
fkloft
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
Jon Atkins
f1aaad3c22 digital bumper sticker: fix so it doesn't cause JS errors when IITC is running 2013-12-17 17:54:21 +00:00
Jon Atkins
bcc327acdd Merge pull request #706 from fkloft/guess-player-levels
guess-player-levels: improved tooltip
2013-12-17 09:07:21 -08:00
Jon Atkins
09af51a6e4 doh! daft bug
fixes #705
2013-12-17 17:05:21 +00:00