Skip to content
  1. Sep 16, 2016
  2. Sep 08, 2016
    • Sungsoo's avatar
      DO NOT MERGE) ExifInterface: Make saveAttributes throw an exception before change · 1bdd10a9
      Sungsoo authored
      ExifInterface object can be created with a unsupported file format.
      If saveAttribute is called with an unsupported file format, ExifInterface
      makes the file corrupted. This CL prevents those cases by throwing
      an exception before making any change on the file.
      
      Bug: 30936376
      Change-Id: I915f56b00ec9422b53591ac5534e070a1d6798e6
      1bdd10a9
  3. Aug 19, 2016
  4. Aug 18, 2016
  5. Aug 16, 2016
  6. Aug 13, 2016
  7. Aug 11, 2016
  8. Jul 29, 2016
  9. Jul 26, 2016
  10. Jul 19, 2016
  11. Jul 15, 2016
  12. Jun 30, 2016
  13. Jun 28, 2016
  14. Jun 14, 2016
  15. Jun 08, 2016
  16. Jun 07, 2016
  17. May 26, 2016
  18. May 17, 2016
    • John Reck's avatar
      DO NOT MERGE Cherry pick libpng usage fixes · 7c9f2b8a
      John Reck authored
      ------------------------------------------
      
      This is a combination of 2 commits.
      The first commit's message is:
      
      Forward compatibility fixes
      
      Change-Id: Iaf387a10c387e5e157bb16d120a1e033b3d1a6e8
      
      -------------------------------------------
      
      This is the 2nd commit message:
      
      libpng usage tweaks
      
       Bug: 10447005
      
       Call png_set_interlace_handling explicitly instead of relying on
       implicit handling that logs warnings
      
       Include filename when printing warnings
      
      Change-Id: Ia343427f5522dc8ab1010f8d7017e86f389caf99
      
      -------------------------------------------
      BUG:23265085
      7c9f2b8a
  19. Apr 29, 2016
  20. Apr 07, 2016
    • Todd Kennedy's avatar
      DO NOT MERGE Fix intent filter priorities · 60351d3b
      Todd Kennedy authored
      Since this is a backport, there is only one rule that guards intent
      filter priorities:
      1) Updates will NOT be granted a priority greater than the priority
         defined on the system image.
      
      NOTE: I had to bring in pieces of ag/526831 so intent filters could
      be collected and matched
      
      Bug: 27450489
      Change-Id: Ifcec4d7a59e684331399abc41eea1bd6876155a4
      60351d3b
  21. Feb 19, 2016
  22. Jan 21, 2016
  23. Nov 12, 2015
  24. Sep 17, 2015
  25. Aug 19, 2015
    • Sebastien Hertz's avatar
      Allow debugging only for apps forked from zygote DO NOT MERGE · 18089ceb
      Sebastien Hertz authored
      When starting the runtime from app_process, we only pass JDWP options
      if starting zygote. It prevents from opening a JDWP connection in
      non-zygote programs while Android apps (forked from zygote) remain
      debuggable.
      
      Bug: 23050463
      
      (cherry picked from commit 7a09b832)
      
      Change-Id: I2400ecc8aea7579c43300efccf288b69f70eef53
      18089ceb
  26. Jul 01, 2015
  27. Jun 26, 2015
  28. Jun 25, 2015
  29. May 29, 2015
  30. May 26, 2015
  31. Apr 15, 2015
    • Leon Scroggins III's avatar
      Make Bitmap_createFromParcel check the color count. DO NOT MERGE · 69b8e962
      Leon Scroggins III authored
      When reading from the parcel, if the number of colors is invalid, early
      exit.
      
      Add two more checks: setInfo must return true, and Parcel::readInplace
      must return non-NULL. The former ensures that the previously read values
      (width, height, etc) were valid, and the latter checks that the Parcel
      had enough data even if the number of colors was reasonable.
      
      Also use an auto-deleter to handle deletion of the SkBitmap.
      
      Cherry pick from change-Id: Icbd562d6d1f131a723724883fd31822d337cf5a6
      
      BUG=19666945
      
      Change-Id: I9490d90244e051a4019d6266b2a1cb375a65198f
      69b8e962
  32. Jan 30, 2015
  33. Jan 29, 2015
Loading