1. 26274fa Improve camera javadoc. by Wu-cheng Li · 13 years ago
  2. 3773eef Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 13 years ago
  3. f715bf9 Unhide camera focus area and metering area API. by Wu-cheng Li · 13 years ago
  4. 185052e Merge "Clarify the meaning of weight in the focus and metering area HAL." by Eino-Ville Talvala · 13 years ago
  5. 4e396e0 Clarify the meaning of weight in the focus and metering area HAL. by Eino-Ville Talvala · 13 years ago
  6. 7b1c5c8 Fix camera javadoc errors. by Wu-cheng Li · 13 years ago
  7. e98e4c8 Add camera metering area API. by Wu-cheng Li · 13 years ago
  8. 30771b7 Add camera focus area API. by Wu-cheng Li · 13 years ago
  9. e309a0f NEW_API: Add getTimestamp() to SurfaceTexture. by Eino-Ville Talvala · 13 years ago
  10. c5f94d8 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 13 years ago
  11. 0c74819 Merge "Improve camera getSupportedPreviewFormats javadoc." by Wu-cheng Li · 13 years ago
  12. f9293e7 Improve camera getSupportedPreviewFormats javadoc. by Wu-cheng Li · 13 years ago
  13. e857cc8 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 13 years ago
  14. 10a1b30 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 13 years ago
  15. e00cab7 Application-managed callback buffer support for raw image by James Dong · 13 years ago
  16. dbc289d Bug 3438513 Fix incorrect throws clause by Glenn Kasten · 13 years ago
  17. fd6f39e Enable camera preview to a SurfaceTexture. by Jamie Gennis · 14 years ago
  18. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  19. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  20. dd0b16c Add two methods to Camera.java by James Dong · 14 years ago
  21. 99a3f3e Improve camera documentation. by Wu-cheng Li · 14 years ago
  22. a48b70f Camera.open() should only return back-facing camera. by Wu-cheng Li · 14 years ago
  23. 17ae359 Revert "android.hardware.Camera.open only returns back-facing camera." by Wu-cheng Li · 14 years ago
  24. 07b88fe android.hardware.Camera.open only returns back-facing camera. by Wu-cheng Li · 14 years ago
  25. b982fb4 Mirror the preview for front-facing cameras. do not merge by Wu-cheng Li · 14 years ago
  26. 2fe6fca Fix some camera orientation javadoc errors. by Wu-cheng Li · 14 years ago
  27. c157e0c Add javadoc for display orientation. by Wu-cheng Li · 14 years ago
  28. 2fb818c Fix the javadoc of Parameters.setRotation. by Wu-cheng Li · 14 years ago
  29. d45cb72 Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  30. 7836660 Update camera API and javadoc for API review comments. by Wu-cheng Li · 14 years ago
  31. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  32. 1620d11 Fix SDK build error. by Wu-cheng Li · 14 years ago
  33. 5f1e69c Unhide camera fps range API and deprecate old ones. by Wu-cheng Li · 14 years ago
  34. 454630f Add camera fps range API. by Wu-cheng Li · 14 years ago
  35. f008f3e Document that autoFocus must be called in auto and macro mode. by Wu-cheng Li · 14 years ago
  36. 699fe93 Improve camera documentation. by Wu-cheng Li · 14 years ago
  37. 341ff13 resolved conflicts for merge of 9bc4039a to gingerbread by Dan Egnor · 14 years ago
  38. bfcbeff COMMENT-ONLY change to clarify Camera documentation. by Dan Egnor · 14 years ago
  39. f3f25bf Added some javadoc to Camera.takePicture() by Dan Tasse · 14 years ago
  40. de1057c Unhide new API for supporting multiple cameras. by Chih-Chung Chang · 14 years ago
  41. 724c522 Correct the setDisplayOrientation sample code. by Chih-Chung Chang · 14 years ago
  42. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  43. 2fd73a4 Unhide camera metering mode API. by Wu-cheng Li · 14 years ago
  44. f7f6333 Add camera metering mode API. by Wu-cheng Li · 14 years ago
  45. 00e21f8 Add javadoc for camera scene modes. by Wu-cheng Li · 14 years ago
  46. d2c2929 Add video frame parameter. by Wu-cheng Li · 14 years ago
  47. 185cc45 Fix javadoc of camera focus distances API. by Wu-cheng Li · 14 years ago
  48. e339c5e Add camera focus distances API. by Wu-cheng Li · 14 years ago
  49. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 14 years ago
  50. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  51. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 14 years ago
  52. 3f4639a Update API and javadoc according to API review. by Wu-cheng Li · 14 years ago
  53. 0ca2519 Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  54. e208377 Add GPSProcessingMethod tag to ExifInterface. by Ray Chen · 14 years ago
  55. c10275a Document new preview callback methods more clearly. by Wu-cheng Li · 14 years ago
  56. 5b9bcda Unhide new preview callback methods. by Wu-cheng Li · 14 years ago
  57. 540bc03 Unhide reconnect() in Camera. by Chih-Chung Chang · 14 years ago
  58. 055c986 Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 14 years ago
  59. 8cbb8f5 Unhide zoom API. by Wu-cheng Li · 14 years ago
  60. 0402e7d Fix SDK build. by Wu-cheng Li · 14 years ago
  61. 24b326a Unhide exposure compensation API. by Wu-cheng Li · 14 years ago
  62. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 14 years ago
  63. a18e901 Explain setPreviewFrameRate and getPreviewFrameRate more clearly. by Wu-cheng Li · 14 years ago
  64. ff723b6 Add exposure compensation parameter. by Wu-cheng Li · 14 years ago
  65. 6c8d276 Add focal length and view angle API. by Wu-cheng Li · 15 years ago
  66. 4c4300c Add Camera.getSupportedThumbnailSizes() and Size.equals(). by Wu-cheng Li · 15 years ago
  67. e7bd22a Unhide camera api for set display orientation. by Chih-Chung Chang · 15 years ago
  68. d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 15 years ago
  69. 9c79938 Document that some parameters will not be null and fix getSupportedPictureFormats. by Wu-cheng Li · 15 years ago
  70. 40057ce Document that stopPreview is not needed before takePicture. by Wu-cheng Li · 15 years ago
  71. 94927df Patching in hidden API to allow app managed preview frame buffers. by Andrew Harp · 15 years ago
  72. a6118c6 Throttle camera preview frames to the app. Bug 2180302. by Dave Sparks · 15 years ago
  73. 36f68b8 Add zoom functions and sendCommand. by Wu-cheng Li · 15 years ago
  74. 2988ab7 Add documentation for scene mode. Other parameters may be changed after setting scene mode. by Wu-cheng Li · 15 years ago
  75. 77153ee Hide zoom api. by Wu-cheng Li · 15 years ago
  76. 068ef42 Add documentation about flash and change video-light to torch. by Wu-cheng Li · 15 years ago
  77. e6bea60 Change setRotation documentaion. by Wu-cheng Li · 15 years ago
  78. 36322db Add focus API and FLASH_MODE_VIDEO_LIGHT. by Wu-cheng Li · 15 years ago
  79. ffe1cf2 Unhide Camera lock and unlock API. by Wu-cheng Li · 15 years ago
  80. eb68c46 Fix 2092386: Support yuyv for camera preview format. by Chih-Chung Chang · 15 years ago
  81. 46ad796 Unhide cancelAutoFocus API in Camera. by Chih-Chung Chang · 15 years ago
  82. 7478ea6 Remove trailing spaces. by Wu-cheng Li · 15 years ago
  83. 244f8c2 Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 15 years ago
  84. da0a56d resolved conflicts for merge of e0408aa1 to eclair by Scott Main · 15 years ago
  85. df4578e docs only. by Scott Main · 15 years ago
  86. 1c63293 Fix SDK build breakage. by Wu-cheng Li · 15 years ago
  87. 9b6a8ab Add camera parameters constants and methods. by Wu-cheng Li · 15 years ago
  88. da83f46 Modified the camera HAL interface to use the same generic callback architecture as camera services by Benny Wong · 15 years ago
  89. e8b26e1 Add zoom and postview callbacks to Camera. This patch by Dave Sparks · 15 years ago
  90. a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 15 years ago
  91. b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 15 years ago
  92. c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 15 years ago
  93. ab5b424 Remove debug messages. modified: core/java/android/hardware/Camera.java by Wu-cheng Li · 15 years ago
  94. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  95. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  96. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  97. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  98. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  99. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  100. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago