- 03 Sep, 2013 2 commits
-
-
Jeff Sharkey authored
-
Jeff Sharkey authored
-
- 02 Sep, 2013 1 commit
-
-
Jeff Sharkey authored
Bug: 10593596 Change-Id: Ia1e7d62cffeb17ac0ebf50093082b1d3c7e3bea7
-
- 31 Aug, 2013 1 commit
-
-
Jeff Sharkey authored
Bug: 10567557 Change-Id: I93c6b034af72ab616158d12d53ceefd3a7c3e9c5
-
- 29 Aug, 2013 4 commits
-
-
Baligh Uddin authored
-
Baligh Uddin authored
Change-Id: I7a007cedb934f07df359527f9796fed6371b8eb4 Auto-generated-cl: translation import
-
Jeff Sharkey authored
-
Jeff Sharkey authored
Provides same functionality, but follows updated DocumentsProvider contract in framework. Bug: 10497206 Change-Id: I50d051bd70de412a1aa587430b2bba9f4b215abf
-
- 28 Aug, 2013 2 commits
-
-
Marco Nelissen authored
-
Baligh Uddin authored
-
- 27 Aug, 2013 2 commits
-
-
Marco Nelissen authored
When an app is trying to open a Uri, check whether it has been granted read or write permission by another app via the Intent.FLAG_GRANT_... flags, instead of only checking whether the app itself has external storage read or write permissions. b/10345049 Change-Id: Idbc87fe34a05be9d8220ee7a0223d039480c3ffe
-
Marco Nelissen authored
Canonicalize the path, and replace legacy prefix if needed. This allows the ACTION_MEDIA_SCANNER_SCAN_FILE to contain /storage/emulated/legacy/ type paths, as well as even more ancient /mnt/sdcard or /sdcard paths b/10096103 Change-Id: I012793d8c185ccddc4e59280f0d6e214fd16ac8d
-
- 26 Aug, 2013 1 commit
-
-
Baligh Uddin authored
Change-Id: Ia9776e139827d17ed0be529ee2772ed5da6d3659 Auto-generated-cl: translation import
-
- 23 Aug, 2013 2 commits
-
-
Jeff Sharkey authored
-
Baligh Uddin authored
Change-Id: I66f835d195c16302ba3d1debdd80c4da67508ef6 Auto-generated-cl: translation import
-
- 22 Aug, 2013 1 commit
-
-
Baligh Uddin authored
Change-Id: I0ddc34d9c9d67f6361a5532b8bfda85f72e3a983 Auto-generated-cl: translation import
-
- 21 Aug, 2013 1 commit
-
-
Jeff Sharkey authored
Uses most recently modified image as thumbnail for a bucket, matching existing Gallery behavior. Bug: 10330011 Change-Id: I38fd50873cbbc1e60ffa6cb2a2b186d298e1e6f8
-
- 19 Aug, 2013 3 commits
-
-
Baligh Uddin authored
-
Baligh Uddin authored
Change-Id: Ide7dc5b6eae772e7aa9b2954dbed9d098d67c762 Auto-generated-cl: translation import
-
Jeff Sharkey authored
Bug: 10330011 Change-Id: I68539c2b9821803fd76eb11be07cd28c4cd5c9e8
-
- 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 1 commit
-
-
Marco Nelissen authored
-