706 Commits

Author SHA1 Message Date
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
Philipp Schaefer
1e0e687b71 pause/resume webview too on activities pause/resume 2013-12-20 23:21:26 +01: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
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
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
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
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
Philipp Schaefer
e1b33fa3d4 retrieve correct resource id when package name is overriden 2013-12-15 19:33:39 +01:00
Jon Atkins
e71c83aeaa Merge pull request #702 from fkloft/portal-counts
Portal counts
2013-12-15 10:00:12 -08:00
Philipp Schaefer
78e2f8a62f don't use hard coded strings for app name 2013-12-15 18:52:03 +01:00
fkloft
69aad81933 mobile: show portal counts in nav drawer 2013-12-15 16:11:07 +01:00
fkloft
508b183c4f swapped inner and outer colors for user location 2013-12-12 19:04:33 +01:00
fkloft
5c30743531 Use gradient for user-location hack circle 2013-12-11 19:27:40 +01:00
Philipp Schaefer
fe0c408fd5 Merge branch 'user-location' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/user-location 2013-12-11 00:45:30 +01:00
fkloft
61047dbbff Fix: location marker would be reset to circle when layer was toggled 2013-12-11 00:36:34 +01:00
fkloft
de96f3cd2a user-location: hide hack circle on z < 16 2013-12-11 00:18:15 +01:00
fkloft
63f4abb3ef Make user location appear in layer chooser 2013-12-11 00:18:14 +01:00
fkloft
f0a5339479 Add hack circle to user-location 2013-12-11 00:18:07 +01:00
fkloft
1e74037163 user-location: use circle by default, or arrow if device sends orientation events 2013-12-11 00:18:07 +01:00
Philipp Schaefer
58b85e4c24 new actionbar title for permalink 2013-12-10 22:14:24 +01:00
fkloft
18afab9952 Improved intent sorting
(default app listed first again, sorting broke this)
2013-12-10 22:13:48 +01:00
Philipp Schaefer
04d521f71c use kitkats new SYSTEM_UI_FLAG_IMMERSIVE on navbar hide (thx Simeon Mac) 2013-12-07 21:29:08 +01:00
Philipp Schaefer
3e00645f4a boost performance on kitkat:
ignore result of javascript. it's slow and we only can use it on kitkat.
2013-12-07 21:27:11 +01:00
Philipp Schaefer
8e7e4ec14a receiver should be unregistered only onDestroy 2013-12-07 15:37:51 +01:00
Philipp Schaefer
1a25fd1c66 unregister package installer broadcast receiver when iitc is stopped 2013-12-07 15:08:36 +01:00
Philipp Schaefer
bfc0824014 scale listView icons of shareActivity to the same size 2013-12-07 15:07:48 +01:00
Philipp Schaefer
aab1616df0 show portal title in share activity 2013-12-07 13:36:39 +01:00
Philipp Schaefer
90cb29a58b show reload button if room 2013-12-07 12:14:25 +01:00
Philipp Schaefer
614435fb0e removed settings icon...it's not needed 2013-12-07 12:04:58 +01:00
Philipp Schaefer
0df056f083 renamed drawer notice since it is used as howto now 2013-12-04 19:49:03 +01:00
fkloft
6cb55ae2b1 Do not show a dialog more than once.
Implement "Do not show again"
2013-12-04 18:50:49 +01:00
Philipp Schaefer
b4fe2a4c0b new icon for portals-list 2013-12-04 11:50:27 +01:00
Philipp Schaefer
ca9d631ffe updated drawers notice to a how to use notice 2013-12-04 11:20:33 +01:00
Philipp Schaefer
2522a97ee9 added default plugin icon plus JSInterface method 2013-12-04 10:17:05 +01:00
fkloft
0dcc9bfd7e Merge branch 'master' into navdrawer-api
Conflicts:
	mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java
2013-12-03 23:48:54 +01:00
fkloft
6c0327b01c Show a hint that plugins are now in the nav drawer 2013-12-03 23:07:05 +01:00
Philipp Schaefer
47fb16707c drawable changes part 4 2013-12-03 23:03:58 +01:00
Philipp Schaefer
b434b81757 drawable changes part 3 2013-12-03 22:57:15 +01:00
Philipp Schaefer
aff4a9f9f9 drawable changes part 2 2013-12-03 22:12:25 +01:00
Philipp Schaefer
c1434db0dc drawable changes part1 2013-12-03 17:37:41 +01:00
fkloft
fd24fad641 Change background colors 2013-12-03 16:48:40 +01:00
Philipp Schaefer
7b69693a3f - don't push current pane to backstack if it was called via back button
- fixes endless loop of while toggling panes
2013-12-03 13:49:38 +01:00