1. 18 Sep, 2013 1 commit
  2. 17 Sep, 2013 2 commits
  3. 16 Sep, 2013 4 commits
  4. 15 Sep, 2013 1 commit
  5. 14 Sep, 2013 1 commit
  6. 13 Sep, 2013 2 commits
    • Jeff Sharkey's avatar
      Hide titles when showing thumbnail-only dirs. · 86bfd730
      Jeff Sharkey authored
      Bug: 10710331
      Change-Id: I97e92e5216537d08c7c022b55c5e8fea12dd1d49
      86bfd730
    • Jeff Sharkey's avatar
      Add Videos root; optimal thumbnails; empty. · 0f90e312
      Jeff Sharkey authored
      Create new Videos root which is similar to Images, surfacing its
      contents based on buckets.  Mark roots as empty as applicable.
      
      Generate thumbnails when not available instead of always reading the
      full file.
      
      Bug: 10412208, 10712057, 10710865
      Change-Id: I7cdd2caf2335e470c2fa3e6ba3edec957d6cf243
      0f90e312
  7. 11 Sep, 2013 1 commit
  8. 10 Sep, 2013 3 commits
  9. 09 Sep, 2013 1 commit
  10. 05 Sep, 2013 4 commits
  11. 04 Sep, 2013 2 commits
  12. 03 Sep, 2013 5 commits
  13. 02 Sep, 2013 2 commits
  14. 31 Aug, 2013 1 commit
  15. 29 Aug, 2013 5 commits
  16. 28 Aug, 2013 4 commits
  17. 27 Aug, 2013 1 commit
    • 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