summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* QuickReader: initial commitJoey Rizzoli2019-10-251-0/+18
| | | | | | | libs from me.dm7.barcodescanner:zxing:1.9.0 maven cache Change-Id: Ib97b7e54d8e28cd6f637e452eb41045052cae3dc Signed-off-by: Joey Rizzoli <joey@lineageos.org>
* Camera: Cleanup hardware key handlingMichael Bestas2019-10-251-0/+2
| | | | | | | | | | | | | | | | | * Fix power shutter behaviour in camcorder mode * Disable volume change while in panorama mode, volume buttons should only handle camera operations while in the camera * Add camera/power/volume key shutter handling in panorama mode On devices with a hardware camera key: * Disable power & volume shutter features * Volume buttons control the zoom On devices without a hardware camera key: * When power shutter is disabled, volume buttons control the shutter (like AOSP) * When power shutter is enabled, volume buttons control the zoom Change-Id: I141946d5b6f5aec8b1e9a9f99270d30295596079
* Rename SnapdragonCamera to SnapMichael Bestas2019-10-251-3/+5
| | | | Change-Id: I1474550af7f45e53aa97819b42a91c961eeb6684
* Do not override Camera2 for targets using vanilla AOSPRoopesh Rajashekharaiah Nataraja2018-11-141-0/+3
| | | | Change-Id: Ie4d15d2c4e214dc6053c8ba3c98a6742f7f4e409
* SnapdraongCamera:add HEIF supportjinwu2018-09-211-0/+1
| | | | | | | | add option to allow user to save captured image with HEIF format. Change-Id: I267b783bf7e4f41f523ef2ac4fbb734657b8e827 CRs-Fixed: 2312764
* Add new Layout for FR 52032zhuw2018-08-231-0/+2
| | | | | | | add new layout in camera app main page. The new layout is camera module switcher. Change-Id: I2c05809b81e7f82d7dabc40233c7e8ac905ef6c4
* Override camera2 for CTSjinwu2018-06-071-1/+1
| | | | Change-Id: Ic3550546cd98e8627778d1bc0edbd14fbdae12dd
* Modify Android.mk for using hide APIsjinwu2018-04-111-0/+1
| | | | Change-Id: I507903b6ebc819d0db2dfbf11c79810a07959191
* SnapdragonCamera: Change the apk support both 64bit and 32bit.xianming wang2018-03-171-7/+4
| | | | | | | Change the apk`s makefile to support both 64bit and 32bit. CRs-Fixed: 2206094 Change-Id: I2acd2e48416ebd7363906079d5fe0c3fbce4fc08
* SnapdragonCamera:DeepPortraitjunjiez2018-03-061-0/+2
| | | | | | Add deepportrait feature in SnapdragonCamera. Change-Id: I5fd223cacfb2526efffbf3f13f7c33cafd8ac99d
* SnapdragonCamera: Complete the function of DeepZoomxianming wang2018-02-061-4/+6
| | | | | | | | Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: I9c181ff0de005493d345ecc0b0380dda9910ce63
* CAMX: Disable Camera2 override to install app on device by default.Gabriel Chow2017-11-291-1/+1
| | | | Change-Id: Ib9605203959adf495cf02c7878a2cf42817f02c8
* Revert latest SnapdragonCamera PromotionAbhijit Trivedi2017-11-121-4/+0
| | | | | | | reverts commit db126f27692565bba5f45f0523df6449e1654ba2. reverts commit 85076fda04296ed1ba8f41bf1f5bdb4e56716749. Change-Id: Idc8dffc562d09a3e6369121465e1c8cd352d9979
* SnapdragonCamera: Complete the function of DeepZoomxianming wang2017-11-061-0/+4
| | | | | | | | Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: If1dcf83080fe54a551140f80a85f84475a12ae74
* SnapdragonCamera: Wrapper for QC APIweijiew2017-08-291-0/+1
| | | | | | | | | 1. Wrapper for Parameters 2. Wrapper for CameraInfo 3. Wrapper for CamcorderProfile 4. Wrapper for Camera 5. Wrapper for ExtendedFace Change-Id: I8c8605db3696bffc4d975c0bb6f74944ed23a6bd
* SnapdragonCamera: Bestpicture scene filterJack Yoo2016-08-161-0/+1
| | | | | | | Adding best picture selection scene filter Change-Id: Ifa0f544e80d161eaef743d611c712d8db48e5631 CRs-Fixed: 1050663
* SnapdragonCamera: Adding PRIVILEGED trueJack Yoo2016-07-131-0/+1
| | | | | | | Promoting privilege for direct SD card path access. Change-Id: I10f28606a646a85c0cb23e4cf8e617eafdcaa2b4 CRs-Fixed: 1032564
* SnapdragonCamera: FrameProcessorJack Yoo2016-06-011-5/+4
| | | | | | | Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183
* SnapdragonCamera: Remove Camera2 apk.Sai Kumar Sanagavarapu2015-01-071-0/+2
| | | | | | | | | | | Override Camera2 with SnapdragonCamera to remove Camera2 from build. This is to avoid confusion to user with similar camera apps in the build. Finally, there will be only two camera applications - SnapdragonCamera, which is the QC value added Camera app and another GoogleCamera, which is the stock Camera app provided by Google. Change-Id: Ifc50772848b5a5e9a64bc0371bd6980d8633e8ac
* SnapdragonCamera: Fix normal app could not access SDCardkaiyiz2014-11-121-0/+1
| | | | | | | | | | | | Only system application which was signed with platform certification can access the external SD card. Add 'LOCAL_CERTIFICATE := platform' in the 'Android.mk' of the application. CRs-Fixed: 752264 Change-Id: Ia84e7819b93dc429aac0bee601bd299c967d5457
* SnapdragonCamera: Enable build of local jni librariesLeena Winterrowd2014-08-221-1/+1
| | | | | | | | | The app currently relies on having its required libraries in the current build. Enable building its local libraries so that these are always present. Also ensure that the camera tests are not built to avoid a naming conflict. Change-Id: If358db3fc7392f62aaaa84877baa19a949aea497
* SnapdragonCamera: Fix static library name conflictLeena Winterrowd2014-08-161-3/+3
| | | | | | | | | A JNI lib is built for both the Camera2 app and SnapdragonCamera but is included in system/lib. Since this lib has been branched as well, rename it and explicitly bundle it with the app to avoid the library name conflict. Change-Id: I3177d0a99be06cef0b841d8e84e652b8974cadc6
* Rename module and package name to co-exist with AOSP appSachin Shah2014-08-161-2/+2
| | | | | | | | 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
* Camera: Add initial QCom value add features.Alok Kediya2013-10-311-1/+1
| | | | | | | | | | | | | | | - Enhance the camera picture size table by adding more number of supported resolutions. - Enhance the camcorder menu by adding support for additional video and audio codecs. - Also provide option to select the duration of the recording clip. (cherry picked from commit 7a5402332f3b527767b85c1fc112880d02a47c0e) Change-Id: I553d4eb74337701bc57d069c8374646a7e15c2d5 (cherry picked from commit cdffd7510e1f9a236e43438f035bc5be9e3c0c17) (cherry picked from commit 93c32e9e069d7c48b71fbbe45cae59a54df443ec) (cherry picked from commit f6b24346ab9d28953a5697924d6815ed2c006cf3)
* Fix build: Don't build GCam for non-arm targetsRuben Brunk2013-09-231-0/+1
| | | | | | Bug: 10430748 Change-Id: I26e1208b38f40808ff59e3976f5c4a76efa15b4c
* Bring back tiny planet to the Camera filmstripSascha Haeberling2013-09-121-2/+2
| | | | | | | | | Bug: 10393598 The native code and XmpUtil are mostly 1:1 copies from Gallery2. The UI is new and should work on all form factors. Change-Id: Ia302a4a7a24cf0b3aa583836683c459e9e7e1f85
* Bring back wide angle panorama.Angus Kong2013-09-041-0/+9
| | | | | | bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05
* Merge "Automatic versioning for Camera." into gb-ub-photos-carlsbadSascha Haeberling2013-08-301-2/+7
|\
| * Automatic versioning for Camera.Sascha Haeberling2013-08-281-2/+7
| | | | | | | | | | | | | | | | | | | | 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
* | Add rotate support in Film Stripztenghui2013-08-281-1/+0
|/ | | | | | | | | Move the exif related code under src.com.android.camera.exif. Refactor the member variables under LocalMediaData.java. Refactor the LocalData to make sure they are immutables for thread safety. bug:10367037 Change-Id: I0e84bcc0097925b2be749fe016984177a68e0a4d
* Add .mk files for Camera2.Sascha Haeberling2013-08-061-0/+27
| | | | Change-Id: I0678c1b12f40f6dfd76d7589f61d18e99997394f
* Remove all .mk files from the cloned Camera2 until the project isSascha Haeberling2013-08-061-56/+0
| | | | | | properly set up. Change-Id: I3eb79a7a756793ac5253b8c40c3fbc6c6fe2e8e3
* Added jpeg streaming classes.Ruben Brunk2013-07-111-2/+2
| | | | | | | | | - Provides streaming operations for decompressing/compressing JPEG files. - Allows pixel operations to be performed on large JPEG images without holding the entire bitmap in memory. Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94
* Remove SRI panoramaDoris Liu2013-06-201-3/+3
| | | | Change-Id: Icbe154aede474fb678ae4e0b2088626a4a8b31d8
* Use hyphenated path for android-support-v8-renderscript.Stephen Hines2013-05-291-1/+1
| | | | | Bug: 9188088 Change-Id: Id435b35712fd944369b8515f7f84ea30f1eecbe3
* Only link librsjni in unbundled branches.Tim Murray2013-05-131-1/+1
| | | | | | bug 8939828 Change-Id: I87d28185c6fb2b23852eb66487bf99d6111c3a7a
* Merge "Remove com.android.camera.R" into gb-ub-photos-bryceJohn Reck2013-02-161-2/+1
|\
| * Remove com.android.camera.RJohn Reck2013-02-151-2/+1
| | | | | | | | Change-Id: I0bb03da1423401f872c3bf13caffb9c87d850449
* | Switch to GalleryGoogle as default provider for RS files (from Gallery2).Stephen Hines2013-02-081-1/+7
|/ | | | | Bug: 8138884 Change-Id: Ib2484852f0fa4299f6d0797838420493ce2607a0
* Switch Gallery over to RS compatibility library.Tim Murray2013-02-041-2/+7
| | | | Change-Id: If27809236534f3b196949bf455faed45c99f3da5
* Copy camera resources into Gallery2Michael Kolb2013-01-291-2/+1
| | | | Change-Id: I3be2758b2ddca31dbc2f21457a62664310c39684
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-5/+2
| | | | Change-Id: I968efe4d656e88a7760d3c0044f65b4adac2ddd1
* Revert "Switch Gallery over to RS compatibility library."Stephen Hines2013-01-231-8/+3
| | | | | | This reverts commit 0746ce0977cde616d25ce35fee0d8d554235a21c Change-Id: Ic0fb6c60e5f40b53ad032afeafe2f9ff70c26b50
* Switch Gallery over to RS compatibility library.Stephen Hines2013-01-221-3/+8
| | | | Change-Id: If6eaea15a12a1448b402fb00dfd770b3749471ad
* remove actionbar sherlockJohn Reck2012-12-121-3/+1
| | | | Change-Id: Idb9b63f625fd4f0b78d947421ec5b098d8e5dfd5
* Gingerbread support-ishJohn Reck2012-10-311-1/+3
| | | | | | This reverts commit 1336062985c9824d7fd796b1cebd5eaa8e4163ca. Change-Id: I718ec56315dc207a3e612abb4576bddab9afa2ee
* Make sure we use xmp_toolkit from external instead of the precompiled JAR.Sascha Haeberling2012-10-231-1/+1
| | | | | | Bug: 7400527 Change-Id: Ib9428af28c2c436485358dc4e07fe659ed961155
* on entry check if Tiny Planet if not remove UIJohn Hoford2012-10-221-0/+1
| | | | | bug:7391885 Change-Id: Ic2bffa9f9fbaa2d437ce231a1478a1b63a0eed83
* Change LOCAL_SDK_VERSION to current.Wu-cheng Li2012-10-071-1/+1
| | | | | | bug:7208909 Change-Id: Ifa03d6eea219115a03da6f8138c6fcb2922e4c57
* Implement sharpennicolasroard2012-10-041-1/+1
| | | | | | | | | | | | | bug:7279964 bug:7247494 bug:7234321 - add a sharpen filter - add infrastructure to use RenderScript - some refactoring (add an ImageSlave class) - add new zoom UI Change-Id: Id94dc94d32866c7107b6818adf4db35d0c6c0b01