From: Robert Kaiser Date: Sat, 8 Dec 2012 13:22:23 +0000 (+0100) Subject: add pointers to possible sensors to the TODO, rename third module to 'Other' and... X-Git-Tag: production~28^2~2 X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=commitdiff_plain;h=d7e9f9ccb2b418d5853620a3d546e7d4752bffc7;hp=7084c0ad72e6cad6b782453b05c6e931f9a34c54 add pointers to possible sensors to the TODO, rename third module to 'Other' and link the /apps page from there --- diff --git a/TODO b/TODO index b832030..79fe413 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,18 @@ Tasks to complete for Web Tricorder: -* Make more sensors work +* Make more sensors work - see https://wiki.mozilla.org/WebAPI +** Networks (probably need ceritified app!) +*** Current connection: http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/Overview.html +*** Mobile Networks: https://wiki.mozilla.org/WebAPI/WebMobileConnection +*** WiFi Networks: http://groups.google.com/group/mozilla.dev.webapi/browse_thread/thread/ed980c42261c5f4a +*** Nearby Bluetooth devices: https://wiki.mozilla.org/WebAPI/WebBluetooth +** Device properties: +*** Battery Status: http://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html +*** Storage: https://github.com/mozilla-b2g/gaia/blob/master/apps/settings/js/app_storage.js +** Environment: +*** Ambient Light: http://www.w3.org/TR/ambient-light/ +*** Proximity: http://www.w3.org/TR/2012/WD-proximity-20120712/ +** Audio / Video analysis +*** histograms, etc. +*** via WebRTC: https://wiki.mozilla.org/Platform/Features/VideoConferencing * Make output more beautiful diff --git a/index.html b/index.html index c60dfd3..fe7b499 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ @@ -94,10 +94,10 @@ a better device. -
-

This tricorder model doesn't have an acoustics sensors yet, please contact -the Starfleet science department if you want to help developing this for future -models.

+
+

This tricorder model doesn't have other sensors yet, please contact +the Starfleet science department +if you want to help developing this for future models.

diff --git a/style/tricorder.css b/style/tricorder.css index f62348d..7f37659 100644 --- a/style/tricorder.css +++ b/style/tricorder.css @@ -84,7 +84,7 @@ a:hover, a:active { color: #FFCF00; } border-radius: 0px 0px 0px 15px; } #sideSepBottom { - background-color: #008484; + background-color: #6080F0; width: 90px; height: 50px; margin-bottom: 3px; @@ -141,7 +141,7 @@ a:hover, a:active { color: #FFCF00; } background-color: #C09070; color: #000000; } -#navAcou { +#navOther { background-color: #6000CF; color: #000000; }