diff --git a/Friendiqa_v0.1.1.apk b/Friendiqa_v0.1.1.apk deleted file mode 100644 index f70232a..0000000 Binary files a/Friendiqa_v0.1.1.apk and /dev/null differ diff --git a/Friendiqa_v0.1.2.apk b/Friendiqa_v0.1.2.apk index 85f7888..7c4df87 100644 Binary files a/Friendiqa_v0.1.2.apk and b/Friendiqa_v0.1.2.apk differ diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 4ecc510..383738c 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/source-android/android/libcrypto.so b/source-android/android/libcrypto.so index 9bca173..5c87b67 100755 Binary files a/source-android/android/libcrypto.so and b/source-android/android/libcrypto.so differ diff --git a/source-android/android/libssl.so b/source-android/android/libssl.so index d14f783..8cbe056 100755 Binary files a/source-android/android/libssl.so and b/source-android/android/libssl.so differ diff --git a/source-android/qml/configqml/InfoBox.qml b/source-android/qml/configqml/InfoBox.qml index d3b1c11..b877b6c 100644 --- a/source-android/qml/configqml/InfoBox.qml +++ b/source-android/qml/configqml/InfoBox.qml @@ -12,7 +12,7 @@ Rectangle{ textFormat: Text.RichText width: parent.width wrapMode: Text.WrapAtWordBoundaryOrAnywhere - text: "Friendiqa v0.1
Licensed under GPL 3 with the exception of OpenSSL
"+ + text: "Friendiqa v0.1.2
Licensed under GPL 3 with the exception of OpenSSL
"+ "Profile https://freunde.ma-nic.de/profile/friendiqa
"+ "Sourcecode: https://github.com/LubuWest/Friendica
"+ "C++ code by Fabio
"+ @@ -20,8 +20,8 @@ Rectangle{ "Qt Framework www.qt.io
"+ "Icons by FontAwesome
"+ "Folder Icon by KDE Breeze Icons
"+ - "AndroidNative by Ben Lau"+ - "This product includes software developed by the OpenSSL Project * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + "AndroidNative by Ben Lau
"+ + "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)" onLinkActivated:{ Qt.openUrlExternally(link)} }