1. 3c46176 calculate MB instead of MiB for size display by Daniel Micay · 2 years, 6 months ago
  2. 8165329 Add workaround for devices with broken region focus support by Tad · 2 years, 6 months ago
  3. c002d2f remove extra newline by Daniel Micay · 2 years, 6 months ago
  4. ff6dc0e increment version to 37 by Daniel Micay · 2 years, 6 months ago
  5. 27ae2b3 Move camera sounds toggle to More Settings by Jorge Carrillo · 2 years, 6 months ago
  6. f0be9bf limit the maximum size of a drawn bitmap in the gallery by Dmitry Muhomor · 2 years, 6 months ago
  7. ada621e don't try to show ImageSaver error dialog if the activity is stopped by Dmitry Muhomor · 2 years, 6 months ago
  8. 08d61af ImageSaver: don't fsync() file descriptors that come from unknown Uris by Dmitry Muhomor · 2 years, 6 months ago
  9. f3e1eaa ImageSaver: open an AssetFileDescriptor, not ParcelFileDescriptor by Dmitry Muhomor · 2 years, 6 months ago
  10. 4eafcbb Add persistent toggle for EIS by Adam Serbinski · 2 years, 6 months ago
  11. 42f0b46 bugfix: loading EXIF data from an arbitrary InputStream was broken by Dmitry Muhomor · 2 years, 6 months ago
  12. f37a4eb increment version to 36 by Daniel Micay · 2 years, 6 months ago
  13. f578d87 update CameraX to 1.1.0-rc01 by Daniel Micay · 2 years, 6 months ago
  14. a3019ad increment version to 35 by Daniel Micay · 2 years, 6 months ago
  15. 29dd242 Increase field of view for devices with default video stabilization by Adam Serbinski · 2 years, 6 months ago
  16. e7ce792 increment version to 34 by Daniel Micay · 2 years, 6 months ago
  17. 2e69571 show detailed image capture error to the user, with an option to copy it by Dmitry Muhomor · 2 years, 6 months ago
  18. f7ab3e4 add a temporary workaround for the "bitmap is too large" crash by Dmitry Muhomor · 2 years, 6 months ago
  19. e61388d catch exceptions from ContentResolver.openOutputStream() by Dmitry Muhomor · 2 years, 6 months ago
  20. e8579b1 catch exceptions from ContentResolver.delete() by Dmitry Muhomor · 2 years, 6 months ago
  21. e0a4e99 switch to a new implementation of ImageSaver by Dmitry Muhomor · 2 years, 6 months ago
  22. 210e4f7 move image capture and image saving callbacks into instance methods by Dmitry Muhomor · 2 years, 6 months ago
  23. 3ebddfb remove previous implementation of ImageSaver by Dmitry Muhomor · 2 years, 6 months ago
  24. 951b52f make ExifHelper.clearExif() thread-safe and improve fixExif() by Dmitry Muhomor · 2 years, 6 months ago
  25. 8e91458 expose Exif.mExifInterface by Dmitry Muhomor · 2 years, 6 months ago
  26. 4d8b3c7 add a method to write EXIF + image data to an OutputStream by Dmitry Muhomor · 2 years, 6 months ago
  27. 7252c10 move copied androidx classes to androidxc package by Dmitry Muhomor · 2 years, 6 months ago
  28. a549b72 copy Exif class from androidx.camera by Dmitry Muhomor · 2 years, 6 months ago
  29. 052a8ad use a local copy of the androidx.exifinterface library by Dmitry Muhomor · 2 years, 6 months ago
  30. 63f710e Remove redundant labels by MHShetty · 2 years, 6 months ago
  31. 5cd103b Use setDataAndType over separate setData and setType calls by MHShetty · 2 years, 6 months ago
  32. 7bacd03 Update material library dependency to 1.6.0 (from 1.5.0) by MHShetty · 2 years, 6 months ago
  33. 6d3472d make overly generic exception catch less bad by Daniel Micay · 2 years, 6 months ago
  34. fe6a08a Simplify initialization by using constructor as field by quh4gko8 · 2 years, 6 months ago
  35. 86fe5e2 increment version to 33 by Daniel Micay · 2 years, 6 months ago
  36. f393b40 avoid calling postSuccess twice it already get called from saveImageToFile by Pratyush · 2 years, 6 months ago
  37. aa93701 exif fixes & code cleanup by Pratyush · 2 years, 6 months ago
  38. 20b6847 increment version to 32 by Daniel Micay · 2 years, 6 months ago
  39. a3cf423 Use a dark-grey text colour for countdown timer by June · 2 years, 6 months ago
  40. 7d7636e Hide countdown timer when switching to QR mode by June · 2 years, 6 months ago
  41. 18a52d6 increment version to 31 by Daniel Micay · 2 years, 6 months ago
  42. 1dbee1a use drawable-nodpi to QR code images by Daniel Micay · 2 years, 6 months ago
  43. 42a8963 use consistent style for XML tags by Daniel Micay · 2 years, 6 months ago
  44. 7ce28e7 remove workaround for resolved ZXing bug by Daniel Micay · 2 years, 6 months ago
  45. b2bbc77 update ZXing to 3.5.0 by Daniel Micay · 2 years, 6 months ago
  46. d122369 exclude settings from backups for the time being by Daniel Micay · 2 years, 6 months ago
  47. 3edee8d remove unused drawable by Daniel Micay · 2 years, 6 months ago
  48. a00cdd4 change text case by Daniel Micay · 2 years, 6 months ago
  49. 5d2ed38 increment version to 30 by Daniel Micay · 2 years, 6 months ago
  50. 2b397c9 whitespace fixes by Daniel Micay · 2 years, 6 months ago
  51. 420fbfd increment version to 29 by Daniel Micay · 2 years, 6 months ago
  52. 5a3ec67 improve capture unsupported during recording error by Daniel Micay · 2 years, 6 months ago
  53. c4e099e avoid image capture getting stuck by Pratyush · 2 years, 6 months ago
  54. 3f70a45 let the device choose the default video quality by Daniel Micay · 2 years, 6 months ago
  55. 884b610 increment version to 28 by Daniel Micay · 2 years, 6 months ago
  56. 9228bd7 increment version to 27 by Daniel Micay · 2 years, 6 months ago
  57. fde1d1a Thread.sleep only throws InterruptedException by Pratyush · 2 years, 6 months ago
  58. 009acf0 extract string resource by Pratyush · 2 years, 6 months ago
  59. e7d46cf increment version to 26 by Daniel Micay · 2 years, 6 months ago
  60. c2d7498 explicitly set dialog theme for QR result layout by Daniel Micay · 2 years, 6 months ago
  61. bf99bfe play scan animation on onCaptureSuccess callback by Pratyush · 2 years, 6 months ago
  62. 8916f4e extract string resource by Pratyush · 2 years, 6 months ago
  63. 8afcbc1 replace cameraX save functionality with our own implementation by Pratyush · 2 years, 6 months ago
  64. d740513 add our own image saver based on cameraX by Pratyush · 2 years, 6 months ago
  65. a4112e3 rename variable by Daniel Micay · 2 years, 6 months ago
  66. af842eb remove workarounds from manual image rotation by Daniel Micay · 2 years, 6 months ago
  67. 4c24a59 fix build.gradle.kts style issue by Daniel Micay · 2 years, 6 months ago
  68. d4a7f02 increment version to 25 by Daniel Micay · 2 years, 6 months ago
  69. f1aead0 use view binding for VideoPlayer by empratyush · 2 years, 6 months ago
  70. b5a3a00 use view binding for SettingsDialog by empratyush · 2 years, 6 months ago
  71. 5c7cd9d use view binding for GallerySlideBinding by empratyush · 2 years, 6 months ago
  72. 28502bd use view binding for MoreSettings by empratyush · 2 years, 6 months ago
  73. 6e97c3c use view binding for InAppGallery by empratyush · 2 years, 6 months ago
  74. 6935ab8 use view binding for MainActivity by empratyush · 2 years, 6 months ago
  75. 14b65d4 organize imports by empratyush · 2 years, 6 months ago
  76. 34db214 enable view binding by empratyush · 2 years, 6 months ago
  77. 6387878 increment version to 24 by Daniel Micay · 2 years, 6 months ago
  78. c93d6ae set recording to null after close by Daniel Micay · 2 years, 6 months ago
  79. 2fc150e handle OS camera / extension service init failure by Daniel Micay · 2 years, 6 months ago
  80. bf55598 Add feature graphic by smdyv · 2 years, 6 months ago
  81. 2261f61 increment version to 23 by Daniel Micay · 2 years, 6 months ago
  82. 8a2fa29 add error message for OS/hardware camera failures by Daniel Micay · 2 years, 6 months ago
  83. 3393e03 simplify editing permission error message by Daniel Micay · 2 years, 6 months ago
  84. f644fb8 replace !! operator with null safe ? by Pratyush · 2 years, 6 months ago
  85. 737b7e9 organize imports by Pratyush · 2 years, 6 months ago
  86. a91aaf3 Bump kotlin-gradle-plugin from 1.6.20 to 1.6.21 by dependabot[bot] · 2 years, 6 months ago
  87. 496cbbd increment version to 22 by Daniel Micay · 2 years, 6 months ago
  88. 46f01e5 CameraX QualitySelector bug workaround by Pratyush · 2 years, 6 months ago
  89. c8b2f52 update CI JDK to 18 by Daniel Micay · 2 years, 6 months ago
  90. c8b229c increment version to 21 by Daniel Micay · 2 years, 7 months ago
  91. 42b9529 Fix exception at scan result dialog inflation by smdyv · 2 years, 7 months ago
  92. 570159a Update Gradle Wrapper by Patryk Mis · 2 years, 7 months ago
  93. 2ff4eef increment version to 20 by Daniel Micay · 2 years, 7 months ago
  94. 55d762d use more generic name for Night mode by Daniel Micay · 2 years, 7 months ago
  95. 53e8a5a add back night vendor extension mode by Daniel Micay · 2 years, 7 months ago
  96. 4bbf4b3 increment version to 19 by Daniel Micay · 2 years, 7 months ago
  97. 271f06d replace snackbar with showMessage() function by Pratyush · 2 years, 7 months ago
  98. d97a028 clean up showMessage Snackbar creation by Daniel Micay · 2 years, 7 months ago
  99. 5170863 log error more appropriately by Daniel Micay · 2 years, 7 months ago
  100. 0e17e92 convert hardcoded string to string resource by Pratyush · 2 years, 7 months ago