Skip to content

Commit

Permalink
Merge branch 'update-changelog-for-android-2024.9' into prepare-andro…
Browse files Browse the repository at this point in the history
…id/2024.9
  • Loading branch information
Pururun committed Dec 9, 2024
2 parents b1abcc2 + ad20a8d commit 373b9cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Line wrap the file at 100 chars. Th
## [Unreleased]


## [android/2024.9] - 2024-12-09

### Changed
- Improve detection and logging of a potential rare in-app purchase limbo state.


## [android/2024.9-beta1] - 2024-11-27

### Added
Expand All @@ -38,6 +44,13 @@ Line wrap the file at 100 chars. Th
running in the background for a long time.
- Fix ANR due to the tokio runtime being blocked by `getaddrinfo` when dropped.

### Security
- Remove alternative stack for fault signal handlers on unix based systems. It was implemented
incorrectly and could cause stack overflow and heap memory corruption.
Fixes audit issue `MLLVD-CR-24-01`.
- Remove/disable unsafe signal code from fault signal handler on unix based systems.
Fixes audit issue `MLLVD-CR-24-02`.


## [android/2024.8] - 2024-11-01

Expand Down
6 changes: 4 additions & 2 deletions android/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- Added "Encrypted DNS Proxy" as an API Access Method to help circumvent censorship.
- Improved the screen transition animations.
- Improved the detection and logging of a potential rare in-app purchase limbo state.
- Fixed an issue where the app could freeze (ANR).
- Fixed a few issues related to account expiry notifications and the behavior when the account has expired.
- Improve animations.
- Added Encrypted DNS Proxy as an API Access Method to help circumvent censorship.
- Fixed bugs in crash logging.

0 comments on commit 373b9cf

Please sign in to comment.