Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add jfif and jif as jpeg mime types | Christian Schneppe | 2020-03-16 | 1 | -0/+2 |
| | |||||
* | explicitly use BouncyCastle for file crypto | Christian Schneppe | 2020-03-16 | 4 | -19/+20 |
| | |||||
* | avoid bundled source selection that comes with ImageCropper on Android 10 | Christian Schneppe | 2020-03-16 | 2 | -21/+40 |
| | |||||
* | when setting moderated also set non standard field to not make users ↵ | Christian Schneppe | 2020-03-16 | 1 | -3/+7 |
| | | | | participants by default | ||||
* | set IqPacket publish in AxolotlService final | Christian Schneppe | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | do not merge oob messages | Christian Schneppe | 2020-03-16 | 1 | -0/+2 |
| | |||||
* | show invidious links in notifications too | Christian Schneppe | 2020-03-16 | 2 | -7/+10 |
| | |||||
* | fix NPE | Christian Schneppe | 2020-03-16 | 1 | -2/+2 |
| | |||||
* | don't show offline status in dynamic tags | Christian Schneppe | 2020-02-19 | 1 | -2/+0 |
| | |||||
* | WIP: happy eyeball with dns caching for 5min (#464) | genofire | 2020-02-19 | 3 | -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 Schneppe | 2020-02-19 | 1 | -5/+1 |
| | | | | This reverts commit 31abe938fdd5c386de52aad7b083289a9a5f0aeb. | ||||
* | fix MessageAdapter | Christian Schneppe | 2020-02-18 | 1 | -1/+6 |
| | |||||
* | add context menu to MediaBrowser to | Christian Schneppe | 2020-02-18 | 3 | -13/+139 |
| | | | | | | * share * open * delete | ||||
* | update chat background immediately after opening chat | Christian Schneppe | 2020-02-18 | 1 | -0/+4 |
| | |||||
* | switch to sending 12 byte IVs | Christian Schneppe | 2020-02-17 | 1 | -1/+1 |
| | |||||
* | hide local part of group chat xmpp address | Christian Schneppe | 2020-02-17 | 1 | -1/+5 |
| | |||||
* | prevent sharing of xmpp uri for group chat bookmarks | Christian Schneppe | 2020-02-17 | 1 | -2/+5 |
| | |||||
* | do not warn user if bookmark already exists | Christian Schneppe | 2020-02-17 | 2 | -10/+7 |
| | |||||
* | small fixes | Christian Schneppe | 2020-02-17 | 3 | -2/+21 |
| | |||||
* | use androidx.appcompat.app.AlertDialog and make AlertDialog final | Christian Schneppe | 2020-02-16 | 22 | -72/+70 |
| | |||||
* | fix user adapter view recycling bug | Christian Schneppe | 2020-02-16 | 1 | -0/+2 |
| | |||||
* | correct AbstractGenerator | Christian Schneppe | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | some changes to XmppConnectionService | Christian Schneppe | 2020-02-16 | 1 | -20/+19 |
| | |||||
* | add ability to delete own files from MediaViewerActivity | Christian Schneppe | 2020-02-16 | 1 | -27/+63 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2020-02-14 | 1 | -1/+1 |
|\ | |||||
| * | happy eyeball: fix NPE on connecting without dns (#460) | genofire | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | add 'show avatar' to context menu in chat view | Christian Schneppe | 2020-02-14 | 4 | -5/+37 |
|/ | | | | to show a bigger avatar | ||||
* | set filter to MediaBrowserActivity | Christian Schneppe | 2020-02-12 | 2 | -13/+117 |
| | | | | | to show only images and videos or all media files fixes #457 | ||||
* | show PDF preview in MediaBrowserActivity | Christian Schneppe | 2020-02-12 | 2 | -2/+5 |
| | |||||
* | fix NPE in resolver | Christian Schneppe | 2020-02-11 | 1 | -31/+30 |
| | | | | and set more variables to final | ||||
* | make colored muc names configurable | Christian Schneppe | 2020-02-11 | 5 | -43/+25 |
| | | | | * default = off | ||||
* | rework PDF preview | Christian Schneppe | 2020-02-11 | 2 | -72/+118 |
| | | | | should fix #456 | ||||
* | fix colored nickname failure on single chats the 2nd | Christian Schneppe | 2020-02-10 | 1 | -1/+4 |
| | |||||
* | fix colored nickname failure on single chats | Christian Schneppe | 2020-02-10 | 1 | -0/+3 |
| | |||||
* | catch more exceptions in JingleSocks5Transport | Christian Schneppe | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | use colored usernames in group chats/channels | Christian Schneppe | 2020-02-10 | 4 | -8/+22 |
| | |||||
* | Revert "Networkstack: drop own implementation of DNS-Server selection" | genofire | 2020-02-10 | 3 | -0/+186 |
| | | | | This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e. | ||||
* | [BUGFIX] Resolver: fallback for invalid SRV CNAME entries | genofire | 2020-02-10 | 1 | -2/+39 |
| | |||||
* | [BUGFIX] Resolver: allow srv entry with priority 0 | genofire | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | improve logging of happy eyeball (v2) | genofire | 2020-02-09 | 1 | -6/+18 |
| | |||||
* | integrate alternative codec for voice recorder via attachment settings | Christian Schneppe | 2020-02-09 | 3 | -4/+19 |
| | |||||
* | introduce preview for PDF files in chat | Christian Schneppe | 2020-02-09 | 3 | -19/+79 |
| | |||||
* | improve logging of happy eyeball | genofire | 2020-02-09 | 1 | -8/+15 |
| | |||||
* | [BUGFIX] happy eyeball: concurrents resolve connect | genofire | 2020-02-09 | 1 | -6/+2 |
| | |||||
* | add more logging and fix typo in Resolver.java | Christian Schneppe | 2020-02-08 | 1 | -3/+9 |
| | |||||
* | add preferece to use unicolored background | Christian Schneppe | 2020-02-08 | 3 | -0/+20 |
| | |||||
* | catch some more NPE in Resolver.java | Christian Schneppe | 2020-02-08 | 1 | -1/+6 |
| | |||||
* | [BUGFIX] happy eye: null pointer if no connection was etablished | genofire | 2020-02-08 | 1 | -0/+4 |
| | |||||
* | [BUGFIX] happy eye: null pointer on closed socket if no connection was ↵ | genofire | 2020-02-08 | 1 | -1/+4 |
| | | | | etablished | ||||
* | rework RecordingActivity | Christian Schneppe | 2020-02-07 | 2 | -2/+10 |
| |