1. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  2. ef73d45 Update exifinterface OWNERS by Andrew Lewis · 2 years, 9 months ago
  3. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  4. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  5. 7e66d7a Merge "Add support for reading XMP from HEIF" into androidx-main by Treehugger Robot · 3 years ago
  6. 210f875 Update lint baselines once again. by Aurimas Liutikas · 3 years ago
  7. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  8. 823eae0 Add support for reading XMP from HEIF by Jin Seok Park · 3 years ago
  9. 85e095e Improve doc for saveAttributes by Jin Seok Park · 3 years, 1 month ago
  10. e6849d8 Merge "Replace non-thumbnail tags with thumbnail tags" into androidx-main by Jin Seok Park · 3 years, 2 months ago
  11. 9239c2e Replace non-thumbnail tags with thumbnail tags by Jin Seok Park · 3 years, 2 months ago
  12. 1ca420f Remove api_legacy files by Aurimas Liutikas · 3 years, 2 months ago
  13. e1b9dca Merge "Add support for saving attributes for DNG files" into androidx-main by Jin Seok Park · 3 years, 2 months ago
  14. 335bd89 Add support for saving attributes for DNG files by Jin Seok Park · 3 years, 2 months ago
  15. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  16. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 4 months ago
  17. bd6f4cd Fix ClassVerificationFailure errors by Jin Seok Park · 3 years, 4 months ago
  18. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  19. a96f4fe Merge "Catch RuntimException from MediaMetadataRetriever" into androidx-main by Jin Seok Park · 3 years, 5 months ago
  20. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 5 months ago
  21. 1a8680c Catch RuntimException from MediaMetadataRetriever by Jin Seok Park · 3 years, 5 months ago
  22. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  23. 2ecd83f Merge "Remove existing assumptions about DataInputStream behavior" into androidx-main by Jin Seok Park · 3 years, 7 months ago
  24. fa070dc Remove existing assumptions about DataInputStream behavior by Jin Seok Park · 3 years, 8 months ago
  25. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  26. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  27. f711007 Merge "Prevent skipBytes from infinitely looping" into androidx-main by Jin Seok Park · 3 years, 8 months ago
  28. 3fc3824 Prevent skipBytes from infinitely looping by Jin Seok Park · 3 years, 8 months ago
  29. 62a9bd6 Prevent RuntimeException when calling setDataSource by Jin Seok Park · 3 years, 9 months ago
  30. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 9 months ago
  31. f81f16f Fix flaky test for ExifInterfaceTest by Jin Seok Park · 3 years, 10 months ago
  32. 9b786f0b Merge "Add test for getting EXIF from HEIF format" into androidx-master-dev by Jin Seok Park · 3 years, 10 months ago
  33. 87f13e8 Add test for getting EXIF from HEIF format by Jin Seok Park · 3 years, 10 months ago
  34. ebfcd4c Fix parsing subsec-related tags by Jin Seok Park · 3 years, 10 months ago
  35. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  36. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  37. c257a9d0 Merge "Change saveAttributes implementation" into androidx-master-dev by Jin Seok Park · 3 years, 11 months ago
  38. 7fe9f96 Change saveAttributes implementation by Jin Seok Park · 4 years ago
  39. 924b66a Add support for reading/writing secondary format of DateTime tag by Jin Seok Park · 3 years, 11 months ago
  40. 02d0e06 Merge "Revert "Change saveAttributes implementation"" into androidx-master-dev by Treehugger Robot · 4 years ago
  41. e53eb40 Revert "Change saveAttributes implementation" by Jin Seok Park · 4 years ago
  42. 6137089 ExifInterface: Allow SRATIONAL for lat/lng by Kyunglyul Hyun · 4 years ago
  43. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  44. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  45. 46c97c4 Merge "Add GpsDateStamp/GpsTimeStamp tags to test file" into androidx-master-dev by Jin Seok Park · 4 years ago
  46. 3019c3b Add GpsDateStamp/GpsTimeStamp tags to test file by Jin Seok Park · 4 years ago
  47. 47f3f3b Merge "Change saveAttributes implementation" into androidx-master-dev by Jin Seok Park · 4 years ago
  48. e068aed Change saveAttributes implementation by Jin Seok Park · 4 years ago
  49. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  50. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years, 1 month ago
  51. 54b0c07 Merge changes from topic "robolectric_4.4-alpha-2" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  52. 32812b3c Remove unnecessary ternary operator from ExifInterface constructor by Trevor McGuire · 4 years, 2 months ago
  53. c8c72cf Move exifinterface and media libraries to beta by Sungsoo Lim · 4 years, 2 months ago
  54. 7a0ef42 Merge "Set default locale to US" into androidx-master-dev by Jin Seok Park · 4 years, 2 months ago
  55. a996e2e Set default locale to US by Jin Seok Park · 4 years, 2 months ago
  56. 54ce1ac Rename temp file to use a valid image file extension by Jin Seok Park · 4 years, 2 months ago
  57. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  58. e08b9ec Merge "Remove unnecessary buffering" into androidx-master-dev by Jin Seok Park · 4 years, 4 months ago
  59. 6564c28 Remove unnecessary buffering by Jin Seok Park · 4 years, 4 months ago
  60. 70e75d1 Merge "Fix typo "contant" to "constant"" into androidx-master-dev by Jin Seok Park · 4 years, 4 months ago
  61. b86a7b4 Fix typo "contant" to "constant" by Jin Seok Park · 4 years, 4 months ago
  62. 4a2079b Update API lint baselines by Aurimas Liutikas · 4 years, 4 months ago
  63. 6f437ca Replace INVALID_DATE_TIME with null by Jin Seok Park · 4 years, 4 months ago
  64. 5cfdbd5 Merge "Make DateTime-related getters consider offset value" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  65. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  66. 5b55cad Make DateTime-related getters consider offset value by Jin Seok Park · 4 years, 6 months ago
  67. e50b21c Replace deprecated Environment#getExternalStorageDirectory by Jin Seok Park · 4 years, 6 months ago
  68. 21ab937 Make getGpsDateTime return Long.MIN_VALUE instead of -1 by Jin Seok Park · 4 years, 7 months ago
  69. 3b31760 Merge "Add function for adding EXIF to WebP files" into androidx-master-dev by Jin Seok Park · 4 years, 7 months ago
  70. 3505db0 Add function for adding EXIF to WebP files by Jin Seok Park · 4 years, 7 months ago
  71. fa81a62 Increment out of date versions by Nick Anthony · 4 years, 7 months ago
  72. 7203347 Unhide ExifInterface.getGpsDateTime by Sungsoo Lim · 4 years, 7 months ago
  73. e89d90c4 Move ExifInterface to 1.3.0-alpha01 by Sungsoo Lim · 4 years, 7 months ago
  74. 9af4038 Fix bug where JPEG file with XMP is incorrectly saved by Jin Seok Park · 4 years, 7 months ago
  75. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  76. 7921fbf6 API lint check for the NoByteOrShort is enabled for androidx by Sergey · 4 years, 8 months ago
  77. 6e3d6b8 Move exifinterface to the new proper directory structure by Sergey · 4 years, 9 months ago
  78. 892d135 Asking metalava to filter restrictto scopes by Jeff Gaston · 4 years, 10 months ago
  79. 0e0fafd2 Merge "Update android lint baseline" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  80. cf8b11c Fix and enforce UnusedVariable errorprone warnings by Aurimas Liutikas · 4 years, 10 months ago
  81. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  82. 6a9d1cf Move ExifInterface to 1.2.0-beta by Sungsoo Lim · 4 years, 10 months ago
  83. 176318e Merge "Update api lint baseline." into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  84. f289551 Merge "Add function for adding EXIF to WebP files" into androidx-master-dev by Jin Seok Park · 4 years, 10 months ago
  85. a196ccd Update api lint baseline. by Aurimas Liutikas · 4 years, 10 months ago
  86. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  87. 2041bbf Add function for adding EXIF to WebP files by Jin Seok Park · 5 years ago
  88. 47aba06 Change constructor for Exif data only streams by Jin Seok Park · 4 years, 10 months ago
  89. 97bf906 Return correct offsets for getAttributeRange() by Jin Seok Park · 4 years, 11 months ago
  90. ed87b83 Unhide offset-related tags by Jin Seok Park · 4 years, 11 months ago
  91. 1ff4128 Merge "Suppress valid deprecated usages and add missing deprecation annotations" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  92. 170c27a Suppress valid deprecated usages and add missing deprecation annotations by Alan Viverette · 5 years ago
  93. 7ae287c Merge "Add OffsetTime-related tags" into androidx-master-dev by Jin Seok Park · 4 years, 11 months ago
  94. 930c027 Add OffsetTime-related tags by Jin Seok Park · 4 years, 11 months ago
  95. a1c1ddd ExifInterface: removes unmatched comment by Kyunglyul Hyun · 4 years, 11 months ago
  96. d8b7711 Merge "ExifInterface: resolve error prone warnings" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  97. 453dbb1 ExifInterface: resolve error prone warnings by Kyunglyul Hyun · 5 years ago
  98. 0805440 Enables -Werror and -Xlint:unchecked for pure java modules by Louis Pullen-Freilich · 5 years ago
  99. b808b25 Merge "Add function for adding EXIF to PNG files" into androidx-master-dev by Jin Seok Park · 5 years ago
  100. 2d70d63 Add function for adding EXIF to PNG files by Jin Seok Park · 5 years ago