aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe47-15074/+0
2016-07-28reworked permissionsChristian Schneppe1-69/+89
2016-07-28automatically join muc after unknown errorChristian Schneppe1-1/+2
2016-07-27don't crash during standby and resume full screen video viewChristian Schneppe1-2/+16
2016-07-25refactored how view intents are handledDaniel Gultsch2-19/+17
2016-07-25don't crash when opening 'xmpp:' urisDaniel Gultsch1-1/+1
2016-07-25offer back/cancel button when using magic createDaniel Gultsch1-7/+25
2016-07-25additional null pointer checks when verifying otr keysDaniel Gultsch1-1/+1
2016-07-25show toast hint when touching inactive omemo fingerprintsDaniel Gultsch2-1/+37
2016-07-12fixed storage location for recorded voiceChristian Schneppe1-2/+1
2016-07-12revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415Christian Schneppe2-95/+129
2016-07-09don't crash when tabbing through muc user list with offline usersDaniel Gultsch1-2/+3
2016-07-02code cleanupChristian Schneppe3-8/+0
2016-07-02some little updater changes and code cleanupChristian Schneppe1-22/+7
2016-07-01correct variable namesChristian Schneppe1-1/+1
2016-07-01use direct invites to re-invite muc membersDaniel Gultsch1-5/+9
2016-07-01use dnd as overriding statusDaniel Gultsch2-3/+2
2016-06-30don't crash on record voiceChristian Schneppe1-2/+1
2016-06-30add share button to image/video viewChristian Schneppe1-5/+34
2016-06-30code cleanupChristian Schneppe1-11/+0
2016-06-30use variables from filebackendChristian Schneppe1-1/+2
2016-06-29increased preview sizeChristian Schneppe1-3/+3
2016-06-29reworked image preview a bitChristian Schneppe1-71/+82
2016-06-29code cleanupChristian Schneppe1-4/+2
2016-06-28check if bitmap is null and clear pending uris when pressing cancelChristian Schneppe1-61/+71
2016-06-28don't show 'create conference' toast on inviteDaniel Gultsch2-8/+12
2016-06-28show preview when sharing single imageChristian Schneppe1-11/+107
2016-06-25modified output filename and location of voice recorderChristian Schneppe1-1/+1
2016-06-24code cleanupChristian Schneppe1-15/+0
2016-06-24introduced share button in contact details. remove show qrDaniel Gultsch3-14/+22
2016-06-24show error toasts on ui threadDaniel Gultsch1-5/+18
2016-06-23show image/video in fullscreenChristian Schneppe1-1/+9
2016-06-22fixed bug on opening notificationsChristian Schneppe1-1/+1
2016-06-22remove white spaces from hostnameDaniel Gultsch1-2/+2
2016-06-21reworked permissionsChristian Schneppe4-9/+50
2016-06-20display toast on pgp errorDaniel Gultsch1-5/+3
2016-06-20hide all graphical previews in chatlistChristian Schneppe1-6/+9
2016-06-20thumb caching improvementChristian Schneppe2-3/+2
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