Commit Graph

748 Commits

Author SHA1 Message Date
Aaron Grider
d2cd2eba0a
Merge pull request #331 from EwoutH/android-deps
Android: Update deps, target SDK 30 and ARMv8
2020-12-30 15:57:12 -08:00
Ewout ter Hoeven
48693c7c8c android/build.gradle: Update compile SDK and ABI
- Updates to compile SDK to increase compatibility and throw latest warnings. No runtime changes to apk.
 - Updates the ABI filters to targer modern 64-bit ARMv8 CPUs instead of ARMv7.
2020-12-29 22:00:39 +01:00
Seph Soliman
a47f1f2beb
Merge pull request #334 from EwoutH/ci-pr
CI: Run on pull requests
2020-12-29 10:43:45 -08:00
Seph Soliman
155505e723
Merge pull request #341 from teslamotors/dependabot/npm_and_yarn/node-notifier-8.0.1
Bump node-notifier from 8.0.0 to 8.0.1
2020-12-29 10:38:04 -08:00
dependabot[bot]
edaabb2cf5
Bump node-notifier from 8.0.0 to 8.0.1
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 20:26:00 +00:00
Ewout ter Hoeven
f833a24d7b CI: Run linter job on PRs 2020-12-08 13:14:07 +01:00
Ewout ter Hoeven
b23e3f4496 CI: Run build job on PRs 2020-12-08 13:14:07 +01:00
Aaron Grider
affcdb4571
Merge pull request #330 from aarongrider/android-rewrite
Rewrite Android implementation, update api and docs, convert code to TypeScript
2020-12-06 22:47:35 -08:00
aarongrider
1f43a3ef22 Remove unused showLongToast 2020-12-06 22:46:45 -08:00
aarongrider
86739ddfeb Fix formatting in CameraExample 2020-12-06 22:45:47 -08:00
Aaron Grider
e0e9d87d9a
Remove commented code
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:43:52 -08:00
Aaron Grider
9a86c19553
Removed unused import
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:43:27 -08:00
Aaron Grider
0e6eaf0324
Update README.md
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:42:35 -08:00
Aaron Grider
3afb57a61d
Update README.md
Co-authored-by: Seph Soliman <scarlac@gmail.com>
2020-12-06 22:42:16 -08:00
aarongrider
e271725442 Update documentation 2020-11-29 22:38:18 -08:00
aarongrider
50d26188e5 Convert project to TypeScript and refactor example code 2020-11-29 22:37:49 -08:00
aarongrider
a63ca0012d Android rewrite 2020-11-17 15:42:36 -08:00
Aaron Grider
5f78edabbb
Merge pull request #329 from aarongrider/remove-gallery
Remove Gallery
2020-11-12 14:43:14 -08:00
aarongrider
e2cee16a0c Remove RecyclerView dependency 2020-11-12 14:12:49 -08:00
aarongrider
213cf788a4 Remove Gallery 2020-11-12 14:08:11 -08:00
Aaron Grider
ca65a238cf
Merge pull request #328 from aarongrider/baseline
Bump Android Baseline & Downgrade ZXing
2020-11-12 10:43:16 -08:00
aarongrider
e85c0cb310 Bump baseline and downgrade ZXing 2020-11-12 10:19:18 -08:00
Aaron Grider
9518f3aef4
Merge pull request #326 from aarongrider/master
Bumping version
2020-11-06 15:42:17 -08:00
aarongrider
48fa1fa572 Bumping version 2020-11-06 15:40:23 -08:00
Aaron Grider
19c6717b65
Merge pull request #324 from aarongrider/actions
Add GitHub Actions for Linting and Building Example Projects
2020-10-24 18:00:35 -07:00
Aaron Grider
e4a6d0b6c7 Update build actions 2020-10-24 17:29:28 -07:00
Aaron Grider
76a8ba072c Fix formatting 2020-10-24 17:00:45 -07:00
Aaron Grider
780d943fbd Add android build action 2020-10-24 16:56:21 -07:00
Aaron Grider
5ee440040f Add build ios action 2020-10-24 16:45:36 -07:00
Aaron Grider
7f497650fa Move ios project 2020-10-24 16:45:17 -07:00
Aaron Grider
003d129364 Add linter action 2020-10-24 16:25:46 -07:00
aarongrider
d29aca2a31 Prettier formatting 2020-10-23 10:56:03 -07:00
aarongrider
cd847a3477 Use yarn in readme 2020-10-23 10:56:03 -07:00
aarongrider
3294428413 Add screenshot to readme 2020-10-23 10:56:03 -07:00
aarongrider
e7bdd94a35 Readme updates 2020-10-23 10:56:03 -07:00
aarongrider
db8eb82e53 Upgrade baseline to iOS 10 2020-10-23 10:56:03 -07:00
aarongrider
79e26ab9bb Add preview in iOS simulator 2020-10-23 10:56:03 -07:00
aarongrider
df6c237e55 Add back missing exports 2020-10-23 10:56:03 -07:00
Aaron Grider
29a572c7d4 Remove wix references 2020-10-23 10:56:03 -07:00
Aaron Grider
417cca680a Refactor example code 2020-10-23 10:55:39 -07:00
Ran Greenberg
c130931132 Remove wix mentions in commnets in iOS files (#309)
Remove Wix mentions
2020-10-23 10:51:48 -07:00
Seph Soliman
323ed94609 Fixed duplicate photo storage
Breaking change: shouldSaveToCameraRoll is now a prop on <CKCamera /> instead of a function argument
Fixed: Instead of storing a temporary file, allow capturing directly to photo library and use PHAsset identifiers.
PH identifiers allow seamless loading when combined with the rn-community-cameraroll library
2020-10-23 10:51:48 -07:00
Lev Vidrak
d54cf548e5 rename android package name 2020-10-23 10:51:47 -07:00
Seph Soliman
9ce7650029 Re-added NSLog statements for actual errors 2020-10-23 10:51:47 -07:00
Seph Soliman
23b8e69084 Increased photo capture performance, improved photo quality/size
Re-encoding as JPEG causes files to bloat up. We now take data directly from camera and save it to the library. We also avoid rotating the photo (which may be introduced later behind a flag) to avoid wasting cycles.
These changes mean that the ratioOverlay no longer crops the image which is a little conter-intuitive (an overlay shouldn't change the capture process). We can reintroduce this feature later if we find a need for cropping besides what the community Image Editor library can provide.
2020-10-23 10:51:47 -07:00
Seph Soliman
b572aaa09b Added resetFocusTimeout and resetFocusWhenMotionDetected
This also fixes inability to dismiss tap to focus
2020-10-23 10:51:47 -07:00
Minas
1201a155bc fixed resizeMode in CameraScreenBase 2020-10-23 10:51:09 -07:00
Seph Soliman
3090374b03
Merge pull request #189 from arild-jacobsen/android_capture_uri
Use file uri in info returned by capture
2020-06-26 15:31:37 -07:00
Seph Soliman
b43be67c3c
Merge pull request #118 from kytwb/doc-capture-note
Add additional info about .capture() method
2020-06-26 15:18:36 -07:00
Seph Soliman
e6ec6c1333
Merge pull request #247 from ehacinom/styleObject-variable-declaration
Declare variable when exporting CameraKitCameraScreen styleObject
2020-06-26 15:16:26 -07:00