[go: nahoru, domu]

  1. 50de590 ExifInterfaceTest: Switch to Truth's assertThat and expect.that by Ian Baker · 4 months ago
  2. 490f3b7 ExifInterfaceTest: Switch expected range values from int to long by Ian Baker · 4 months ago
  3. 4030c09 Merge changes I065e4a43,I8d749aa2 into androidx-main by Ian Baker · 4 months ago
  4. bc37073 Merge changes If0e328c8,Iebb02ff3,I547aaef7 into androidx-main by Ian Baker · 4 months ago
  5. a10d219 In-line ExifInterfaceTest orientation constants by Ian Baker · 4 months ago
  6. 25b9819 Clarify units of ExifInterface.TAG_GPS_SPEED by Ian Baker · 4 months ago
  7. fad9e8c ExifInterfaceTest: Remove test lat/long/altitude constants by Ian Baker · 4 months ago
  8. 62290df Rename ExifInterfaceTest.ExpectedValue to ExpectedAttributes by Ian Baker · 4 months ago
  9. 86b4152 Split ExifInterfaceTest.testStandaloneData into two tests by Ian Baker · 5 months ago
  10. f8557a3 Add missing space in ExifInterface exception message by Ian Baker · 1 year, 2 months ago
  11. fd3fee5 Add comment for test added in b/281638358 by Ian Baker · 5 months ago
  12. ffc8379 ExifInterfaceTest: Move file copying into each test by Ian Baker · 4 months ago
  13. b595599 ExifInterfaceTest: Move expected values from XML to Java by Ian Baker · 5 months ago
  14. 1fea52d ExifInterfaceTest: Remove flash and white balance expected values by Ian Baker · 4 months ago
  15. 443a02e Use Guava ByteStreams and Files utils in ExifInterfaceTest by Ian Baker · 5 months ago
  16. 76036fe Use try-with-resources in ExifInterfaceTest by Ian Baker · 5 months ago
  17. 85626ad Fix javadoc summary fragment for ExifInterface.getGpsDateTime() by Ian Baker · 5 months ago
  18. 4f5400f Switch ExifInterfaceTest to use JUnit's TemporaryFolder @Rule by Ian Baker · 5 months ago
  19. db78d93 Merge "Fix attribute reader for WebP images with Exif App1 Sections" into androidx-main by Treehugger Robot · 5 months ago
  20. 161d43d Fix attribute reader for WebP images with Exif App1 Sections by Laurence Muller · 7 months ago
  21. ee0da74 Add comment to build.gradle files by Tiem Song · 6 months ago
  22. 3bfa5bd Remove always false Build.VERSION.SDK_INT < (15, 16, 17, 18) if checks by Sergey Vasilinetc · 7 months ago
  23. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  24. d22c784 ExifInterfaceTest: Use static timestamp instead of current-time by Ian Baker · 12 months ago
  25. d05a909f ExifInterfaceTest: Simplify corrupted data test by Ian Baker · 12 months ago
  26. c7b122f Disable ExifInterface tests with dynamic inputs by Alan Viverette · 12 months ago
  27. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 1 month ago
  28. a4e7e2b Opt-in d,e,f,g-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  29. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  30. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  31. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  32. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  33. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  34. c6bbc03 Throw an exception if trying to write a JPEG APP1 segment that's too large by Ian Baker · 1 year, 4 months ago
  35. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 6 months ago
  36. 3d6c1ad Continue parsing after trying to follow an invalid IFD offset by Ian Baker · 1 year, 4 months ago
  37. ff398f9 Add test for invalid IFD offset in ExifInterface by Ian Baker · 1 year, 4 months ago
  38. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  39. 0f18d2e Disable ExifInterfaceTest bitmap-comparison for animated WebP on API < 26 by Ian Baker · 1 year, 7 months ago
  40. a0558e6 Merge "Fix ExifInterface's reading of alpha from WebP VP8L chunks" into androidx-main by Ian Baker · 1 year, 7 months ago
  41. 176bb3d Fix ExifInterface's reading of alpha from WebP VP8L chunks by Ian Baker · 1 year, 7 months ago
  42. 066ea6c Remove alpha bit from VP8X chunk of webp_with_anim_without_exif.webp by Ian Baker · 1 year, 7 months ago
  43. 66412c5 Skip unsupported bitmap assertions in ExifInterfaceTest by Ian Baker · 1 year, 8 months ago
  44. b8fe217 Disambiguate NPEs in ExifInterfaceTest.assertBitmapsEquivalent by Ian Baker · 1 year, 9 months ago
  45. 493d70e Add missing line from ExifInterfaceTest.testPngFiles by Ian Baker · 1 year, 9 months ago
  46. 93dadd7 Remove the EXIF and VP8X chunks from webp_without_exif test file by Ian Baker · 1 year, 9 months ago
  47. 128503b Merge changes I1dfd6407,I91f0e815,I444c90cf into androidx-main by Ian Baker · 1 year, 9 months ago
  48. d7a893e Split ExifInterfaceTest into one test per file by Ian Baker · 1 year, 9 months ago
  49. 1c56367 Fix how ExifInterface creates VP8X chunks for WebP files by Ian Baker · 1 year, 9 months ago
  50. ea46566 Prevent ExifInterface incorrectly copying a WebP padding byte by Ian Baker · 1 year, 9 months ago
  51. 8472f04 Update owners for androidx media(2)(router) and exifinterface by Ian Baker · 1 year, 9 months ago
  52. 8621e2b Remove support for writing DNG files from ExifInterface by Ian Baker · 1 year, 10 months ago
  53. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 1 year, 10 months ago
  54. d52a31e Merge "DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev" into androidx-main by Alan Viverette · 2 years ago
  55. a5705b9 Reenable unused method check in errorprone. by Aurimas Liutikas · 2 years ago
  56. fdc5de4 Merge "Fix nullability lint issue with ExifInterface" into androidx-main am: d972a5258f by Tiem Song · 2 years ago
  57. 033f744 Fix nullability lint issue with ExifInterface by Tiem Song · 2 years ago
  58. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  59. 3e0ca61 Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  60. c214404 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main am: 8ce27e2344 by Tiem Song · 2 years, 3 months ago
  61. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  62. a4af51e Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main am: acba7ac82c by Aurimas Liutikas · 2 years, 4 months ago
  63. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  64. 5b07baf Merge changes Id94fc68e,Id7b73d9f into androidx-main am: 5a90717f2f by Oliver Woodman · 2 years, 4 months ago
  65. a88721c59 ExifInterface: Remove InputStream assumptions by Oliver Woodman · 2 years, 4 months ago
  66. 3d8f528 Move ExifOnly check to where the data is read by Oliver Woodman · 2 years, 4 months ago
  67. a1d8d29 Merge "Fix ExifInterface generic/nullability errors" into androidx-main am: ba98959127 by Oliver Woodman · 2 years, 4 months ago
  68. ed0fc5c Fix ExifInterface generic/nullability errors by Oliver Woodman · 2 years, 5 months ago
  69. 1b02d71 Merge "Add bug component for exifinterface library" into androidx-main am: fd54886177 by Treehugger Robot · 2 years, 5 months ago
  70. 4a79c57 Add bug component for exifinterface library by Aurimas Liutikas · 2 years, 5 months ago
  71. 555d327 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  72. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  73. f407e9b Merge "Update exifinterface OWNERS" into androidx-main am: f9413faca0 by Treehugger Robot · 2 years, 6 months ago
  74. ef73d45 Update exifinterface OWNERS by Andrew Lewis · 2 years, 6 months ago
  75. 7574792 Revert "Revert "Bump compileSdkVersion to "Tiramisu""" by Alan Viverette · 2 years, 8 months ago
  76. 9f9574d Merge "Revert "Bump compileSdkVersion to "Tiramisu""" into androidx-platform-dev by Aurimas Liutikas · 2 years, 8 months ago
  77. 4a32b7f Revert "Bump compileSdkVersion to "Tiramisu"" by Aurimas Liutikas · 2 years, 8 months ago
  78. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  79. 5157ac8 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  80. 884d8fc Bump compileSdkVersion to "Tiramisu" by Alan Viverette · 2 years, 8 months ago
  81. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  82. ef3d45e Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  83. 7e66d7a Merge "Add support for reading XMP from HEIF" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  84. 210f875 Update lint baselines once again. by Aurimas Liutikas · 2 years, 9 months ago
  85. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  86. 823eae0 Add support for reading XMP from HEIF by Jin Seok Park · 2 years, 10 months ago
  87. 85e095e Improve doc for saveAttributes by Jin Seok Park · 2 years, 10 months ago
  88. e6849d8 Merge "Replace non-thumbnail tags with thumbnail tags" into androidx-main by Jin Seok Park · 3 years ago
  89. 9239c2e Replace non-thumbnail tags with thumbnail tags by Jin Seok Park · 3 years ago
  90. 1ca420f Remove api_legacy files by Aurimas Liutikas · 3 years ago
  91. e1b9dca Merge "Add support for saving attributes for DNG files" into androidx-main by Jin Seok Park · 3 years ago
  92. 335bd89 Add support for saving attributes for DNG files by Jin Seok Park · 3 years ago
  93. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 1 month ago
  94. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 1 month ago
  95. bd6f4cd Fix ClassVerificationFailure errors by Jin Seok Park · 3 years, 1 month ago
  96. 802403a Update lint baselines by Alan Viverette · 3 years, 2 months ago
  97. a96f4fe Merge "Catch RuntimException from MediaMetadataRetriever" into androidx-main by Jin Seok Park · 3 years, 2 months ago
  98. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 2 months ago
  99. 1a8680c Catch RuntimException from MediaMetadataRetriever by Jin Seok Park · 3 years, 2 months ago
  100. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago