Reza Ghorbani
cb05f6a503
Refactor build.gradle ( #1661 )
2018-07-13 16:19:25 -03:00
Symous
4b91f1b369
update zxing lib version
...
zxing 3.2.1 perform so slow in Android 5.1 to scan a qrcode,update to 3.3.0 fix this issue
2018-06-13 09:07:45 +08:00
Sibelius Seraphini
ad840b30a0
Revert "Fix runtime error missing facebook infer annotation"
2018-05-21 17:47:32 -03:00
Karen
09f11ce7c4
Fix run time error missing facebook infer annotation
2018-05-14 22:14:06 -07:00
Victor Powell
f01ba34aaf
Add missing infer annotation dependency.
2018-04-25 22:08:06 -07:00
Joao Fidelis
d11ed31917
chore(cameraview): integrate google's cameraview directly on rncamera?
2018-04-15 22:09:32 -03:00
Sibelius Seraphini
1c7f231af4
feat(android): make android gradle check work
2018-04-15 08:02:49 -03:00
Joao Fidelis
94c8968b26
chore(gms): change default gms to 12.0.0
2018-03-29 21:22:49 -03:00
Joao Fidelis
501ffe8336
chore(cameraview): update camera view
2018-03-29 21:07:47 -03:00
Krystian Pach
113a5e8158
compile should be double quete
2018-03-23 14:13:29 +01:00
Sibelius Seraphini
e0cb6285e6
Merge pull request #1380 from anandprabhu/master
...
Check for project-wide gradle configuration properties
2018-03-23 09:26:20 -03:00
Alessandro Mizzoni
ebed27216f
cherry-pick 73b9bec624de2ac18b8a56fe15bb5bb479f315ca
2018-03-22 14:36:49 +01:00
Malte Peters
1b06297c3a
fix master after accidental pull-request - sorry
2018-03-22 14:33:54 +01:00
Alessandro Mizzoni
73b9bec624
Compile new cameraview commit for fix upsidedown front camera portrait recorded video
2018-03-22 14:14:56 +01:00
Malte Peters
852169ea86
Merge branch 'update-to-current-master' into master
2018-03-22 12:43:11 +01:00
Anand Prabhu
389c731bec
Check for project-wide gradle configuration properties
2018-03-21 22:00:21 +04:00
Joao Fidelis
8d9c06ad90
fix(android-camera): revert to old camera api
2018-03-02 14:26:55 -03:00
Jason Schoeman
224e025757
Update build.gradle
...
Updated dependencies to use: `compile "com.android.support:exifinterface:26.0.2"`
2018-02-14 17:05:50 +02:00
Malte Peters
58f8e0fef9
feat(android): added opencv framework compile reference and minor improvements
2018-02-13 19:14:38 +01:00
Jason Schoeman
049b23440e
Incorrect placement of plugin.
...
I believe this is incorrectly used here. This will cause various issues, especially using it with Android Studio. This is also the reason you have to specify the QA compile error. The plugin `com.android.support:exifinterface:+` should at the very least be used but then not even, rather have it as part of the installation process to include the dependency build.gradle.
2018-02-13 12:06:12 +02:00
Joao Fidelis
e21d2f4c87
Use most recent cameraview commit
2018-02-03 10:37:35 -02:00
Stanislav Shakirov
0b5ae8f9e3
Return to compile
gradle api. revert
...
revert 9c76310c93
fixed https://github.com/react-native-community/react-native-camera/issues/1145
Most of react-native projects is still using old gradle api. There is not issue to stay with old api.
2018-01-24 14:59:24 +03:00
Joao Fidelis
9c76310c93
Change dependencies on build.gradle from compile to api.
2018-01-22 17:33:04 -02:00
Sibelius Seraphini
ffc74e5e6e
Add Camera implementation using CameraView on Android
...
This is most a copy of expo camera module
this still half baked, missing javascript part and package and modules
fixes
see #246
2017-12-31 13:49:39 -02:00
Joshua Pinter
e187b8a0e7
(android): Update compileSdkVersion to 25 and buildToolsVersion to 25.0.2 ( #677 )
...
* Update compileSdkVersion to 25 and buildToolsVersion to 25.0.2
Best to keep these up-to-date. Doesn't affect backwards compatibility.
* Add buildToolsVersion requirement of 25.0.2.
2017-04-23 12:38:42 -07:00
Alexander Pantyuhov
06dc7ac5a7
Image orientation fix ( #475 , #309 ) ( #493 )
...
fix
2016-12-04 18:32:04 -05:00
plougsgaard
85336e9fd4
Import the zxing decoder library.
2016-09-15 01:16:20 +02:00
Radu Popovici
ff66374fd1
fix react native 0.19.0 upgrade bugs for android
2016-02-02 13:13:57 +02:00
Fabrice Armisen
844d6aaf65
Android support.
...
Working: set aspect, select camera type, set flash/torch mode, take picture and save it to the file system, mediaroll as data.
Not working: Video capture, set orientation.
Known problem: Front camera pictures are not oriented correctly.
2016-01-19 18:31:14 -08:00