aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* make OTR setting workingChristian Schneppe2020-04-063-5/+10
* fix crach on android < SDK 21Christian Schneppe2020-04-061-1/+2
* display toast when trying to join channel with no enabled accountsChristian Schneppe2020-04-012-3/+7
* fixed typoChristian Schneppe2020-04-011-2/+2
* add choose video from file to attachments menuChristian Schneppe2020-03-221-0/+6
* fix MediaBrowserActivity and show if no attachments availableChristian Schneppe2020-03-221-1/+4
* update Conversation and log filename on restoring orphaned filesChristian Schneppe2020-03-161-1/+2
* fix message quotes from SearchActivityChristian Schneppe2020-03-162-6/+9
* avoid bundled source selection that comes with ImageCropper on Android 10Christian Schneppe2020-03-162-21/+40
* show invidious links in notifications tooChristian Schneppe2020-03-161-5/+5
* fix NPEChristian Schneppe2020-03-161-2/+2
* Revert "hide local part of group chat xmpp address"Christian Schneppe2020-02-191-5/+1
* fix MessageAdapterChristian Schneppe2020-02-181-1/+6
* add context menu to MediaBrowser toChristian Schneppe2020-02-183-13/+139
* update chat background immediately after opening chatChristian Schneppe2020-02-181-0/+4
* hide local part of group chat xmpp addressChristian Schneppe2020-02-171-1/+5
* prevent sharing of xmpp uri for group chat bookmarksChristian Schneppe2020-02-171-2/+5
* do not warn user if bookmark already existsChristian Schneppe2020-02-171-3/+6
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-1621-69/+67
* fix user adapter view recycling bugChristian Schneppe2020-02-161-0/+2
* add ability to delete own files from MediaViewerActivityChristian Schneppe2020-02-161-27/+63
* add 'show avatar' to context menu in chat viewChristian Schneppe2020-02-144-5/+37
* set filter to MediaBrowserActivityChristian Schneppe2020-02-121-10/+114
* show PDF preview in MediaBrowserActivityChristian Schneppe2020-02-121-1/+1
* make colored muc names configurableChristian Schneppe2020-02-112-38/+13
* rework PDF previewChristian Schneppe2020-02-111-54/+52
* fix colored nickname failure on single chats the 2ndChristian Schneppe2020-02-101-1/+4
* fix colored nickname failure on single chatsChristian Schneppe2020-02-101-0/+3
* use colored usernames in group chats/channelsChristian Schneppe2020-02-102-3/+6
* integrate alternative codec for voice recorder via attachment settingsChristian Schneppe2020-02-092-4/+15
* introduce preview for PDF files in chatChristian Schneppe2020-02-091-18/+44
* add preferece to use unicolored backgroundChristian Schneppe2020-02-083-0/+20
* rework RecordingActivityChristian Schneppe2020-02-071-1/+3
* fix some button colorsChristian Schneppe2020-02-061-7/+3
* fix crash/stacktrace in Share/ShowLocationActivityChristian Schneppe2020-02-062-2/+2
* fix NPE in AboutActivityChristian Schneppe2020-02-061-6/+16
* don't crash if player == nullChristian Schneppe2020-02-021-3/+3
* show audio artist and title for audio filesChristian Schneppe2020-02-021-1/+32
* fix showing progressBarChristian Schneppe2020-02-011-19/+14
* update theme in SettingsActivity correctlyChristian Schneppe2020-02-011-0/+1
* show progressbar instead of percentages while up-/downloading filesChristian Schneppe2020-02-011-13/+48
* add ability to reply on private messages in notificationsChristian Schneppe2020-02-011-3/+1
* release video player onStopChristian Schneppe2020-01-311-2/+4
* fix showing presence colored namesChristian Schneppe2020-01-312-26/+27
* use ToastCompat instead of ToastChristian Schneppe2020-01-3132-136/+166
* add icons for video, audio and image files for the case the preview failsChristian Schneppe2020-01-311-0/+18
* optimize importsChristian Schneppe2020-01-3149-99/+141
* fix sending uncompressed filesChristian Schneppe2020-01-311-5/+0
* use ExoPlayer for video playbackChristian Schneppe2020-01-311-21/+64
* evict cached previews when file gets deletedChristian Schneppe2020-01-311-0/+1