tibbi
|
9e3e732bbf
|
handle toggling between photo and video modes
|
2018-06-06 15:09:09 +02:00 |
tibbi
|
440180f79a
|
list proper video resolutions at the resolution picker dialog
|
2018-06-05 23:49:19 +02:00 |
tibbi
|
ea640f96ca
|
minor code style cleanup
|
2018-06-05 23:16:34 +02:00 |
tibbi
|
045328daa3
|
remember which camera was used last, open it by default
|
2018-06-05 22:19:27 +02:00 |
tibbi
|
3f23f017d2
|
set the flash icon to Off at hiding to avoid glitches at reshowing
|
2018-06-05 21:25:23 +02:00 |
tibbi
|
6a1cc57c00
|
improve the camera behaviour at changing the resolution
|
2018-06-05 21:07:45 +02:00 |
tibbi
|
f1359e1909
|
make sure we select proper preview aspect ratio
|
2018-06-05 20:25:02 +02:00 |
tibbi
|
acea2ce5f2
|
flip front photos horizontally by default
|
2018-06-05 13:50:42 +02:00 |
tibbi
|
686f37b32a
|
catch all exceptions at setting up the preview session
|
2018-06-05 13:17:57 +02:00 |
tibbi
|
aae28aeb03
|
show a list of available photo resolutions at pressing Change Resolution
|
2018-06-05 11:37:50 +02:00 |
Tibor Kaputa
|
d1000697cc
|
Merge pull request #165 from GuepardoApps/master
Updated german translations
|
2018-06-05 09:39:38 +02:00 |
Tibor Kaputa
|
5c799b4f56
|
reverting some app description strings
|
2018-06-05 09:39:29 +02:00 |
tibbi
|
5704e58164
|
do not even draw the Focus circle if the current camera doesnt support focus
|
2018-06-04 23:12:53 +02:00 |
tibbi
|
b0ba502795
|
hide the Flashlight toggle button if no flash is available
|
2018-06-04 23:09:29 +02:00 |
tibbi
|
f5e347c09e
|
add handling for front/back camera toggling
|
2018-06-04 23:06:33 +02:00 |
tibbi
|
c75f1cabfa
|
properly rotate the image in selfie mode
|
2018-06-04 22:10:35 +02:00 |
Jonas Schubert
|
ccfb2ee22f
|
Updated german translations
|
2018-06-04 22:00:59 +02:00 |
tibbi
|
7e0b355438
|
skip focusing before image capture if the current camera doesnt support focus
|
2018-06-04 21:48:54 +02:00 |
tibbi
|
617ac98e5d
|
pass available resolutions to the picker dialog in a new MySize type list
|
2018-06-04 16:08:23 +02:00 |
tibbi
|
ebb6e89dd6
|
send a boolean at resolution changing dialog to mark front/back camera
|
2018-06-04 15:36:17 +02:00 |
tibbi
|
16a2745652
|
properly handle autoexposure and auto flash
|
2018-06-04 14:56:25 +02:00 |
Tibor Kaputa
|
ffd25d0cdf
|
Merge pull request #164 from fricyo/patch-2
Update Translation
|
2018-06-04 13:29:59 +02:00 |
fricyo
|
7d6fb5c74c
|
Update Translation
|
2018-06-04 17:45:29 +08:00 |
tibbi
|
df33bf0ddf
|
set AutoFocus to Idle instead of Cancel after taking a picture
|
2018-06-04 10:28:07 +02:00 |
tibbi
|
cc63675e3a
|
update crop region permanently after zooming in/out
|
2018-06-01 22:58:50 +02:00 |
tibbi
|
ac529cd07f
|
do not mess with CONTROL_AF_MODE at touch-to-focus
|
2018-06-01 21:26:11 +02:00 |
tibbi
|
4d640d7d5a
|
shortening some code
|
2018-06-01 20:24:54 +02:00 |
tibbi
|
bbe2ba171d
|
replace textureView click listener with manual touch events checking
|
2018-06-01 20:06:21 +02:00 |
tibbi
|
1708bf562a
|
make sure a proper photo section is captured at zooming in
|
2018-06-01 16:40:02 +02:00 |
tibbi
|
f26cc4c2f0
|
use proper capture callback and background handler at focusing
|
2018-06-01 16:27:35 +02:00 |
tibbi
|
a52586165c
|
add zooming by gestures
|
2018-06-01 14:32:09 +02:00 |
tibbi
|
1531f89ea4
|
changing some float number declarations
|
2018-06-01 12:15:44 +02:00 |
tibbi
|
67b3b50fa8
|
improving the Touch To Focus functionality
|
2018-06-01 11:59:37 +02:00 |
tibbi
|
94488adb24
|
make sure the bottom button visibility is updated on the main thread
|
2018-05-31 12:44:24 +02:00 |
tibbi
|
a8aba856b7
|
removing an Equals sign
|
2018-05-30 23:13:27 +02:00 |
tibbi
|
bf314ecf22
|
add a helper function for getting the camer amanager
|
2018-05-30 23:10:26 +02:00 |
tibbi
|
b25beb3a34
|
moving some code in if statement
|
2018-05-30 23:03:12 +02:00 |
tibbi
|
5c6d4132cb
|
adding some touch to focus handling
|
2018-05-30 22:58:12 +02:00 |
tibbi
|
328c4300a5
|
update mLastClickX and Y only at Down action
|
2018-05-30 21:26:16 +02:00 |
tibbi
|
7ffe53a0ae
|
draw a focus circle at pressing the preview
|
2018-05-30 17:50:15 +02:00 |
tibbi
|
292e2f6ad0
|
lets remove PreviewListener interface, call activity functions directly
|
2018-05-30 17:27:30 +02:00 |
tibbi
|
dfcb72b7f6
|
add a click listener for focusing
|
2018-05-30 17:22:36 +02:00 |
tibbi
|
7ff48fc880
|
removing another redundant function
|
2018-05-30 16:40:46 +02:00 |
tibbi
|
250bf176c1
|
removing a redundant variable
|
2018-05-30 16:35:13 +02:00 |
tibbi
|
7d5a60f13d
|
fix the rotation of images captured with Camera2 api
|
2018-05-30 16:11:23 +02:00 |
tibbi
|
184f87aab1
|
removing a redundant function
|
2018-05-30 15:02:26 +02:00 |
tibbi
|
410822bd38
|
always set camera state to STATE_PICTURE_TAKEN at capturing
|
2018-05-30 14:56:53 +02:00 |
tibbi
|
27fb68704b
|
show the bottom buttons after taking a photo
|
2018-05-30 14:50:48 +02:00 |
tibbi
|
9cb94fc5e6
|
OCD
|
2018-05-30 14:32:01 +02:00 |
tibbi
|
f8dea07ebe
|
send the device rotation to photo saver + cleanup
|
2018-05-30 14:28:52 +02:00 |