Commit Graph

998 Commits

Author SHA1 Message Date
Seph Soliman
64e39ab5d4
Merge pull request #582 from aviswaroop/patch-1
Update README.md
2023-10-10 15:20:57 -07:00
Seph Soliman
abba8365f3
Update README.md 2023-10-10 15:20:51 -07:00
Seph Soliman
291625427d
Merge pull request #575 from dhiasaadlaui/master
Update RNCameraKitModule.kt with KDoc
2023-10-10 15:19:26 -07:00
Abhinav Viswaroop
3fa919b6eb
Update README.md
Greetings,
This PR seeks to prose a minor correction in the wording of a comment.

Line 103: replace 'stoped when find any code' with 'stops when some code has been found'

Thank you
2023-09-10 11:04:10 +05:30
Med Dhia
70ff115707
Merge pull request #1 from dhiasaadlaui/RNCameraKitModule-KDoc
Update RNCameraKitModule.kt with KDoc
2023-08-24 17:45:36 +01:00
Med Dhia
516e65e7fe
Update RNCameraKitModule.kt with KDoc 2023-08-24 17:37:44 +01:00
Seph Soliman
91915bff2e
Merge pull request #570 from DavidBertet/fix/lint_error
Fix linting error
2023-08-14 16:31:25 -07:00
David Bertet
de062130fe Fix linting error
- java.lang.Iterable#forEach requires minSdkVersion 24
- defaultConfig > targetSdkVersion 30 should be overridden by parent app, disable the error as it is Play Store specific
2023-08-11 18:16:36 +02:00
Seph Soliman
ccf4c04ba5
Merge pull request #569 from teslamotors/fix/iphone-12-zoom
Added multi-lens zoom support for iPhone 12, 13, and 14
2023-08-10 14:42:12 -07:00
Seph Soliman
33b3f98937 Added multi-lens zoom support for iPhone 12, 13, and 14
(they 'only' have ultra-wide and wide)
2023-08-10 14:35:37 -07:00
Seph Soliman
995943f6d4 v14.0.0-beta11 2023-08-05 14:33:49 -07:00
Seph Soliman
c02b13f2eb iOS: Default zoom to 1.0 when wide angle is the first device 2023-08-05 13:58:06 -07:00
Seph Soliman
97b72ecff5 v14.0.0-beta10 2023-08-05 12:04:39 -07:00
Seph Soliman
925816f830 Fixed iOS NSRangeException when zooming
Error was 'index 18446744073709551615 beyond bounds [0 .. 0]'
for RealCamera.defaultZoomFactor
2023-08-05 12:03:49 -07:00
Seph Soliman
80052ea7b1 v14.0.0-beta9 2023-07-31 18:59:56 -07:00
Seph Soliman
73bd920ca4 Added onError for when Android fails to initialize the camera
May fail when phone is broken or
if there are no camera with the specs (e.g. aspect ratio)
2023-07-31 18:59:06 -07:00
Seph Soliman
c38594754b Keep 'bootstrap' as the default, assuming macos will be default 2023-07-26 17:46:29 -07:00
Seph Soliman
5f6d94ab4e
Fix builds and linting (#567)
* Update build.yml
* macos/linux specific bootstrapping
* Linux doesn't need ruby
* Avoid double-run of workflows
2023-07-26 17:44:37 -07:00
Seph Soliman
bd21134b88
Update build.yml
Install ruby
2023-07-26 15:55:44 -07:00
Seph Soliman
76d2306e7e Fixed 'yarn bootstrap' script 2023-07-26 15:49:45 -07:00
Seph Soliman
8108a13bf8 v14.0.0-beta8 2023-07-25 12:39:59 -07:00
Seph Soliman
79fb48e863 Hide statusbar when camera is open 2023-07-25 12:38:47 -07:00
Seph Soliman
c4ac4a00d6 Fixed focusMode and zoomMode not being enabled by default 2023-07-25 09:57:31 -07:00
Seph Soliman
faff3a905b v14.0.0-beta7 2023-07-24 17:26:29 -07:00
Seph Soliman
4892d53483 Fixed orientation on iPads when starting in landscape mode (#565)
Video connection was not ready, so rotation would silently fail
2023-07-24 17:09:59 -07:00
Seph Soliman
289696dfb1 Removed lodash as an explicit dependency 2023-07-20 12:53:53 -07:00
Seph Soliman
f7f4e30a64 v14.0.0-beta6 2023-07-20 10:00:39 -07:00
Seph Soliman
0b27dca950 Removed thumb saving until we have thumbnail sizing support in RN API 2023-07-20 09:59:18 -07:00
Seph Soliman
cef327470c Added expo-file-system support (moveAsync() will now work)
Temp photos now stored as ~/Library/Caches/<bundleid>/<libraryid>/*.jpg
2023-07-19 18:34:30 -07:00
Seph Soliman
ca2bc01a78 v14.0.0-beta5 2023-07-19 17:18:22 -07:00
Seph Soliman
96940461d8 Fixed broken postinstall script (2) 2023-07-19 17:16:26 -07:00
Seph Soliman
e9e514be59 Fixed broken postinstall script 2023-07-19 17:12:10 -07:00
Seph Soliman
ddf0ce4572 v14.0.0-beta4 2023-07-19 16:35:30 -07:00
Seph Soliman
b2bdc44a38
Merge pull request #559 from teslamotors/feature/zoom
Added zoom control
2023-07-19 16:32:59 -07:00
Seph Soliman
40cc209652 Fixed maxZoom not being normalized 2023-07-19 15:10:15 -07:00
Seph Soliman
7a89620c19 Removed unused images 2023-07-19 10:31:17 -07:00
Seph Soliman
dc10c8a8fa Added UI rotation example code 2023-07-19 10:28:51 -07:00
Seph Soliman
21f713d62d Added new camera flip icon
Added a customizable capture button in example
2023-07-19 09:55:00 -07:00
Seph Soliman
e9fd0826d0 Updated docs, minor tweaks on Android 2023-07-18 21:35:20 -07:00
Seph Soliman
3253daa6c3 Changed and normalized default zoom to be 1.0x (thx @DavidBertet) 2023-07-18 21:03:14 -07:00
Seph Soliman
87b146f813 Fixed orientation when rotating but app doesn't allow rotation 2023-07-18 19:43:48 -07:00
Seph Soliman
0358c56107
Merge pull request #563 from teslamotors/dependabot/npm_and_yarn/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4
2023-07-18 15:07:04 -07:00
Seph Soliman
cef0a85cac
Merge pull request #555 from teslamotors/dependabot/npm_and_yarn/example/fast-xml-parser-4.2.5
Bump fast-xml-parser from 4.2.4 to 4.2.5 in /example
2023-07-18 15:06:40 -07:00
Seph Soliman
9f3b47ef53
Merge pull request #557 from teslamotors/dependabot/npm_and_yarn/example/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2 in /example
2023-07-18 15:06:05 -07:00
dependabot[bot]
6874b8911a
Bump semver from 5.7.1 to 5.7.2 in /example
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 22:05:18 +00:00
dependabot[bot]
62710d4cd7
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 22:05:08 +00:00
Seph Soliman
53490699e1
Merge pull request #558 from teslamotors/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-07-18 15:04:34 -07:00
Seph Soliman
04dd979c4b Fixed zoom not updating when maxZoom prop changes
Fixed inline docs for props
Refactored Swift/Kotlin code to look alike (e.g. gesture handling)
2023-07-17 17:31:50 -07:00
Seph Soliman
e129096208 Fixed zoom prop not working when cameraType is switched
(must explicitly be reset using zoom={0} if that is wanted)
Fixed non-unique queue name
2023-07-16 23:30:18 -07:00
Seph Soliman
19246c5d92 Fixed crash if preview view isn't ready fast enough 2023-07-14 18:56:24 -07:00