summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implements image sharingnicolasroard2012-10-021-0/+12
| | | | | bug:7233986 Change-Id: I8feb94d77facf8dbb8da5fab89b49ed7c224116e
* Use an actionbarnicolasroard2012-09-271-1/+1
| | | | | | | | | | | - move the "show original" button to the bottom left - move the history button to the overflow menu for now - add a reset item in the overflow menu. bug:7234317 bug:7233975 bug:7233986 Change-Id: Icc1d03d1e1ce18f38b1169b466be62645424bc7e
* Add the intent filter to start the new editornicolasroard2012-09-271-16/+19
| | | | | | | | Set Gallery to identify as needing a largeHeap bug:7246621 Change-Id: I2d5bad8ea13353e9eb95ce8a7bc27e858c4c1d94
* Initial import of the new image editornicolasroard2012-09-261-0/+15
| | | | | bug:7165910 Change-Id: I756d6594f5bddd233772c979410362ca22e232a3
* Remove icon attributon.Wu-cheng Li2012-09-261-3/+0
| | | | | bug:6855540 Change-Id: Ia2ab04523797da907aa73a013b6146ff929838b9
* Register secure image capture intent.Wu-cheng Li2012-09-251-0/+4
| | | | | | bug:7225688 Change-Id: I22f0ee81a921b3ec811444c7d554f2400e6a5485
* Remove old camera activity from launcherMichael Kolb2012-09-241-6/+0
| | | | | | | | | | Bug: 7201108 The old activity can still be started via: adb shell am start -n com.google.android.gallery3d/com.android.camera.Camera Change-Id: I57094903375a1ab26c43b7f6870de073d58345fa
* Use a different task affinity for secure camera.Wu-cheng Li2012-09-181-3/+14
| | | | | | | | | This makes sure non-secure camera activity is not started in secure lock screen. Also add excludeFromRecents for secure camera. bug:7148152 Change-Id: I18a10ccf95f22563aad59d5d936470af47596b91
* Fix manifest to launch correct activityMichael Kolb2012-09-171-2/+2
| | | | | | | | Bug: 7175368 Change task affinity to launch correct camera activity Change-Id: I6bd22a8b64317a8e37f4c13ebf374465096662e7
* Update AndroidManifest for video caputure intent in the new cameraDoris Liu2012-09-161-5/+4
| | | | | | Bug: 7174617 Change-Id: Ib749615fbcb4bc8c882138d29ed234441ca4103e
* Add launcher icon for old camera UIMangesh Ghiware2012-09-141-2/+7
| | | | | | Needed for testing HAL Change-Id: I528fe4564d1e2a2b9fe0e2a5be711da3c98a4a45
* Handle image capture intent using new camera UI.Mangesh Ghiware2012-09-141-4/+4
| | | | | Bug: 7166362 Change-Id: I253230342803c12d25025378ef80ba3ef96a1233
* Update AndroidManifest.xmlMangesh Ghiware2012-09-141-20/+16
| | | | | | | | | | | Handle launcher, camera, and video camera intents using new CameraActivity. Continue to handle image and video capture intents using old Camera and VideoCamera activities. Bug: 7167758 Change-Id: Idfddedf04c9664a368f745ebf3f5b44c3d584207
* Add the UI elements for video trim activity.Teng-Hui Zhu2012-09-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Refactored the classes to support both the video play and trim. Now the common code for controller overlay is in CommonControllerOverlay, which is basically the same as the original MovieControllerOverlay without animation. Because in trimming, we don't want to hide all the controller. The specific animations are implemented in the sub-classes which are TrimControllerOverlay and MovieControllerOverlay. At the same time, TrimTimeBar extended TimeBar to support the extra trimming start scrubber and end scrubber. The interface between the timebar and the controllerOverlay are kept almost the same way, except adding the trimming info when necessary. With all these, the activity of TrimVideo now relied on the TrimTimeBar and TrimControllerOverlay. Similarily, the MovieActivity relied on the TimeBar and MovieControllerOverlay. 2. Hook the TrimVideo activity with the trim menu. Note that the icons are temporary for now, still need UX input on that. bug:7093055 Change-Id: Ib9bfbc090106744a569fce4c451ddffc0a2c699b
* Add attribution of icons.Wu-cheng Li2012-09-101-0/+3
| | | | Change-Id: I5c7a5580ec4bd6313a3f536f0b9e3927d8ab624e
* Enable new camera UIMichael Kolb2012-09-101-0/+15
| | | | | | | | Bug: 7139361 Leave both icons in launcher for comparisons Change-Id: I9ecf0af5f27f5fc3e8be092a54188238d51b281e
* Register STILL_IMAGE_CAMERA_SECURE intent in the manifest.Wu-cheng Li2012-08-261-0/+4
| | | | | bug:7053266 Change-Id: I6468a82f5da5afb98316d52b31117f1cc4f82fb9
* Do not use Theme.Holo and Theme.Holo.Dialog on gingerbread.Ahbong Chang2012-08-221-2/+2
| | | | | Bug: 6982707 Change-Id: I84726bcd6cefcc3bd0f313306163a3d80d9cdade
* Rename ThemeCamera to Theme.Camera to be consistent.Wu-cheng Li2012-08-141-3/+3
| | | | | bug:6982707 Change-Id: Ic82f542ee8aafdf6c49344887459e75303ca5df8
* Change minSdkVersion to 10.Wu-cheng Li2012-08-081-1/+1
| | | | | bug:6927809 Change-Id: I6dcea54d3204bca71975a2600ee704a7161bf0bc
* Do not show photo editor before api level 14.Yuli Huang2012-08-071-1/+2
| | | | | bug:6927717 Change-Id: Iab0fddaa169e03b65dd0a987ee8b5c892f971000
* Explicitly export content providersNick Kralevich2012-08-031-0/+1
| | | | | | | | | In a future version of Android, the default value for <provider android:exported> will change from true to false. Explicitly set android:exported="true" Bug: 3306452 Change-Id: Ic5d3152988ed6a576501830338ec324f056921c4
* Change minSdkVersion to 11.Wu-cheng Li2012-08-011-1/+1
| | | | Change-Id: If1f4ebb2850e80c965be4e664a67eb8023376926
* Change minSdkVersion to 13.Wu-cheng Li2012-07-191-1/+1
| | | | | bug:6706723 Change-Id: I3bb7cfa173f6fdd2ba9df4bda96ea31349b5bd5c
* Make gallery/camera build in JB API level.Wu-cheng Li2012-06-291-1/+1
| | | | | Bug:4965992 Change-Id: I91e56aacb5447c811aafce756292ab5ee0636cee
* Replace BroadcastReceiver.goAsync() with IntentServiceHung-ying Tyan2012-06-271-0/+1
| | | | | | to make Gallery run on older API. Change-Id: I30dacb38eb4e70ed3f89135544d6c514d0379add
* Use "Gallery" instead of "Photo Studio" as the label for photo editor.Chih-Chung Chang2012-05-311-1/+1
| | | | | Bug: 6589966 Change-Id: I0760fa6864da5c398e157f386295dea372f0b33e
* Remove the black layer in MovieActivity.Owen Lin2012-05-161-1/+0
| | | | | bug:6491674 Change-Id: I45323fde110b05eda2a342c8f0a85a3ba219d1da
* Remove behind screenOrientation from camera activities.Wu-cheng Li2012-05-111-3/+0
| | | | | | | | | Camera has both landscape and portrait layouts. Screen orientation will be set in onCreate. "behind" is not needed anymore. bug:6480864 Change-Id: I6fe3bbe85addf30bae0d037fdddd0ee8569238de
* Add 'process' attribute for PhotoEditor.Yuli Huang2012-05-071-1/+2
| | | | | | | | PhotoEditor, similar to CropImage, demands much memory and should run in another process to avoid OOM because of too fragmented memory. bug:6318340 Change-Id: Ic5a71959435f66b8b7bc9b1c80baf8a70ccfecaf
* Use activity-alias to disable camera icon dynamically.Chih-Chung Chang2012-05-041-5/+12
| | | | | | Bug: 6438794 Change-Id: Ie2184979f95187eac2411f07b8caee2cad4c4add
* Use gallery icon for action bar app icon in camera.Wu-cheng Li2012-04-301-0/+1
| | | | | bug:6410923 Change-Id: Ie5b7c5a6b852ed59b61ee0cc4e462dee991167b8
* Support for beaming a picture.Martijn Coenen2012-04-041-0/+1
| | | | Change-Id: I73d69f164b455ffa90a495001190937025a56dc5
* Remove singleTask mode of panorama.Wu-cheng Li2012-03-191-6/+1
| | | | | | | | | | Camera, VideoCamera, PanoramaActivity will be combined to reduce the latency. singleTask should be removed to achieve that. bug:5954389 Change-Id: Ic79f59baffd24669910d1f05b65865788803b79c
* Change panorama java package name.Pin Ting2012-03-151-1/+1
| | | | | | | | bug:5954391 Make camera, camcorder, panorama activities share the same java package. Change-Id: I5b72e94d5fa335a4089e3700e4cc3b5af3f882f6
* Set task affinity for Camera activities.Chih-Chung Chang2012-03-131-0/+3
| | | | | Bug: 6156475 Change-Id: Idd1be6941242fdfc7f46c706c4a1948acf85d2be
* Add DisableCameraReceiver to disable camera activities if there is no camera.Chih-Chung Chang2012-03-121-0/+6
| | | | Change-Id: I84061e05c5eec793bf528df1c43d931d22d91d35
* Merge Camera into Gallery package.Chih-Chung Chang2012-03-081-5/+69
| | | | Change-Id: If66d4b841eec3d3f5384a561b07c0eeade92597a
* Make sure the backgroud is cleared in MovieActivity.Owen Lin2011-12-121-0/+1
| | | | | Change-Id: I1a08c2df1a5c26bcb8de0900ec9c593c0f974d3d fix: 5742974
* am 764482c4: Merge "Fix 5685925: Handle PACKAGE_CHANGED intent (when a ↵Chih-Chung Chang2011-11-301-0/+1
|\ | | | | | | | | | | | | package is enabled/disabled)" into ics-mr1 * commit '764482c4ebffc9c3cac21fcd8707811e981cd092': Fix 5685925: Handle PACKAGE_CHANGED intent (when a package is enabled/disabled)
| * Fix 5685925: Handle PACKAGE_CHANGED intent (when a package is enabled/disabled)Chih-Chung Chang2011-11-301-0/+1
| | | | | | | | Change-Id: Ia994264fb2c11fbc971840c8a103bbe9fa6ee7f7
* | am 881fd799: Merge "Add application launch category." into ics-mr1Jeff Brown2011-11-291-0/+2
|\| | | | | | | | | * commit '881fd799f1c54b934aa90310a54a145062264422': Add application launch category.
| * Add application launch category.Jeff Brown2011-11-281-0/+2
| | | | | | | | | | Bug: 5674723 Change-Id: I6e2cbd2f456d93b4a4e05df5f3be5d3fb05385f0
* | am 4c89478b: Fix 5514384: add video/avi as a supported mime type.Chih-Chung Chang2011-11-021-1/+2
|\| | | | | | | | | * commit '4c89478bfcea7a9b9f6ccc45594b472735e04f56': Fix 5514384: add video/avi as a supported mime type.
| * Fix 5514384: add video/avi as a supported mime type.Chih-Chung Chang2011-10-311-1/+2
| | | | | | | | Change-Id: I197711a1ef0f5b6356573944c3012c6a14905579
* | Fix 5450241: Forget to support https HTTP live urls.Chih-Chung Chang2011-10-241-0/+1
|/ | | | Change-Id: Ib8689a87e8cea4350c388e814807b6cef35fd381
* facelift in galleryRuei-sung Lin2011-09-301-4/+5
| | | | Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
* Fix 5388852: Separate CropImage activity to another process to have more memory.Chih-Chung Chang2011-09-291-1/+2
| | | | Change-Id: I3bed66e9c61269f94d909508b8a4b3fa6b934976
* Fix b/5287869 (and b/5369640).Yuli Huang2011-09-281-2/+0
| | | | | | | Images from some app (MMS) may not have columns that PhotoEditor tries to query, for example: the orientation. Just ignore the absent columns. Change-Id: I1cda4e32241d9be7819453ede225388c7535c18c
* Fix 5369640: Only accept content://media URI for photo editor.Chih-Chung Chang2011-09-271-0/+2
| | | | Change-Id: Ie68e9cfb8ef8d181ac7e23abd4b0caa6ded20938