summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/media/MediaScannerService.java
Commit message (Expand)AuthorAgeFilesLines
* MediaProvider: Support to scan carrier's media folderstaging/cm-14.0-cafChenyang Zhang2016-08-241-0/+21
* Work on issue #26390151: Add new JobScheduler API for monitoring content prov...Dianne Hackborn2016-04-271-1/+0
* Merge "Follow framework AutoClosable refactoring."Jeff Sharkey2016-01-061-50/+17
|\
| * Follow framework AutoClosable refactoring.Jeff Sharkey2016-01-061-50/+17
* | Don't crash on null service intentMarco Nelissen2016-01-061-0/+4
|/
* Scan OEM directory for ringtones, etc.Jeff Sharkey2014-03-191-0/+1
* Make sure file paths are canonical in scanFile()Mike Lockwood2012-09-181-1/+8
* Make sure to always release the wake lockMarco Nelissen2012-07-251-18/+21
* Call scanCompleted with null Uri in case of failure.Marco Nelissen2011-10-111-1/+6
* Allow scanning single files outside of the primary external storageMike Lockwood2011-06-031-6/+0
* Update to new Storage Manager volume listMike Lockwood2011-05-161-6/+6
* DO NOT MERGE Remove the deprecated things from Config.java. These havent been...Joe Onorato2011-05-031-4/+3
* DO NOT MERGE Add support for multiple volumes to the media provider and MTPMike Lockwood2011-05-031-9/+13
* Media Provider and MTP now run on emulated /mnt/sdcard file system instead of...Mike Lockwood2011-01-121-17/+3
* /data/media lockdown:Mike Lockwood2010-11-011-0/+2
* Make mediascanner use the external storage path when ro.media.storage is not ...Marco Nelissen2010-10-131-1/+6
* MediaScanner fixes to support both /data/media and /mnt/sdcard pathsMike Lockwood2010-10-071-8/+12
* Add support for fuse based SD card emulationMike Lockwood2010-08-241-5/+9
* Support for serving MTP device support from media provider databaseMike Lockwood2010-07-081-10/+1
* Check for null Intent in MediaScannerService; update to use onStartCommand()Mike Lockwood2009-09-251-1/+10
* Reduce the thread priority of the media scanner to avoid ANRs at boot time.Mike Lockwood2009-07-171-1/+4
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+267
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-267/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-9/+30
* Initial ContributionThe Android Open Source Project2008-10-211-0/+246