Commit Graph

738 Commits

Author SHA1 Message Date
tibbi
39a235141e update commons to 4.2.6 2018-06-18 22:49:23 +02:00
tibbi
c6dfeb97b7 show some exception messages publicly to speed up the glitch fixes 2018-06-18 22:43:42 +02:00
tibbi
335529ccbb catch and show exceptions thrown at starting recording 2018-06-18 21:22:19 +02:00
tibbi
7afa969505 fix #172, set SCALER_CROP_REGION at image capturing only if the user zoomed 2018-06-18 21:04:01 +02:00
tibbi
29fc0add5c update commons to 4.2.5 2018-06-18 21:03:23 +02:00
gregory678
edacc556b9
PL translation update [2018.06.18] 2018-06-18 20:52:08 +02:00
tibbi
ff33c4f30d notify the activity at stoping the video recording, fixed third party intents 2018-06-14 14:14:57 +02:00
tibbi
16fdbf8d5a fix handling of third party video intent 2018-06-14 13:53:51 +02:00
tibbi
854a865071 fix third party intent image capturing 2018-06-14 13:04:46 +02:00
tibbi
22ed7a2678 update kotlin to 1.2.50 2018-06-14 11:52:30 +02:00
tibbi
d4d497612a update version to 4.1.1 2018-06-12 10:22:22 +02:00
tibbi
049245e43d make capture session nullable 2018-06-12 10:18:25 +02:00
tibbi
b1a6fc7411 update version to 4.1.0 2018-06-11 18:48:35 +02:00
tibbi
1ec2c68961 recreate the preview session after capturing a photo without focus 2018-06-11 18:35:43 +02:00
tibbi
9696db4ef4 set preview intent at control capture intent 2018-06-11 17:52:33 +02:00
tibbi
f246a23440 remove the standalone cancel autofocus function 2018-06-11 16:58:39 +02:00
tibbi
d21124e3bc flip autofocus canceling and stopRepeating 2018-06-11 15:07:03 +02:00
tibbi
45177dd7d9 move the autofocus cancelling code in an own function 2018-06-11 14:30:35 +02:00
tibbi
8ae53e4f2f do not rotate the preview at front camera, always use sensor orientation 2018-06-11 14:10:59 +02:00
tibbi
c0d0a06dfe try disabling Focus before capture by default 2018-06-11 13:56:25 +02:00
tibbi
8b7185d38c let Camera2 take care of exif fields, just copy it over 2018-06-11 12:50:07 +02:00
tibbi
d8f68fe643 fix #98, properly set some date/time related exif values when appropriate 2018-06-11 12:32:52 +02:00
tibbi
368a9c109d hide the last photo preview too at third party intents 2018-06-11 11:49:19 +02:00
tibbi
1f55c1345a make sure the image is rotated as appropriate at third party intents 2018-06-11 11:26:50 +02:00
tibbi
ff85805636 send setRecordingState false to CameraOne only if the recording is really stoping 2018-06-11 11:06:32 +02:00
tibbi
a39e7ad233 update the front/read camera icon as appropriate at toggling 2018-06-10 23:46:00 +02:00
tibbi
3daa79590f fix a glitch at remembering front/back camera 2018-06-10 23:42:18 +02:00
tibbi
594c024cd1 adding some brackets at checking front/back camera 2018-06-10 23:20:44 +02:00
tibbi
9dc29390f1 properly init front/back camera 2018-06-10 23:08:18 +02:00
tibbi
e240e0752f init photo mode by default 2018-06-10 23:04:02 +02:00
tibbi
84199fb858 recognize 19:9 and 19:8 aspect ratios better 2018-06-10 22:51:22 +02:00
tibbi
24036931cd limit available video sizes by max width and height 2018-06-10 22:43:32 +02:00
tibbi
39c9227844 stop recording at changing the resolution if needed 2018-06-10 22:14:16 +02:00
tibbi
d533b18a91 make sure the aspect ratio is always updated on the main thread 2018-06-10 21:18:28 +02:00
tibbi
5f0a1d0475 remember last used focus area, set it again after capturing an image 2018-06-10 14:56:37 +02:00
Tibor Kaputa
a24a3979d2
Merge pull request #166 from FatihFIRINCI/patch-1
Create Turkish strings.xml
2018-06-10 14:18:08 +02:00
tibbi
8443aac425 release the mediarecorder at closing the camera too 2018-06-10 12:51:38 +02:00
Fatih Fırıncı
bd0f768a82
Create strings.xml 2018-06-10 13:36:35 +03:00
tibbi
2b6370c77e fix some focusing glitches on Android 8 2018-06-10 11:47:05 +02:00
tibbi
fc058e2f05 catch exceptions thrown at saving images 2018-06-10 11:46:53 +02:00
tibbi
104eca5196 update every button clickability on the main thread 2018-06-08 22:46:15 +02:00
tibbi
afa5a46303 fix some camera state glitches around recording and capturing 2018-06-08 22:38:02 +02:00
tibbi
13d4f25810 add sounds to shutter actions 2018-06-08 18:48:14 +02:00
tibbi
e33d550ba6 catch all exceptions thrown during focus or zoom 2018-06-08 14:17:38 +02:00
tibbi
d7c4c76640 avoid launching multiple shutter actions at pressing volumes 2018-06-08 14:11:43 +02:00
tibbi
d57eb9ef98 add camera state check to video recording toggle too 2018-06-08 13:59:28 +02:00
tibbi
ac3a09dd85 avoid shutter actions when not in state_preview state 2018-06-08 13:54:46 +02:00
tibbi
b4cb2dd0bb focus before capturing the image only if Focus before capture is enabled 2018-06-08 12:13:55 +02:00
tibbi
885df0ef88 disable showing photo preview after capturing on Android 5+ 2018-06-08 12:06:51 +02:00
tibbi
55fbe8dd4b make sure the back camera is always open by default, if selected so 2018-06-08 12:02:07 +02:00