aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/adapter/MessageAdapter.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* proper error state for imagesiNPUTmice2014-10-291-4/+5
* remove some unused castMichael2014-10-261-4/+4
* context menu for messages. allow to resend single messagesiNPUTmice2014-10-231-17/+11
* proper avatar cachingiNPUTmice2014-10-211-53/+16
* refactored avatar generation. first stepiNPUTmice2014-10-201-8/+14
* mtm support for image downloaderiNPUTmice2014-10-191-2/+5
* do not attempt to download images when not connectediNPUTmice2014-10-171-18/+24
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-151-15/+3
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-151-32/+14
* don't show invalid file sizeiNPUTmice2014-10-141-1/+4
* recreate http connection after restart. fixes stale download button. better f...iNPUTmice2014-10-141-8/+43
* read image bounds on downloaded imageiNPUTmice2014-10-141-23/+16
* use setAlpha(float) method, not the depricated oneM. Dietrich2014-10-131-1/+1
* made disabled notifications permanent across restartsiNPUTmice2014-10-071-1/+1
* fixed regression of not showing status messageiNPUTmice2014-10-071-1/+4
* cleanung up the scroll fix a littleiNPUTmice2014-10-061-0/+7
* show full date in message list, fixed #328iNPUTmice2014-09-211-1/+1
* Merge pull request #460 from betheg/receiptsDaniel Gultsch2014-09-201-0/+16
|\
| * indicates received messages with a tick.Michael2014-09-201-0/+16
* | fixed #470iNPUTmice2014-09-201-27/+30
|/
* add a forgotten break and remove some unused importsMichael2014-09-131-1/+1
* match color in contact details to the colors in the send button. also migrate...iNPUTmice2014-09-111-3/+3
* setting to increase font size. fixed #420iNPUTmice2014-09-081-1/+2
* introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice2014-09-081-9/+4
* made otr a little bit more solid when there is no presence subscriptioniNPUTmice2014-09-061-0/+5
* made emoticon parsing enableable - default falseiNPUTmice2014-09-031-1/+5
* fixed #410 by removing that config optioniNPUTmice2014-09-021-1/+1
* transform ascii to emoticons (on display only)M. Dietrich2014-09-011-1/+1
* show merged time and status in message adapteriNPUTmice2014-08-311-3/+3
* some code cleanupiNPUTmice2014-08-311-23/+34
* Merge pull request #391 from betheg/fix_typoDaniel Gultsch2014-08-311-4/+4
|\
| * fix forgotten spelling.Michael2014-08-281-4/+4
* | experimental message mergingiNPUTmice2014-08-311-4/+11
|/
* fixed spelling thanks @bethegiNPUTmice2014-08-281-6/+6
* tiny redesign for private muc messagesiNPUTmice2014-08-221-7/+11
* fixed muc pm avatariNPUTmice2014-08-141-2/+5
* added limited private muc chat feature (messages are now properly marked) - l...iNPUTmice2014-08-101-5/+50
* grant uri permission on share pictureiNPUTmice2014-08-091-1/+1
* save images to external storage instead of internal. this requires more permi...iNPUTmice2014-08-081-9/+11
* fixed problems with sha sum calculation on avatar write. delete avatars with ...iNPUTmice2014-08-061-7/+3
* get rid of 'use phones self contact picture option'iNPUTmice2014-07-311-13/+5
* fixed #239 - show contact names and pictures in muc if real jid is knowniNPUTmice2014-07-291-29/+38
* presonalized read up to this point messageiNPUTmice2014-07-241-3/+7
* refactored message adapter into seperate classDaniel Gultsch2014-07-221-0/+474