Commit log

084ab51 transmitting files between two conversations works. no error handling and no ui on the receiving end

Daniel Gultsch created

7dfe4ae some code cleanup. added setting to auto accept files. socks5 connections are now threaded

Daniel Gultsch created

27d5966 more efficant way of calculating the sha1 sum. closing connections

Daniel Gultsch created

7b554f2 fixed minor typos

Daniel Gultsch created

f57b669 Merge branch 'development' of https://github.com/strb/Conversations into strb-development

Daniel Gultsch created

d936a83 add sha1 sum to file

Daniel Gultsch created

f3b0725 Added tiled MUC icons

Click to expand commit body
Now, MUCs have icons with up to 4 tiles representing MUC members,
similar to the gmail app.

Some caveats:
As of now, no ordering is imposed on the members, we simply pick the
first (up to) 4 returned by the MucOptions object. This could be done
better, e.g. by picking more important members first (based on
affil/role), or even going so far as to order them by how recently they
sent a message in the MUC.
Also, the code generating the tiles is really messy right now (tons of
copy and paste). It seems to work though. I will clean this up soon.

andy created

c230733 More Contact Picture refactors

Click to expand commit body
Use polymorphism to avoid dynamic dispatch based on nulled parameters.
Next up: Prettier MUC icons

andy created

3d6f03e Refactor UIHelper to use getContactPicture

Click to expand commit body
Normalize the interface, reduce code duplication

andy created

96be96f open latest conversation from notification

Daniel Gultsch created

259bb44 first file transfer between gajim and conversations. still a lot to do though

Daniel Gultsch created

c0e0a70 socks5 initialisation works. doesn't get activate though

Daniel Gultsch created

51100ab failed messages get now marked inline

Daniel Gultsch created

6444732 incomming jingle packets are routed to their connection. added presence chooser in gui

Daniel Gultsch created

ba0bedc changed behaviour of expecption handler to check if accounts are working before removing the stacktrace

Daniel Gultsch created

298c7ad disocover stream hosts (xep-0065) cleaned up disco

Daniel Gultsch created

92dcf85 fixed npe

Daniel Gultsch created

78bd6c4 fixed #52. thanks @strb

Daniel Gultsch created

3f403fb jingle connection and manager. able to trigger dialog in gajim

Daniel Gultsch created

c30bf75 gui for images

Daniel Gultsch created

9fc7a1b added button to open images

Daniel Gultsch created

7749103 added attach file action

Daniel Gultsch created

cc977ee renamed [Archive conversation|Leave conference] to End this conversation

Daniel Gultsch created

3f872dd fixed npe

Daniel Gultsch created

3f61742 spelling and more features to changelog

Daniel Gultsch created

4be7d79 added changelog

Daniel Gultsch created

486f198 use proper, advertised sm namespace

Daniel Gultsch created

83a23ad cleaned up log output a little bit

Daniel Gultsch created

c445b8f Merge pull request #49 from rtreffer/compression-fix

Click to expand commit body
Switch to FULL_SYNC to make prosody happy

Daniel Gultsch created

c82c625 Switch to FULL_SYNC to make prosody happy

Rene Treffer created

850b24c code cleanup

Daniel Gultsch created

ee24baa marked incoming carbons as unread

Daniel Gultsch created

34bd79a notify on incomming received carbon messages

Daniel Gultsch created

b924303 added build instruticons

Daniel Gultsch created

6a9ace4 bumped minidns to new version

Daniel Gultsch created

56faff3 added compression to the xep list

Daniel Gultsch created

caf214c fixing more notification f-ups

Daniel Gultsch created

db4559e nothing important

Daniel Gultsch created

bd9dba1 Merge branch 'compression' of https://github.com/rtreffer/Conversations into rtreffer-compression

Daniel Gultsch created

91aeffa possible fix for some weird notification bugs

Daniel Gultsch created

62a61c8 Allow querying specific dns server by name/ip and port

Rene Treffer created

a0fc1c6 Migrate all accounts to use compression

Rene Treffer created

4ea11c1 Only apply defaults if the account is new

Rene Treffer created

5684849 Remove option to enable/disable TLS (now enabled by default)

Rene Treffer created

e6797e1 Remove option for compression (enabled by default / hidden setting)

Rene Treffer created

7db2113 Add support for users with empty name

Rene Treffer created

9502ff2 Add compression support

Rene Treffer created

2506ef8 be compatible with openkeychain api v3

Daniel Gultsch created

114bda4 Fix name in build.xml

Rene Treffer created

f1d50a5 AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)

Rene Treffer created