summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Allow saving panorama after the activity is paused. (do not merge)Angus Kong2012-01-121-1/+6
| | | | | bug: 5541182 Change-Id: I42237d8dd4f8c39ddc2041ae32b886328a9c45c0
* Fix 5336037: OOM because there are multiple instances of camera activities.Chih-Chung Chang2011-11-101-1/+0
| | | | Change-Id: Idf56adc6f4d667b37238d1507c3ebc399680e75d
* Change the default orientation to portrait.Chung-yih Wang2011-11-011-3/+0
| | | | | | | | | | | | bug:5446617 Since the orientation is mainly portrait on phones, the default orientation of an application will decide if the window animation will be played before it starts. In order to reduce the launch time of Camera apps, this change is to skip the window animations by changing the default orientation to portrait. Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
* Add content descirptions for accessibility.Chung-yih Wang2011-10-111-0/+1
| | | | | | bug:5230109 Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
* Add video recording with effects into Camera.Eino-Ville Talvala2011-09-061-0/+1
| | | | | | | | | Initial support for video recording in the Camera app, with the goofyface and background replacement effects. Bug: 5212166 Change-Id: I30995e305c202ba57bf76ff18c885bf16c5ea14f
* Prevent camera app being restarted when power key is pressed.Wu-cheng Li2011-08-251-3/+3
| | | | | | | | | | When power key is pressed, the framework may change the orientation and the screen size. Add the flag to handle the runtime change by the app itself. bug:5210804 Change-Id: I96bd515883d92bd75492f4d70ca6705f2ccef0fb
* Merge the indicator bar implementations.Chung-yih Wang2011-08-041-0/+1
| | | | | | | | | | | | bug:5039235 Originally we have the GLView-implemented indicators for Phone-based UI. Based on the current UI design, we would like to merge the look on all devices for the dialog of the camera setting. Therefore, a refactor of how to handle the popup window is required here and this will simplify our UI work for handling different layout/resolution. Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
* Check in the Mosaic Stitching codes.Wei-Ta Chen2011-07-271-4/+7
| | | | | | | | | | 1. Camera setup moved to activity level. 2. Fixed releasing and acquiring camera process. 3. Unused .xml files removed. 4. Style issues fixed. Bug: 5031489 Change-Id: Ifd271588ca2168398e17f204f065681ead2d8f2f
* Add animation for popup windows and enable hardwareAccelerated.Wu-cheng Li2011-02-221-1/+2
| | | | | | | | | Enabling hardwareAccelerated greatly improves the performance of popup windows. bug:3446447 bug:3307722 Change-Id: I87bbabdeba63781fa8bee9aab6ca1b5cd3c0a381
* Fix NPE in BasicSettingPopup.Wu-cheng Li2011-01-251-2/+4
| | | | | | | | | | | | | The monkey test sends DPAD_CENTER event and brings up the soft keyboard. The layout will change and the basic setting popup may have fewer children than items. In fact, setActiviated is called by ListView and we do not need to call it. Also add stateAlwaysHidden to make sure soft keyboard is always hidden. bug:3383128 Change-Id: I8032ff4680af7617c1568632af1c1678a04a04f8
* Move icons to mipmap.Ying Wang2010-11-231-2/+2
| | | | Change-Id: I3f6a1cc6c080c93c31291cb8294cce951f40ad93
* Use theme to display background to reduce perceived latency.Wu-cheng Li2010-09-201-2/+2
| | | | | | | | | | Now system picks up the camera background as soon as the app starts. Originally users would see the app startup with the default theme and its dark background. The camera background would only appear after the inflation of the content view and the first layout/drawing pass. Change-Id: I9003b37b1a958c78f5fd804de9fedeb23bd90fc9
* b/2483367 Moving OneTimeInitializer to vendor/googleMichael Chan2010-04-291-9/+0
| | | | | | See ee510dbe764abbc7bf74c0bb214f4c9a09b87fe8 Change-Id: I9da94242451ead99c1b26796a4dc554a9d3a6503
* Update the shortcut for Camera to the new component nameChih-Chung Chang2010-03-261-0/+9
| | | | | | because our uid changed. Change-Id: Ic9f47dad348567c78b4e1d224bdc95ab14d09df6
* Camera should have the com.android.camera package name.Romain Guy2010-03-101-2/+2
| | | | | | Related to bug #2464545 Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
* Set initial version code.Chih-Chung Chang2010-03-091-1/+4
| | | | Change-Id: Iafb8aad8ccb4e7f092c4627d217f0714c26c64c7
* Unbundle: change camera package name.Chih-Chung Chang2010-03-081-6/+5
| | | | Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
* Revert "Unbundle: change package name to com.google.android.camera"Chih-Chung Chang2010-03-081-5/+6
| | | | This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
* Unbundle: change package name to com.google.android.cameraChih-Chung Chang2010-03-051-6/+5
|
* Remove unused code.Chih-Chung Chang2010-03-051-1/+0
|
* Enable enter and exit animations; and use overridePendingTransitionWei-Ta Chen2010-02-241-2/+2
| | | | | | for disabling animations in switching VideoCamera and Camera. Bug: 2416396
* Add an original-package tag that matches the real package name.Jeff Hamilton2010-02-111-0/+3
| | | | Change-Id: I4695e860b57b45010a201577bd611636717350e9
* Fix issue 2340332 Inconsistent UI between review mode in Camera app and ↵Ray Chen2010-02-081-7/+0
| | | | | | album view in Gallery app http://b/2340332
* Remove unused code in Camera app.Owen Lin2009-10-291-55/+0
| | | | Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
* Hide 2D gallery in launcher.Cheng-Ru Lin2009-10-201-109/+8
| | | | | | | Hide 2D gallery in the launcher and also hide other activities of gallery by removing their intent filter. Change-Id: I401b1c032b4c519b666a61743bfc6814dbaa2724
* Work on issue #2163789: Way too much loggingDianne Hackborn2009-10-041-4/+2
| | | | | | Dr.No from mcleron. Change-Id: I50abca4d0370d6fc7412ec7af6f154965ac23fad
* Fine tune some UI stuff.Cheng-Ru Lin2009-09-301-0/+1
| | | | | | | | | | | | | 1. Use no animation between camera / review mode. Thus, we must have same layout for three types of control panel. 2. Since we have better algorithm to calculate the preview size. Let the gripper be the same in mdpi and hdpi devices. 3. Keep some border on the right size of image view. Otherwise, it looks odds in HVGA devices. Change-Id: I65b13222cace230f09e6b33f311fd2b79758e93e
* New iconsMike Cleron2009-09-291-1/+2
|
* Disable animation for Camera and VideoCamera activities so the switch does ↵Chih-Chung Chang2009-09-241-2/+2
| | | | not cause animation.
* need READ_SMS permission to read the temp url for storing a captured photo.Wei Huang2009-09-231-0/+1
| | | | Change-Id: I2eb42cf3107a389a5101a6f366368abf54cb991f
* Remove CameraSettings. And then renmae CameraSettingsHelper to CameraSettingsOwen Lin2009-09-121-7/+0
| | | | Change-Id: I515c90bb5c4d49a2c4a761a933c0db6fbec0637b
* Remove trailing spaces.Owen Lin2009-09-021-1/+1
| | | | Change-Id: I80feb1b58c148b35b2666ef08d4b13d5aa0608b2
* Remove camcorder launcher icon and unused permissions.Chih-Chung Chang2009-09-021-9/+1
| | | | Change-Id: Iac72ccf0147ab15ef64dc285ff4506a9a067bdee
* Add new <uses-feature> decls for the camera.Dianne Hackborn2009-08-271-0/+3
| | | | Change-Id: I0c1be1b28c0467f3d9fe206bd75843aee10fac4c
* am 152be17f: Merge change 20231 into donutAndroid (Google) Code Review2009-08-051-1/+1
|\ | | | | | | | | | | | | Merge commit '152be17f93e14d5de241f7b083b1a375e6929bb5' * commit '152be17f93e14d5de241f7b083b1a375e6929bb5': Change the task affinity of Camcorder to be different as Camera.
| * Change the task affinity of Camcorder to be different as Camera.Owen Lin2009-08-061-1/+1
| |
* | Support for RTSP streaming through SDP format.Dave Sparks2009-07-211-0/+1
|/
* Solve task flow problems in Camera and Camcorder.Owen Lin2009-06-301-1/+1
| | | | | | | | 1. Let "Camera" and "Camcorder" use the same task affinity, so that there will only one task stack in the system. 2. Finish the "Camera" or "Camcorder" activity, when switch to the other, so that it works like the same activity.
* Enable multiselect delete.Chih-Chung Chang2009-06-291-1/+5
|
* Integrate camcorder review mode to ReviewImage.Wu-cheng Li2009-06-191-1/+8
|
* camera: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGESan Mehat2009-06-011-1/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* am e655d541: AI 149135: Add RECORD_AUDIO permission to camera app. Due to ↵Dave Sparks2009-05-211-0/+1
|\ | | | | | | | | | | | | | | | | an oversight, the RECORD_AUDIO permission was not being enforced. This change adds the permission to the camera app so that when it is enforced, it won\'t throw an exception. BUG=1868334 Merge commit 'e655d54160e5a56d4909f2459eeae9012e9f187f' into donut * commit 'e655d54160e5a56d4909f2459eeae9012e9f187f': AI 149135: Add RECORD_AUDIO permission to camera app.
| * AI 149135: Add RECORD_AUDIO permission to camera app.Dave Sparks2009-05-211-0/+1
| | | | | | | | | | | | | | | | | | Due to an oversight, the RECORD_AUDIO permission was not being enforced. This change adds the permission to the camera app so that when it is enforced, it won't throw an exception. BUG=1868334 Automated import of CL 149135
| * AI 143861: Automated g4 rollback of changelist 143772.Evan Millar2009-03-311-1/+8
| | | | | | | | | | | | | | | | | | *** Reason for rollback *** Revert temporary change for testing. *** Original change description *** Remove camcorder icon from launcher. This is a temporary measure for monkey testing purposes. Automated import of CL 143861
| * AI 143772: Remove camcorder icon from launcher. This is a temporary measure ↵Evan Millar2009-03-311-8/+1
| | | | | | | | | | | | for monkey testing purposes. Automated import of CL 143772
| * Automated import from //branches/cupcake/...@142866,142866Owen Lin2009-03-251-2/+8
| |
* | Add explicit permission to record audioJames Dong2009-05-211-0/+1
| |
* | Rename SDCARD_WRITE to WRITE_SDCARDDianne Hackborn2009-05-151-1/+1
| |
* | Fix the duplicated orientation problemOwen Lin2009-05-011-1/+2
| |
* | Rename ImageGallery2 to ImageGallery.Ray Chen2009-04-241-1/+1
| |