Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-07 | fix resolving IP if SRV violences RFC2782 | Christian Schneppe | 2 | -25/+69 | |
2020-04-06 | make OTR setting working | Christian Schneppe | 3 | -5/+10 | |
2020-04-06 | fix crach on android < SDK 21 | Christian Schneppe | 1 | -1/+2 | |
2020-04-02 | respect invidious settings in notifications | Christian Schneppe | 1 | -1/+2 | |
2020-04-01 | display toast when trying to join channel with no enabled accounts | Christian Schneppe | 2 | -3/+7 | |
2020-04-01 | fixed typo | Christian Schneppe | 1 | -2/+2 | |
2020-04-01 | close FileInputStream in MTM | Christian Schneppe | 1 | -129/+127 | |
2020-03-22 | add choose video from file to attachments menu | Christian Schneppe | 1 | -0/+6 | |
2020-03-22 | fix MediaBrowserActivity and show if no attachments available | Christian Schneppe | 1 | -1/+4 | |
2020-03-16 | update Conversation and log filename on restoring orphaned files | Christian Schneppe | 1 | -1/+2 | |
2020-03-16 | fix message quotes from SearchActivity | Christian Schneppe | 2 | -6/+9 | |
2020-03-16 | add jfif and jif as jpeg mime types | Christian Schneppe | 1 | -0/+2 | |
2020-03-16 | explicitly use BouncyCastle for file crypto | Christian Schneppe | 4 | -19/+20 | |
2020-03-16 | avoid bundled source selection that comes with ImageCropper on Android 10 | Christian Schneppe | 2 | -21/+40 | |
2020-03-16 | when setting moderated also set non standard field to not make users ↵ | Christian Schneppe | 1 | -3/+7 | |
participants by default | |||||
2020-03-16 | set IqPacket publish in AxolotlService final | Christian Schneppe | 1 | -1/+1 | |
2020-03-16 | do not merge oob messages | Christian Schneppe | 1 | -0/+2 | |
2020-03-16 | show invidious links in notifications too | Christian Schneppe | 2 | -7/+10 | |
2020-03-16 | fix NPE | Christian Schneppe | 1 | -2/+2 | |
2020-02-19 | don't show offline status in dynamic tags | Christian Schneppe | 1 | -2/+0 | |
2020-02-19 | WIP: happy eyeball with dns caching for 5min (#464) | genofire | 3 | -9/+97 | |
* happy eyeball: fix dnssec for plain ip an srv-cname * reimplement dns resolver cache + add timeout for cache | |||||
2020-02-19 | Revert "hide local part of group chat xmpp address" | Christian Schneppe | 1 | -5/+1 | |
This reverts commit 31abe938fdd5c386de52aad7b083289a9a5f0aeb. | |||||
2020-02-18 | fix MessageAdapter | Christian Schneppe | 1 | -1/+6 | |
2020-02-18 | add context menu to MediaBrowser to | Christian Schneppe | 3 | -13/+139 | |
* share * open * delete | |||||
2020-02-18 | update chat background immediately after opening chat | Christian Schneppe | 1 | -0/+4 | |
2020-02-17 | switch to sending 12 byte IVs | Christian Schneppe | 1 | -1/+1 | |
2020-02-17 | hide local part of group chat xmpp address | Christian Schneppe | 1 | -1/+5 | |
2020-02-17 | prevent sharing of xmpp uri for group chat bookmarks | Christian Schneppe | 1 | -2/+5 | |
2020-02-17 | do not warn user if bookmark already exists | Christian Schneppe | 2 | -10/+7 | |
2020-02-17 | small fixes | Christian Schneppe | 3 | -2/+21 | |
2020-02-16 | use androidx.appcompat.app.AlertDialog and make AlertDialog final | Christian Schneppe | 22 | -72/+70 | |
2020-02-16 | fix user adapter view recycling bug | Christian Schneppe | 1 | -0/+2 | |
2020-02-16 | correct AbstractGenerator | Christian Schneppe | 1 | -1/+1 | |
2020-02-16 | some changes to XmppConnectionService | Christian Schneppe | 1 | -20/+19 | |
2020-02-16 | add ability to delete own files from MediaViewerActivity | Christian Schneppe | 1 | -27/+63 | |
2020-02-14 | add 'show avatar' to context menu in chat view | Christian Schneppe | 4 | -5/+37 | |
to show a bigger avatar | |||||
2020-02-13 | happy eyeball: fix NPE on connecting without dns (#460) | genofire | 1 | -1/+1 | |
2020-02-12 | set filter to MediaBrowserActivity | Christian Schneppe | 2 | -13/+117 | |
to show only images and videos or all media files fixes #457 | |||||
2020-02-12 | show PDF preview in MediaBrowserActivity | Christian Schneppe | 2 | -2/+5 | |
2020-02-11 | fix NPE in resolver | Christian Schneppe | 1 | -31/+30 | |
and set more variables to final | |||||
2020-02-11 | make colored muc names configurable | Christian Schneppe | 5 | -43/+25 | |
* default = off | |||||
2020-02-11 | rework PDF preview | Christian Schneppe | 2 | -72/+118 | |
should fix #456 | |||||
2020-02-10 | fix colored nickname failure on single chats the 2nd | Christian Schneppe | 1 | -1/+4 | |
2020-02-10 | fix colored nickname failure on single chats | Christian Schneppe | 1 | -0/+3 | |
2020-02-10 | catch more exceptions in JingleSocks5Transport | Christian Schneppe | 1 | -1/+1 | |
2020-02-10 | use colored usernames in group chats/channels | Christian Schneppe | 4 | -8/+22 | |
2020-02-10 | Revert "Networkstack: drop own implementation of DNS-Server selection" | genofire | 3 | -0/+186 | |
This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e. | |||||
2020-02-10 | [BUGFIX] Resolver: fallback for invalid SRV CNAME entries | genofire | 1 | -2/+39 | |
2020-02-09 | [BUGFIX] Resolver: allow srv entry with priority 0 | genofire | 1 | -1/+1 | |
2020-02-09 | improve logging of happy eyeball (v2) | genofire | 1 | -6/+18 | |