aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* swapped order of execution of saved instance state and intentmore_logging_for_view_intentDaniel Gultsch2016-07-241-11/+12
* refactored view intentsDaniel Gultsch2016-07-242-12/+8
* more logging for view intentDaniel Gultsch2016-07-231-6/+16
* don't crash when opening 'xmpp:' urisDaniel Gultsch2016-07-221-1/+1
* offer back/cancel button when using magic createDaniel Gultsch2016-07-211-7/+25
* additional null pointer checks when verifying otr keysDaniel Gultsch2016-07-171-1/+1
* show toast hint when touching inactive omemo fingerprintsDaniel Gultsch2016-07-172-1/+37
* don't crash when tabbing through muc user list with offline usersDaniel Gultsch2016-07-081-2/+3
* use direct invites to re-invite muc membersDaniel Gultsch2016-06-301-5/+9
* use dnd as overriding statusDaniel Gultsch2016-06-302-4/+2
* don't show 'create conference' toast on inviteDaniel Gultsch2016-06-282-8/+12
* introduced share button in contact details. remove show qrDaniel Gultsch2016-06-243-14/+22
* show error toasts on ui threadDaniel Gultsch2016-06-241-5/+18
* remove white spaces from hostnameDaniel Gultsch2016-06-221-2/+2
* display toast on pgp errorDaniel Gultsch2016-06-191-5/+3
* show toast when connection to openkeychain could not be madeDaniel Gultsch2016-06-161-1/+9
* mark used otr fingprint in contact details and highlight pgpDaniel Gultsch2016-06-162-4/+26
* only dismiss sent message after encryptionDaniel Gultsch2016-06-152-9/+16
* refresh UI to redraw message hint after switching to pgpDaniel Gultsch2016-06-151-0/+1
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-1/+1
* refactored pgp decryptionDaniel Gultsch2016-06-132-77/+18
* use darker green as background for chat bubbles in dark themeDaniel Gultsch2016-06-101-3/+4
* use darker colors for actionbar on dark themeDaniel Gultsch2016-06-101-1/+1
* Dark theme, theme switch, icons, style, stringsSteffen Keiper2016-06-088-28/+88
* Merge pull request #1895 from pp3345/right-altDaniel Gultsch2016-06-051-1/+1
|\
| * Do not treat right alt key as a modifier for key combosYussuf Khalil2016-06-051-1/+1
* | opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-043-3/+24
|/
* fixed regression that would not show clear devicesDaniel Gultsch2016-06-021-1/+1
* display invite again menu item for offline membersDaniel Gultsch2016-06-011-1/+5
* don't scroll to pos 0 when uuid wasn't foundDaniel Gultsch2016-05-311-4/+7
* handle app links for conferencesDaniel Gultsch2016-05-301-6/+15
* fix creation of conferences with 1 participantDaniel Gultsch2016-05-291-2/+1
* show in ui when text was shortenedDaniel Gultsch2016-05-291-3/+1
* only rendering first 5k chars of each messageDaniel Gultsch2016-05-281-0/+6
* count xmpp uris when disableing text selectionDaniel Gultsch2016-05-281-3/+16
* Merge branch 'master' of https://github.com/gjedeer/Conversations into gjedee...Daniel Gultsch2016-05-281-0/+5
|\
| * Add geo: link support in longer messagesGDR!2016-05-261-0/+5
* | refactored toasts shown when adhoc creating mucsDaniel Gultsch2016-05-272-3/+22
* | use activity title 'choose participants' when doing thatDaniel Gultsch2016-05-272-0/+20
* | add 'create conference' dialogDaniel Gultsch2016-05-263-12/+122
|/
* make newly created conferences private by defaultDaniel Gultsch2016-05-261-1/+1
* change hint in edit subject dialogDaniel Gultsch2016-05-261-1/+1
* hide fingerprints in UI if encryption is disabledDaniel Gultsch2016-05-253-37/+43
* show hint in subject quick edit. only show subject as presetDaniel Gultsch2016-05-223-11/+20
* show first unread message on top after reinitDaniel Gultsch2016-05-221-24/+31
* show password dialog when account was magic createdDaniel Gultsch2016-05-191-0/+22
* improved ordering of muc participantsDaniel Gultsch2016-05-171-6/+1
* offer offline members to be invited againDaniel Gultsch2016-05-171-1/+1
* change affiliation for in memory users that are currently not joined in a con...Daniel Gultsch2016-05-161-3/+9
* keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-163-34/+29