Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2020-02-09 | integrate alternative codec for voice recorder via attachment settings | Christian Schneppe | 3 | -4/+19 | |
2020-02-09 | introduce preview for PDF files in chat | Christian Schneppe | 3 | -19/+79 | |
2020-02-09 | improve logging of happy eyeball | genofire | 1 | -8/+15 | |
2020-02-09 | [BUGFIX] happy eyeball: concurrents resolve connect | genofire | 1 | -6/+2 | |
2020-02-08 | add more logging and fix typo in Resolver.java | Christian Schneppe | 1 | -3/+9 | |
2020-02-08 | add preferece to use unicolored background | Christian Schneppe | 3 | -0/+20 | |
2020-02-08 | catch some more NPE in Resolver.java | Christian Schneppe | 1 | -1/+6 | |
2020-02-08 | [BUGFIX] happy eye: null pointer if no connection was etablished | genofire | 1 | -0/+4 | |
2020-02-08 | [BUGFIX] happy eye: null pointer on closed socket if no connection was ↵ | genofire | 1 | -1/+4 | |
etablished | |||||
2020-02-07 | rework RecordingActivity | Christian Schneppe | 2 | -2/+10 | |
2020-02-07 | [BUGFIX] crash on resolve.toString if hostname is null (#444) | genofire | 1 | -1/+1 | |
Thank you @genofire | |||||
2020-02-06 | fix some button colors | Christian Schneppe | 1 | -7/+3 | |
2020-02-06 | show me name instead of name part from own jid in maps | Christian Schneppe | 1 | -1/+1 | |
2020-02-06 | fix crash/stacktrace in Share/ShowLocationActivity | Christian Schneppe | 2 | -2/+2 | |
2020-02-06 | fix NPE in AboutActivity | Christian Schneppe | 1 | -6/+16 | |
2020-02-05 | Networkstack: easy happy eyeball (#411) | genofire | 5 | -392/+158 | |
* Networkstack: easy happy eyeball * Networkstack: drop own implementation of DNS-Server selection Co-authored-by: Christian Schneppe <kriztan@users.noreply.github.com> | |||||
2020-02-05 | limit artist - title in messages to 128 chars | Christian Schneppe | 1 | -2/+3 | |
2020-02-05 | add device to crash report | Christian Schneppe | 1 | -0/+12 | |
2020-02-03 | update MetaDataExtractor | Christian Schneppe | 1 | -4/+17 | |
2020-02-02 | don't crash if player == null | Christian Schneppe | 1 | -3/+3 | |
2020-02-02 | show audio artist and title for audio files | Christian Schneppe | 4 | -2/+63 | |
2020-02-01 | fix showing progressBar | Christian Schneppe | 1 | -19/+14 | |
2020-02-01 | update theme in SettingsActivity correctly | Christian Schneppe | 1 | -0/+1 | |
2020-02-01 | show progressbar instead of percentages while up-/downloading files | Christian Schneppe | 3 | -17/+51 | |
2020-02-01 | add ability to reply on private messages in notifications | Christian Schneppe | 2 | -5/+13 | |
fixes #191 | |||||
2020-01-31 | small jingle fixes | Christian Schneppe | 1 | -2/+2 | |
possibly fixes #417, but I couldn't check this, because I can't reproduce the problems. Feel free to reopen it with updated logs. | |||||
2020-01-31 | release video player onStop | Christian Schneppe | 1 | -2/+4 | |
2020-01-31 | fix showing presence colored names | Christian Schneppe | 2 | -26/+27 | |
fixes #257 | |||||
2020-01-31 | change updater a bit | Christian Schneppe | 1 | -3/+4 | |
2020-01-31 | use ToastCompat instead of Toast | Christian Schneppe | 34 | -138/+170 | |