-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- Fix donation screen crashing on Lollipop devices. | ||
- Fix random stalls of enabled services. | ||
- Fix retries so it only deletes pending message when it's enabled. | ||
- Add Android 5.1 support. | ||
- Enable auto delete of pending messages after a configured number of retry is exceed. | ||
- Brought back HTTP client support for devices running Android v2.2. | ||
- Fix inconsistency with message result API codes. | ||
- Fix issue with sync to only one Sync URL even though multiple have been enabled. | ||
- Re-activate donation button. | ||
- Disable proguard minification. | ||
- Fix issue with date format being null. | ||
- Add Japanese, German and Indonesian translations. | ||
- Fix logs not propagating. | ||
- Fix Sync URL list view to reload when a new Sync URL is added. | ||
- Fix alert debug crashing when the app receives a key code. |