Bowlerr
Bowlerr
fix: update alias handling in CipherStorage to include prefix based on cipher and auth requirements
Merge in https://github.com/oblador/react-native-keychain/pull/746 first to fix tests Fixes - https://github.com/oblador/react-native-keychain/issues/730 if I understood correctly, this issue is caused by bio and non bio auth alias being considered the same. This...
**Description:** On Android 14 (tested on a Pixel device), I've observed that if a user sets a generic password with biometrics and then logs out, logging back in with biometrics...
## **iOS Simulator: simulate airplane mode (offline) + add E2E network status flow** **Issue**: [2895](https://github.com/mobile-dev-inc/Maestro/issues/2895) ## Description This PR makes `setAirplaneMode` work on **iOS Simulator** by simulating “offline mode” via...
### Use case ### Problem Maestro currently cannot reliably test **offline behavior on iOS simulators**. * `setAirplaneMode` is a **no-op on iOS** * iOS Simulator exposes **no real airplane-mode toggle**...