aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-12make a restart after granting permissions on first startChristian Schneppe2-13/+33
2016-06-10added log tag if no backup foundChristian Schneppe1-0/+1
2016-06-10check and request all needed permissions on startupChristian Schneppe1-0/+109
>= SDK 23 (Marshmallow)
2016-06-06update lastseen in contactdetailsChristian Schneppe1-2/+2
2016-06-06add permission checks to welcome activityChristian Schneppe1-25/+45
2016-06-06fix crash in welcome screen on first startChristian Schneppe1-1/+3
2016-06-05Do not treat right alt key as a modifier for key combosYussuf Khalil1-1/+1
2016-06-04check database versione before importChristian Schneppe1-4/+10
* don't import database if backup version is newer than system version
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch3-3/+24
2016-06-02also export database when chats are exportedChristian Schneppe1-6/+8
2016-06-02changed color of lock iconChristian Schneppe1-1/+0
2016-06-02fixed regression that would not show clear devicesDaniel Gultsch1-1/+1
2016-06-02Share link to invite user to start over with Pix-Art MessengerChristian Schneppe2-0/+18
2016-06-01display invite again menu item for offline membersDaniel Gultsch1-1/+5
2016-05-31optimize importsChristian Schneppe14-33/+10
2016-05-31complete backup importerChristian Schneppe2-35/+65
2016-05-31add database importerChristian Schneppe2-3/+116
2016-05-31add possibility to export database during update checkChristian Schneppe1-0/+44
2016-05-31don't scroll to pos 0 when uuid wasn't foundDaniel Gultsch1-4/+7
2016-05-30handle app links for conferencesDaniel Gultsch1-6/+15
2016-05-30start playing video directly without touching play buttonChristian Schneppe1-0/+1
2016-05-29fix creation of conferences with 1 participantDaniel Gultsch1-2/+1
2016-05-29let screen on while playing videos or showing imagesChristian Schneppe1-1/+3
2016-05-29set screen brightness to maximum while showing image or videoChristian Schneppe1-0/+11
2016-05-29show in ui when text was shortenedDaniel Gultsch1-3/+1
2016-05-28only rendering first 5k chars of each messageDaniel Gultsch1-0/+6
2016-05-28set some default settingsChristian Schneppe1-2/+2
2016-05-28integrate image- and video playerChristian Schneppe3-37/+173
2016-05-28count xmpp uris when disableing text selectionDaniel Gultsch1-3/+16
2016-05-27rename share/show location layout filesChristian Schneppe2-2/+2
2016-05-27refactored toasts shown when adhoc creating mucsDaniel Gultsch2-3/+22
2016-05-27use activity title 'choose participants' when doing thatDaniel Gultsch2-0/+20
2016-05-26Add geo: link support in longer messagesGDR!1-0/+5
2016-05-26add 'create conference' dialogDaniel Gultsch3-12/+122
2016-05-26make newly created conferences private by defaultDaniel Gultsch1-1/+1
2016-05-26change hint in edit subject dialogDaniel Gultsch1-1/+1
2016-05-25hide fingerprints in UI if encryption is disabledDaniel Gultsch3-37/+43
2016-05-22catch exception on videopreviewChristian Schneppe1-18/+22
2016-05-22load address async to avoid app hang on slow networksChristian Schneppe1-27/+64
2016-05-22show hint in subject quick edit. only show subject as presetDaniel Gultsch3-11/+20
2016-05-22show first unread message on top after reinitDaniel Gultsch1-24/+31
2016-05-21fixed crash with videopreviews in chatlistChristian Schneppe1-8/+26
2016-05-21show videopreview also in chatlistChristian Schneppe1-3/+8
2016-05-21detect length of video fileChristian Schneppe1-14/+20
2016-05-21make thumbs biggerChristian Schneppe1-8/+8
2016-05-20changed colors to standard from @color and add border to imagesChristian Schneppe1-4/+4
2016-05-20use glide as image loader and add a simple video previewChristian Schneppe2-126/+56
2016-05-19show password dialog when account was magic createdDaniel Gultsch1-0/+22
2016-05-17try out some faster image loaderChristian Schneppe1-4/+22
* picasso * glide
2016-05-17improved ordering of muc participantsDaniel Gultsch1-6/+1