summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix the RTL layout in the app's manifest.ztenghui2013-11-051-0/+1
| | | | | | | At the same time, make sure the bottom controls are following RTL rules. bug:11481090 Change-Id: I52262aece7c16c194b6419150c1d4c13abff4f2d
* Remove CameraUtil.launchGallery, ensure SecureCamera uses Gallery up iconAlan Newberger2013-10-301-0/+1
| | | | | | | | | | | | | CameraUtil.launchGallery incorrectly describes a mechanism to call an APP_GALLERY category intent. Since we're using Gallery icon we should go direct to Gallery, which IntentHelper already does. Simply removed the util class and call the helper direct from the activity. Also noticed during testing that the SecureCamera was not correctly showing the Gallery icon, though its behavior would take user to Gallery. Finally, removing restriction that the video player intent should go to Gallery, instead it should route to system preferred intent. Bug: 11065256 Change-Id: I941f9469de169919c4bac6c91dde7e577921f737
* Merge "Sync Camera2 permissions to GoogleCamera permissions." into ↵Sascha Haeberling2013-10-031-0/+7
|\ | | | | | | gb-ub-photos-carlsbad
| * Sync Camera2 permissions to GoogleCamera permissions.Sascha Haeberling2013-10-021-0/+7
| | | | | | | | | | | | | | | | Bug: 10951073 Excluding the Gallery3d and gservices permissions. Change-Id: If6508114a47e1a793a2b4caab81437242907f8d2
* | Deactivate the backup agent in Camera2Sascha Haeberling2013-10-011-1/+0
|/ | | | | | Bug: 11033304 Change-Id: I9fc4d3b02b1dd041988fb9d0f313693b5ae1b865
* Change crop label to avoid aapt dump badging from failing.Sascha Haeberling2013-09-301-1/+1
| | | | | | Bug: 11006006 Change-Id: Ie6bb4cecc58f25947998f1faa4da6b3b84dc5df3
* Use Camcorder label and icon for video camera activity.Mangesh Ghiware2013-09-251-10/+16
| | | | | Bug: 10932790 Change-Id: If8847e06049e63116381904382db7dfcebb55010
* Don't expose the Camera crop intent.Sascha Haeberling2013-09-241-12/+0
| | | | | | Bug: 10912467 Change-Id: I2f03b7e7c84d76add7a43c30f097f902f1e25e56
* Add crop activitynicolasroard2013-09-191-0/+19
| | | | | | bug:10367125 Change-Id: I8dce6d799e7469ff048d419598d87b0c04bef2a0
* Make Up button in filmstrip go to Gallery.Mangesh Ghiware2013-09-181-0/+1
| | | | | Bug: 10748904 Change-Id: If80f3354071893dc4f8bd60e4ca605d3626ecdf9
* Use app_name label now that we have the correct translations.Sascha Haeberling2013-09-031-4/+4
| | | | | | Bug: 10509882 Change-Id: I58e7d26afb5636fa156ec22b7c1cfa21262dd9f7
* Merge "Automatic versioning for Camera." into gb-ub-photos-carlsbadSascha Haeberling2013-08-301-3/+1
|\
| * Automatic versioning for Camera.Sascha Haeberling2013-08-281-3/+1
| | | | | | | | | | | | | | | | | | | | Bug: 10461009 This is the scheme copied from GMS Core and modified by Babel, which allows us to generate version number more easily and also incorporate build numbers into it. Change-Id: I6ed4bf03e545a22423cb9936a5fcb67a50133490
* | Use the well-translated camera_label instead of app_name.Sascha Haeberling2013-08-271-4/+4
|/ | | | | | Bug: 10509953 Change-Id: Ia5522fce1892e521c12fcc2f152afe7009026ac5
* Merge "Add back intent-filter for default category and main action." into ↵Mangesh Ghiware2013-08-161-0/+4
|\ | | | | | | gb-ub-photos-carlsbad
| * Add back intent-filter for default category and main action.Mangesh Ghiware2013-08-161-0/+4
| | | | | | | | | | Bug: 10349073 Change-Id: I06c24cebc50fe555ec150813117955da09814fb4
* | Add back DisableCameraReceiverMangesh Ghiware2013-08-141-0/+6
|/ | | | | Bug: 10314435 Change-Id: Ic8ba05e6bfecfff365b2fd759d7669c1015a3845
* Add activity-alias for Camera.Mangesh Ghiware2013-08-131-4/+12
| | | | | | | Similar to the one in Gallery2 manifest. Bug: 10312966 Change-Id: I5325f8cfeba2a3825cd5604d4fee7c209067aba1
* Fix video capture intent handlingDoris Liu2013-08-131-0/+8
| | | | | | Bug: 10296343 Change-Id: I55fb6c71b59a1559ebb58c65e71d510379367435
* Update app name to "Camera" before merging to KLP.Sascha Haeberling2013-08-121-2/+2
| | | | Change-Id: Icbd776f5e2b07464de94b41081358996920eafcf
* Clean up Gallery codes.Angus Kong2013-08-091-1/+3
| | | | | | bug:10263696 Change-Id: I3a16dba3aabe52b8103a2c591cfa39907265a263
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-360/+55
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Add background processing servicenicolasroard2013-07-161-0/+5
| | | | | | bug:7298624 Change-Id: Ie79f88fd84fdf8f4dab6a8071f06a819e247b357
* Bump up the version number to 1.1.40030Bart Sears2013-06-271-2/+2
| | | | Change-Id: I391e9515e50ec9d61855f4e939b4033dad648ac5
* Fix XML comment.Jeff Sharkey2013-05-281-1/+1
| | | | Change-Id: If54672cc7cb9ad6a240bb2dff07cbe9c39a521a3 (cherry picked from commit 53a0d0aa62b5f33ca3ff2c9ec63a4bcf606c5292)
* am a83166df: Bump up the version number to 1.1.40012Bart Sears2013-05-211-2/+2
|\ | | | | | | | | * commit 'a83166dfc97c6d45b03728a2ae32b085e91b8d0c': Bump up the version number to 1.1.40012
| * Bump up the version number to 1.1.40012Bart Sears2013-05-201-2/+2
| | | | | | | | | | Bug: 8607157 Change-Id: I5fdf05fd4d10a54f72129177572285d438740b97
* | Remove new camera activity to avoid build breakageDoris Liu2013-05-081-14/+0
| | | | | | | | Change-Id: I56f0586ae196f57a0f55b8d835e6bc8fd27bdcfe
* | am 5ed7c697: (-s ours) Merge "Remove new camera activity code from Bryce" ↵Doris Liu2013-04-261-0/+13
|/ | | | | | | into gb-ub-photos-bryce * commit '5ed7c697ded34de36f81c0fc4b61d6b46d76124a': Remove new camera activity code from Bryce
* Remove new camera activity code from BryceDoris Liu2013-04-251-13/+0
| | | | | Bug: 8722017 Change-Id: Ife3f45511f6724c61fb01c4753078df14571fc4a
* Bump up the version number to 1.1.40011Bart Sears2013-04-221-2/+2
| | | | | Bug: 8607157 Change-Id: I7fc2c526228d9526b0af28181b6505173bbfbd7d
* Remove photos from gallery2 manifestJohn Reck2013-04-191-23/+11
| | | | | | Bug: 8659787 Change-Id: I72c85db38b3f7409a2ce84b2a6a7b7ccab41a351
* Bump up the version number to 1.1.40010Bart Sears2013-04-121-2/+2
| | | | | Bug: 8607157 Change-Id: I4c0f4cd481d0989cad2fd9cadbda9f7768b81765
* Merge "Moving crop to a separate activity. Refactoring." into ↵Ruben Brunk2013-04-091-1/+8
|\ | | | | | | gb-ub-photos-bryce
| * Moving crop to a separate activity. Refactoring.Ruben Brunk2013-04-091-1/+8
| | | | | | | | | | | | Bug: 8526929 Change-Id: I8acf6d46de069dd84c31afea6b4a7ae8e1c2fcce
* | Remove unneeded READ_SMS permissionBobby Georgescu2013-04-091-1/+0
| | | | | | | | | | Bug: 8469283 Change-Id: I0d211705fe1fb86dc0ce85230e82d500f0202291
* | Work in progress - Put preview in TextureViewDoris Liu2013-04-091-0/+13
| | | | | | | | | | | | | | | | | | | | | | Fixed gesture recognizing and pie menu. Fixed camera picker. Exposure setting got fixed with rebasing. Rebased for new pie menu Fixed camera mode switch listener Ongoing: secure album, aspect ratio for video recording on ICS Change-Id: Iedae80815faf81cb49c791885810c8427034a6d1
* | Bump up the version number to 1.1.40009Bart Sears2013-04-081-2/+2
|/ | | | Change-Id: Ia266e6493a535cd4ae36fda2fa497195b810ebb4
* Bump up the version number to 1.1.40008Bart Sears2013-04-051-2/+2
| | | | Change-Id: I42dce1bc936b54a4d4f72c2179d2f1d9e27f72d7
* Bump up the version number to 1.1.40007Bart Sears2013-04-041-2/+2
| | | | Change-Id: Ia494e2c210f642ec0232394d0cfabaf5e1b8f96a
* Bump up the version number to 1.1.40006Bart Sears2013-03-221-2/+2
| | | | Change-Id: Id256fd9a7fdde81ea140b7a58b06f1eb87944b2c
* Merge "Bump up the version number to 1.1.40005" into gb-ub-photos-bryceBart Sears2013-03-201-2/+2
|\
| * Bump up the version number to 1.1.40005Bart Sears2013-03-181-2/+2
| | | | | | | | Change-Id: Ic01aa447fdae6628a84cd9d9561134c32c521df8
* | Add album viewing to new GalleryBobby Georgescu2013-03-191-0/+7
|/ | | | Change-Id: I71230541db0b06d41e2d23d51e83f0b3b8e8caf4
* Prepare to switch to panolibsJohn Reck2013-03-151-24/+0
| | | | Change-Id: Ie29c0014fcb08105cab1ee6043f66b58e5ac85f8
* Update Pano XML tag and permission.Justin Koh2013-03-121-1/+1
| | | | | | | Update Pano XML tag and permission. Bug: 8359058 Change-Id: I92626f03f5c6857951d5f17fb6f811ffbc24e74f
* Merge "Bump up the version number to 1.1.40004" into gb-ub-photos-bryceBart Sears2013-03-081-2/+2
|\
| * Bump up the version number to 1.1.40004Bart Sears2013-03-081-2/+2
| | | | | | | | Change-Id: If5e430e9877c6b881f33893a544313eff0647ce5
* | Support clicking on photos to view themJohn Reck2013-03-081-15/+21
|/ | | | Change-Id: I511af0cbe46c833d81cbbd563b9c2b4feec2bffe
* Bump up the version number to 1.1.40003Bart Sears2013-03-011-2/+2
| | | | Change-Id: I696aae61f9f3c61d810e3bb78e2b804ca2106173