- 18 Aug, 2013 1 commit
-
-
Jeff Sharkey authored
Surfaces images clustered by buckets to match existing Gallery behavior. Surfaces music by artist, then album, then song. Only offers read-only access for now. Bug: 10330012, 10330011 Change-Id: I2b439ff12b0a6be209391d7ce4b38ade5badd604
-
- 07 Aug, 2013 1 commit
-
- 06 Aug, 2013 7 commits
-
-
Marco Nelissen authored
* commit '355d65b9': Backport path validation changes.
-
Marco Nelissen authored
* commit 'c015f8e1': Backport path validation changes.
-
Marco Nelissen authored
* commit '940b951d': Backport path validation changes.
-
Marco Nelissen authored
* commit 'd0fd622e': Backport path validation changes.
-
Marco Nelissen authored
* commit 'd96863a0': Backport path validation changes.
- 02 Aug, 2013 3 commits
-
-
Marco Nelissen authored
* commit 'e9512423': Skip albumart when the size of image file bigger than maximal heap size.
-
Marco Nelissen authored
-
Birdson Chen authored
When the audio doesn't contain embedded art, MediaProvider will help to look for a suitable image file in the same directory as the media file, excpet if that directory is the root directory of the sd card or download directory. MediaProvider looks for, in order of preference: 1 AlbumArt.jpg 2 AlbumArt*Large.jpg 3 Any other jpg image with 'albumart' anywhere in the name 4 Any other jpg image 5 any other png image If we put a image file and a audio file in same directory of sdcard, and the size of a image should large than maximal heap size. It will cause hte process android.process.media stop because OOM. As a result, we need catch OutOfMemoryError exception to avoid this issue. Change-Id: I4131188b4b75454f5bdb20c50b930ff8b7a370fa Change-Id: I4131188b4b75454f5bdb20c50b930ff8b7a370fa
-
- 01 Aug, 2013 1 commit
-
-
Marco Nelissen authored
Change-Id: I2f30b3f01fe61306d89a8bd83fbd375a324e5e55
-
- 30 Jul, 2013 1 commit
-
-
Marco Nelissen authored
For paths that do not point to the sdcard or cache partitions (for which READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE and ACCESS_CACHE_FILESYSTEM permissions are checked as needed), check that they are world-readable. b/9604671 Change-Id: Ib3b8c745139f356e9cb070c0862e0ce63c7bb1ba
-
- 16 Jul, 2013 3 commits
-
-
Marco Nelissen authored
We no longer build sqlite3 for the host as part of the android build, so just use the one installed on the host machine. Change-Id: I832426372c8e3c92e0bbc95c4f7ac686ed10dbbb
-
Marco Nelissen authored
-
Marco Nelissen authored
Support .doc files, handle spaces and trailing backslashes in paths, and properly handle some file types even when they're in .nomedia paths. Change-Id: I432fb5e83cfedfb61ed5dd837d5da4b9e392f409
-
- 12 Jul, 2013 2 commits
-
-
Marco Nelissen authored
* commit 'd2511f5b': Guarantee that db, shm and wal files are deleted together.
-
Marco Nelissen authored
* commit '411252cd': Guarantee that db, shm and wal files are deleted together.
-
- 11 Jul, 2013 2 commits
-
-
Marco Nelissen authored
-
jangwon.lee authored
If media provider failed to open the database during an upgrade, it deletes the database file and tries again. But when deleing the file, it doesn't delete wal and shm files. This commit is to guarantee that all related files (db, wal, shm) are deleted together. Signed-off-by:
jangwon.lee <jangwon.lee@lge.com> Change-Id: I7b4e3cf71d0b285399794ee9b45791c6a112a00c
-
- 08 Jul, 2013 3 commits
-
-
Jean-Baptiste Queru authored
* commit 'be2c8031': Make sure date taken time is set
-
Jean-Baptiste Queru authored
Change-Id: Ib65aa24251d8f34834f20fa4301782520c9554f6
-
Jean-Baptiste Queru authored
-
- 17 Jun, 2013 1 commit
-
-
Christopher Tate authored
Bug 8765951 Change-Id: I4053b4e22d51720564f86e2ca625c63a92097138
-
- 12 Jun, 2013 1 commit
-
-
Baligh Uddin authored
Change-Id: I02ec6622aef8b4d6b3c1f3c77a0843a416254be1 Auto-generated-cl: translation import
-
- 10 Jun, 2013 1 commit
-
-
Baligh Uddin authored
Change-Id: Icbac8c03d7c658a2120bd8fc21bba15a35671b1b Auto-generated-cl: translation import
-
- 05 Jun, 2013 1 commit
-
-
Baligh Uddin authored
Change-Id: I0b8a72734731c6de50499acf6255f215363b7923 Auto-generated-cl: translation import
-
- 04 Jun, 2013 4 commits
-
-
Marco Nelissen authored
* commit '3fba2ebb': Change titile from Ringtone to Notification sound
-
Marco Nelissen authored
* commit '89074d55': Change titile from Ringtone to Notification sound
-
Marco Nelissen authored
-
Jia Su authored
computeTakenTime() depends on the value DATE_MODIFED, so call it after DATE_MODIFIED are set to ensure it works correctly. Change-Id: Ib4f3b03c487b45dd081dab5bd4ddfa72221b434f
-
- 02 Jun, 2013 1 commit
-
-
Hyejin Kim authored
- check the ringtone type - according to sound type, select the title Change-Id: I5708bccb79733cb9720911270b5060d21a5fc1e2
-
- 31 May, 2013 2 commits
-
-
Jeff Sharkey authored
* commit '70fe36d3': Revert "Change titile from Ringtone to Notification sound"
-
Jeff Sharkey authored
* commit '1f6bee07': Change titile from Ringtone to Notification sound
-
- 30 May, 2013 5 commits
-
-
marcone@google.com authored
* commit 'a8293053': Simplify DB query with "COLLATE nocase" instead of "LIKE" and "substr"
-
Jeff Sharkey authored
* commit 'cab96709': Revert "Change titile from Ringtone to Notification sound"
-
Jeff Sharkey authored
* commit '10af2d0a': Change titile from Ringtone to Notification sound
-
repo sync authored
Change-Id: Id3f8e5514828c2f2ad053d8db8b64c048db9f8ab
-
Jeff Sharkey authored
-