index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
hardware
/
Camera.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/f...
George Zacharia
2023-08-02
1
-18
/
+21
|
\
|
*
DO NOT MERGE Force slowJpegMode on certain camera1 apps
Chengfei Tao
2023-03-22
1
-7
/
+17
|
*
Per-app compat treatment for overrideToPortrait.
Austin Borger
2023-01-09
1
-12
/
+4
*
|
Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...
George Zacharia
2023-04-03
1
-4
/
+19
|
\
|
|
*
DO NOT MERGE CameraManager: Provide flag for overriding camera output to port...
Austin Borger
2022-12-05
1
-4
/
+20
*
|
camera: Allow extending aux list/excludelist via overlay resources
LuK1337
2022-11-07
1
-8
/
+17
*
|
Camera: Expose aux camera if packagename is null
wbs306
2022-11-02
1
-0
/
+2
*
|
Camera: Don't crash when trying to disable shutter sound
jhenrique09
2022-09-26
1
-1
/
+5
*
|
Camera: Don't throw exceptions when value pairs have spaces in them
Ricardo Cerqueira
2022-09-26
1
-0
/
+1
*
|
Fix Photosphere/Camera FCs
Jostein Kjønigsen
2022-09-26
1
-0
/
+2
*
|
Allow sending vendor- or device-specific commands to the camera HAL.
Danny Baumann
2022-09-26
1
-0
/
+14
*
|
Camera: Replace packageblacklist with packageexcludelist
Arian
2022-09-26
1
-1
/
+1
*
|
camera: Support exposing aux camera to apps
Sauhard Pande
2022-09-26
1
-1
/
+39
*
|
Camera: Add feature extensions
Sauhard Pande
2022-09-26
1
-0
/
+1480
|
/
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-3
/
+3
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-3
/
+3
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-3
/
+3
*
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-15
1
-2
/
+2
*
Camera: Remove all camera HALv1 code
Eino-Ville Talvala
2020-07-10
1
-73
/
+11
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-2
/
+8
*
Camera: update camera audio restriction API
Yin-Chia Yeh
2019-09-09
1
-2
/
+9
*
Camera: camera service implementation of camera audio restriction API
Yin-Chia Yeh
2019-08-30
1
-0
/
+7
*
Camera: Clarify camera1 API behavior for getNumberOfCameras
Shuzhen Wang
2019-04-04
1
-1
/
+1
*
Merge "Camera: add QCIF resolution exception" into pi-dev
Yin-Chia Yeh
2019-04-04
1
-1
/
+34
|
\
|
*
Camera: add QCIF resolution exception
Yin-Chia Yeh
2019-04-01
1
-1
/
+34
*
|
Move Camera.EventHandler constructor to greylist
David Brazdil
2019-03-07
1
-0
/
+1
*
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-10-22
1
-2
/
+3
*
|
Stop invoke initAppOps in Camera default constructor.
Daichi Hirono
2018-09-05
1
-3
/
+1
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-08
1
-0
/
+16
|
/
*
Merge "Camera: add new detailed error callback" into pi-dev
TreeHugger Robot
2018-05-31
1
-2
/
+36
|
\
|
*
Camera: add new detailed error callback
Yin-Chia Yeh
2018-05-31
1
-2
/
+36
*
|
Camera: Document getNumberOfCameras behavior for logical camera
Shuzhen Wang
2018-05-31
1
-0
/
+6
|
/
*
Fix shutter sound cannot enable.
jiabin
2018-05-08
1
-14
/
+29
*
Add OP_PLAY_AUDIO to control shutter sound.
jiabin
2018-04-20
1
-1
/
+100
*
Camera: another update API for external camera
Yin-Chia Yeh
2018-02-27
1
-2
/
+2
*
Camera: update API for external camera
Yin-Chia Yeh
2018-02-14
1
-4
/
+7
*
Camera: Add more documentation about thrown exceptions.
Eino-Ville Talvala
2017-09-15
1
-8
/
+58
*
Fix issue #37714224: API Review: ACTION_NEW_VIDEO
Dianne Hackborn
2017-04-27
1
-3
/
+2
*
Partially return NEW_PICTURE and NEW_VIDEO.
Dianne Hackborn
2017-03-10
1
-7
/
+22
*
Camera: Add bandaid for preview orientation on reverse-landscape cameras
Eino-Ville Talvala
2016-03-25
1
-3
/
+9
*
Fix issue #26695393: Remove NEW_PICTURE and NEW_VIDEO broadcast
Dianne Hackborn
2016-02-22
1
-0
/
+9
*
Merge "Replace hard-coded errno values with OsConstants" am: cb299b858f
Eino-Ville Talvala
2015-12-09
1
-38
/
+29
|
\
|
*
Merge "Replace hard-coded errno values with OsConstants"
Eino-Ville Talvala
2015-12-09
1
-38
/
+29
|
|
\
|
|
*
Replace hard-coded errno values with OsConstants
Lazar Trsic
2015-12-04
1
-38
/
+29
*
|
|
Fix @code escapes
Neil Fuller
2015-12-02
1
-3
/
+3
|
/
/
*
/
Camera: Documentation updates
Eino-Ville Talvala
2015-11-11
1
-2
/
+2
|
/
*
Add camera app op - framework
Svetoslav
2015-05-02
1
-3
/
+2
*
camera: Add eviction errorcode to Camera1 API.
Ruben Brunk
2015-04-15
1
-2
/
+6
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
camera2: legacy: disable shutter sounds unconditionally via camera2 api
Igor Murashkin
2014-08-19
1
-0
/
+20
[next]