[crypto][Android] Rewrite using Sweet API (#17614)# Why A follow up to the https://github.com/expo/expo/pull/16972. # How - Added Android section to the expo-module.config.json - Used Swe
[crypto][Android] Rewrite using Sweet API (#17614)# Why A follow up to the https://github.com/expo/expo/pull/16972. # How - Added Android section to the expo-module.config.json - Used Sweet API - Adjusted tests # Test Plan - bare-expo ✅
show more ...
[android][expo-crypto] Rewrite android code to Kotlin (#14425)# Why This task was done as a part of migrating expo modules to Kotlin project. # How The code had been initially converted fr
[android][expo-crypto] Rewrite android code to Kotlin (#14425)# Why This task was done as a part of migrating expo modules to Kotlin project. # How The code had been initially converted from Java to Kotlin with help of Android Studio's conversion tool. Then it was manually adjusted / improved. # Test Plan - [x] Unit tests - [x] Test suite # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.io and README.md). - [x] This diff will work correctly for `expo build` (eg: updated `@expo/xdl`).
[expo-crypto] Apply spotless suggestion
[expo-crypto][android] Add unit tests. (#13592)# Why To ensure that module works correctly. # How - Used Roboletric and JUnit. - Checked possible scenarios. # Test Plan - Run tests.
[expo-crypto][android] Add unit tests. (#13592)# Why To ensure that module works correctly. # How - Used Roboletric and JUnit. - Checked possible scenarios. # Test Plan - Run tests. # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.io and README.md).