aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* add context menu to MediaBrowser toChristian Schneppe2020-02-183-13/+139
* update chat background immediately after opening chatChristian Schneppe2020-02-181-0/+4
* switch to sending 12 byte IVsChristian Schneppe2020-02-171-1/+1
* 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-172-10/+7
* small fixesChristian Schneppe2020-02-173-2/+21
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-1622-72/+70
* fix user adapter view recycling bugChristian Schneppe2020-02-161-0/+2
* correct AbstractGeneratorChristian Schneppe2020-02-161-1/+1
* some changes to XmppConnectionServiceChristian Schneppe2020-02-161-20/+19
* add ability to delete own files from MediaViewerActivityChristian Schneppe2020-02-161-27/+63
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2020-02-141-1/+1
|\
| * happy eyeball: fix NPE on connecting without dns (#460)genofire2020-02-131-1/+1
* | add 'show avatar' to context menu in chat viewChristian Schneppe2020-02-144-5/+37
|/
* set filter to MediaBrowserActivityChristian Schneppe2020-02-122-13/+117
* show PDF preview in MediaBrowserActivityChristian Schneppe2020-02-122-2/+5
* fix NPE in resolverChristian Schneppe2020-02-111-31/+30
* make colored muc names configurableChristian Schneppe2020-02-115-43/+25
* rework PDF previewChristian Schneppe2020-02-112-72/+118
* 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
* catch more exceptions in JingleSocks5TransportChristian Schneppe2020-02-101-1/+1
* use colored usernames in group chats/channelsChristian Schneppe2020-02-104-8/+22
* Revert "Networkstack: drop own implementation of DNS-Server selection"genofire2020-02-103-0/+186
* [BUGFIX] Resolver: fallback for invalid SRV CNAME entriesgenofire2020-02-101-2/+39
* [BUGFIX] Resolver: allow srv entry with priority 0genofire2020-02-091-1/+1
* improve logging of happy eyeball (v2)genofire2020-02-091-6/+18
* integrate alternative codec for voice recorder via attachment settingsChristian Schneppe2020-02-093-4/+19
* introduce preview for PDF files in chatChristian Schneppe2020-02-093-19/+79
* improve logging of happy eyeballgenofire2020-02-091-8/+15
* [BUGFIX] happy eyeball: concurrents resolve connectgenofire2020-02-091-6/+2
* add more logging and fix typo in Resolver.javaChristian Schneppe2020-02-081-3/+9
* add preferece to use unicolored backgroundChristian Schneppe2020-02-083-0/+20
* catch some more NPE in Resolver.javaChristian Schneppe2020-02-081-1/+6
* [BUGFIX] happy eye: null pointer if no connection was etablishedgenofire2020-02-081-0/+4
* [BUGFIX] happy eye: null pointer on closed socket if no connection was etabli...genofire2020-02-081-1/+4
* rework RecordingActivityChristian Schneppe2020-02-072-2/+10
* [BUGFIX] crash on resolve.toString if hostname is null (#444)genofire2020-02-071-1/+1
* fix some button colorsChristian Schneppe2020-02-061-7/+3
* show me name instead of name part from own jid in mapsChristian Schneppe2020-02-061-1/+1
* fix crash/stacktrace in Share/ShowLocationActivityChristian Schneppe2020-02-062-2/+2
* fix NPE in AboutActivityChristian Schneppe2020-02-061-6/+16
* Networkstack: easy happy eyeball (#411)genofire2020-02-055-392/+158
* limit artist - title in messages to 128 charsChristian Schneppe2020-02-051-2/+3
* add device to crash reportChristian Schneppe2020-02-051-0/+12
* update MetaDataExtractorChristian Schneppe2020-02-031-4/+17
* don't crash if player == nullChristian Schneppe2020-02-021-3/+3
* show audio artist and title for audio filesChristian Schneppe2020-02-024-2/+63
* fix showing progressBarChristian Schneppe2020-02-011-19/+14