Skip to content

e-Mobility v2.7.5

Latest
Compare
Choose a tag to compare
@AlixH AlixH released this 17 Apr 12:24
· 25 commits to master-qa since this release

New features

  • Added new parameters when starting transactions: Initial SoC, departure SoC and departure time. Parameters availability will vary depending on connector type and whether a car connector is provided or not.

Improvements

  • Improved searchbar queries by using debouncing (delay queries to avoid querying for every character)
  • Sidebar menu is now accessible from every menu entry. Refactored navigation code to avoid defining menu entries as both Navigation Screens and entries of the drawer custom component.
  • Refactored screens with forms: Login, SignUp, Retrieve Password, Reset Password and Report Error. Fixed all forms by using react-native-keyboard-aware-scrollview. Now screen content will always be visible above keyboard.

Fix

  • Fixed safe areas (e.g. on iPhone 14)

Dependencies

  • Upgraded React Native Elements from v2 to v3