Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
google
/
jetpack-camera-app
Public
Notifications
You must be signed in to change notification settings
Fork
74
Star
342
Code
Issues
31
Pull requests
31
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Camera Feature Policy API
- #493
#493
Open
Kimblebee
wants to merge 45 commits into
main
google/jetpack-camera-app:main
from
kim/developerOptions/hybrid-api
google/jetpack-camera-app:kim/developerOptions/hybrid-api
Copy head branch name to clipboard
Conversation
Commits
45
(45)
Checks
Files changed
Open
Camera Feature Policy API
#493
Kimblebee
wants to merge 45 commits into
main
google/jetpack-camera-app:main
from
kim/developerOptions/hybrid-api
google/jetpack-camera-app:kim/developerOptions/hybrid-api
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
test(core:camera): track initialized settings in FakeCameraSystem
Kimblebee
committed
bf18caa
View commit details
Copy full SHA for bf18caa
Browse repository at this point
test(ui:components): add test tags for restricted capture modes
Kimblebee
committed
f682fb6
View commit details
Copy full SHA for f682fb6
Browse repository at this point
feat(data:settings): introduce settings API module and restriction config models
Kimblebee
committed
0746f80
View commit details
Copy full SHA for 0746f80
Browse repository at this point
feat(ui:uistateadapter): enforce option restrictions and disabled rationales
Kimblebee
committed
3bc4aae
View commit details
Copy full SHA for 3bc4aae
Browse repository at this point
feat(feature:preview): wire developer config into PreviewViewModel and navigation
Kimblebee
committed
57e7df2
View commit details
Copy full SHA for 57e7df2
Browse repository at this point
feat(app): provide DeveloperAppConfig and parse developer config intent extra
Kimblebee
committed
1276240
View commit details
Copy full SHA for 1276240
Browse repository at this point
feat(data:settings): harden RestrictionConfig with defaults, equality, and safety checks
Kimblebee
committed
866d7a7
View commit details
Copy full SHA for 866d7a7
Browse repository at this point
fix(ui:uistateadapter): support nullable appConfig in captureUiState and fix runtime exception
Kimblebee
committed
c8573a7
View commit details
Copy full SHA for c8573a7
Browse repository at this point
fix(feature:preview): preserve un-overridden settings, eliminate withoutRestrictions, and cleanup teardown
Kimblebee
committed
4f56882
View commit details
Copy full SHA for 4f56882
Browse repository at this point
refactor(app, data:settings): remove withoutRestrictions and simplify AppModule config binding
Kimblebee
committed
036e4e3
View commit details
Copy full SHA for 036e4e3
Browse repository at this point
refactor(data:settings, ui:uistateadapter): rename to OptionAvailabilityConfig and uiVisibility, add Hidden and UNKNOWN fallbacks
Show description for 79d2566
Kimblebee
committed
79d2566
View commit details
Copy full SHA for 79d2566
Browse repository at this point
spotless
Kimblebee
committed
31e6cc3
View commit details
Copy full SHA for 31e6cc3
Browse repository at this point
Merge branch 'main' into kim/developerOptions/hybrid-api
Kimblebee
authored
5fe2a47
View commit details
Copy full SHA for 5fe2a47
Browse repository at this point
Commits on Sep 10, 2026
Merge remote-tracking branch 'origin/main' into kim/developerOptions/hybrid-api
Show description for 29bd176
Kimblebee
committed
29bd176
View commit details
Copy full SHA for 29bd176
Browse repository at this point
test(ui:uistateadapter): add captureUiState test for restricted developer config
Kimblebee
committed
76df2ba
View commit details
Copy full SHA for 76df2ba
Browse repository at this point
spotless
Kimblebee
committed
94d7bb3
View commit details
Copy full SHA for 94d7bb3
Browse repository at this point
Commits on Sep 14, 2026
refactor: remove intent extra gating for developer options config
Show description for 2a0f98a
Kimblebee
committed
2a0f98a
View commit details
Copy full SHA for 2a0f98a
Browse repository at this point
refactor(settings): rename DeveloperAppConfig to CameraAppConfig and make properties nullable
Show description for 0480148
Kimblebee
committed
0480148
View commit details
Copy full SHA for 0480148
Browse repository at this point
fix(ui): rename restrictionConfig to visibilityConfig, make nullable, and update E2E tests
Show description for 612f60c
Kimblebee
committed
612f60c
View commit details
Copy full SHA for 612f60c
Browse repository at this point
Commits on Sep 15, 2026
refactor(settings): consolidate CameraAppConfig into :core:settings and remove :data:settings:api
Show description for 25a468f
Kimblebee
committed
25a468f
View commit details
Copy full SHA for 25a468f
Browse repository at this point
feat(ui): connect FlashMode, ImageFormat, and DynamicRange visibility configs
Kimblebee
committed
045910d
View commit details
Copy full SHA for 045910d
Browse repository at this point
spotless
Kimblebee
committed
a734805
View commit details
Copy full SHA for a734805
Browse repository at this point
fix ui visual bug where llb disables all hdr options when "off" should be enabled
Kimblebee
committed
49eca43
View commit details
Copy full SHA for 49eca43
Browse repository at this point
feat(camera): wire CameraAppConfig default values into CameraXCameraSystemRepository
Show description for 00a70dc
Kimblebee
committed
00a70dc
View commit details
Copy full SHA for 00a70dc
Browse repository at this point
Commits on Sep 16, 2026
feat(settings): enforce ImageFormat and DynamicRange default constraints when hidden
Show description for 520739c
Kimblebee
committed
520739c
View commit details
Copy full SHA for 520739c
Browse repository at this point
test(camera): verify CameraAppConfig default values applied in repository
Show description for 3b96ac9
Kimblebee
committed
3b96ac9
View commit details
Copy full SHA for 3b96ac9
Browse repository at this point
test(app): add instrumentation device tests for CameraAppConfig
Show description for f85edf1
Kimblebee
committed
f85edf1
View commit details
Copy full SHA for f85edf1
Browse repository at this point
refactor(settings): rename OptionAvailabilityConfig to OptionVisibility
Show description for e4ab707
Kimblebee
committed
e4ab707
View commit details
Copy full SHA for e4ab707
Browse repository at this point
docs(settings): update KDocs for CameraAppConfig and OptionVisibility
Kimblebee
committed
9a26742
View commit details
Copy full SHA for 9a26742
Browse repository at this point
refactor: clean up dead code, unused tags, and naming across config and adapters
Kimblebee
committed
dc6afff
View commit details
Copy full SHA for dc6afff
Browse repository at this point
refactor(settings, ui): enforce non-null config bounds and parameter ordering
Kimblebee
committed
14d9c98
View commit details
Copy full SHA for 14d9c98
Browse repository at this point
test: expand unit and device test coverage for CameraAppConfig and option visibility
Kimblebee
committed
10c0207
View commit details
Copy full SHA for 10c0207
Browse repository at this point
docs(camera): add TODO to revisit preserving aspect ratio preference for IMAGE_ONLY
Kimblebee
committed
a480bd7
View commit details
Copy full SHA for a480bd7
Browse repository at this point
Rename CameraAppConfig to CameraFeaturePolicy
Kimblebee
committed
07dcd2f
View commit details
Copy full SHA for 07dcd2f
Browse repository at this point
feat(settings): add safe OptionVisibility.from factory methods
Show description for 0861e17
Kimblebee
committed
0861e17
View commit details
Copy full SHA for 0861e17
Browse repository at this point
Commits on Sep 17, 2026
refactor(settings): integrate CameraFeaturePolicy into settings layer
Show description for e731302
Kimblebee
committed
e731302
View commit details
Copy full SHA for e731302
Browse repository at this point
feat(ui): support OptionVisibility restrictions for aspect ratio controls
Show description for 7180b6e
Kimblebee
committed
7180b6e
View commit details
Copy full SHA for 7180b6e
Browse repository at this point
Refactor vestigial CameraAppConfig references to CameraFeaturePolicy
Show description for cda2b01
Kimblebee
committed
cda2b01
View commit details
Copy full SHA for cda2b01
Browse repository at this point
stabilize image capture for default image-only capture mode policy
Kimblebee
committed
97e8d84
View commit details
Copy full SHA for 97e8d84
Browse repository at this point
docs: add TODOs for hiding quick settings when all rows are unavailable
Show description for c0e8012
Kimblebee
committed
c0e8012
View commit details
Copy full SHA for c0e8012
Browse repository at this point
spotless
Kimblebee
committed
add951f
View commit details
Copy full SHA for add951f
Browse repository at this point
rename visibilityConfig param
Kimblebee
committed
59f53fb
View commit details
Copy full SHA for 59f53fb
Browse repository at this point
Commits on Sep 21, 2026
Address review comments on CameraFeaturePolicy and UI adapters
Show description for 20c4756
Kimblebee
committed
20c4756
View commit details
Copy full SHA for 20c4756
Browse repository at this point
docs(core:settings), test(ui:uistateadapter): refine OptionVisibility KDocs and expand test coverage
Show description for 6aa7fd6
Kimblebee
committed
6aa7fd6
View commit details
Copy full SHA for 6aa7fd6
Browse repository at this point
Commits on Sep 22, 2026
feat(feature:preview), refactor(ui:uistateadapter): hide quick settings when unavailable and align optionVisibility params
Show description for 76e2105
Kimblebee
committed
76e2105
View commit details
Copy full SHA for 76e2105
Browse repository at this point
You can’t perform that action at this time.