summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | camera: Add SDCARD_WRITE permission to manifestSan Mehat2009-04-231-0/+1
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | AI 145810: Remove unused SlideShow activity.Chih-Chung Chang2009-04-121-8/+0
| | | | | | | | Automated import of CL 145810
* | AI 143862: am: CL 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. Original author: emillar Merged from: //branches/cupcake/... Automated import of CL 143862
* | AI 143822: am: CL 143772 Remove camcorder icon from launcher. This is a ↵Evan Millar2009-03-311-8/+1
| | | | | | | | | | | | | | | | | | temporary measure for monkey testing purposes. Original author: emillar Merged from: //branches/cupcake/... Automated import of CL 143822
* | AI 143167: am: CL 142866 Add an icon for video camera. Issue 1722666.Owen Lin2009-03-271-2/+8
|/ | | | | | | Original author: owenlin Merged from: //branches/cupcake/... Automated import of CL 143167
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-9/+9
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+223
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-215/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-8/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+8
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+17
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-12/+5
|