1. 8621e2b Remove support for writing DNG files from ExifInterface by Ian Baker · 2 years ago
  2. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years, 1 month ago
  3. 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, 2 months ago
  4. a5705b9 Reenable unused method check in errorprone. by Aurimas Liutikas · 2 years, 2 months ago
  5. fdc5de4 Merge "Fix nullability lint issue with ExifInterface" into androidx-main am: d972a5258f by Tiem Song · 2 years, 3 months ago
  6. 033f744 Fix nullability lint issue with ExifInterface by Tiem Song · 2 years, 3 months ago
  7. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  8. 3e0ca61 Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  9. c214404 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main am: 8ce27e2344 by Tiem Song · 2 years, 6 months ago
  10. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  11. a4af51e Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main am: acba7ac82c by Aurimas Liutikas · 2 years, 6 months ago
  12. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  13. 5b07baf Merge changes Id94fc68e,Id7b73d9f into androidx-main am: 5a90717f2f by Oliver Woodman · 2 years, 7 months ago
  14. a88721c59 ExifInterface: Remove InputStream assumptions by Oliver Woodman · 2 years, 7 months ago
  15. 3d8f528 Move ExifOnly check to where the data is read by Oliver Woodman · 2 years, 7 months ago
  16. a1d8d29 Merge "Fix ExifInterface generic/nullability errors" into androidx-main am: ba98959127 by Oliver Woodman · 2 years, 7 months ago
  17. ed0fc5c Fix ExifInterface generic/nullability errors by Oliver Woodman · 2 years, 7 months ago
  18. 1b02d71 Merge "Add bug component for exifinterface library" into androidx-main am: fd54886177 by Treehugger Robot · 2 years, 7 months ago
  19. 4a79c57 Add bug component for exifinterface library by Aurimas Liutikas · 2 years, 7 months ago
  20. 555d327 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  21. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  22. f407e9b Merge "Update exifinterface OWNERS" into androidx-main am: f9413faca0 by Treehugger Robot · 2 years, 9 months ago
  23. ef73d45 Update exifinterface OWNERS by Andrew Lewis · 2 years, 9 months ago
  24. 7574792 Revert "Revert "Bump compileSdkVersion to "Tiramisu""" by Alan Viverette · 2 years, 10 months ago
  25. 9f9574d Merge "Revert "Bump compileSdkVersion to "Tiramisu""" into androidx-platform-dev by Aurimas Liutikas · 2 years, 10 months ago
  26. 4a32b7f Revert "Bump compileSdkVersion to "Tiramisu"" by Aurimas Liutikas · 2 years, 10 months ago
  27. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  28. 5157ac8 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  29. 884d8fc Bump compileSdkVersion to "Tiramisu" by Alan Viverette · 2 years, 11 months ago
  30. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  31. ef3d45e Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  32. 7e66d7a Merge "Add support for reading XMP from HEIF" into androidx-main by Treehugger Robot · 3 years ago
  33. 210f875 Update lint baselines once again. by Aurimas Liutikas · 3 years ago
  34. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  35. 823eae0 Add support for reading XMP from HEIF by Jin Seok Park · 3 years ago
  36. 85e095e Improve doc for saveAttributes by Jin Seok Park · 3 years, 1 month ago
  37. e6849d8 Merge "Replace non-thumbnail tags with thumbnail tags" into androidx-main by Jin Seok Park · 3 years, 2 months ago
  38. 9239c2e Replace non-thumbnail tags with thumbnail tags by Jin Seok Park · 3 years, 2 months ago
  39. 1ca420f Remove api_legacy files by Aurimas Liutikas · 3 years, 2 months ago
  40. e1b9dca Merge "Add support for saving attributes for DNG files" into androidx-main by Jin Seok Park · 3 years, 2 months ago
  41. 335bd89 Add support for saving attributes for DNG files by Jin Seok Park · 3 years, 2 months ago
  42. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  43. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 4 months ago
  44. bd6f4cd Fix ClassVerificationFailure errors by Jin Seok Park · 3 years, 4 months ago
  45. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  46. a96f4fe Merge "Catch RuntimException from MediaMetadataRetriever" into androidx-main by Jin Seok Park · 3 years, 5 months ago
  47. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 5 months ago
  48. 1a8680c Catch RuntimException from MediaMetadataRetriever by Jin Seok Park · 3 years, 5 months ago
  49. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  50. 2ecd83f Merge "Remove existing assumptions about DataInputStream behavior" into androidx-main by Jin Seok Park · 3 years, 7 months ago
  51. fa070dc Remove existing assumptions about DataInputStream behavior by Jin Seok Park · 3 years, 8 months ago
  52. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  53. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  54. f711007 Merge "Prevent skipBytes from infinitely looping" into androidx-main by Jin Seok Park · 3 years, 8 months ago
  55. 3fc3824 Prevent skipBytes from infinitely looping by Jin Seok Park · 3 years, 8 months ago
  56. 62a9bd6 Prevent RuntimeException when calling setDataSource by Jin Seok Park · 3 years, 9 months ago
  57. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 9 months ago
  58. f81f16f Fix flaky test for ExifInterfaceTest by Jin Seok Park · 3 years, 10 months ago
  59. 9b786f0b Merge "Add test for getting EXIF from HEIF format" into androidx-master-dev by Jin Seok Park · 3 years, 10 months ago
  60. 87f13e8 Add test for getting EXIF from HEIF format by Jin Seok Park · 3 years, 10 months ago
  61. ebfcd4c Fix parsing subsec-related tags by Jin Seok Park · 3 years, 10 months ago
  62. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  63. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  64. c257a9d0 Merge "Change saveAttributes implementation" into androidx-master-dev by Jin Seok Park · 3 years, 11 months ago
  65. 7fe9f96 Change saveAttributes implementation by Jin Seok Park · 4 years ago
  66. 924b66a Add support for reading/writing secondary format of DateTime tag by Jin Seok Park · 3 years, 11 months ago
  67. 02d0e06 Merge "Revert "Change saveAttributes implementation"" into androidx-master-dev by Treehugger Robot · 4 years ago
  68. e53eb40 Revert "Change saveAttributes implementation" by Jin Seok Park · 4 years ago
  69. 6137089 ExifInterface: Allow SRATIONAL for lat/lng by Kyunglyul Hyun · 4 years ago
  70. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  71. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  72. 46c97c4 Merge "Add GpsDateStamp/GpsTimeStamp tags to test file" into androidx-master-dev by Jin Seok Park · 4 years ago
  73. 3019c3b Add GpsDateStamp/GpsTimeStamp tags to test file by Jin Seok Park · 4 years ago
  74. 47f3f3b Merge "Change saveAttributes implementation" into androidx-master-dev by Jin Seok Park · 4 years ago
  75. e068aed Change saveAttributes implementation by Jin Seok Park · 4 years ago
  76. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  77. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years, 1 month ago
  78. 54b0c07 Merge changes from topic "robolectric_4.4-alpha-2" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  79. 32812b3c Remove unnecessary ternary operator from ExifInterface constructor by Trevor McGuire · 4 years, 2 months ago
  80. c8c72cf Move exifinterface and media libraries to beta by Sungsoo Lim · 4 years, 2 months ago
  81. 7a0ef42 Merge "Set default locale to US" into androidx-master-dev by Jin Seok Park · 4 years, 2 months ago
  82. a996e2e Set default locale to US by Jin Seok Park · 4 years, 2 months ago
  83. 54ce1ac Rename temp file to use a valid image file extension by Jin Seok Park · 4 years, 2 months ago
  84. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  85. e08b9ec Merge "Remove unnecessary buffering" into androidx-master-dev by Jin Seok Park · 4 years, 4 months ago
  86. 6564c28 Remove unnecessary buffering by Jin Seok Park · 4 years, 4 months ago
  87. 70e75d1 Merge "Fix typo "contant" to "constant"" into androidx-master-dev by Jin Seok Park · 4 years, 4 months ago
  88. b86a7b4 Fix typo "contant" to "constant" by Jin Seok Park · 4 years, 4 months ago
  89. 4a2079b Update API lint baselines by Aurimas Liutikas · 4 years, 4 months ago
  90. 6f437ca Replace INVALID_DATE_TIME with null by Jin Seok Park · 4 years, 4 months ago
  91. 5cfdbd5 Merge "Make DateTime-related getters consider offset value" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  92. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  93. 5b55cad Make DateTime-related getters consider offset value by Jin Seok Park · 4 years, 6 months ago
  94. e50b21c Replace deprecated Environment#getExternalStorageDirectory by Jin Seok Park · 4 years, 6 months ago
  95. 21ab937 Make getGpsDateTime return Long.MIN_VALUE instead of -1 by Jin Seok Park · 4 years, 7 months ago
  96. 3b31760 Merge "Add function for adding EXIF to WebP files" into androidx-master-dev by Jin Seok Park · 4 years, 7 months ago
  97. 3505db0 Add function for adding EXIF to WebP files by Jin Seok Park · 4 years, 7 months ago
  98. fa81a62 Increment out of date versions by Nick Anthony · 4 years, 7 months ago
  99. 7203347 Unhide ExifInterface.getGpsDateTime by Sungsoo Lim · 4 years, 7 months ago
  100. e89d90c4 Move ExifInterface to 1.3.0-alpha01 by Sungsoo Lim · 4 years, 7 months ago