Gaia: Difference between revisions

1,026 bytes removed ,  24 January 2012
Line 42: Line 42:
* Dialer (vingtetun)
* Dialer (vingtetun)
* SMS application (vingtetun)
* SMS application (vingtetun)
*Browser (benfrancis)
* [[Gaia/Browser|Browser]] (benfrancis)
** See [[Gaia/Browser]] for details.
* [[Gaia/Gallery|Gallery]] (benfrancis)
* Gallery (benfrancis)
* [[Gaia/Camera|Camera]] (benfrancis)
** Downloads sample photos from the app's web server and saves them as files in IndexedDB to be loaded locally
* Media Player - benfrancis started on a music app which stores an Ogg file in IndexedDB, but someone else can take this up if they want, along with video playback
** Can select a photo which zooms in using CSS transitions
** Next:
*** Swipe to next photo (asynchronously pre-load nearby photos) https://github.com/andreasgal/gaia/issues/42
*** Figure out where to store photos and other media on the device going forward ({{bug|717103}})
* Camera (benfrancis)
** Currently just a file picker <input type="file" accept="image/*"> which should allow the user to capture a photo from the camera's device. Waiting on back end for gonk ({{bug|708484}})
** In future would like to use getUserMedia() from WebRTC to provide a more acceptable user experience (http://dev.w3.org/2011/webrtc/editor/getusermedia.html)
** Next:
*** Figure out how to store photos captured with the camera app in the gallery app (Web Intents? Media storage API?)
* Music (benfrancis)
** Currently just lists ogg files stored in IndexedDB and allows playback using an HTML5 <audio> tag
** Next:
*** Store files as binary blobs in IndexedDB like in the gallery app
*** Discuss MP3 support
*** Figure out where to store music files on the device going forward (Media Storage API?)
*** Work on improving the UI
* App Manager (justindarc)
* App Manager (justindarc)
* Settings (justindarc)
* Settings (justindarc)
Confirmed users
394

edits