- add slide-up zoom recipe (737a5a2e)
- Do not rely in to jcenter but google (#1874) (92615246)
- Error retrieving camcorder profile params (#1835) (8de827e6)
- build: fix no face detection project (a7a7abf6)
- ts: add doNotSave to ts type definitions (f0c18b7c)
- update: update package.json packages (#1739) (843cbf4f)
- adds autoFocusPointOfInterest to iOS (39cc29de)
- rn-camera:
- added some missing typescript declarations (#1792) (a5c67376)
- android base64 string format for consistency with ios (#1776) (d4b4ee11)
- update docs and add check for focus mode support (ca5a12b4)
- change-log: v1.1.5-2 (e49e35a0)
- preview:
- rn-camera:
- picture-size:
- change-log:
- cameraview:
- lint:
- package: enforce no errors on lint and update packages (00f4f4c1)
- gms: change default gms to 12.0.0 (94c8968b)
- expo: explain how to migrate to and from expo camera module (#1605) (4a9322cb)
- recipes: add some recipes (ef5c2fef)
- preview:
- types:
- rn-camera: use and export constants (c8c6fdea)
- rn_camera: add function as children (45cc8f25)
- ci: add first circleci lint and check script (ee385eec)
- android: make android gradle check work (1c7f231a)
- play-sound: play sound on capture (android) (69242183)
- rn-camera:
- picture-size:
- cache: store video recordings in same directory as photos (bba84a98)
- rn_camera: improve naming (3811d82c)
- search-paths: remove unnecessary search paths and add missing one (dee298b4)
- styles: place style sheet above everything,prevent undefined styles (01501892)
- warnings: remove inline styles (716c4e38)
- barcode: better name google variables and correct init (38e96ed2)
- Android: image stretched instead of cropped (73eb5fd2)
- barcode-prop: fix default value and add more values (2c87b44b)
- docs:
- types: fix types for #1402 (26f9a1e5)
- ios: add video output early to avoid underexposed beginning (9ef5b29a)
- Implement video stabilization mode property for ios (#1606) (a090faa0)
- Fix java.lang.ArrayIndexOutOfBoundsException with image rotation (6ce014d3)
- types:
- rn-camera: use and export constants (c8c6fdea)
- rn_camera: add function as children (45cc8f25)
- rn-camera: inject correct status (858cc4c9)
- cache: store video recordings in same directory as photos (bba84a98)
- rn_camera: improve naming (3811d82c)
- Fix java.lang.ArrayIndexOutOfBoundsException with image rotation (6ce014d3)
- cameraview: integrate google's cameraview directly on rncamera? (d11ed319)
- search-paths: remove unnecessary search paths and add missing one (dee298b4)
- change-log: v1.1.0 (01e6c843)
- lint:
- package: enforce no errors on lint and update packages (00f4f4c1)
- ci: add first circleci lint and check script (ee385eec)
- android: make android gradle check work (1c7f231a)
- styles: place style sheet above everything,prevent undefined styles (01501892)
- warnings: remove inline styles (716c4e38)
- recipes: add some recipes (ef5c2fef)
- types:
- play-sound: play sound on capture (android) (69242183)
- barcode: better name google variables and correct init (38e96ed2)
- Android: image stretched instead of cropped (73eb5fd2)
- barcode-prop: fix default value and add more values (2c87b44b)
- docs:
- types: fix types for #1402 (26f9a1e5)
- ios: add video output early to avoid underexposed beginning (9ef5b29a)
- restored original CameraModule.java (7bea109e)
- rncamera:
- codec: document ios codec option (2b9d8db2)
-
chore: try to automate changelog (cc5f6e62)
-
android:
- integrating Google Vision's text recognition (fcaa9452)
-
Android:
-
types: update types for video recording codec (f9252254)
-
rn-camera: add codec option for ios (c0d5aabf)
- typo: fix typo on package.json (706278d8)
- textrecognition: height of text block (01e763b1)
- issue #1246 - torch will be disabled when starting the record (8c696017)
- ios-project: fix path to parent's ios project (4496c321)
- flow: add missing types to Picture options (6bff4d93)
- types: add new keys to TakePictureOptions (cc272036)
- face-detector: make face detection stoppage smoother (3b3c38dd)
- types:
- android-camera: revert to old camera api (8d9c06ad)
- release-script: add script to package json (b0503dc8)
- changelog: add changelog script (d2263937)
- mirror: add option to give "mirrorImage" flag to takePicture. (0b6f0abd)
- focusWarning: fix focus depth warning being shown for ios. (79698b81)
- imports: delete some useless imports which may cause problems (a5b9f7e7)
- RNCamera as main camera implementation for both iOS and Android (base on expo module)
- FaceDetector feature for both iOS and Android (based on expo module)
- RCTCamera deprecated
- added RNCamera implementation for android
- added FaceDetector for android