aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415Christian Schneppe2016-07-122-95/+129
|
* don't crash when tabbing through muc user list with offline usersDaniel Gultsch2016-07-091-2/+3
|
* code cleanupChristian Schneppe2016-07-023-8/+0
|
* some little updater changes and code cleanupChristian Schneppe2016-07-021-22/+7
|
* correct variable namesChristian Schneppe2016-07-011-1/+1
|
* use direct invites to re-invite muc membersDaniel Gultsch2016-07-011-5/+9
|
* use dnd as overriding statusDaniel Gultsch2016-07-012-3/+2
|
* don't crash on record voiceChristian Schneppe2016-06-301-2/+1
|
* add share button to image/video viewChristian Schneppe2016-06-301-5/+34
|
* code cleanupChristian Schneppe2016-06-301-11/+0
|
* use variables from filebackendChristian Schneppe2016-06-301-1/+2
|
* increased preview sizeChristian Schneppe2016-06-291-3/+3
|
* reworked image preview a bitChristian Schneppe2016-06-291-71/+82
|
* code cleanupChristian Schneppe2016-06-291-4/+2
|
* check if bitmap is null and clear pending uris when pressing cancelChristian Schneppe2016-06-281-61/+71
|
* don't show 'create conference' toast on inviteDaniel Gultsch2016-06-282-8/+12
|
* show preview when sharing single imageChristian Schneppe2016-06-281-11/+107
|
* modified output filename and location of voice recorderChristian Schneppe2016-06-251-1/+1
|
* code cleanupChristian Schneppe2016-06-241-15/+0
|
* 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
|
* show image/video in fullscreenChristian Schneppe2016-06-231-1/+9
|
* fixed bug on opening notificationsChristian Schneppe2016-06-221-1/+1
|
* remove white spaces from hostnameDaniel Gultsch2016-06-221-2/+2
|
* reworked permissionsChristian Schneppe2016-06-214-9/+50
| | | | | * ask only for necessary permissions on start * ask for location/microphone when requested
* display toast on pgp errorDaniel Gultsch2016-06-201-5/+3
|
* hide all graphical previews in chatlistChristian Schneppe2016-06-201-6/+9
|
* thumb caching improvementChristian Schneppe2016-06-202-3/+2
|
* fixed intents for integrated location service and voice recorderChristian Schneppe2016-06-191-4/+2
|
* fixed bug with message preview in chatlistChristian Schneppe2016-06-191-2/+3
|
* optimized image cacheChristian Schneppe2016-06-192-0/+5
|
* show toast when connection to openkeychain could not be madeDaniel Gultsch2016-06-191-1/+9
|
* mark used otr fingprint in contact details and highlight pgpDaniel Gultsch2016-06-192-4/+26
|
* only dismiss sent message after encryptionDaniel Gultsch2016-06-192-9/+16
|
* refresh UI to redraw message hint after switching to pgpDaniel Gultsch2016-06-191-0/+1
|
* delay notification until after pgp decryptionDaniel Gultsch2016-06-191-1/+1
|
* refactored pgp decryptionDaniel Gultsch2016-06-142-75/+18
|
* make StartUI resistant against rotations and don't restart app when not ↵Christian Schneppe2016-06-142-1/+7
| | | | necessary
* add permission exception for android < MarshmallowChristian Schneppe2016-06-122-12/+18
|
* also restart if permissions were changed after first startChristian Schneppe2016-06-122-29/+32
|
* make a restart after granting permissions on first startChristian Schneppe2016-06-122-13/+33
|
* added log tag if no backup foundChristian Schneppe2016-06-101-0/+1
|
* check and request all needed permissions on startupChristian Schneppe2016-06-101-0/+109
| | | | >= SDK 23 (Marshmallow)
* update lastseen in contactdetailsChristian Schneppe2016-06-061-2/+2
|
* Merge remote-tracking branch 'refs/remotes/siacs/master'Christian Schneppe2016-06-064-11/+24
|\
| * Merge pull request #1895 from pp3345/right-altDaniel Gultsch2016-06-051-1/+1
| |\ | | | | | | Do not treat Right Alt key as a modifier for key combos
| | * 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
| |/
* | add permission checks to welcome activityChristian Schneppe2016-06-061-25/+45
| |
* | fix crash in welcome screen on first startChristian Schneppe2016-06-061-1/+3
| |