Commit log
084ab51
transmitting files between two conversations works. no error handling and no ui on the receiving end
Daniel Gultsch
created
12 years ago
7dfe4ae
some code cleanup. added setting to auto accept files. socks5 connections are now threaded
Daniel Gultsch
created
12 years ago
27d5966
more efficant way of calculating the sha1 sum. closing connections
Daniel Gultsch
created
12 years ago
7b554f2
fixed minor typos
Daniel Gultsch
created
12 years ago
f57b669
Merge branch 'development' of https://github.com/strb/Conversations into strb-development
Daniel Gultsch
created
12 years ago
d936a83
add sha1 sum to file
Daniel Gultsch
created
12 years ago
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
12 years ago
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
12 years ago
3d6f03e
Refactor UIHelper to use getContactPicture
Click to expand commit body
Normalize the interface, reduce code duplication
andy
created
12 years ago
96be96f
open latest conversation from notification
Daniel Gultsch
created
12 years ago
259bb44
first file transfer between gajim and conversations. still a lot to do though
Daniel Gultsch
created
12 years ago
c0e0a70
socks5 initialisation works. doesn't get activate though
Daniel Gultsch
created
12 years ago
51100ab
failed messages get now marked inline
Daniel Gultsch
created
12 years ago
6444732
incomming jingle packets are routed to their connection. added presence chooser in gui
Daniel Gultsch
created
12 years ago
ba0bedc
changed behaviour of expecption handler to check if accounts are working before removing the stacktrace
Daniel Gultsch
created
12 years ago
298c7ad
disocover stream hosts (xep-0065) cleaned up disco
Daniel Gultsch
created
12 years ago
Daniel Gultsch
created
12 years ago
78bd6c4
fixed #52. thanks @strb
Daniel Gultsch
created
12 years ago
3f403fb
jingle connection and manager. able to trigger dialog in gajim
Daniel Gultsch
created
12 years ago
c30bf75
gui for images
Daniel Gultsch
created
12 years ago
9fc7a1b
added button to open images
Daniel Gultsch
created
12 years ago
7749103
added attach file action
Daniel Gultsch
created
12 years ago
cc977ee
renamed [Archive conversation|Leave conference] to End this conversation
Daniel Gultsch
created
12 years ago
Daniel Gultsch
created
12 years ago
3f61742
spelling and more features to changelog
Daniel Gultsch
created
12 years ago
4be7d79
added changelog
Daniel Gultsch
created
12 years ago
486f198
use proper, advertised sm namespace
Daniel Gultsch
created
12 years ago
83a23ad
cleaned up log output a little bit
Daniel Gultsch
created
12 years ago
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
12 years ago
c82c625
Switch to FULL_SYNC to make prosody happy
Rene Treffer
created
12 years ago
Daniel Gultsch
created
12 years ago
ee24baa
marked incoming carbons as unread
Daniel Gultsch
created
12 years ago
34bd79a
notify on incomming received carbon messages
Daniel Gultsch
created
12 years ago
b924303
added build instruticons
Daniel Gultsch
created
12 years ago
6a9ace4
bumped minidns to new version
Daniel Gultsch
created
12 years ago
56faff3
added compression to the xep list
Daniel Gultsch
created
12 years ago
caf214c
fixing more notification f-ups
Daniel Gultsch
created
12 years ago
db4559e
nothing important
Daniel Gultsch
created
12 years ago
bd9dba1
Merge branch 'compression' of https://github.com/rtreffer/Conversations into rtreffer-compression
Daniel Gultsch
created
12 years ago
91aeffa
possible fix for some weird notification bugs
Daniel Gultsch
created
12 years ago
62a61c8
Allow querying specific dns server by name/ip and port
Rene Treffer
created
12 years ago
a0fc1c6
Migrate all accounts to use compression
Rene Treffer
created
12 years ago
4ea11c1
Only apply defaults if the account is new
Rene Treffer
created
12 years ago
5684849
Remove option to enable/disable TLS (now enabled by default)
Rene Treffer
created
12 years ago
e6797e1
Remove option for compression (enabled by default / hidden setting)
Rene Treffer
created
12 years ago
7db2113
Add support for users with empty name
Rene Treffer
created
12 years ago
9502ff2
Add compression support
Rene Treffer
created
12 years ago
2506ef8
be compatible with openkeychain api v3
Daniel Gultsch
created
12 years ago
114bda4
Fix name in build.xml
Rene Treffer
created
12 years ago
f1d50a5
AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)
Rene Treffer
created
12 years ago
Page 146 of 151