Skip to content

Releases: GrapheneOS/Camera

16

06 Mar 09:24
16
Compare
Choose a tag to compare
16

Notable changes in version 16:

  • add workaround for CameraX vendor extension bug impacting Mediatek MT6769 devices (Tecno TECNO SPARK 7P, Infinix HOT 10S, Tecno POVA) and likely many others to avoid a crash when launching the app
  • add workaround for devices unable to support capturing images while recording video to avoid a crash when launching video mode

A full list of changes from the previous release (version 15) is available through the Git commit log between the releases.


This app is available through the Play Store with the app.grapheneos.camera.play app id. Play Store releases go through review and it usually takes around 1 to 3 days before the Play Store pushes out the update to users. Play Store releases use Play Signing, so we use a separate app id from the releases we publish ourselves to avoid conflicts and to distinguish between them.

Releases of the app signed by GrapheneOS with the app.grapheneos.camera app id are published in the GrapheneOS app repository and on GitHub. You can use the GrapheneOS app repository client on Android 12 or later for automatic updates.

15

05 Mar 21:30
15
Compare
Choose a tag to compare
15

Notable changes in version 15:

  • improve video quality fallback handling to avoid more issues (will be further improved in the future)
  • support pressing setting item to toggle it

A full list of changes from the previous release (version 14) is available through the Git commit log between the releases.

14

05 Mar 09:37
14
Compare
Choose a tag to compare
14

Notable changes in version 14:

  • fix crash on devices without 1080p video recording support

A full list of changes from the previous release (version 13) is available through the Git commit log between the releases.

13

25 Feb 02:53
13
Compare
Choose a tag to compare
13

Notable changes in version 13:

A full list of changes from the previous release (version 12) is available through the Git commit log between the releases.

12

13 Feb 08:33
12
Compare
Choose a tag to compare
12

Full list of changes from the previous release (version 11). Notable changes:

  • generated a new icon following our upcoming revised icon style
  • update dependencies

11

02 Feb 23:32
11
Compare
Choose a tag to compare
11

Full list of changes from the previous release (version 10). Notable changes:

  • enable photo EXIF metadata removal feature by default now that it's well tested (orientation is preserved since it's not hidden metadata and location metadata is handled via a separate opt-in toggle)
  • avoid crashing on devices with CameraX vendor extension support when switching to the QR Scan mode

10

27 Jan 00:24
10
Compare
Choose a tag to compare
10

Full list of changes from the previous release (version 9). Notable changes:

  • update CameraX to 1.1.0-beta01 providing a bunch of improvements which are partially documented in their release notes (fixes several issues we reported)
  • update SDK and build tools to 32 (Android 12L) without targeting API 32 yet (waiting for stable release)
  • update other dependencies

9

10 Jan 08:41
9
Compare
Choose a tag to compare
9

Full list of changes from the previous release (version 8). Notable changes:

  • fix serious regression from the previous release for the in-app gallery breaking filtering in an edge case where all photos are deleted and then it's reopened
  • fix in-app gallery order in secure mode

8

02 Jan 03:33
8
Compare
Choose a tag to compare
8

Full list of changes from the previous release (version 7). Notable changes:

  • add extended More Settings menu
  • add support for stripping all non-orientation, non-location EXIF metadata (location is handled with the existing disabled-by-default toggle and orientation metadata is an essential part of the image's appearance)
  • move save image as previewed to more settings
  • add gyroscope suggestions option
  • add image compression quality configuration option
  • add support for choosing a non-default (DCIM/Camera) output directory via system file manager
  • multiple small improvements and bug fixes for the in-app gallery UX
  • add zooming support to in-app gallery
  • improve settings frame rotation
  • replace barcode scanning image analysis rotation with the more robust CameraX implementation (improves reliability of scanning some non-QR barcode types)
  • temporarily replace CameraX EXIF timestamp generation with custom code properly handling time zones (to the extent that it's possible with EXIF) until CameraX improves
  • improve display of EXIF timestamps for in-app gallery
  • record FHD video by default instead of UHD (CameraX still has quirks for UHD recording which should get largely fixed in the next few months)
  • improve handling of images being deleted externally
  • update CameraX libraries to latest alpha release
  • update other dependencies

7

01 Dec 17:24
7
Compare
Choose a tag to compare
7

Full list of changes from the previous release (version 6). Notable changes:

  • fix video capture intent with explicit URI
  • fix issue with preview width not fitting properly on certain devices (mostly occurred with 16:9)
  • position settings icon according to notch position (avoids placing settings icon underneath Pixel 6 / Pixel 6 Pro display cutout)
  • improve barcode scanning related text
  • fix issue with incorrect tab being selected/finalized
  • disable overscroll for bottom tab layout
  • improve share icon appearance for the in-app gallery