Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Major Contact Picture code cleanup | Andreas Straub | 2014-04-13 | 2 | -47/+62 | |
| | | | | | Notifications now have pseudotransparent icons, icons are generated in the correct size. | |||||
* | some code cleanup. added setting to auto accept files. socks5 connections ↵ | Daniel Gultsch | 2014-04-13 | 1 | -1/+1 | |
| | | | | are now threaded | |||||
* | Merge branch 'development' of https://github.com/strb/Conversations into ↵ | Daniel Gultsch | 2014-04-12 | 1 | -37/+191 | |
|\ | | | | | | | strb-development | |||||
| * | Added tiled MUC icons | andy | 2014-04-12 | 1 | -16/+164 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | More Contact Picture refactors | andy | 2014-04-12 | 1 | -11/+27 | |
| | | | | | | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | |||||
| * | Refactor UIHelper to use getContactPicture | andy | 2014-04-12 | 1 | -13/+3 | |
| | | | | | | | | Normalize the interface, reduce code duplication | |||||
* | | open latest conversation from notification | Daniel Gultsch | 2014-04-11 | 1 | -0/+3 | |
|/ | ||||||
* | failed messages get now marked inline | Daniel Gultsch | 2014-04-11 | 1 | -13/+3 | |
| | ||||||
* | changed behaviour of expecption handler to check if accounts are working ↵ | Daniel Gultsch | 2014-04-10 | 1 | -12/+15 | |
| | | | | before removing the stacktrace | |||||
* | added button to open images | Daniel Gultsch | 2014-04-06 | 1 | -11/+12 | |
| | ||||||
* | Switch to FULL_SYNC to make prosody happy | Rene Treffer | 2014-04-05 | 1 | -10/+5 | |
| | ||||||
* | notify on incomming received carbon messages | Daniel Gultsch | 2014-04-04 | 1 | -2/+8 | |
| | ||||||
* | fixing more notification f-ups | Daniel Gultsch | 2014-04-04 | 1 | -5/+16 | |
| | ||||||
* | Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵ | Daniel Gultsch | 2014-04-03 | 3 | -1/+142 | |
|\ | | | | | | | rtreffer-compression | |||||
| * | Add support for users with empty name | Rene Treffer | 2014-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add compression support | Rene Treffer | 2014-04-03 | 2 | -0/+141 | |
| | | ||||||
* | | possible fix for some weird notification bugs | Daniel Gultsch | 2014-04-03 | 1 | -3/+3 | |
|/ | ||||||
* | be compatible with openkeychain api v3 | Daniel Gultsch | 2014-04-03 | 1 | -5/+2 | |
| | ||||||
* | Merge pull request #40 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 1 | -11/+49 | |
|\ | | | | | Add ability to use a provided ipv4 address on connect | |||||
| * | Add ability to use a provided ipv4 address on connect | Rene Treffer | 2014-04-03 | 1 | -11/+49 | |
| | | ||||||
* | | tryping to resolve the wake lock bug | Daniel Gultsch | 2014-04-03 | 1 | -3/+3 | |
| | | ||||||
* | | cleared up logging a little bit. no need for an entire stack trace at this point | Daniel Gultsch | 2014-04-03 | 1 | -10/+5 | |
| | | ||||||
* | | Merge pull request #39 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 1 | -91/+100 | |
|\| | | | | | Switch to a small DNS library for DNS resolving. | |||||
| * | Switch to a small DNS library for DNS resolving. | Rene Treffer | 2014-04-03 | 1 | -91/+100 | |
| | | ||||||
* | | added permenant notification when one or more accounts are unable to connect | Daniel Gultsch | 2014-04-03 | 2 | -12/+43 | |
|/ | ||||||
* | fixed digest-md5 auth to work with prosody as well. thank you Florian Schmaus | Daniel Gultsch | 2014-04-01 | 1 | -1/+1 | |
| | ||||||
* | fixed #30 - added support for digest-md5 - only works with Icewarp 11???git ↵ | Daniel Gultsch | 2014-03-31 | 1 | -14/+82 | |
| | | | | add src/? | |||||
* | changed all them beautifull colors | Daniel Gultsch | 2014-03-31 | 1 | -1/+1 | |
| | ||||||
* | null pointer fix | Daniel Gultsch | 2014-03-31 | 1 | -0/+3 | |
| | ||||||
* | treat dns timeouts as temporary. also increased timeout | Daniel Gultsch | 2014-03-28 | 1 | -3/+3 | |
| | ||||||
* | fixed login issue with latest ejabberd | Daniel Gultsch | 2014-03-28 | 1 | -2/+1 | |
| | ||||||
* | streamlined sasl code | Daniel Gultsch | 2014-03-28 | 1 | -16/+4 | |
| | ||||||
* | crash reporter | Daniel Gultsch | 2014-03-27 | 1 | -0/+80 | |
| | ||||||
* | code cleanup | Daniel Gultsch | 2014-03-27 | 1 | -16/+8 | |
| | ||||||
* | more dns fixes. hopefully the last | Daniel Gultsch | 2014-03-27 | 1 | -81/+95 | |
| | ||||||
* | further dns improvements | Daniel Gultsch | 2014-03-27 | 1 | -60/+72 | |
| | ||||||
* | made work around not being a work around any more | Daniel Gultsch | 2014-03-26 | 1 | -3/+2 | |
| | ||||||
* | more srv lookup fixes | Daniel Gultsch | 2014-03-25 | 1 | -1/+12 | |
| | ||||||
* | using actual dns servers provided by the system | Daniel Gultsch | 2014-03-25 | 1 | -2/+31 | |
| | ||||||
* | holding wake locks during onStartCommand | Daniel Gultsch | 2014-03-23 | 1 | -6/+5 | |
| | ||||||
* | more otr fixes | Daniel Gultsch | 2014-03-21 | 1 | -8/+3 | |
| | ||||||
* | tryed to fix more otr bugs. new resource setting | Daniel Gultsch | 2014-03-21 | 1 | -6/+1 | |
| | ||||||
* | otr safety guard | Daniel Gultsch | 2014-03-21 | 1 | -1/+10 | |
| | ||||||
* | fixed users profile picture | Daniel Gultsch | 2014-03-21 | 2 | -8/+14 | |
| | ||||||
* | otr messages are now ignored if conversations isnt 100% sure the message is ours | Daniel Gultsch | 2014-03-19 | 1 | -4/+12 | |
| | ||||||
* | rename in muc fixed | Daniel Gultsch | 2014-03-19 | 1 | -6/+1 | |
| | ||||||
* | better muc invitations. clearified the creation of ad hoc mucs with an alert ↵ | Daniel Gultsch | 2014-03-15 | 1 | -0/+22 | |
| | | | | dialog | |||||
* | use conference subject to identiy room | Daniel Gultsch | 2014-03-14 | 2 | -6/+12 | |
| | ||||||
* | workaround for some weird clients sending empty string over otr | Daniel Gultsch | 2014-03-14 | 1 | -1/+3 | |
| | ||||||
* | fixed problem with null messages. added ask again button | Daniel Gultsch | 2014-03-14 | 1 | -1/+1 | |
| |