3073 Commits

Author SHA1 Message Date
fkloft
51064a29c4 Use CSS transition for arrow rotation 2013-12-23 23:20:24 +01:00
fkloft
2823450857 mobile/user-location: Do not reload when switching between loc+sensor and loc-only 2013-12-23 23:20:24 +01:00
fkloft
7f82671276 remove unused imports and fields; code formatting 2013-12-23 23:20:24 +01:00
Jon Atkins
dc25b820d7 bump version 2013-12-23 21:20:27 +00:00
Jon Atkins
f43930768b experimental code: try/catch block around code in boot - to help debug iitc startup issues 2013-12-23 21:16:59 +00:00
Jon Atkins
5247308aa5 website: faq update 2013-12-23 19:46:29 +00:00
Jon Atkins
a84a022871 website: fix button 2013-12-23 19:30:47 +00:00
Jon Atkins
3eecb6a900 website: update faq with two new entries. add a table-of-contents at the top 2013-12-23 19:25:34 +00:00
Jon Atkins
e6daffddf8 website: our own custom icon font set, created from http://icomoon.io/app 2013-12-23 17:59:26 +00:00
Jon Atkins
08b9b339de website: minor cleanups/fixes 2013-12-23 07:59:24 +00:00
Jon Atkins
271d4fa1f3 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-23 03:10:12 +00:00
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
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
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
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