No description
Find a file
steckbrief 8644c4676a Moved all avatar related work to AvatarService
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService
- Several unused imports removed
- XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed
- UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2016-01-13 16:10:09 +01:00
.tx make project translatable via transifex 2015-01-09 02:06:03 +01:00
art New logo added, fixes FS#56 2015-10-04 14:49:45 +02:00
docs Update XEPs.md 2015-02-23 10:36:07 +01:00
gradle/wrapper changed distribution url due to bug: http://stackoverflow.com/questions/29576097/gradle-sync-error-in-android-studio-when-importing-project/29576568#29576568 2015-04-11 14:14:43 +02:00
libs Log error in case logcat command could not be executed; Show toast in case nothing is copied 2015-12-17 21:09:18 +01:00
src/main Moved all avatar related work to AvatarService 2016-01-13 16:10:09 +01:00
.gitignore Remove legacy SSL support 2015-01-19 11:02:13 -05:00
.travis.yml Merge tag '1.5.2' into trz/rebase 2015-08-11 17:35:53 +02:00
build.gradle Build cleanup: libraries added as local resources, removed unused proguard configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder 2015-12-14 14:56:46 +01:00
CHANGELOG.md Merge tag '1.5.2' into trz/rebase 2015-08-11 17:35:53 +02:00
Conversations-Plus-ChangeLog.md Fixes FS#107, Implements FS#77 2016-01-08 17:17:36 +01: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 Moved logcat to a module, increased error robustness for loading last messages 2015-12-10 20:01:50 +01:00
screenshots.png Add non-project files back 2014-10-22 18:26:47 -04:00
settings.gradle Build cleanup: libraries added as local resources, removed unused proguard configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder 2015-12-14 14:56:46 +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

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
  • bugfixes and code improvements