1. 20 Jul, 2016 1 commit
  2. 14 Jul, 2016 1 commit
  3. 13 Jul, 2016 1 commit
    • Jean-Michel Trivi's avatar
      Add resources for sound names in overlays · b1faa144
      Jean-Michel Trivi authored
      Add resources for sound name strings in three sound categories:
        ringtone, alarm and notifications.
      If product specific sounds are added, their names need to be
        defined in the RingtonePicker strings as an overlay. But
        for the overlay entries to be valid, they need to be defined
        in the original package for which the overlay is defined.
      This CL adds generic resources to be defined in overlays
        so the product-specific sound names can be translated.
      
      Bug 24800792
      
      Change-Id: Ia7d8ccad3e52646b41e10d5406c58179af255dae
      b1faa144
  4. 06 Jul, 2016 1 commit
    • Amith Yamasani's avatar
      Scan preloads folder for content · 3145e76c
      Amith Yamasani authored
      When doing a scan for external content, also scan the
      preloads folder where there could be demo photos and
      videos. This is only scanned when running as a demo
      user.
      
      Bug: 29940807
      Change-Id: Ib63023dc46a8d8db1ffa6435248d679484c9a5f5
      3145e76c
  5. 24 Jun, 2016 1 commit
  6. 09 Jun, 2016 1 commit
  7. 06 Jun, 2016 1 commit
  8. 03 Jun, 2016 3 commits
  9. 01 Jun, 2016 1 commit
    • Jean-Michel Trivi's avatar
      Add support for localization of sound names in RingtonePicker · 03d697ee
      Jean-Michel Trivi authored
      Add a cursor wrapper for queries on the names of sounds.
      When the string is queried for the title column, build a resource
        name from the value in the database, and check if a (potentially
        localized) resource is found. Return that one if available,
        return the default value if not found.
      
      Bug 28347978
      
      Change-Id: Ic1e3bb25acf3fccb18074d40c2fc8bdc42b5c769
      03d697ee
  10. 22 May, 2016 2 commits
  11. 28 Apr, 2016 1 commit
  12. 27 Apr, 2016 1 commit
  13. 21 Apr, 2016 3 commits
  14. 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
  15. 19 Apr, 2016 3 commits
  16. 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
  17. 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
  18. 31 Mar, 2016 1 commit
  19. 29 Mar, 2016 1 commit
  20. 21 Mar, 2016 14 commits