summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/browse
Commit message (Expand)AuthorAgeFilesLines
* Fix MediaBrowser.getItem() API inconsistencies.Jeff Brown2015-06-101-15/+21
* Add getMediaItem API to MediaBrowserRoboErik2015-01-261-2/+78
* Reload MediaBrowser children on each call to subscribeRoboErik2015-01-071-5/+7
* Assign bindService() result to a boolean directly. One less if-elseYao Chen2014-09-271-3/+1
* Merge "Check the return value of bindService, and notify media browser client...Yao Chen2014-09-261-9/+14
|\
| * Check the return value of bindService, and notify media browser clientYao Chen2014-09-241-9/+14
* | Ensure MediaBrowser state is set to connecting after a reconnectRoboErik2014-09-241-0/+1
|/
* Minor tweaks to MediaBrowserRoboErik2014-09-052-3/+20
* rename SERVICE_ACTION to SERVICE_INTERFACERoboErik2014-09-041-1/+1
* Update MediaBrowser to use String ids instead of UrisRoboErik2014-08-291-53/+54
* Update to MediaBrowser APIs per council feedbackRoboErik2014-08-285-1093/+128
* Adds getServiceComponent() to MediaBrowser, getQueueTitle() andYao Chen2014-08-061-3/+14
* Adds toString() in MediaBrowserItemYao Chen2014-07-301-0/+13
* s/thumbnail/icon in the browsing api.Yao Chen2014-07-284-62/+62
* Fix buildYao Chen2014-07-251-2/+2
* Use a sequence number for thumbnail callback.Yao Chen2014-07-244-64/+85
* Allow apps to be slow at loading children and thumbnails by making those func...Joe Onorato2014-07-231-24/+154
* various fixes in MediaBrowserItem and MediaBrowserServiceYao Chen2014-07-232-68/+99
* Add thumbnail related api.Yao Chen2014-07-225-39/+268
* Updated media browsing API & tests.Yao Chen2014-07-215-0/+1352