1. 03 Sep, 2013 2 commits
  2. 02 Sep, 2013 1 commit
  3. 31 Aug, 2013 1 commit
  4. 29 Aug, 2013 4 commits
  5. 28 Aug, 2013 2 commits
  6. 27 Aug, 2013 2 commits
    • Marco Nelissen's avatar
      Check for path-permissions when opening a file. · 3e6a4288
      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
      3e6a4288
    • Marco Nelissen's avatar
      Fix up path from scan file intent before scanning · e358a901
      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
      e358a901
  7. 26 Aug, 2013 1 commit
  8. 23 Aug, 2013 2 commits
  9. 22 Aug, 2013 1 commit
  10. 21 Aug, 2013 1 commit
    • Jeff Sharkey's avatar
      Publish thumbnails for image buckets. · 240f6b3e
      Jeff Sharkey authored
      Uses most recently modified image as thumbnail for a bucket,
      matching existing Gallery behavior.
      
      Bug: 10330011
      Change-Id: I38fd50873cbbc1e60ffa6cb2a2b186d298e1e6f8
      240f6b3e
  11. 19 Aug, 2013 3 commits
  12. 18 Aug, 2013 1 commit
    • Jeff Sharkey's avatar
      Create images and music documents backends. · e215ab5b
      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
      e215ab5b
  13. 07 Aug, 2013 1 commit
  14. 06 Aug, 2013 7 commits
  15. 02 Aug, 2013 3 commits
  16. 01 Aug, 2013 1 commit
  17. 30 Jul, 2013 1 commit
    • Marco Nelissen's avatar
      Add permissions check · 70eadbf4
      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
      70eadbf4
  18. 16 Jul, 2013 3 commits
    • Marco Nelissen's avatar
      Use host sqlite3 · 22f05701
      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
      22f05701
    • Marco Nelissen's avatar
      Merge "Update genfiles script" · 52ff05d2
      Marco Nelissen authored
      52ff05d2
    • Marco Nelissen's avatar
      Update genfiles script · 05debd5e
      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
      05debd5e
  19. 12 Jul, 2013 2 commits
  20. 11 Jul, 2013 1 commit