[android][image-manipulator] Migrate to new API (#20683)# Why Continue migrating modules to new API # How Followed the usual migration steps # Test Plan All tests in the bare expo app pass
[android][image-manipulator] Migrate to new API (#20683)# Why Continue migrating modules to new API # How Followed the usual migration steps # Test Plan All tests in the bare expo app passing as before.
show more ...
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core`
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core` # How - Change package using AS refactor tools - Fix some places where AS wasn't able to do automatically - Fix compatibility with new auto-linking - Ensure that classes which are used during installation steps are still available in the old place # Test Plan - expo-go (tested using unversioned and 41) - bare-expo
[android][image-manipulator] Fix Android regressions (#13726)
[android] lint spotless ktlint and fix CI step (#13662)
[android] Add kotlin spotless ktlint linter for bare-expo (#13596)# Why In [#12545](https://github.com/expo/expo/pull/12545) ktlint was added to expo-go, but it didn't work with bare app. # H
[android] Add kotlin spotless ktlint linter for bare-expo (#13596)# Why In [#12545](https://github.com/expo/expo/pull/12545) ktlint was added to expo-go, but it didn't work with bare app. # How 1. Add spotless plugin, configure ktlint in accordance with how it was already implemented in expo-go. 2. Fix current lint errors
[ENG-975][image-manipulator] convert Android code to Kotlin (#13231)* [image-manipulator] convert to kotline with autoconverter * [image-manipulator] prettify generated code + refactor * [ima
[ENG-975][image-manipulator] convert Android code to Kotlin (#13231)* [image-manipulator] convert to kotline with autoconverter * [image-manipulator] prettify generated code + refactor * [image-manipulator] add arguments validation in js * [image-manipulator] update CHANGELOG * [image-manipulator] address pr review
[image-loader] Migrate interface to expo-modules-core (#13022)
[android] update base64 decoding options (#7841)* [android] [camera] use .NO_WRAP to encode base64 output * [android] [image-manipulator] use .NO_WRAP to encode base64 output * [android] [ima
[android] update base64 decoding options (#7841)* [android] [camera] use .NO_WRAP to encode base64 output * [android] [image-manipulator] use .NO_WRAP to encode base64 output * [android] [image-picker] use .NO_WRAP to encode base64 output * [android] [print] use .NO_WRAP to encode base64 output * [android] [secure-store] use .NO_WRAP to encode base64 output Co-authored-by: Bartłomiej Bukowski <[email protected]> Co-authored-by: Łukasz Kosmaty <[email protected]>
checks that Y coordinate is less than image height (#5828)
Migrate to androidx (#5521)# Why resolves: https://github.com/expo/expo/issues/5260 # How https://developer.android.com/jetpack/androidx/migrate https://blog.danlew.net/2018/11/14/the-rea
Migrate to androidx (#5521)# Why resolves: https://github.com/expo/expo/issues/5260 # How https://developer.android.com/jetpack/androidx/migrate https://blog.danlew.net/2018/11/14/the-reality-of-migrating-to-androidx/ https://gist.github.com/loganj/7535a13e98be83460f362b63dbd13e07 # Test Plan Run NCL, native tests (androidTest, test)
[unimodules][android] Change ModuleRegistryConsumer to RegistryLifecycleListener (#4345)# Why Modules need to know when they should release resources.
[image-picker][Android] Add Glide for loading images into bitmap (#3928)* [image-picker][Android] Add Glide for loading images into bitmap
[packages] Move unimodules foundation to `org.unimodules` scope
[expo-image-manipulator] Convert ImageManipulator into universal module (#3245)* [expo-image-manipulator] Move image-manipulator into universal module * [expo-image-manipulator] Adjust docs, str
[expo-image-manipulator] Convert ImageManipulator into universal module (#3245)* [expo-image-manipulator] Move image-manipulator into universal module * [expo-image-manipulator] Adjust docs, structure, add tests & refactor slightly * [expo-image-manipulator] Fix enums case * [expo-image-manipulator] Add changelog entry * [expo-image-manipulator] Remove unnecessary class extending