summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix orientation handling in secure camera.Danny Baumann2016-07-291-0/+1
| | | | | | | | We rotate our views by ourselves, starting on portrait orientation, thus make the SecureCameraActivity manifest entry consistent to the CameraActivity one. Change-Id: I6421795a6c26bac1653eeb2eb1e545f4886b4641
* Snap: Use new window manager flag for prevent system keys.Adnan Begovic2016-05-231-1/+1
| | | | | Change-Id: I94ed12ddd33729a4fb486f7fb68f1bbab788b239 TICKET: FEIJ-522
* Remove unused menu indicators code.Danny Baumann2016-01-201-8/+0
| | | | Change-Id: I0ce48da277a532b46fdde15027f636de4d7585b7
* Snap: initial materializationjrizzoli2016-01-091-2/+2
| | | | | | | Just for initial ship Change-Id: I8d6c0d71d1b94e6eb2f43ab962fb92de0e6c7093 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* SnapdragonCamera: Add missing permissionsJay Wang2016-01-081-0/+2
| | | | | | Add permission to access RotationPolicy Change-Id: Ib64b2119b04f6470d12ba469db1aba0762f73062
* AndroidManifest formatting cleanupSpike Sprague2015-09-191-2/+2
| | | | Change-Id: I279e764987fea743aa78575748a831e31ba28c0c
* Snap: Remove old iconsMichael Bestas2015-09-191-7/+0
| | | | Change-Id: I07da25f50e52b4085deec1d520806afc6da5e1da
* Camera: Powerkey shutter (2/2)Michael Bestas2015-09-171-0/+1
| | | | | | | | | | | | | | Ported from cm-10.1 Including cm-10.1 camera commit: aa4ae80a41fbab763891c5ef6d67a9e5b4bb981b Don't mess around with pref local ID for power shutter initialization. Includes http://review.cyanogenmod.org/56986 [mikeioannina]: Updates for L Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0992baa558eefd306d00fbece59cb5c512d9448b
* Snap: Use AOSP app labelMichael Bestas2015-08-291-4/+4
| | | | Change-Id: I3d589945ea31f40890a94b43555268b6b3060e37
* SnapdragonCamera: Update the storage space status after remount SDcardlikaid2015-03-201-0/+1
| | | | | | | | Add broadcast receiver to monitor SDcard status, update the storage space and hint when the SDcard was mounted or unmounted. Change-Id: I4b114d42d26091588d745fee874c04d595d5cfa1 CRs-Fixed: 790983
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-021-0/+1
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* Merge "SnapdragonCamera: implement refocus feature"Linux Build Service Account2015-01-181-0/+5
|\
| * SnapdragonCamera: implement refocus featureLikai Ding2015-01-141-0/+5
| | | | | | | | | | | | | | | | Add a scene mode for refocus. If the latest photo is taken with refocus, user can click on the preview thumbnail, then refocus it by tapping on the photo. Change-Id: I2fd69439467f5a1e33d23d8d239aa3472d88b585
* | SnapdragonCamera: fix malformed manifestkaiyiz2015-01-151-12/+11
|/ | | | | | | | activity-alias has to be put after the target activity. CRs-Fixed: 777770 Change-Id: I25d5af2311d8e0d1a575f69ffd9f2d1d7e1e6721
* SnapdragonCamera: fix don't lock screen after press power keykaiyiz2015-01-091-1/+1
| | | | | | | | | | | | | | The window flag FLAG_SHOW_WHEN_LOCKED is workding even if press power key, so camera activity will not be close still run above locked screen UI. The CameraGestureActivity is start from screen off, so it will be a SecureCameraActivity. Finish activity as same as the secure camera activity. Change-Id: I76d8ff3d2f037b81140b35255b52b4c4f4de95d3 CRs-Fixed: 777770
* Camera: Add CameraGestureActivity as alias of CameraActivityJing (Mia) Wang2014-12-101-0/+12
| | | | | | | Make the activity could show above lock screen and turn on screen when it is started by gesture operation. Change-Id: I2099154f2325de83597b4262203c58a84b91f2d9
* Camera: Change activity 'launchMode'Emilian Peev2014-10-231-0/+4
| | | | | | | | | | Set 'launchMode' to 'singleTop' instead of the default 'standard'. This will avoid the multiple activity instances that could be triggered during some robustness test scripts. Change-Id: I0948301be4dcb62b7ae962b655447e06c3ee555b
* Rename module and package name to co-exist with AOSP appSachin Shah2014-08-161-5/+5
| | | | | | | | Rename package from com.android.camera2 to org.codeaurora.snapcam, module name from Camera2 to SnapdragonCamera and app name from "Camera" to "Snapdragon Camera" Change-Id: I2800070e72631e119a15fe0132424d1047be9f0c
* Camera2: Enhance KK cameraapp for LChiou-Hao Hsu2014-08-161-1/+1
| | | | | | Enhance KK cameraapp for L. Change-Id: If708b253f34a131d7842f8921e54c008283e0056
* Camera: Change targetSDK to kitkat from JB.Suman Mukherjee2014-04-161-1/+1
| | | | | | | | | | | As targetSDK is JB, all jelly bean specific codes are getting executed. As a result, two callbacks are getting registed for autofocus and that caused incorrect FD circle colour behaviour. Changed the targetSDK to kitkat(19) as per Build.java file. Change-Id: I748c79591abcbd1c2b25ad7969457cdb38e08204 CRs-Fixed: 647208
* Camera: Add a feature to choose where to store the picture and videoSanthosh Kumar H E2014-02-271-0/+1
| | | | | | | | | | | | Add a feature to choose use SDcard or phone to store picture and video captured by camera and camcorder. Some of the changes are taken from: I987a691c93edc4250fe0366d0623c85ea0152117 CRs-Fixed: 619806 Change-Id: I009df4c70f0a1b49b20750f806c799f025bb6197
* Merge remote-tracking branch into merge_branchSanthosh Kumar H E2013-12-061-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay onResume tasks to speed up lockscreen onResume->onPause->onResume launch sequence. Import translations. DO NOT MERGE gcam: Clean up placeholders, and add deletion robustness. Fix issue of focus indicator staying on without being hidden Ensure view size gets updated after phone decors change. Show the 100% state of the progress at least one frame. Add parameters and deduplicate parameter changes Revert parallel opening camera in photo mode. Differentiate the InProgressData from the normal PhotoData. Close mode menus if another control is touched Start gcam module directly when handling capture intent. Import translations. DO NOT MERGE Add a null check to fix NPE Add logging to various actions Ensure mOpenCameraThread has been setup before dereferencing. Add logging to various actions Ensure mOpenCameraThread has been setup before dereferencing. Add GCam progress indicator. hide preview cover on arrival of new preview data if hidden Fix photo mode is getting stuck in a single CameraState. ... Conflicts: res/layout/photo_module.xml res/values/arrays.xml src/com/android/camera/CameraActivity.java src/com/android/camera/PhotoUI.java src/com/android/camera/Storage.java src/com/android/camera/WideAnglePanoramaModule.java src/com/android/camera/ui/FilmStripView.java Change-Id: Ic41b4e7e07b2b0ed7936b78a6c5f05270d05985f
| * 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
* | Add camera button intent receiver.Santhosh Kumar H E2013-11-131-0/+5
|/ | | | | | | | | | Camera button broadcast receiver registration was missing in manifest file of Camera application. So camera hardware button long click was not launching camera application. This change registers the broadcast receiver in Android manifest file. Change-Id: I53e6f7029fbe24c303b500487a54edb10e2b8ac9 CRs-Fixed: 574354
* 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