Skip to content

v2.0.0 (14)

Compare
Choose a tag to compare
@razinj razinj released this 20 Apr 21:54
· 27 commits to main since this release
40f9a15

What's Changed

  • Update RN and dependencies (In both client and native sides).
  • Native side improvements and refactoring (safer, cleaner and more readable).
  • Almost a whole re-write of RN client side which includes a new UI library (react-native-paper) and the usage of redux-saga in favor of Context API for app state (helps writing clean, readable and asynchronous code).
  • Use of react-native-reanimated for animation instead of RN’s Animation API.
  • Persisting apps icons in all apps view without impacting performance.
  • Bottom sheet removed in favor of react-native-paper modal (for settings and app menu).
  • Improved existent unit tests (client/RN side).
  • Better support for clicking an item inside a list.
  • Simplified and improved almost all RN code, there should be noticeable gain in performance.
  • Better search (performance and UX wise).
  • Richer settings.
  • Pinned apps are now sortable with better UI.

Full Changelog: 1.5.0...2.0.0