No description
Find a file
2017-01-11 15:12:53 +01:00
.tx changed configuration to conversations+ project (FS#32) 2016-03-20 20:13:59 +01:00
art Custom toast view added 2017-01-11 14:47:25 +01:00
docs updated XEP list 2016-02-16 10:04:03 +01:00
gradle/wrapper Merge branch 'master' into introduce_cplus_database_version 2016-04-18 19:58:40 +02:00
libs Basic filetransfer http delete implementation; Exceptions for IqPacketError added 2016-08-22 21:30:36 +02:00
src Formatting of remote file status adjusted 2017-01-11 15:12:53 +01:00
.gitignore add entries to gitignore 2016-04-10 00:31:25 +02:00
.travis.yml fixing travis 2016-04-04 21:25:44 +02:00
build.gradle Merge branch 'trz/rebase' into trz/rename 2017-01-05 21:05:24 +01:00
CHANGELOG.md version bump to 1.11.7 + changelog 2016-04-14 23:13:44 +02:00
configuration.gradle Implements FS#137: build flavors 2016-04-18 16:51:50 +02:00
Conversations-Plus-ChangeLog.md adjusted changelog and corrected wrong version in build.gradle due to merge 2016-03-27 17:17:07 +02:00
gradlew Use Gradle build system 2014-10-22 12:38:44 -04:00
gradlew.bat Use Gradle build system 2014-10-22 12:38:44 -04:00
LICENSE Add non-project files back 2014-10-22 18:26:47 -04:00
ManualBuildForFdroid.md Changes for emoticon parser reactivated 2015-03-31 14:13:12 +02:00
README.md tell people to build debug instead of release 2016-04-06 21:33:32 +02:00
screenshots.png Add non-project files back 2014-10-22 18:26:47 -04:00
settings.gradle Fixed third party library references in gradle 2016-02-11 21:20:06 +01:00
TODO changed received and read confirmation setting to one list and put it to settings class 2015-04-14 23:48:28 +02:00

Conversations+

Conversations+: the improved version of Conversations

Features

Of course Conversations+ supports all features of Conversations and in addition:

  • smileys like Whatsapp
  • change of LED notification color
  • online status in contact and conversation list
  • Manual loading of last messages from MAM
  • Sending of original images
  • Show list of online resources per contact and for the own account
  • Message details dialog
  • Indication who wrote last message in a conversation

Modifications

  • unread count badges take care of setting "Conference notifications"
  • swipe to end conversation only in one direction
  • replace ASCII-smileys
  • Swipe to refresh for loading archived messages using MAM
  • settings
    • confirmation for received and/or read messages
    • automatically download picture links
    • automatically download only when wifi enabled
    • sending original or resized images
  • Removed hard coded tor support
  • Removed support for last message correction (XEP-0308)
  • bugfixes and code improvements