1. 4b21743 Aperture: Add VIDEO_CAPTURE intent filter by Sebastiano Barezzi · 2 years, 4 months ago
  2. 7a874ca Aperture: Remove argument from update{Primary,Secondary}BarButtons by Sebastiano Barezzi · 2 years, 4 months ago
  3. 77ecc25 Aperture: Add ID to gallery button card view by Sebastiano Barezzi · 2 years, 4 months ago
  4. 12fdc02 Aperture: Update camera mode buttons on UI thread by Sebastiano Barezzi · 2 years, 4 months ago
  5. 427fcdf Aperture: Hide shutter sounds option instead of disabling it by LuK1337 · 2 years, 4 months ago
  6. e2e41d0 Aperture: Remove unnecessary newline by LuK1337 · 2 years, 4 months ago
  7. 3043adc Aperture: Add newlines at the end of all files in project by LuK1337 · 2 years, 4 months ago
  8. ba4d20f Aperture: Replace hardcoded targetSdkVersion with defaultConfig variable by LuK1337 · 2 years, 4 months ago
  9. 1101ccc Aperture: Avoid null asserts by Sebastiano Barezzi · 2 years, 4 months ago
  10. 47933d1 Aperture: Add .dev to gradle package name by LuK1337 · 2 years, 4 months ago
  11. a539722 Aperture: Relocate app shortcuts out of resources by LuK1337 · 2 years, 4 months ago
  12. 5a97503 Aperture: Add newline at the end of files where needed by Sebastiano Barezzi · 2 years, 4 months ago
  13. bd5fd06 Aperture: Don't use platform APIs by Sebastiano Barezzi · 2 years, 4 months ago
  14. 1e757df Aperture: Set SDK version to current in Android.bp by Sebastiano Barezzi · 2 years, 4 months ago
  15. 5ecf4ca Aperture: Run ./gradlew app:generateBp by LuK1337 · 2 years, 4 months ago
  16. 26b7902 Aperture: Introduce gradle task for blueprint generation by LuK1337 · 2 years, 4 months ago
  17. afc94a3 Aperture: Use non-ktx androidx.preference:preference by LuK1337 · 2 years, 4 months ago
  18. 9c4638c Aperture: Convert gradle scripts to kotlin by LuK1337 · 2 years, 4 months ago
  19. 5e2fe4b Aperture: Add white background for shortcut icons by LuK1337 · 2 years, 4 months ago
  20. c791ef4 Aperture: Add shortcuts by Luca Stefani · 2 years, 4 months ago
  21. 7a52d95 Aperture: Improve video capture delay handling by Sebastiano Barezzi · 2 years, 4 months ago
  22. b89cde2 Aperture: Simplify gallery icon handling by Sebastiano Barezzi · 2 years, 4 months ago
  23. 7eaa91d Aperture: Disable primary bar buttons on activity by Sebastiano Barezzi · 2 years, 4 months ago
  24. b0b98ef Aperture: Disable secondary bar buttons on activity by Sebastiano Barezzi · 2 years, 4 months ago
  25. aac78c9 Aperture: Add spinner position to exception msg by LuK1337 · 2 years, 4 months ago
  26. e9bc587 Aperture: De-hardcode text/plain mime type by LuK1337 · 2 years, 4 months ago
  27. a264c55 Aperture: Add monochrome icon support by Asher Simonds · 2 years, 4 months ago
  28. b91628f Aperture: Add yutailang0119/action-android-lint@v3 to workflow by LuK1337 · 2 years, 4 months ago
  29. 4adc37b Aperture: Rename top and bottom bar to secondary and primary bar by Sebastiano Barezzi · 2 years, 4 months ago
  30. d2e63bb Aperture: Use camel case on qr bottom sheet dialog layout by LuK1337 · 2 years, 4 months ago
  31. c1e0059 Aperture: Use camel case on main layout by Sebastiano Barezzi · 2 years, 4 months ago
  32. 00e25a7 Aperture: Improve CountDownView.startCountDown() API by LuK1337 · 2 years, 4 months ago
  33. 82845dc Aperture: Make video recording timer cancellable by LuK1337 · 2 years, 4 months ago
  34. f8da1ec Aperture: Remove unnecessary countDownView.isVisible writes by LuK1337 · 2 years, 4 months ago
  35. 50c3f02 Aperture: Throw exception on video pause/resume while in wrong state by LuK1337 · 2 years, 4 months ago
  36. efd8fda Aperture: Introduce CameraState enum by LuK1337 · 2 years, 4 months ago
  37. 810f50b Aperture: Add support for video recording pause/resume by LuK1337 · 2 years, 4 months ago
  38. 0e245bd Aperture: Sort button descriptions string by LuK1337 · 2 years, 4 months ago
  39. 8a9530b Aperture: Inline handler inside CountDownView by LuK1337 · 2 years, 4 months ago
  40. 28168b1 Aperture: Remove unnecessary newline by LuK1337 · 2 years, 4 months ago
  41. 025eaaa Aperture: Fix code style around onRequestPermissionsResult() by LuK1337 · 2 years, 4 months ago
  42. 950dfc9 Aperture: Make extensionMode return shared pref value by LuK1337 · 2 years, 4 months ago
  43. e7ff8bf Aperture: Drop unnecessary 'sharedPreferences.' by LuK1337 · 2 years, 4 months ago
  44. c18e2b3 Aperture: Get rid of unnecessary aspectRatio read/write by LuK1337 · 2 years, 4 months ago
  45. 480cdbe Aperture: Import count down view from Camera2 by Luca Stefani · 2 years, 4 months ago
  46. a173c42 Aperture: Reset MultiFormatReader after use by Luca Stefani · 2 years, 4 months ago
  47. 7c2b8b8 Aperture: Fix some warnings in PhysicalCamera by Luca Stefani · 2 years, 4 months ago
  48. aae6357 Aperture: Replace recording chip with fake camera mode button by LuK1337 · 2 years, 4 months ago
  49. baf2db7 Aperture: Reformat activity_main.xml by LuK1337 · 2 years, 4 months ago
  50. 4d7fdb0 Aperture: Don't build perms using mutable Lists by Luca Stefani · 2 years, 4 months ago
  51. 1ae4d0a Aperture: Use when() for startRecording event handling by LuK1337 · 2 years, 4 months ago
  52. 4d62b0b Aperture: Reduce reads of 'cameraMode' by Luca Stefani · 2 years, 4 months ago
  53. dcec426 Aperture: Enable minify/shrink/proguard by Luca Stefani · 2 years, 4 months ago
  54. 3e5fb9a Aperture: Use Coin to get gallery thumbnail by Luca Stefani · 2 years, 4 months ago
  55. d98d2e9 Aperture: Replace Context.convertDpToPx with IntExt by Luca Stefani · 2 years, 4 months ago
  56. 93e4480 Aperture: Add KEYCODE_FOCUS/KEYCODE_CAMERA support by LuK1337 · 2 years, 4 months ago
  57. bc7840c Aperture: Get rid of temporary `msg` variables by LuK1337 · 2 years, 4 months ago
  58. 0be9ae1 Aperture: Don't update thumbnail on ERROR_NO_VALID_DATA by LuK1337 · 2 years, 4 months ago
  59. 5777465 Aperture: Fix extension mode selection in cyclePhotoEffects() by LuK1337 · 2 years, 4 months ago
  60. 154babb Aperture: Don't include mlkit by Luca Stefani · 2 years, 4 months ago
  61. 0c32798 Aperture: Use `get() = ` in CameraSoundsUtils by LuK1337 · 2 years, 4 months ago
  62. d1e4080 Aperture: Increase grid width by Luca Stefani · 2 years, 4 months ago
  63. 93fa243 Aperture: Rebuild camerax with changes that let us reuse recorder by LuK1337 · 2 years, 4 months ago
  64. 50ef007 Aperture: Use maven repository for our CameraX builds by LuK1337 · 2 years, 4 months ago
  65. a05c4b0 Aperture: Make video start/end cap white by LuK1337 · 2 years, 4 months ago
  66. 5042a48 Aperture: Fix and enable video_{start,end}_rec_square animations by LuK1337 · 2 years, 4 months ago
  67. e61358c Aperture: Import new shutter AVDs by LuK1337 · 2 years, 4 months ago
  68. 4061a7d Aperture: Pass inverted YUV to MultiFormatReader as well by LuK1337 · 2 years, 4 months ago
  69. bee3499 Aperture: Fix video quality going on/off during recording by Sebastiano Barezzi · 2 years, 4 months ago
  70. 0c6bc05 Aperture: Move video quality setting to top bar by Sebastiano Barezzi · 2 years, 4 months ago
  71. dc865f6 Aperture: Handle volume key long press for video mode by LuK1337 · 2 years, 4 months ago
  72. 5d46519 Aperture: Import switch style from SettingsLib by LuK1337 · 2 years, 4 months ago
  73. 586a499 Aperture: Set minimum SDK version to 31 by Sebastiano Barezzi · 2 years, 4 months ago
  74. 40ca55b Aperture: Parse camera infos on PhysicalCamera constructor by Sebastiano Barezzi · 2 years, 4 months ago
  75. 4ddfd81 Aperture: Add GitHub actions build workflow by LuK1337 · 2 years, 4 months ago
  76. b01b0ed Aperture: Ignore repeated key events by LuK1337 · 2 years, 4 months ago
  77. 5e3ea83 Aperture: Add summaries for bright screen & save location by LuK1337 · 2 years, 4 months ago
  78. cfb0997 Aperture: Reformat root_preferences.xml by LuK1337 · 2 years, 4 months ago
  79. 080ae18 Aperture: Add "SD" to video quality list by LuK1337 · 2 years, 4 months ago
  80. 0b8cb17 Aperture: Make photo capture modes translatable by LuK1337 · 2 years, 4 months ago
  81. 09da6a9 Aperture: Make Lowest/Highest video quality translatable by LuK1337 · 2 years, 4 months ago
  82. e2e93ab Aperture: Address some of lint warnings by LuK1337 · 2 years, 4 months ago
  83. a4a8ccd Aperture: Remove unnecessary `?: return` by LuK1337 · 2 years, 4 months ago
  84. 2955e7a Aperture: Don't reserve space for icons in Settings by LuK1337 · 2 years, 4 months ago
  85. b3da04c Aperture: Implement camera mode switcher animation by LuK1337 · 2 years, 4 months ago
  86. c6b50f0 Aperture: Fix crash after double tapping shutter button in video mode by LuK1337 · 2 years, 4 months ago
  87. 97cfa75 Aperture: Implement volume key shutter feature by LuK1337 · 2 years, 4 months ago
  88. aca802b Aperture: Update outdated comment by LuK1337 · 2 years, 4 months ago
  89. d9edb52 Aperture: Use `set(value) = ` in SharedPreferencesExt by LuK1337 · 2 years, 4 months ago
  90. 1bc781b Aperture: Use `get() = ` in SharedPreferencesExt by LuK1337 · 2 years, 4 months ago
  91. f2afeed Aperture: Set recording to null on VideoRecordEvent.Finalize by LuK1337 · 2 years, 4 months ago
  92. b806125 Aperture: Get rid of init {} in GridView by LuK1337 · 2 years, 4 months ago
  93. e16a1b3 Aperture: Workaround crash when flipping camera in video mode by LuK1337 · 2 years, 4 months ago
  94. c780e52 Aperture: Add microphone toggle for video recording mode by LuK1337 · 2 years, 4 months ago
  95. a804f8c Aperture: Apply API changes from camerax_apply_new_video_api_in_view by LuK1337 · 2 years, 4 months ago
  96. a3e6053 Aperture: Update CameraX libraries by LuK1337 · 2 years, 4 months ago
  97. 4abf287 Aperture: Suppress Resources.getIdentifier warning on CameraSoundsUtils by Sebastiano Barezzi · 2 years, 4 months ago
  98. 2aabeab Aperture: Use MediaActionSound.mustPlayShutterSound() on Android T by Sebastiano Barezzi · 2 years, 4 months ago
  99. 7673991 Aperture: Bump androidx.appcompat:appcompat to 1.5.0 by Sebastiano Barezzi · 2 years, 4 months ago
  100. 445c24a Aperture: Bump compile and target SDK to 33 by Sebastiano Barezzi · 2 years, 4 months ago