summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/BestpictureActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Convert "save best" dialog text to a quantity stringMichael W2019-11-091-3/+4
| | | | | | | | | * Saving 1 vs saving several can be a different string in other languages (e.g. German: "1 von 10 Bildern wird gespeichert[...]" vs "2 von 10 Bildern werden gespeichert[...]") * Also fixes a missing "be" in the source string ("will _be_ deleted") Change-Id: I0f0a91fa3cd1abe17c9d3eef453c4ed706a6fb25
* SnapdragonCamera:Fix photo reversed when enable selfie Mirrormingwax2017-01-191-2/+2
| | | | | | | | | When camera is open front camer, and is in horizontal screen mode enable Selfie Mirror, set the image rotation angle of 180 degrees, to ensure the picture is right direction. CRs-Fixed: 1112749 Change-Id: I9b53804b7897f174c537693ff59db96df858e71d
* Merge "SnapdragonCamera: Fix Can't choose BestPicture when the screen were ↵Camera Software Integration2017-01-171-1/+24
|\ | | | | | | locked" into camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Fix Can't choose BestPicture when the screen were lockedpezhan2017-01-111-1/+24
| | | | | | | | | | | | | | | | | | | | When enter the bestpictureActivity, the keyguard will cover this activity. Add flags if it's SecureCamera, when enter bestpictureActivity, the keyguard will dismiss. BestpictureActivity will display normally. Change-Id: I9e9e2bfd3c03a66d131048c0ebaa2e54c14787d8 CRs-Fixed: 1108275
* | SnapdragonCamera:Fix [FR35432] BestPicture function lost.pezhan2017-01-111-12/+308
|/ | | | | | | | | | | | | | | | | | | | Add dialog when saving selected BestPicture. Add "X" icon display beside camcorder icon to exit BestPicture mode. Add multiple selections(Three dots beside SAVE)and "X" icon. Add dialog when select "X" icon. Add overflow menu with multiple selections to chose "Save All" or "Delete All" when click overflow menu. Add click for "Save All" to save all 1o pictures. Add click for "Delete All" to pop delete all dialog. Change-Id: I59cdad0f77fde616ea34db4d9d186d322285e394 CRs-Fixed: 1102814, 1102807, 1099428
* SnapdragonCamera:Fix crash when resume BestPhotoUIjunjiez2016-11-011-13/+7
| | | | | | | | | Fix some NullPointerException isses and remove the Parcel inferface of ImageItems, add a new method in BestPictureActivity for fragments to get ImageItems. Change-Id: Iaa849876a66b926ca68196c8b0df18fdad1780e7 CRs-Fixed: 1083454
* SnapdragonCamera: frame capture pathJack Yoo2016-10-131-2/+2
| | | | | | | | | | | Frame the path for each capture. 1. ZSL image -> YUV reprocess -> filters -> framework jpeg encoding 2. Non-ZSL -> filters -> framework jpeg encoding 3. Optimizing bestpicture filter image saving 4. Adjusting roi according to the mirror Change-Id: I8989ec57beec3420e6f4311dff951af0a84f5ba9 CRs-Fixed: 1071798
* SnapdragonCamera: Bestpicture scene filterJack Yoo2016-08-161-0/+348
Adding best picture selection scene filter Change-Id: Ifa0f544e80d161eaef743d611c712d8db48e5631 CRs-Fixed: 1050663