1. 05 Jun, 2016 1 commit
  2. 03 Jun, 2016 1 commit
  3. 23 May, 2016 1 commit
  4. 22 May, 2016 1 commit
  5. 02 May, 2016 2 commits
  6. 01 May, 2016 1 commit
  7. 27 Apr, 2016 1 commit
  8. 24 Apr, 2016 1 commit
  9. 21 Apr, 2016 1 commit
  10. 20 Apr, 2016 2 commits
  11. 19 Apr, 2016 2 commits
  12. 14 Apr, 2016 1 commit
  13. 13 Apr, 2016 1 commit
    • Dianne Hackborn's avatar
      Be smarter about reporting changes to containing URIs. · 929a6d57
      Dianne Hackborn authored
      This is for work on issue #26390151 (Add new JobScheduler API...
      for monitoring content providers)
      
      The media provider uses the new content observer flag when
      reporting a change to the containing URI of a specific file
      changing, so content observers can avoid seeing that if they
      are already listening for the specific file.  This allows
      observers to avoid getting dirty data that prevents them
      from telling that only a specific URI has changed.
      
      Change-Id: I38b4c1941f1b06c121a1caf2b5d8593da2007410
      929a6d57
  14. 11 Apr, 2016 4 commits
  15. 10 Apr, 2016 1 commit
  16. 07 Apr, 2016 1 commit
    • Daichi Hirono's avatar
      Cleanup MtpService#onStartComamnd. · 9aecbd92
      Daichi Hirono authored
      Previously MtpService creates MtpDatabase even if it is not used by
      MtpServer. Since MtpServer has a responsibility to release MtpDatabase,
      if only MtpDatabase is created, the database will be leaked.
      
      Change-Id: I387f813af5e7a8bb1bb0acc3fce70b44b7a97fa5
      Fix: 28030321
      9aecbd92
  17. 31 Mar, 2016 2 commits
  18. 29 Mar, 2016 1 commit
  19. 21 Mar, 2016 15 commits