| #
314e850c |
| 24-Jul-2021 |
Tomasz Sapeta <[email protected]> |
[ios] Migrate some packages to use expo-modules-core
|
| #
fb3d99c5 |
| 24-May-2021 |
Tomasz Sapeta <[email protected]> |
[permissions] Migrate interface to expo-modules-core (#12961)
|
| #
bd4c8242 |
| 23-Jun-2020 |
Łukasz Kosmaty <[email protected]> |
[expo-barcod-scanner] Return bounding box (#8865)
# Why
Fixes https://github.com/expo/expo/issues/8754 and https://github.com/expo/expo/issues/2700.
# How
- Readd the bounding box informati
[expo-barcod-scanner] Return bounding box (#8865)
# Why
Fixes https://github.com/expo/expo/issues/8754 and https://github.com/expo/expo/issues/2700.
# How
- Readd the bounding box information on Android (previously added by https://github.com/expo/expo/pull/2904).
- Add the same functionality to iOS.
- Update NCL and test-suite
Unfortunately, currently, we don't always return this information on iOS. For some barcode types, there is a problem with converting point coordinates from one space to another.
# Test Plan
Tested using updated NCL and test-suite:
- iOS ✅
- Android ✅
show more ...
|
| #
284d4840 |
| 08-Nov-2019 |
Łukasz Kosmaty <[email protected]> |
[Permission] Rework (#5061)
* [Permissions] Extract base class for requester
* [Permissions] Refactor
* [Permissions] Make podspecs for each requester
* [Permissions] Add missing self ensur
[Permission] Rework (#5061)
* [Permissions] Extract base class for requester
* [Permissions] Refactor
* [Permissions] Make podspecs for each requester
* [Permissions] Add missing self ensurement to requesters
* [Permissions] Android fix
* [Permissions] Rewrite module to kotlin
* [Permissions] Move scoped ask to activity
* [Permissions] Remove permissions manager
* [Permissions] Remove PermissionsServiceBinding
* [Permissions] Make requesters
* [Permissions] Improve code styling
* [Permissions] Make SystemBrightnessRequester (#5147)
* Make SystemBrightnessRequester
* Make type enum
Co-Authored-By: Bartłomiej Bukowski <[email protected]>
* [Permissions] Rewrite android native api (#5186)
* Move logic form module to service
* Remove static var from PermissionsService
* Make getPermission not throwable
* Store asked permissions
* [Permissions] Make requester registrable (#5187)
* Clean iOS
* Fix scoped permissions status (never undetermined)
* Requesters belong to EXPermission
* Remove permissions delegate
* Make requester registrable
* [Permissions] Small fixes
* [Permissions] Add app ownership check and fix code style
* [Permissions] Rework native api (#5418)
* [Permissions] Move requesters to modules on iOS
* [Permissions] Add bool granted
* [Permissions] Add to native modules, permissions related methods
* [Permissions] Repair CI
* [Permissions] Fix typo
* [Permissions] Reduce boilerplate code
* [Permissions] Fix error description
* [Permissions] Export constants for permissions status
* [Permissions] Rename methods wrapper
* [Permissions] Remove scoped permissions from standalone apps
* [Permissions] Fix lateinit and scoped permissions
Location module in OnHostResume calls getPermissions method before Activity Provider is available.
* [Permissions] Add `never ask again` support
* [Permissions] Scoping only dangerous permission
* [Permissions] Rename `neverAskAgain` to `canAskAgain`
* [Permissions] Run pod install
* [Permissions] Update docs
* [Permissions] Fix CI
* [Permissions] Fix typo and imports after rebase
* [Permissions] Small improvements in Android
* [Permissions] Make test-suits pass
* [Permissions] Add requested changes
* [Permissions] Move ts types to unimodule
* [Permissions] Add missing requester
* [Permissions] Small fixes
* [Permissions] Fix after rebase
* [Permissions] Update docs
* [Permissions] Publish dev home
* [Permissions] Add kotlin dependency to build.gradle
* [Permissions] Fix permissions in ContactsModule
* [Permissions] Set manifest in HomeActivity class
* [Permissions] Regenerate pods projects
show more ...
|
| #
6a392fca |
| 27-Jun-2019 |
Stanisław Chmiela <[email protected]> |
[ios] Fix all warnings (#4738)
# Why
Fixes https://github.com/expo/expo/issues/4429.
# How
- added `Bolts` to `Podfile` to be able to suppress warnings from this specific pod,
- added sett
[ios] Fix all warnings (#4738)
# Why
Fixes https://github.com/expo/expo/issues/4429.
# How
- added `Bolts` to `Podfile` to be able to suppress warnings from this specific pod,
- added setting deployment target for all development pods
- went through every warning and fixed
# Test Plan
The project compiles, Camera works, ImagePicker works ok.
show more ...
|
| #
8d441c7e |
| 14-Mar-2019 |
Stanisław Chmiela <[email protected]> |
[packages] Move unimodules foundation to `org.unimodules` scope
|
| #
eafa96e0 |
| 10-Oct-2018 |
Stanisław Chmiela <[email protected]> |
Move universal modules to packages (#2380)
* Move modules to packages
* Remove unused, old, unmaintained standalone projects
* Replace ['"/]modules['"/] with packages
* Run pod install afte
Move universal modules to packages (#2380)
* Move modules to packages
* Remove unused, old, unmaintained standalone projects
* Replace ['"/]modules['"/] with packages
* Run pod install after regenerating ios files
show more ...
|