1. 25 Apr, 2012 1 commit
  2. 16 Apr, 2012 1 commit
  3. 13 Apr, 2012 1 commit
    • Marco Nelissen's avatar
      Fix media database after sdcard mountpoint move · 59f8f11e
      Marco Nelissen authored
      The internal "sd card" storage is now in /storage/sdcard0. However
      since /mnt/sdcard still exists for compatibility, the media scanner
      will see a bunch of new files in /storage, in addition to the existing
      files in /mnt/sdcard, resulting in two entries in the database for
      every file.
      This change removes any entries that were already scanned in /storage,
      then updates the paths for the existing /mnt/sdcard entries to point
      to /storage instead. This will handle both updates from ICS, as well
      as fix the database for people that ran a build inbetween the move
      to /storage and this change.
      
      b/6131916
      
      Change-Id: I1c071187651544be0fdb69e1cdb6367b636fc6d5
      59f8f11e
  4. 04 Apr, 2012 1 commit
  5. 20 Mar, 2012 2 commits
  6. 17 Feb, 2012 1 commit
    • Marco Nelissen's avatar
      Add index, change the way db version is specified · 90c7da06
      Marco Nelissen authored
      Instead of specifying the database version as a constant in code,
      tie it to the apk version code, and add a version code to the
      manifest.
      Also add a new index on files._data, to aid in doing case-insensitive matches.
      
      Change-Id: Ib5b623cfd5a3120603dcf43bcbb9d3f3e5533bf6
      90c7da06
  7. 19 Aug, 2011 1 commit
  8. 04 May, 2011 4 commits
  9. 22 Apr, 2011 1 commit
  10. 06 Apr, 2011 1 commit
  11. 03 Mar, 2011 1 commit
  12. 02 Mar, 2011 1 commit
  13. 12 Jan, 2011 1 commit
  14. 10 Jan, 2011 1 commit
  15. 06 Jan, 2011 2 commits
  16. 23 Nov, 2010 1 commit
  17. 01 Nov, 2010 1 commit
    • Mike Lockwood's avatar
      /data/media lockdown: · d0d809c6
      Mike Lockwood authored
      
      Media provider now stores paths with /mnt/sdcard prefix instead of /data/media
      and returns /mnt/sdcard paths for all query results
      
      Media scanner, MTP and ContentProvider.openFile() use /data/media paths
      to avoid the overhead of the FUSE layer.
      
      Give MediaProvider write permission to the /data/media directory.
      
      Change-Id: I246f82fd4c0aa3eea57a0fbbb1264a5618446d24
      Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
      d0d809c6
  18. 30 Jun, 2010 1 commit
  19. 02 Jun, 2010 1 commit
  20. 01 Jun, 2009 1 commit
  21. 13 May, 2009 1 commit
  22. 23 Apr, 2009 1 commit
  23. 04 Mar, 2009 2 commits
  24. 19 Feb, 2009 1 commit
  25. 21 Oct, 2008 1 commit