1. ed87b83 Unhide offset-related tags by Jin Seok Park · 4 years, 8 months ago
  2. 1ff4128 Merge "Suppress valid deprecated usages and add missing deprecation annotations" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  3. 170c27a Suppress valid deprecated usages and add missing deprecation annotations by Alan Viverette · 4 years, 8 months ago
  4. 7ae287c Merge "Add OffsetTime-related tags" into androidx-master-dev by Jin Seok Park · 4 years, 8 months ago
  5. 930c027 Add OffsetTime-related tags by Jin Seok Park · 4 years, 8 months ago
  6. a1c1ddd ExifInterface: removes unmatched comment by Kyunglyul Hyun · 4 years, 8 months ago
  7. d8b7711 Merge "ExifInterface: resolve error prone warnings" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  8. 453dbb1 ExifInterface: resolve error prone warnings by Kyunglyul Hyun · 4 years, 8 months ago
  9. 0805440 Enables -Werror and -Xlint:unchecked for pure java modules by Louis Pullen-Freilich · 4 years, 8 months ago
  10. b808b25 Merge "Add function for adding EXIF to PNG files" into androidx-master-dev by Jin Seok Park · 4 years, 8 months ago
  11. 2d70d63 Add function for adding EXIF to PNG files by Jin Seok Park · 4 years, 8 months ago
  12. 984e308 Turn UnnecessaryParentheses into an error in error-prone by Aurimas Liutikas · 4 years, 8 months ago
  13. 6ee2913 Add support for parsing WebP files by Jin Seok Park · 4 years, 9 months ago
  14. cfbb096 Add test for parsing Exif data from PNG by Jin Seok Park · 4 years, 9 months ago
  15. 8d9f4b6 Add constructor for standalone exif data by Jin Seok Park · 4 years, 10 months ago
  16. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 9 months ago
  17. ce0a39c Add API to check if specified mime type is supported by Jin Seok Park · 4 years, 10 months ago
  18. 3c5a316 Add support for parsing Exif chunk in PNG by Jin Seok Park · 5 years ago
  19. 3c100a3 Merge "ExifInterface: Add a missing format name (IFD)" into androidx-master-dev by Kyunglyul Hyun · 5 years ago
  20. 5239827 ExifInterface: Add a missing format name (IFD) by Kyunglyul Hyun · 5 years ago
  21. 40c9c7a Add null check for creating new file instance by Jin Seok Park · 5 years ago
  22. 0f86ea5 Fix ExifInterface#saveAttributes behavior by Jin Seok Park · 5 years ago
  23. c3e4f92 ExifInterface: Add TAG_THUMBNAIL_ORIENTATION by Kyunglyul Hyun · 5 years ago
  24. ad74ba5 Merge "Exifinterface: prevent file descriptor leak" into androidx-master-dev by Kyunglyul Hyun · 5 years ago
  25. 7f2b406 Merge "Replace private constants" into androidx-platform-dev by TreeHugger Robot · 5 years ago
  26. ae2e820 Exifinterface: prevent file descriptor leak by Kyunglyul Hyun · 5 years ago
  27. 56a698c Exifinterface: Grant ExifInterfaceTest permissions by Kyunglyul Hyun · 5 years ago
  28. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  29. 99cb9dc Change warning logs to debug logs by Jin Seok Park · 5 years ago
  30. fd98845 Replace private constants by Jin Seok Park · 5 years ago
  31. c111259 Add support for XMP tags by Jin Seok Park · 5 years ago
  32. 85bd9e6 [Test] Track attribute range and parse additional times by Jin Seok Park · 5 years ago
  33. 6aa76d3 Track attribute range and parse additional times by Jin Seok Park · 5 years ago
  34. 73d7353 Merge "Replace IllegalArgumentException with NullPointerExceptions" into androidx-master-dev by Jin Seok Park · 5 years ago
  35. 9865570 Replace IllegalArgumentException with NullPointerExceptions by Jin Seok Park · 5 years ago
  36. 453e3248 ExifInterface: Add support for parsing HEIF by Jin Seok Park · 5 years ago
  37. a9b5f28cd ExifInterface: Add missing constructors and tests by Jin Seok Park · 5 years ago
  38. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  39. a150a51 Fix a typo of ExifInterface.TAG_CAMERA_OWNER_NAME by Gyumin Sim · 6 years ago
  40. bff07ab ExifInterface: Fix checking possible overflow by Jin Seok Park · 6 years ago
  41. a191bfa Mark all the test >3s as @LargeTest by Aurimas Liutikas · 6 years ago
  42. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  43. 2b66e5f Merge "Fix synthetic calls in exifInterface module" into pi-androidx-dev by Sergey Vasilinets · 6 years ago
  44. afd7b92 Fix synthetic calls in exifInterface module by Sergey Vasilinets · 6 years ago
  45. 694aaba Merge "ExifInterface: Prevent infinite loop" by TreeHugger Robot · 6 years ago
  46. 18aea76 ExifInterface: Prevent infinite loop by Jin Seok Park · 6 years ago
  47. 2442320 Start enforcing StringSplitter warnings. by Aurimas Liutikas · 6 years ago
  48. bc494df Fix imports for an assortment of small libraries. by Aurimas Liutikas · 6 years ago
  49. ac5fe7c Refactor support library by Aurimas Liutikas · 6 years ago
  50. f27b1ff Revert "Refactor support library." by Aurimas Liutikas · 6 years ago
  51. b31c328 Refactor support library. by Aurimas Liutikas · 6 years ago
  52. e338c36 Move more code to standard directories. by Aurimas Liutikas · 6 years ago
  53. 1f5136a Remove minSdkVersion tags from library manifest files. by Aurimas Liutikas · 6 years ago
  54. 04c9e28 Add missing @RestrictTo and test size annotations. by Aurimas Liutikas · 6 years ago
  55. fa39e2b Remove uses of junit.framework.* by Aurimas Liutikas · 7 years ago
  56. bf436ad Move exifinterface tests and manifest file to standard gradle directories. by Aurimas Liutikas · 7 years ago
  57. 1eda268 Merge "ExifInterface: Remove throwing exception" into oc-mr1-jetpack-dev by Jin Seok Park · 7 years ago
  58. 775da40 Make IntLongMath check error and correct occurrences. by Jake Wharton · 7 years ago
  59. 1bd1d12 ExifInterface: Remove throwing exception by Jin Seok Park · 7 years ago
  60. f266a0a Megamove part 2. Move to standard directories. by Aurimas Liutikas · 7 years ago
  61. 8936a10 Add nullability annotations to ExifInterface. by Jake Wharton · 7 years ago
  62. ab68451 ExifInterfaceTest: Fix failing tests by Hyundo Moon · 7 years ago
  63. 08146a6 Merge "ExifInterface: Add detailed description for Exif tags" into oc-support-26.1-dev by Conrad Chen · 7 years ago
  64. 4553d8d Add get flip state and rotation degree method by yangren · 7 years ago
  65. 8945d24 ExifInterface: Add detailed description for Exif tags by Conrad Chen · 7 years ago
  66. a13551b Merge "ExifInterface: protect against incorrect tag format" into oc-support-26.0-dev by Conrad Chen · 7 years ago
  67. bc4fd2c Support rotate method in ExifInterface by yangren · 7 years ago
  68. db4a5b2 ExifInterface: protect against incorrect tag format by Conrad Chen · 7 years ago
  69. c5d3024 ExifInterface: support setting GPS information by Conrad Chen · 7 years ago
  70. 8f31117 Allow set DateTime from TimeStamp in exifinterface by yangren · 7 years ago
  71. a39fc62 ExifInterface: Prevent DATETIME value from being set unproperly by Hyundo Moon · 7 years ago
  72. f684bb0 Merge "Fix errorprone warnings in ExifInterface" into nyc-support-25.4-dev by Hyundo Moon · 7 years ago
  73. 89889c4 Fix errorprone warnings in ExifInterface by Hyundo Moon · 7 years ago
  74. abc7395 A pass at fixing unchecked javac warnings. by Aurimas Liutikas · 7 years ago
  75. e2104f4 Add all missing @Override annotations. by Aurimas Liutikas · 7 years ago
  76. f96abe0 ExifInterface: Fix ClassCastException by Hyundo Moon · 7 years ago
  77. d56d8611 ExifInterface: Add helper methods to set latitude/longitude by Hyundo Moon · 7 years ago
  78. 9c853b8 Merge "ExifInterface: Accept decimal values for RATIONAL formats" into nyc-support-25.2-dev by Hyundo Moon · 7 years ago
  79. 77966fe ExifInterface: Accept decimal values for RATIONAL formats by Hyundo Moon · 7 years ago
  80. f833583 Fix some issues caught via a static analyzer by Chris Banes · 7 years ago
  81. 46ffc16 ExifInterface: Add JavaDoc in constructor by Hyundo Moon · 8 years ago
  82. 14ea310 Add ExifInterface into support library by Hyundo Moon · 8 years ago