Yuval Peress
ee1eb88dfc
Add getter for the facing field
8 years ago
Yuval Peress
2ab9043851
Migrate constructor code to init and use a single worker thread.
...
- Moving the initialization code to an init function allows the creation of
the CameraView in code using the single context constructor.
- Creating a single HandlerThread will avoid having to create new threads
for every operation.
8 years ago
Dylan McIntyre
4c2d2a271a
version 0.9.18
8 years ago
Dylan McIntyre
244c0594cd
Merge pull request #39 from andreidiaconu/fix_landscape_rotation
...
Fixed landscape rotation issues
8 years ago
Dylan McIntyre
f463851b8e
update readme gradle compile to current version
8 years ago
Dylan McIntyre
28c0c9a88a
Merge pull request #63 from shehabic/fixing-focus
...
Fixing focus for many Samsung and Sony Devices
8 years ago
shehabic
00d65119fc
Fixing focus for many Samsung and Sony Devices
8 years ago
Andrei Diaconu
d89be73f8f
Fixed STILL issues and Portrait flip
8 years ago
Andrei Diaconu
faa5075dbe
Fixed landscape rotation issues
8 years ago
Dylan McIntyre
63fe1e6cbf
add new attrs to readme
8 years ago
Dylan McIntyre
f0ac87d865
0.9.17
8 years ago
Dylan McIntyre
585105cdf9
fix new permissions attr
8 years ago
Dylan McIntyre
e87d8feb4c
add variable video quality
8 years ago
Dylan McIntyre
0f2c695c5c
add getter for permissions
8 years ago
Dylan McIntyre
11c3210786
Merge branch 'master' of https://github.com/gogopop/camerakit-android
8 years ago
Dylan McIntyre
a121dd32e5
v0.9.16
8 years ago
Dylan McIntyre
9df2026c4e
inline preview images in readme header
8 years ago
Dylan McIntyre
c9aed1d7b8
Merge branch 'master' of https://github.com/gogopop/camerakit-android
8 years ago
Dylan McIntyre
01928b48a7
better permission handling with customizability with ck_permissions attr
8 years ago
Dylan McIntyre
ae99e6fb56
Merge pull request #45 from muratgu/master
...
Ignore tap-to-focus if not supported
8 years ago
Dylan McIntyre
9df0a1b032
put touch to focus marker in library
8 years ago
Dylan McIntyre
fe00cade24
release mediarecorder in endVideo
8 years ago
Dylan McIntyre
ae4f68b0b3
default focus continuous
8 years ago
Dylan McIntyre
19218441f8
fix readme heading
8 years ago
Dylan McIntyre
293a6de794
make recording profile more compatible
8 years ago
Dylan McIntyre
0ac40dcfd1
remove mediarecorder length and size caps
8 years ago
muratgu
8060a409dc
do not invoke auto-focus if not supported by the camera
8 years ago
Dylan McIntyre
dd9ecf0f5d
amend demo v1.0.3 lib0.9.15
8 years ago
Dylan McIntyre
3eb3c72811
Merge pull request #24 from dataticket/master
...
fix CalledFromWrongThreadException in setTruePreviewSize(80)
8 years ago
android-dataticket
b9533ba289
Update PreviewImpl.java
8 years ago
android-dataticket
5ca35cdd35
Update PreviewImpl.java
8 years ago
Dylan McIntyre
92752a3e3a
demo v1.0.3 lib v0.9.15
8 years ago
Dylan McIntyre
987d946454
Merge pull request #16 from calebdre/master
...
WIP: Implementing autofocus
8 years ago
Dylan McIntyre
fba3ed4ee1
Finish basic tap to focus
8 years ago
Dylan McIntyre
8f1443fcd0
update usage version in readme
8 years ago
Dylan McIntyre
6e650abe9b
app v1.0.2 lib v0.9.14
8 years ago
Dylan McIntyre
425fc07054
Merge branch 'master' of https://github.com/flurgle/camerakit-android
8 years ago
Dylan McIntyre
f6c30056df
Merge pull request #13 from elevenfive/master
...
Update build
8 years ago
Dylan McIntyre
c92c4e8a61
Merge pull request #22 from dataticket/master
...
fix NPE crash with onMeasure when previewSize is null
8 years ago
Dylan McIntyre
21e058836e
camera start and toggle async for no lag
8 years ago
Dylan McIntyre
ac61100add
Merge branch 'master' of https://github.com/flurgle/camerakit-android
8 years ago
Dylan McIntyre
74c69d0db3
up version
8 years ago
android-dataticket
e04fb369a6
Update CameraView.java
8 years ago
Dylan McIntyre
6d65d6f10d
Merge pull request #21 from nethergrim/master
...
Fixed issue #14
8 years ago
Andrew Drobyazko
6fd326c1c2
Fixed issue #14
8 years ago
Caleb Lewis
29ccf4fa6a
rough draft of implementing autofocus
8 years ago
Matthew Zavislak
60df446629
Update build
...
- Android Gradle plugin 2.2.3 -> 2.3.0
- Gradle 3.2 -> 3.3
- Android Support Lib 25.0.1 -> 25.2.0
- Fix some lints
- Reduce min API to 15 (nothing was requiring more)
8 years ago
Dylan McIntyre
325436b4d6
Merge pull request #11 from suomi35/patch-1
...
Update README with current lib version
8 years ago
Jason
ae7910c126
Update README with current lib version
8 years ago
Dylan McIntyre
97b1fee976
Support API16+
8 years ago