Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare android 2024.4 beta1 #6511

Merged
merged 2 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,20 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.

## [Unreleased]

## [android/2024.4-beta1] - 2024-07-26
### Added
- Add the ability to customize how the app talks to the api.
- Add splash screen animation.

### Changed
- Migrate underlaying communication wtih daemon to gRPC. This also implies major changes and
improvements throughout the app.

### Fixed
- Fix animations in Select Location.


## [android/2024.3] - 2024-06-27
Identical to `android/2024.3-beta1` except for updated translations.

Expand Down
3 changes: 3 additions & 0 deletions android/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add splash screen animation on app start up.
- Improve animation in Select Location view.
- Rework internal communcation in the app.
Loading