aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-19fixed intents for integrated location service and voice recorderChristian Schneppe1-4/+2
2016-06-19fixed bug with message preview in chatlistChristian Schneppe1-2/+3
2016-06-19optimized image cacheChristian Schneppe2-0/+5
2016-06-19show toast when connection to openkeychain could not be madeDaniel Gultsch1-1/+9
2016-06-19mark used otr fingprint in contact details and highlight pgpDaniel Gultsch2-4/+26
2016-06-19only dismiss sent message after encryptionDaniel Gultsch2-9/+16
2016-06-19refresh UI to redraw message hint after switching to pgpDaniel Gultsch1-0/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-1/+1
2016-06-14refactored pgp decryptionDaniel Gultsch2-75/+18
2016-06-14make StartUI resistant against rotations and don't restart app when not neces...Christian Schneppe2-1/+7
2016-06-12add permission exception for android < MarshmallowChristian Schneppe2-12/+18
2016-06-12also restart if permissions were changed after first startChristian Schneppe2-29/+32
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
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
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