aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some icon tweaksAndreas Straub2014-04-131-14/+16
| | | | Use Roboto Light, thinner lines between tiles, slightly smaller letters
* Added ellipsis tile for large conversationsAndreas Straub2014-04-131-5/+17
| | | | | For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this
* Major Contact Picture code cleanupAndreas Straub2014-04-132-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 Gultsch2014-04-131-1/+1
| | | | are now threaded
* Merge branch 'development' of https://github.com/strb/Conversations into ↵Daniel Gultsch2014-04-121-37/+191
|\ | | | | | | strb-development
| * Added tiled MUC iconsandy2014-04-121-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 refactorsandy2014-04-121-11/+27
| | | | | | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons
| * Refactor UIHelper to use getContactPictureandy2014-04-121-13/+3
| | | | | | | | Normalize the interface, reduce code duplication
* | open latest conversation from notificationDaniel Gultsch2014-04-111-0/+3
|/
* failed messages get now marked inlineDaniel Gultsch2014-04-111-13/+3
|
* changed behaviour of expecption handler to check if accounts are working ↵Daniel Gultsch2014-04-101-12/+15
| | | | before removing the stacktrace
* added button to open imagesDaniel Gultsch2014-04-061-11/+12
|
* Switch to FULL_SYNC to make prosody happyRene Treffer2014-04-051-10/+5
|
* notify on incomming received carbon messagesDaniel Gultsch2014-04-041-2/+8
|
* fixing more notification f-upsDaniel Gultsch2014-04-041-5/+16
|
* Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵Daniel Gultsch2014-04-033-1/+142
|\ | | | | | | rtreffer-compression
| * Add support for users with empty nameRene Treffer2014-04-031-1/+1
| |
| * Add compression supportRene Treffer2014-04-032-0/+141
| |
* | possible fix for some weird notification bugsDaniel Gultsch2014-04-031-3/+3
|/
* be compatible with openkeychain api v3Daniel Gultsch2014-04-031-5/+2
|
* Merge pull request #40 from rtreffer/minidnsDaniel Gultsch2014-04-031-11/+49
|\ | | | | Add ability to use a provided ipv4 address on connect
| * Add ability to use a provided ipv4 address on connectRene Treffer2014-04-031-11/+49
| |
* | tryping to resolve the wake lock bugDaniel Gultsch2014-04-031-3/+3
| |
* | cleared up logging a little bit. no need for an entire stack trace at this pointDaniel Gultsch2014-04-031-10/+5
| |
* | Merge pull request #39 from rtreffer/minidnsDaniel Gultsch2014-04-031-91/+100
|\| | | | | Switch to a small DNS library for DNS resolving.
| * Switch to a small DNS library for DNS resolving.Rene Treffer2014-04-031-91/+100
| |
* | added permenant notification when one or more accounts are unable to connectDaniel Gultsch2014-04-032-12/+43
|/
* fixed digest-md5 auth to work with prosody as well. thank you Florian SchmausDaniel Gultsch2014-04-011-1/+1
|
* fixed #30 - added support for digest-md5 - only works with Icewarp 11???git ↵Daniel Gultsch2014-03-311-14/+82
| | | | add src/?
* changed all them beautifull colorsDaniel Gultsch2014-03-311-1/+1
|
* null pointer fixDaniel Gultsch2014-03-311-0/+3
|
* treat dns timeouts as temporary. also increased timeoutDaniel Gultsch2014-03-281-3/+3
|
* fixed login issue with latest ejabberdDaniel Gultsch2014-03-281-2/+1
|
* streamlined sasl codeDaniel Gultsch2014-03-281-16/+4
|
* crash reporterDaniel Gultsch2014-03-271-0/+80
|
* code cleanupDaniel Gultsch2014-03-271-16/+8
|
* more dns fixes. hopefully the lastDaniel Gultsch2014-03-271-81/+95
|
* further dns improvementsDaniel Gultsch2014-03-271-60/+72
|
* made work around not being a work around any moreDaniel Gultsch2014-03-261-3/+2
|
* more srv lookup fixesDaniel Gultsch2014-03-251-1/+12
|
* using actual dns servers provided by the systemDaniel Gultsch2014-03-251-2/+31
|
* holding wake locks during onStartCommandDaniel Gultsch2014-03-231-6/+5
|
* more otr fixesDaniel Gultsch2014-03-211-8/+3
|
* tryed to fix more otr bugs. new resource settingDaniel Gultsch2014-03-211-6/+1
|
* otr safety guardDaniel Gultsch2014-03-211-1/+10
|
* fixed users profile pictureDaniel Gultsch2014-03-212-8/+14
|
* otr messages are now ignored if conversations isnt 100% sure the message is oursDaniel Gultsch2014-03-191-4/+12
|
* rename in muc fixedDaniel Gultsch2014-03-191-6/+1
|
* better muc invitations. clearified the creation of ad hoc mucs with an alert ↵Daniel Gultsch2014-03-151-0/+22
| | | | dialog
* use conference subject to identiy roomDaniel Gultsch2014-03-142-6/+12
|