1. 03 Jun, 2016 1 commit
  2. 22 May, 2016 1 commit
  3. 27 Apr, 2016 1 commit
  4. 21 Apr, 2016 1 commit
  5. 20 Apr, 2016 1 commit
    • Robert Carr's avatar
      RingtonePickerActivity: Keep cursor open while visible. · 4f8fbf74
      Robert Carr authored
      If we clear the cursor before we are actually invisible we
      may do so during or right before the exit animation
      and see weird results (in this case a copy of the dialog
      which contains no ringtones).
      
      Bug: 26972412
      Change-Id: I48b2f4ca5a677085c718f6c7866b3b6d1ca03689
      4f8fbf74
  6. 19 Apr, 2016 2 commits
  7. 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
  8. 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
  9. 31 Mar, 2016 1 commit
  10. 29 Mar, 2016 1 commit
  11. 21 Mar, 2016 19 commits
  12. 19 Mar, 2016 1 commit
  13. 10 Mar, 2016 1 commit
  14. 02 Feb, 2016 8 commits