aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/adapter (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29proper error state for imagesiNPUTmice1-4/+5
2014-10-26remove some unused castMichael4-7/+7
2014-10-24picture notification and some drive by bug fixesiNPUTmice1-0/+2
2014-10-24notify only after image has been received over http. introduced mini grace fo...iNPUTmice1-5/+7
2014-10-23context menu for messages. allow to resend single messagesiNPUTmice1-17/+11
2014-10-21proper avatar cachingiNPUTmice4-60/+22
2014-10-20refactored avatar generation. first stepiNPUTmice4-13/+27
2014-10-19mtm support for image downloaderiNPUTmice2-2/+7
2014-10-17do not attempt to download images when not connectediNPUTmice1-18/+24
2014-10-15detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2-15/+5
2014-10-15refactored file download status. make image http download available for carbo...iNPUTmice3-78/+72
2014-10-15remove warning about <> castM. Dietrich1-4/+4
2014-10-14don't show invalid file sizeiNPUTmice1-1/+4
2014-10-14recreate http connection after restart. fixes stale download button. better f...iNPUTmice1-8/+43
2014-10-14read image bounds on downloaded imageiNPUTmice1-23/+16
2014-10-13use setAlpha(float) method, not the depricated oneM. Dietrich1-1/+1
2014-10-07made disabled notifications permanent across restartsiNPUTmice1-1/+1
2014-10-07fixed regression of not showing status messageiNPUTmice1-1/+4
2014-10-06cleanung up the scroll fix a littleiNPUTmice1-0/+7
2014-10-06refactored muc bookmark to extend element. keep all elements the server or ot...iNPUTmice1-1/+2
2014-10-03revised tablet ui. fixed #423iNPUTmice1-2/+2
2014-09-28new notification service. first draftDaniel Gultsch1-1/+2
2014-09-27add false argument to inflate.Michael1-2/+2
2014-09-27fixed some lint warnings. thanks @bethegiNPUTmice1-1/+1
2014-09-22fixed #452iNPUTmice1-1/+5
2014-09-21show full date in message list, fixed #328iNPUTmice1-1/+1
2014-09-20fixed #470iNPUTmice1-27/+30
2014-09-20indicates received messages with a tick.Michael1-0/+16
2014-09-13add a forgotten break and remove some unused importsMichael1-1/+1
2014-09-11match color in contact details to the colors in the send button. also migrate...iNPUTmice1-3/+3
2014-09-08setting to increase font size. fixed #420iNPUTmice1-1/+2
2014-09-08introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice2-13/+5
2014-09-08fixed sending offline pgp messagesiNPUTmice1-7/+7
2014-09-06made otr a little bit more solid when there is no presence subscriptioniNPUTmice1-0/+5
2014-09-03made emoticon parsing enableable - default falseiNPUTmice2-2/+10
2014-09-02fixed #410 by removing that config optioniNPUTmice2-2/+2
2014-09-02refactored share with activityiNPUTmice1-7/+11
2014-09-01transform ascii to emoticons (on display only)M. Dietrich2-2/+2
2014-08-31show merged time and status in message adapteriNPUTmice1-3/+3
2014-08-31some code cleanupiNPUTmice3-28/+41
2014-08-31experimental message mergingiNPUTmice1-4/+11
2014-08-28fix forgotten spelling.Michael1-4/+4
2014-08-28fixed spelling thanks @bethegiNPUTmice2-8/+8
2014-08-22tiny redesign for private muc messagesiNPUTmice1-7/+11
2014-08-19better error display and additional infos (stats) for the edit account activityiNPUTmice1-1/+4
2014-08-15refactored Conversations Adapter into seperate classiNPUTmice1-0/+107
2014-08-14fixed muc pm avatariNPUTmice1-2/+5
2014-08-10added limited private muc chat feature (messages are now properly marked) - l...iNPUTmice1-5/+50
2014-08-09grant uri permission on share pictureiNPUTmice1-1/+1
2014-08-08save images to external storage instead of internal. this requires more permi...iNPUTmice1-9/+11