Security/Reviews/Gaia/Music: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
====Components==== | ====Components==== | ||
These components are used and details can be found in https://gaia-components.github.io/ | |||
bridge/ | |||
dom-scheduler/ | |||
fast-list/ | |||
font-fit/ | |||
gaia-component/ | |||
gaia-dialog/ | |||
gaia-fast-list/ | |||
gaia-header/ | |||
gaia-icons/ | |||
gaia-sub-header/ | |||
gaia-text-input/ | |||
gaia-theme/ | |||
gaia-toolbar/ | |||
poplar/ | |||
serviceworkerware/ | |||
sww-raw-cache/ | |||
====Relevant Source Code==== | ====Relevant Source Code==== |
Revision as of 17:04, 20 November 2015
App Review Details
- App: Music
- Review Date: 20 Nov 2015
- Latest Commit: https://github.com/mozilla-b2g/gaia/commit/9563c38e0cd3fbaaec2a40cd525baf7df5098f2f
- Review Lead: Yu Yang
Overview
Music is the music player application. It plays music stored on the SD card and also allows to share music via NFC and Bluetooth.
The app keeps a database containing references to audio files and meta data. It uses musicdb to access the files and has code to parse FLAC/ID3/Ogg/MP4 meta data like song title, artist, album, etc. It can also extract the album art from a file.
Architecture
Components
These components are used and details can be found in https://gaia-components.github.io/
bridge/ dom-scheduler/ fast-list/ font-fit/ gaia-component/ gaia-dialog/ gaia-fast-list/ gaia-header/ gaia-icons/ gaia-sub-header/ gaia-text-input/ gaia-theme/ gaia-toolbar/ poplar/ serviceworkerware/ sww-raw-cache/