Merge branch 'patch-9' into 'master'

Conversations - update description and build info

See merge request fdroid/fdroiddata!3099
This commit is contained in:
Marcus 2018-04-22 08:40:05 +00:00
commit 75bec83e2e

View file

@ -10,23 +10,22 @@ LiberapayID:34225
Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B
Auto Name:Conversations
Summary:Chat using the XMPP network
Summary:A Jabber/XMPP chat client
Description:
WARNING: Version 2.0.0 removed OTR support, it is recommended to switch to OMEMO
Easy to use, reliable, battery friendly. With built-in support for images, group
chats and e2e encryption.
Design principles
Design principles:
* Be as beautiful and easy to use as possible without sacrificing security or privacy
* Rely on existing, well established protocols (XMPP)
* Rely on existing, well established protocols
* Do not require a Google Account or specifically Google Cloud Messaging (GCM)
* Require as few permissions as possible
Features:
* End-to-end encryption with [http://conversations.im/omemo/ OMEMO] or [http://openpgp.org/about/ OpenPGP]
* Send and receive images as well as other kind of files
* Share your location via an external plug-in (available in F-Droid Archive)
* Indication when your contact has read your message
* End-to-end encryption with either [http://conversations.im/omemo/ OMEMO] or [http://openpgp.org/about/ OpenPGP]
* Sending and receiving images
* Intuitive UI that follows Android Design guidelines
* Pictures / Avatars for your Contacts
* Syncs with desktop client
@ -35,17 +34,32 @@ Features:
* Multiple accounts / unified inbox
* Very low impact on battery life
Noteable XEPs:
Conversations makes it very easy to create an account on the conversations.im
server. Using that server comes with an annual fee of 8 Euro after a 6 month
trial period. However Conversations will work with any other XMPP server as
well. A lot of XMPP servers are run by volunteers and are free of charge.
* XEP-0065: SOCKS5 Bytestreams
* XEP-0163: Personal Eventing Protocol
* XEP-0191: Blocking Command
* XEP-0198: Stream Management
* XEP-0237: Roster Versioning
* XEP-0280: Message Carbons
* XEP-0313: Message Archive Management
* XEP-0352: Client State Indication
* XEP-0363: HTTP File Upload
XMPP Features:
Conversations works with every XMPP server out there. However XMPP is an
extensible protocol. These extensions are standardized as well in so called
XEPs. Conversations supports a couple of those to make the overall user
experience better. There is a chance that your current XMPP server does not
support these extensions. Therefore to get the most out of Conversations you
should consider either switching to an XMPP server that does or - even better -
run your own XMPP server for you and your friends.
These XEPs are - as of now:
* XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer files if both parties are behind a firewall (NAT).
* XEP-0163: Personal Eventing Protocol for avatars
* XEP-0191: Blocking command lets you blacklist spammers or block contacts without removing them from your roster.
* XEP-0198: Stream Management allows XMPP to survive small network outages and changes of the underlying TCP connection.
* XEP-0280: Message Carbons which automatically syncs the messages you send to your desktop client and thus allows you to switch seamlessly from your mobile client to your desktop client and back within one conversation.
* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections
* XEP-0313: Message Archive Management synchronize message history with the server. Catch up with messages that were sent while Conversations was offline.
* XEP-0352: Client State Indication lets the server know whether or not Conversations is in the background. Allows the server to save bandwidth by withholding unimportant packages.
* XEP-0363: HTTP File Upload allows you to share files in conferences and with offline contacts. Requires an additional component on your server.
.
Repo Type:git
@ -985,7 +999,7 @@ Build:2.1.2,266
commit=2.1.2
gradle=free
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \
sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e 's/20180330.211042-9/SNAPSHOT/' build.gradle
sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$