Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reworked roster/contact handling. might break some stuff. not sycing to disk yet | Daniel Gultsch | 2014-05-19 | 3 | -18/+11 | |
| | ||||||
* | Update Validator.java | the-username | 2014-05-17 | 1 | -1/+1 | |
| | ||||||
* | permanent notification disapears now when account is being deleted + code ↵ | Daniel Gultsch | 2014-05-17 | 1 | -13/+1 | |
| | | | | clean up | |||||
* | made message parser non static | Daniel Gultsch | 2014-05-14 | 1 | -162/+0 | |
| | ||||||
* | nicer descriptions in notificaton for images and encrypted messages | Daniel Gultsch | 2014-05-09 | 1 | -4/+4 | |
| | ||||||
* | basic pgp encrypted file transfer | Daniel Gultsch | 2014-05-06 | 1 | -5/+2 | |
| | ||||||
* | smoother scrolling (first step) | Daniel Gultsch | 2014-04-25 | 1 | -20/+0 | |
| | ||||||
* | Some icon tweaks | Andreas Straub | 2014-04-13 | 1 | -14/+16 | |
| | | | | Use Roboto Light, thinner lines between tiles, slightly smaller letters | |||||
* | Added ellipsis tile for large conversations | Andreas Straub | 2014-04-13 | 1 | -5/+17 | |
| | | | | | For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this | |||||
* | 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 | |
| |