aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-08don't mark previous conversation as read when processing pending intentChristian Schneppe1-2/+7
2016-11-07show warning in account details when data saver is enabledChristian Schneppe2-22/+66
2016-11-07handle file attachment when missing connectionChristian Schneppe1-1/+3
2016-11-07Revert "use file provider on android M as well"Christian Schneppe1-1/+1
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-0/+15
2016-10-26use file provider on android M as wellChristian Schneppe1-1/+1
2016-10-26Remove MERGE_SEPARATORChristian Schneppe2-30/+25
2016-10-26Remove spans on copying or pasting a textChristian Schneppe3-5/+118
2016-10-23fix duplicate file sharing via ShareWithActivityChristian Schneppe1-2/+35
2016-10-23Revert "stop rotation in ShareWithActivity"Christian Schneppe1-11/+1
2016-10-21retrigger key selection if openpgp key was deletedChristian Schneppe1-1/+8
2016-10-21Retain TextView selection after list updatingChristian Schneppe3-2/+248
2016-10-21stop rotation in ShareWithActivityChristian Schneppe1-1/+11
2016-10-18don't trigger context menu in message adapter manuallyChristian Schneppe1-13/+0
2016-10-18update conversation in database background threadChristian Schneppe4-15/+10
2016-10-18code cleanupChristian Schneppe5-51/+1
2016-10-18don't show 0 KiB if filesize is smaller than 1 KiBChristian Schneppe1-2/+4
2016-10-16little notification improvements for video compressionChristian Schneppe3-17/+3
2016-10-13put closeProgress() and showProgress() to the correct placeChristian Schneppe1-2/+2
2016-10-11use notification icon during video compression instead of a dialogChristian Schneppe3-23/+18
2016-10-08little bug fixes and improvements to VideoCompressorChristian Schneppe2-4/+8
2016-10-08warn user if account is offline during avatar publicationChristian Schneppe1-4/+10
2016-10-08Prepend the subject from the intent if presentChristian Schneppe1-1/+8
2016-10-05differentiate between pending image and pending photo urisChristian Schneppe1-7/+15
2016-10-05fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe2-4/+6
2016-10-05resolve take photo uri for internal useChristian Schneppe1-3/+4
2016-10-05properly index take photo uris from file providerChristian Schneppe1-1/+1
2016-10-05add more logging to attaching file processChristian Schneppe1-4/+21
2016-09-28simplified code that invokes the export logs serviceChristian Schneppe2-39/+9
2016-09-28expert 'setting' to remove omemo identityChristian Schneppe1-1/+61
2016-09-27initialize audioplayer at beginningChristian Schneppe1-3/+3
2016-09-27don't use deprecated methodsChristian Schneppe1-1/+1
2016-09-27catch NPE while loading locationChristian Schneppe1-1/+6
2016-09-26make InfoWindow unhideableChristian Schneppe1-10/+22
2016-09-25check internet connection before start looking for updates...Christian Schneppe2-2/+9
2016-09-25Revert "simplify updater a bit and only search for updates in wifi or mobile ...Christian Schneppe1-7/+13
2016-09-25add actionbar item to report an issue via support conferenceChristian Schneppe1-0/+10
2016-09-25simplify updater a bit and only search for updates in wifi or mobile networksChristian Schneppe1-13/+7
2016-09-24add some more errors to UI if there where errors during account creationChristian Schneppe1-1/+8
2016-09-23Fix "More table" layoutChristian Schneppe1-2/+6
2016-09-23add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch1-3/+4
2016-09-23Fix "More table" layoutMishiranu1-0/+12
2016-09-23fixed styling in blocking dialogChristian Schneppe1-4/+15
2016-09-23add support for XEP-0377: Spam ReportingDaniel Gultsch1-3/+15
2016-09-23recreate activities when theme changedDaniel Gultsch5-10/+40
2016-09-23fix bug while sending photos directlyChristian Schneppe1-7/+12
2016-09-19add missing condition to ShareWithActivityChristian Schneppe1-0/+1
2016-09-19allow deleting file inside messengers storage pathChristian Schneppe1-1/+3
2016-09-17some more changes to location activitiesChristian Schneppe2-91/+117
2016-09-17get addresses async in ShowLocationChristian Schneppe2-15/+41