version bump to 0.8.2
This commit is contained in:
parent
2253814519
commit
413623337b
|
@ -1,5 +1,13 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.8.2
|
||||||
|
* Share contacts via QR codes or NFC
|
||||||
|
* Slightly improved UI
|
||||||
|
* minor bug fixes
|
||||||
|
|
||||||
|
####Version 0.8.1
|
||||||
|
* minor bug fixes
|
||||||
|
|
||||||
####Version 0.8
|
####Version 0.8
|
||||||
* Download HTTP images
|
* Download HTTP images
|
||||||
* Show avatars in MUC tiles
|
* Show avatars in MUC tiles
|
||||||
|
|
|
@ -45,8 +45,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 19
|
targetSdkVersion 19
|
||||||
versionCode 33
|
versionCode 34
|
||||||
versionName "0.8.1"
|
versionName "0.8.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
@ -20,7 +20,7 @@ public abstract class AbstractGenerator {
|
||||||
"http://jabber.org/protocol/disco#info",
|
"http://jabber.org/protocol/disco#info",
|
||||||
"urn:xmpp:avatar:metadata+notify",
|
"urn:xmpp:avatar:metadata+notify",
|
||||||
"urn:xmpp:ping"};
|
"urn:xmpp:ping"};
|
||||||
public final String IDENTITY_NAME = "Conversations 0.8.1";
|
public final String IDENTITY_NAME = "Conversations 0.8.2";
|
||||||
public final String IDENTITY_TYPE = "phone";
|
public final String IDENTITY_TYPE = "phone";
|
||||||
|
|
||||||
protected XmppConnectionService mXmppConnectionService;
|
protected XmppConnectionService mXmppConnectionService;
|
||||||
|
|
Loading…
Reference in a new issue