6942840
setting backround color if image comes directly from cache
Daniel Gultsch created
6942840
setting backround color if image comes directly from cache
Daniel Gultsch created
645139e
couple of more optimazations on image loading
Daniel Gultsch created
bf2d0d5
smoother scrolling (first step)
Daniel Gultsch created
18c183a
deny files with unknown file types
Daniel Gultsch created
9a8e55a
added download button for images not accepted automatically
Daniel Gultsch created
aa5f775
added support for ibb
Daniel Gultsch created
d151ad9
code cleanup
Daniel Gultsch created
77da0c6
allow images to be opened with gallary app
Daniel Gultsch created
fc6a16c
added missing transport id
Daniel Gultsch created
4d730fd
added proxy activate and a lot of code clean up. totatly untested
Daniel Gultsch created
0441848
made our spanish friends happy. fixed #68
Daniel Gultsch created
d140ef6
fixed #50
Daniel Gultsch created
8003e53
more jingle bug fixes
Daniel Gultsch created
7299fe7
fixed replace contact in conversation
Daniel Gultsch created
8c59668
made debugging verbose again on specific parts
Daniel Gultsch created
1235e3d
fixed default autoaccept file size and wrongly marked message
Daniel Gultsch created
5c0873c
cleaned up debug log a little bit
Daniel Gultsch created
7ccbf00
fixed concurrent modification of contacts which led to missing presences
Daniel Gultsch created
1e5f916
tried to avoid some more race conditions in jingle
Daniel Gultsch created
8cc72b5
updated minidns
Daniel Gultsch created
625fbe7
Merge branch 'master' into development
Daniel Gultsch created
18c0c31
work around for bug in xmlpullparser
Daniel Gultsch created
07cf07a
lot of cleanup in jingle part
Daniel Gultsch created
8006931
put more string into strings.xml
Daniel Gultsch created
0de0cb9
fixed destination bug
Daniel Gultsch created
e29ce19
fixed #63
Daniel Gultsch created
a04d736
fixed possible race conditions with presences
Daniel Gultsch created
4a36abf
added clear history dialog (no funcionality)
Daniel Gultsch created
e711da7
jingle sessions now get terminated proberly on success
Daniel Gultsch created
bdf9770
made ui with sending images a little smoother
Daniel Gultsch created
513f3c4
added very basic, very untested gui on the receiving side
Daniel Gultsch created
18c3333
tried to fix some race conditions. not adding duplicate candidates. needs more checks though
Daniel Gultsch created
2014af0
Merge pull request #59 from jelmer/typo-preemptively
Fix typo: Preemptivly -> Preemptively.
Daniel Gultsch created
9704bcf
Merge pull request #58 from jelmer/fix-typo-assoziated
Fix two typos: assoziated -> associated.
Daniel Gultsch created
3727b90
Fix typo: Preemptivly -> Preemptively.
Jelmer Vernooij created
802c21a
Fix two typos: assoziated -> associated.
Jelmer Vernooij created
1e25b2a
added contributors and note to xep65
Daniel Gultsch created
e4f9a38
Some icon tweaks
Use Roboto Light, thinner lines between tiles, slightly smaller letters
Andreas Straub created
1326893
Added ellipsis tile for large conversations
For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this
Andreas Straub created
901ce08
Major Contact Picture code cleanup
Notifications now have pseudotransparent icons, icons are generated in the correct size.
Andreas Straub created
152be6e
Add gitignore
Rene Treffer created
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
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
Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons
andy created
3d6f03e
Refactor UIHelper to use getContactPicture
Normalize the interface, reduce code duplication
andy created