Releases: AnimealProject/animeal_android
Releases · AnimealProject/animeal_android
Release 1.0.13
[EPMEDU-3292]: No feeding point in progress after app restart with op…
Release 1.0.12
[EPMEDU-3291]: Location related features don't work if is opened from…
Release 1.0.11
[EPMEDU-3288]: Back navigation to Sign up is not restricted (#269) * [EPMEDU-3288]: Back navigation to Sign up is not restricted - Prevent double navigation on logout which caused keeping Onboarding screen in the backstack * Rename NavigatedToOnboarding event to GoToOnboarding --------- Co-authored-by: Uladzislau Balatayeu <[email protected]>
Release 1.0.10
Increment build version
Release 1.0.9
[EPMEDU-1998]: Reduce size of downloaded images (#266) * [EPMEDU-1998]: Reduce size of downloaded images - Prevent image duplication in cache by using disk cache keys - Move StorageApi to a separate module networkstorage - Create NetworkFile wrapper * Fix CI * Fix build * Rename get functions --------- Co-authored-by: Uladzislau Balatayeu <[email protected]>
Release 1.0.8
[EPMEDU-3092]: Validation of personal data form (#264) - Refactor validation triggering to run only when focus is cleared Co-authored-by: Uladzislau Balatayeu <[email protected]>
Release 1.0.7
Bump version of Firebase Distribution Github Action to 1.7.0 (#265) Co-authored-by: Uladzislau Balatayeu <[email protected]>
Release 1.0.6
[EPMEDU-1513]: Navigate to feeding from notification icon on the map …
Release 1.0.5
- Implement fetching user groups (#260) - Implement fetching group of the current user during splash loading and login - Move logout from profile to networkuser module
Release 1.0.4
[EPMEDU-2856]: Focus requester crashes the app (#259) - Move initial focus requesting to onGloballyPositioned callback - Optimise EnterCodeScreen recompositions count - Create focusOnGloballyPositioned extension