Skip to content

Commit

Permalink
Release version 3.1.9 (121)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed May 8, 2016
1 parent bbdbbc8 commit 1382e32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [3.1.9] - 2016-05-08
### Changed
- Date stamp style improvements (#702)
- Composer bar style improvements (#713)
- Split preference sections into fragments (#719)

### Fixed
- Fight Huawei protected apps feature (#670)
- Fix several race conditions (#693, #694, #695, #698, #704, #708)
- Fix SSL/crypto issues (#685, #700, #706, #716)
- Fix non-latin locale SSL issue (#710)
- Fix several other crashes (#709, #711, #714, #715)

## [3.1.8] - 2016-04-23
### Changed
- Show message when search returns an empty result set (#647)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {

defaultConfig {
applicationId "org.kontalk"
versionCode 120
versionName "3.1.9-preview"
versionCode 121
versionName "3.1.9"
targetSdkVersion 22
minSdkVersion 9
resConfigs "en", "de", "fr", "it", "es", "ca", "cs", "el", "fa", "gl", "ja", "nl", "pt", "ru", "sr", "zh-rCN", "ar"
Expand Down

0 comments on commit 1382e32

Please sign in to comment.