Confirmed users
137
edits
Bent.mozilla (talk | contribs) (→APIs) |
Bent.mozilla (talk | contribs) (→APIs) |
||
Line 79: | Line 79: | ||
| | | | ||
| Enumerate available WiFi networks, get signal strength and name of currently connected network, etc. | | Enumerate available WiFi networks, get signal strength and name of currently connected network, etc. | ||
| API drafted, implementation | | API drafted, implementation mostly complete. | ||
|- | |- | ||
| [[WebAPI/DeviceStorageAPI|Device Storage API]] | | [[WebAPI/DeviceStorageAPI|Device Storage API]] | ||
| | | {{bug|717103}} | ||
| Add/Read/Modify files stored on a central location on the device. For example the "pictures" folder on modern desktop platforms or the photo storage in mobile devices. | | Add/Read/Modify files stored on a central location on the device. For example the "pictures" folder on modern desktop platforms or the photo storage in mobile devices. | ||
| API drafted. | | API drafted, implementation in progress. | ||
|- | |- | ||
| USB file-reading API | | USB file-reading API | ||
| | | ask qDot for bug | ||
| Add/Read/Modify files stored on memory cards and USB keys connected to the device. Get notified when storage devices are connected/ | | Add/Read/Modify files stored on memory cards and USB keys connected to the device. Get notified when storage devices are connected/disconnected. Will be very similar to the Device Storage API above with a few additional methods. | ||
| Muts be complete by June/July. | |||
|- | |- | ||
| [[WebAPI/ContactsAPI|Contacts API]] | | [[WebAPI/ContactsAPI|Contacts API]] | ||
| {{bug|674720}} | | {{bug|674720}} | ||
| Add/Read/Modify the device contacts address book. | | Add/Read/Modify the device contacts address book. | ||
| | | Complete. | ||
|- | |- | ||
| [[Platform/Features/VideoConferencing|Camera API]] | | [[Platform/Features/VideoConferencing|Camera API]] | ||
Line 109: | Line 109: | ||
| {{bug|633602}} | | {{bug|633602}} | ||
| Lock access to mouse and get access to movement deltas rather than coordinates. | | Lock access to mouse and get access to movement deltas rather than coordinates. | ||
| API being standardized in W3C. Implementation | | API being standardized in W3C. Implementation complete. | ||
|- | |- | ||
| [https://developer.mozilla.org/en/OpenWebApps/The_JavaScript_API Open WebApps] | | [https://developer.mozilla.org/en/OpenWebApps/The_JavaScript_API Open WebApps] | ||
Line 119: | Line 119: | ||
| {{bug|674741}} | | {{bug|674741}} | ||
| Low level access to NFC hardware. So far focusing on NDEF support. | | Low level access to NFC hardware. So far focusing on NDEF support. | ||
| API drafted, implementation underway. | | API drafted, implementation underway for B2G (not Andorid/Desktop), must be complete by June/July. | ||
|- | |- | ||
| [[WebAPI/WebBluetooth|WebBluetooth]] | | [[WebAPI/WebBluetooth|WebBluetooth]] | ||
| {{bug|674737}} | | {{bug|674737}} | ||
| Low level access to Bluetooth hardware. | | Low level access to Bluetooth hardware. | ||
| API drafted, implementation underway. | | API drafted, implementation underway for B2G headset only, must be complete by June/July. | ||
|- | |- | ||
| [[WebAPI/WebUSB|WebUSB]] | | [[WebAPI/WebUSB|WebUSB]] | ||
| {{bug|674718}} | | {{bug|674718}} | ||
| Low level access to USB hardware. | | Low level access to USB hardware. | ||
| Implementation | | Implementation stalled, not important for B2G yet. | ||
|- | |- | ||
| [http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/index.html Network Information API] | | [http://dvcs.w3.org/hg/dap/raw-file/tip/network-api/index.html Network Information API] | ||
| {{bug|677166}} | | {{bug|677166}} {{bug|713199}} | ||
| Get basic information about current network connectivity. | | Get basic information about current network connectivity. | ||
| API in W3C. Implemented on Android. | | API in W3C. Implemented on Android, not yet started on B2G. | ||
|- | |- | ||
| [http://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html Battery Status API] | | [http://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html Battery Status API] |