Commit Graph

45 Commits

Author SHA1 Message Date
SaeedZhiany
d8cf6c9c10 feat(android): Load Android Gradle Plugin conditionally (#2623) 2019-12-03 16:09:23 -03:00
Stanimir
72c5624dd3 fix(example): fixes and updates in mlkit example (#2618) 2019-12-02 09:24:12 -03:00
Laurin Quast
409d2a9eea break(androidX): upgrading to sdk 28 and androidx (#2068) (#2306)
* upgrading to sdk 28 and androidx

* revert attempt to fix build

* fixing build

* build version fix

* updating example app

* manifest update

* using stable release, instead of beta

* androidx migration doc

* migration doc update

* follow on androidx upgrade after rebase
2019-07-14 16:08:03 -03:00
Laurin Quast
72a8d7f34c
fix: revert breaking change upgrading to sdk 28 and androidx
This reverts commit e2a895ad1c.
2019-06-06 21:00:59 +02:00
Greg Alexander
e2a895ad1c feat(androidX): upgrading to sdk 28 and androidx (#2068)
* upgrading to sdk 28 and androidx

* revert attempt to fix build

* fixing build

* build version fix

* updating example app

* manifest update

* using stable release, instead of beta

* androidx migration doc

* migration doc update

* follow on androidx upgrade after rebase
2019-06-02 16:20:57 -03:00
Mathieu Acthernoene
2e529183c8 Ignore duplicate META files 2019-04-26 17:59:18 +02:00
Daniil Ovoshchnikov
47469e7305 fix(android): replace assertion with a null check (#2194)
some android cleanup
2019-04-07 14:33:09 -03:00
Marius Reimer
d8922ac90e Upgrade to React Native 0.59.1 (#2162)
* Upgrade to React Native 0.59.1

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI
2019-03-28 18:08:43 -03:00
Daniil Ovoshchnikov
d6485828fd fix(android): Android build error (#2152)
add link to version2 migration in main readme
2019-03-20 11:45:49 -03:00
Daniil Ovoshchnikov
0ab570a636 feat(mlkit): Migrate Face, Barcode and Text Recognition to Firebase MLKit (iOS - text, Android - all) (#2075)
* switch to firebase mlkit for text recognition

* migrate android to MLKit

migrate Text detection android to MLKit
update gradle of example app
Update build.gradle
separate gms vision facedetector to general flavor

migrate faceDetector to mlkit and fix incorrect bounds due to padding

migrate barCode detector to mlkit
update android instructions in readme
safe face implementation move gms to generalImplementation

* add mlkit example

setup android of mlkit example

setup ios of mlkit example
fix typo in readme
update example project readme

* amend mlkit migration to include raw data

add barcode detection in basic and mlkit examples

* fix duplicate bridgeDidBackground method

BREAKING CHANGE: We migrated to MLKit instead of Google Mobile Vision
2019-03-11 08:56:24 -03:00
Jose G
1009c4ed79 feat(android): allow specifying a different google vision version via gradle properties (#2112) 2019-02-20 14:27:04 +01:00
Frieder Bluemle
b9f7d772b2 fix: remove executable bit from regular files (#2103) [skip release] [skip ci] 2019-02-12 10:46:51 +01:00
alastorohlin
2932f5addf Fix to critical issue "Could not find intellij-core.jar" (#1885)
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':react-native-camera'.
> Could not resolve all artifacts for configuration ':react-native-camera:classpath'.
   > Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar
2018-10-24 17:55:10 -03:00
Rubén Sospedra
9261524609 fix: Do not rely in to jcenter but google (#1874) 2018-10-23 07:12:33 -03:00
Tony Mack
0fea2e21cc Update build.gradle (#1802)
googlePlayServicesVersion update - this is making it hard to include other libraries that need an updated google-services version
2018-09-24 11:30:06 -03:00
Paul V Puey
1c9e83dc94 Bump gradle tools to 3.0.1 (#1759) 2018-08-24 10:13:39 -03:00
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 73b9bec624 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