aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-31don't rotate screen while compressing videoChristian Schneppe1-3/+0
2016-08-30show dialog while compressing videoChristian Schneppe1-0/+7
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe1-2/+73
2016-08-27don't set notification mode to background when on pauseDaniel Gultsch1-6/+0
2016-08-26survive rotation in editaccountDaniel Gultsch1-19/+3
2016-08-26check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-0/+20
2016-08-13rotate images based on EXIF data in previewChristian Schneppe1-91/+106
2016-07-30changed last wrong package idsChristian Schneppe1-3/+3
2016-07-29revert permission reworkChristian Schneppe1-89/+69
2016-07-29changed package id inside manifest and projectChristian Schneppe1-25/+25
2016-07-28reworked permissionsChristian Schneppe1-69/+89
2016-07-25refactored how view intents are handledDaniel Gultsch1-17/+16
2016-07-01correct variable namesChristian Schneppe1-1/+1
2016-06-30don't crash on record voiceChristian Schneppe1-2/+1
2016-06-30code cleanupChristian Schneppe1-11/+0
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 Gultsch1-3/+4
2016-06-28show preview when sharing single imageChristian Schneppe1-11/+107
2016-06-24show error toasts on ui threadDaniel Gultsch1-5/+18
2016-06-22fixed bug on opening notificationsChristian Schneppe1-1/+1
2016-06-21reworked permissionsChristian Schneppe1-2/+12
2016-06-20display toast on pgp errorDaniel Gultsch1-5/+3
2016-06-19fixed intents for integrated location service and voice recorderChristian Schneppe1-4/+2
2016-06-19only dismiss sent message after encryptionDaniel Gultsch1-6/+15
2016-06-14make StartUI resistant against rotations and don't restart app when not neces...Christian Schneppe1-1/+1
2016-06-12add permission exception for android < MarshmallowChristian Schneppe1-5/+12
2016-06-12also restart if permissions were changed after first startChristian Schneppe1-25/+25
2016-06-12make a restart after granting permissions on first startChristian Schneppe1-1/+25
2016-06-06update lastseen in contactdetailsChristian Schneppe1-2/+2
2016-06-05Do not treat right alt key as a modifier for key combosYussuf Khalil1-1/+1
2016-06-02Share link to invite user to start over with Pix-Art MessengerChristian Schneppe1-0/+2
2016-05-31complete backup importerChristian Schneppe1-4/+5
2016-05-28set some default settingsChristian Schneppe1-2/+2
2016-05-27refactored toasts shown when adhoc creating mucsDaniel Gultsch1-0/+2
2016-05-16make "is tiping..." in bold italicChristian Schneppe1-0/+2
2016-05-15fixed crash on startupChristian Schneppe1-6/+5
2016-05-14refactored handling of endConversationChristian Schneppe1-14/+43
2016-05-13improve keyboard handling. fixes #1387Daniel Gultsch1-0/+3
2016-05-12improve keyboard handling. fixes #1387Daniel Gultsch1-0/+3
2016-05-06Ask to uninstall the plugins because the features are directly integratedChristian S1-3/+70
2016-05-05add audio recorderChristian S1-5/+5
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-3/+3
2016-04-29catch ActivityNotFoundException when requesting battery opDaniel Gultsch1-1/+6
2016-04-19added magic create welcome screenDaniel Gultsch1-3/+10
2016-04-11don't show contact details when in conversations with selfChristian S1-26/+23
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-0/+1
2016-04-07prevent null pointer when checking http upload max sizeDaniel Gultsch1-6/+6