Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Mar 30, 2015
1 parent 780db3d commit d9c105e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"version": "v2.8.0-beta.1",
"date": "Mar 30, 2015",
"features": [],
"bugs": [
"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"
]
},
{
"version": "v2.8.0-alpha.3",
"date": "Mar 25, 2015",
Expand Down
15 changes: 15 additions & 0 deletions smssync/src/main/play/en-US/whatsnew-beta
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.

0 comments on commit d9c105e

Please sign in to comment.