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