aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix updaterChristian Schneppe2020-04-073-11/+467
|
* fix resolving IP if SRV violences RFC2782Christian Schneppe2020-04-071-8/+10
|
* fix resolving IP if SRV violences RFC2782Christian Schneppe2020-04-072-25/+69
|
* make OTR setting workingChristian Schneppe2020-04-063-5/+10
|
* fix crach on android < SDK 21Christian Schneppe2020-04-061-1/+2
|
* respect invidious settings in notificationsChristian Schneppe2020-04-021-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
|
* close FileInputStream in MTMChristian Schneppe2020-04-011-129/+127
|
* 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
|
* add jfif and jif as jpeg mime typesChristian Schneppe2020-03-161-0/+2
|
* explicitly use BouncyCastle for file cryptoChristian Schneppe2020-03-164-19/+20
|
* avoid bundled source selection that comes with ImageCropper on Android 10Christian Schneppe2020-03-162-21/+40
|
* when setting moderated also set non standard field to not make users ↵Christian Schneppe2020-03-161-3/+7
| | | | participants by default
* set IqPacket publish in AxolotlService finalChristian Schneppe2020-03-161-1/+1
|
* do not merge oob messagesChristian Schneppe2020-03-161-0/+2
|
* show invidious links in notifications tooChristian Schneppe2020-03-162-7/+10
|
* fix NPEChristian Schneppe2020-03-161-2/+2
|
* don't show offline status in dynamic tagsChristian Schneppe2020-02-191-2/+0
|
* WIP: happy eyeball with dns caching for 5min (#464)genofire2020-02-193-9/+97
| | | | | | * happy eyeball: fix dnssec for plain ip an srv-cname * reimplement dns resolver cache + add timeout for cache
* Revert "hide local part of group chat xmpp address"Christian Schneppe2020-02-191-5/+1
| | | | This reverts commit 31abe938fdd5c386de52aad7b083289a9a5f0aeb.
* fix MessageAdapterChristian Schneppe2020-02-181-1/+6
|
* add context menu to MediaBrowser toChristian Schneppe2020-02-183-13/+139
| | | | | | * share * open * delete
* 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
|/ | | | to show a bigger avatar
* set filter to MediaBrowserActivityChristian Schneppe2020-02-122-13/+117
| | | | | to show only images and videos or all media files fixes #457
* show PDF preview in MediaBrowserActivityChristian Schneppe2020-02-122-2/+5
|
* fix NPE in resolverChristian Schneppe2020-02-111-31/+30
| | | | and set more variables to final
* make colored muc names configurableChristian Schneppe2020-02-115-43/+25
| | | | * default = off
* rework PDF previewChristian Schneppe2020-02-112-72/+118
| | | | should fix #456
* 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
| | | | This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e.