Skip to content

Commit

Permalink
version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Oct 30, 2018
1 parent 0696d4c commit c3244b2
Show file tree
Hide file tree
Showing 2 changed files with 18 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="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:versionCode="31" android:versionName="@string/build_revision" package="org.yaxim.androidclient">
android:versionCode="52" android:versionName="@string/build_revision" package="org.yaxim.androidclient">

<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="7"
tools:overrideLibrary="me.leolin.shortcutbadger" />
Expand Down
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
0.9.3:
* File Upload: support sharing of pictures and files, and inline display (thanks Igor; XEP-0363)
* Chat: support *bold*, _emphasis_, ~strikethrough~ and `code` (thanks Conversations!; XEP-0393)
* Chat: new "Quote" menu option, fix copy on more incoming messages
* Easy XMPP: integrate (display of) QR codes in yaxim
* Chat Rooms: new nickname colors (XEP-0392)
* Notifications: custom ringtones
* Chat: improve clickable link support
* Roster: support adding contacts from clipboard
* About: add "Rate" and "Contact" buttons
* Optimization: faster loading of long histories
* Message Sync: fix duplicate messages bug
* Server: better discovery of MUC and File Upload
* Server: create new resurce string on resource conflict
* Offline: fix delivery of offline MUC messages
* Chat Rooms: use nickname from VCard

0.9.2:
* Fixes: Crash and connection problems fixed (among others: chatme.im)

Expand Down

0 comments on commit c3244b2

Please sign in to comment.