Commit Graph

210 Commits

Author SHA1 Message Date
Sibelius Seraphini
cc3016fe43
doc(tidelift): add security section on readme
[skip ci]
2019-11-08 16:16:54 -03:00
Sibelius Seraphini
28e8ad5734
feat(readme): improve tidelift 2019-10-16 18:12:11 -03:00
Erick Maeda Lopes
68c3e3bdf8
Add Info.plist format on README.md 2019-10-01 21:33:02 +01:00
Sibelius Seraphini
2f6f8e6cce
feat(docs): add docs link on readme and also publish v3 to support
androidX

BREAKING CHANGE: support androidX for react-native >= 60
2019-07-19 09:26:15 -03:00
Andrew Chaa
a77b64cf5b Updating README with RN Camera instruction for iOS simulator (#2326)
* Update README.md

* Update README.md
2019-06-21 10:10:59 -03:00
Ronaldo Lima
54b03328b1 feat(docs): Add docusaurus (#2293)
* initial bootstrap on documentation

* Add EXPO_USAGE and MIgrating page

* add all pages

* add sponsors section to index

* theme

* configs

* clipboard button

* remove blog from docker

* start API.md

* minor updates
2019-06-02 16:20:35 -03:00
Scott Smith
3bcb32b11b
Typo in README
Text Recognition is used twice, should be Barcode Recognition
2019-04-26 13:38:50 +01:00
Sibelius Seraphini
c76a963026
feat(camera): remove deprecated RCTCamera, fix #1890 (#2215) 2019-04-17 22:54:48 -03:00
Daniil Ovoshchnikov
1b9fb63e56 feat(mlkit): add mlkit barcode detection ios (#2209)
extend barcode type cases for android
2019-04-16 15:33:46 -03:00
Daniil Ovoshchnikov
025e7d97a4 feat(ios): migrate face detection to mlkit (#2193)
add face detection using mlkit
add enable tracking prop
cleanup android set tracking methods
remove old face detection
fix basic example not building on ios
2019-04-11 09:10:19 -03:00
Burakhan Özyol
1ae330b3ea Updated Readme (#2180)
Fixed apostrophe sign error
2019-04-07 14:34:05 -03:00
Leeroy Brun
c2734547ed Fix incorrect heading in README (#2188) [skip ci]
It was misleading because I was looking for the Android manual install steps, but "Face Detection or Text Recognition Steps" was the same size as "Manual install" so it was like the Android manual install steps were non-existent.
2019-04-07 14:33:32 -03:00
Daniil Ovoshchnikov
47469e7305 fix(android): replace assertion with a null check (#2194)
some android cleanup
2019-04-07 14:33:09 -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
4ea35e33bb add version 2.x migration guide (#2143) 2019-03-14 09:53:01 -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
Gustavo Barbosa
53b8e6206b chore(docs): Remove extra [ from Tidelift badge (#2126) [skip ci] 2019-02-28 23:55:35 -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
João Marins
68a9df2c29
Update README.md 2019-02-18 23:48:35 -03:00
Laurin Quast
406641f259
docs: adjust master branch usage instructions [skip release] [skip ci] (#2064) 2019-01-24 11:11:47 +01:00
Sibelius Seraphini
80ee416a61
feat(tidelift): add tidelift badge dependency (#2039) 2019-01-08 08:55:27 -02:00
Sibelius Seraphini
5768d3054b
feat(tidelift): add tidelift badge on readme (#2038) 2019-01-08 08:51:26 -02:00
Domino987
5e5da25276 fix(readme): wording (#2020) [skip ci] 2018-12-19 20:46:20 +01:00
Wasili Adamow
b2899adbc1 Windows: added README & fixed property name (#1966)
* Adds react-native-windows UWP support

This adds basic support for capturing photos and videos from either the front or back panel cameras, with some support for video quality, orientation, etc. This also uses ZXing.Net to support barcode scanning from the video preview frames. It also supports torch and flash modes. Videos and photos saved to disk (or camera roll / temporary folder) also supports some file metadata (e.g., lat/long).

There are a number of features that have not yet been implemented:
- Support `playSoundOnCapture` for default shutter sounds
- Add orientation metadata properties on photo / video files
- Support all barcode formats in ZXing.Net
- Additional file metadata (like description)
- Photo quality settings with `quality` and `jpegQuality`
- Image post-processing with `mirrorImage` and `fixOrientation`
- Support event listeners for `onZoomChanged` & `onFocusChanged`
- Device authorization checks as supported on iOS

* Updating NuGet packages for RNCamera UWP project

* Minor fixes for legacy RCTCamera implementation

* hack(CameraForView): default camera to any when panel info not available

* Added windows installation to README

* Changed prop name for barcode data

* Shorter links in README
2018-12-03 14:26:05 -02:00
Sibelius Seraphini
2baee2bb67
add issue hunt funding option 2018-11-17 13:12:19 -02:00
Daniil Ovoshchnikov
3adaffbcb5 add note on duplicate symbols to README (#1796) 2018-09-16 07:04:14 -03:00
Daniil Ovoshchnikov
fe3ac34093 add clarification about cocoapod installation to README (#1795) 2018-09-14 18:17:05 -03:00
Daniil Ovoshchnikov
e12310869e implement text recognition for ios (#1775)
fix typo

fix aspect ratio
2018-09-03 10:11:09 -03:00
Ceyhun Ozugur
cba518e947
Update README.md 2018-06-18 14:39:26 +02:00
Gabriel Falcão
77e158dc2d Change README making clear what is android-only (#1637) 2018-06-17 16:52:27 -03:00
davidpricedev
685bead0e5 Updates Pod Install Instructions 2018-05-18 12:10:29 -05:00
Param Aggarwal
724b820eb0
Remove nonexistant Android permission
Continuation of #863.
2018-04-06 21:16:07 +05:30
Rickard Ekman
33b1d16b06 Update readme to reflect changes made in #1418 (#1423) 2018-03-31 08:41:46 +02:00
Sibelius Seraphini
3eb41590e6
Merge pull request #1409 from anandprabhu/master
Add maven url for Google support libraries
2018-03-28 05:36:46 -03:00
Anand Prabhu
5a00c20408 Add maven url for Google support libraries 2018-03-28 11:05:03 +04:00
Sibelius Seraphini
c64795d79b
Merge branch 'master' into fix/face-feature-optional 2018-03-23 09:28:56 -03:00
Sibelius Seraphini
ebe27e0b5b
Merge pull request #1388 from alculquicondor/ocr
Integrating Google Vision's text recognition in Android
2018-03-23 09:26:56 -03:00
Aldo Culquicondor
68639b82ed docs(rncamera): docs for text recognition usage 2018-03-22 13:17:09 -05:00
Anand Prabhu
389c731bec Check for project-wide gradle configuration properties 2018-03-21 22:00:21 +04:00
samuela
7bf000f391
Fix typos in the README 2018-03-20 20:38:28 -07:00
Emre Tekince
6a68157ccb
Prevent crash
Added compile 'com.android.support:exifinterface:27.+' to prevent crash on taking photo.
2018-03-14 13:09:00 +03:00
Bruno Lemos
5a408b70b7
[iOS] Make GoogleMobileVision framework optional 2018-03-12 18:14:40 -03:00
Sibelius Seraphini
ec99318b46
Merge pull request #1322 from ognen/feature/fine-grained-podspec
Fine-grained podspec (iOS)
2018-03-07 11:45:42 -03:00
Ognen Ivanovski
0f7ee5dfbe Updated README.md 2018-03-06 15:28:57 +01:00
Fred Souza
7d866cb3ed
Fixing typo 2018-03-05 23:00:56 -03:00
Sibelius Seraphini
8ea53634c7
Merge pull request #1240 from michalpokojski/master
Update instructions for getting project without FaceDetector
2018-02-14 09:02:11 -02:00
Alexandre Raulin
e387ca3386
Fix readme links 2018-02-14 11:49:08 +01:00
michalpokojski
307da987c7
Update instructions for getting project without FaceDetector
There were two problems with shell script written in instructions:
1. No checking if `FaceDetector` dir exists so removing something that doesn't exist would throw an error
2. there is co `RCTCamera` anymore so I renamed it to `RNCamera`
2018-02-14 11:39:02 +01:00
João Marins
2dde01f516
Add monthly downloads badge 2018-02-12 20:22:41 -02:00
Jason Schoeman
ea94df18f9
Update README.md
There is an issue in the docs stating that the file `import org.reactnative.RNCameraPackage;` should be added, this is incorrect and should be 1import org.reactnative.camera.RNCameraPackage;`
2018-02-12 13:43:48 +02:00