aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* possible better distribution of contact picture colorsiNPUTmice2014-06-231-2/+2
|
* fixes for otr file transferiNPUTmice2014-06-201-2/+6
|
* not working version of otr file transferiNPUTmice2014-06-202-8/+336
|
* cleanup; removed unnecessary imports and log outputsiNPUTmice2014-06-161-1/+0
|
* Rounded minutes ago and last seen + Update Spanish Translationskruks232014-06-151-6/+14
|
* groundwork for offline otr messagesiNPUTmice2014-06-111-1/+1
|
* cleanupiNPUTmice2014-06-101-2/+1
|
* Muc Icon tile color fixAndreas Straub2014-06-101-1/+1
|
* localized date. rounded minutes, hours and dates in last seeniNPUTmice2014-06-071-12/+21
|
* fixed last_seen_nowiNPUTmice2014-06-061-1/+1
|
* removed presence from last seeniNPUTmice2014-06-061-5/+8
|
* added abbrev_all to date formatiNPUTmice2014-06-061-1/+1
|
* #158 Try to solve MM/dd date in each localekruks232014-06-061-2/+3
|
* fixes #172iNPUTmice2014-06-061-1/+1
|
* basic last seen feature. no peristancy just yet. no polishiNPUTmice2014-06-061-0/+13
|
* Fix tile rendering for larger conferencesAndreas Straub2014-06-011-1/+1
|
* Refactored unknown contact picture generationAndreas Straub2014-05-211-108/+41
| | | | Introduce drawTile method in order to remove code duplication
* Fix highlight detection in MUC channelsAndreas Straub2014-05-211-2/+17
| | | | | | We only detect highlights if a word starts with the nick (matched in case insensitive manner), followed by optional punctuation, followed by another word boundary.
* Update Spanish Translations + harcoded just_nowkruks232014-05-201-6/+6
|
* some code cleanup to deal with the roster mgmt changes from earlierDaniel Gultsch2014-05-191-5/+0
|
* reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch2014-05-193-18/+11
|
* Update Validator.javathe-username2014-05-171-1/+1
|
* permanent notification disapears now when account is being deleted + code ↵Daniel Gultsch2014-05-171-13/+1
| | | | clean up
* made message parser non staticDaniel Gultsch2014-05-141-162/+0
|
* nicer descriptions in notificaton for images and encrypted messagesDaniel Gultsch2014-05-091-4/+4
|
* basic pgp encrypted file transferDaniel Gultsch2014-05-061-5/+2
|
* smoother scrolling (first step)Daniel Gultsch2014-04-251-20/+0
|
* 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
| |