Skip to content

Commit

Permalink
version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Aug 3, 2014
1 parent 5b46595 commit 690d48b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="https://schemas.android.com/apk/res/android"
android:versionCode="18" android:versionName="@string/build_revision" package="org.yaxim.androidclient">
android:versionCode="19" android:versionName="@string/build_revision" package="org.yaxim.androidclient">

<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="7"/>

Expand Down
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.8.8:
* Security: fix for CVE-2014-5075 Smack vulnerability
* Preferences: new password change dialog
* Start wizard: re-enter password on account creation
* Contacts: Revamped status dialog (icons, status message history)
* Contacts: New "mark as read" context menu option
* Contacts: Option to disable contact groups display
* Security: closed export of chat and roster ContentProviders
* Security: TLSv1.2 enabled by default, fallback to v1.1 or v1
* Network: minor improvements to XEP-0198 ack requests
* Chat: glued chat window "OK" button to the bottom
* UI: Improved text contrast in light theme

0.8.7b:
* Server connection: fixed several reconnection issues
* Preferences: No more crashes with incorrect JID
Expand Down

0 comments on commit 690d48b

Please sign in to comment.