Skip to content

Releases: AnimealProject/animeal_android

Release 1.0.13

12 Feb 10:02
0324c31
Compare
Choose a tag to compare
[EPMEDU-3292]: No feeding point in progress after app restart with op…

Release 1.0.12

08 Feb 11:47
83f20ce
Compare
Choose a tag to compare
[EPMEDU-3291]: Location related features don't work if is opened from…

Release 1.0.11

26 Jan 10:51
d14ef3b
Compare
Choose a tag to compare
[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

22 Jan 21:07
Compare
Choose a tag to compare
Increment build version

Release 1.0.9

19 Jan 16:20
0613525
Compare
Choose a tag to compare
[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

05 Jan 00:56
2964fe0
Compare
Choose a tag to compare
[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

04 Jan 22:45
a51e9b2
Compare
Choose a tag to compare
Bump version of Firebase Distribution Github Action to 1.7.0 (#265)

Co-authored-by: Uladzislau Balatayeu <[email protected]>

Release 1.0.6

08 Oct 21:22
694ff6c
Compare
Choose a tag to compare
[EPMEDU-1513]: Navigate to feeding from notification icon on the map …

Release 1.0.5

28 Sep 19:52
56e73c8
Compare
Choose a tag to compare
- 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

26 Sep 16:03
f1dafa7
Compare
Choose a tag to compare
[EPMEDU-2856]: Focus requester crashes the app (#259)

- Move initial focus requesting to onGloballyPositioned callback
  - Optimise EnterCodeScreen recompositions count
  - Create focusOnGloballyPositioned extension