aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-07fix resolving IP if SRV violences RFC2782Christian Schneppe1-8/+10
2020-04-07fix resolving IP if SRV violences RFC2782Christian Schneppe1-8/+38
2020-04-02respect invidious settings in notificationsChristian Schneppe1-1/+2
2020-03-16add jfif and jif as jpeg mime typesChristian Schneppe1-0/+2
2020-02-19don't show offline status in dynamic tagsChristian Schneppe1-2/+0
2020-02-19WIP: happy eyeball with dns caching for 5min (#464)genofire1-4/+35
* happy eyeball: fix dnssec for plain ip an srv-cname * reimplement dns resolver cache + add timeout for cache
2020-02-16use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe1-3/+3
2020-02-13happy eyeball: fix NPE on connecting without dns (#460)genofire1-1/+1
2020-02-11fix NPE in resolverChristian Schneppe1-31/+30
and set more variables to final
2020-02-11make colored muc names configurableChristian Schneppe1-2/+5
* default = off
2020-02-10use colored usernames in group chats/channelsChristian Schneppe1-0/+13
2020-02-10Revert "Networkstack: drop own implementation of DNS-Server selection"genofire3-0/+186
This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e.
2020-02-10[BUGFIX] Resolver: fallback for invalid SRV CNAME entriesgenofire1-2/+39
2020-02-09[BUGFIX] Resolver: allow srv entry with priority 0genofire1-1/+1
2020-02-09improve logging of happy eyeball (v2)genofire1-6/+18
2020-02-09introduce preview for PDF files in chatChristian Schneppe1-0/+4
2020-02-09improve logging of happy eyeballgenofire1-8/+15
2020-02-09[BUGFIX] happy eyeball: concurrents resolve connectgenofire1-6/+2
2020-02-08add more logging and fix typo in Resolver.javaChristian Schneppe1-3/+9
2020-02-08catch some more NPE in Resolver.javaChristian Schneppe1-1/+6
2020-02-08[BUGFIX] happy eye: null pointer if no connection was etablishedgenofire1-0/+4
2020-02-08[BUGFIX] happy eye: null pointer on closed socket if no connection was ↵genofire1-1/+4
etablished
2020-02-07rework RecordingActivityChristian Schneppe1-1/+7
2020-02-07[BUGFIX] crash on resolve.toString if hostname is null (#444)genofire1-1/+1
Thank you @genofire
2020-02-06show me name instead of name part from own jid in mapsChristian Schneppe1-1/+1
2020-02-05Networkstack: easy happy eyeball (#411)genofire3-271/+124
* Networkstack: easy happy eyeball * Networkstack: drop own implementation of DNS-Server selection Co-authored-by: Christian Schneppe <kriztan@users.noreply.github.com>
2020-02-05add device to crash reportChristian Schneppe1-0/+12
2020-02-01show progressbar instead of percentages while up-/downloading filesChristian Schneppe1-3/+2
2020-01-31use ToastCompat instead of ToastChristian Schneppe1-1/+2
2020-01-31optimize importsChristian Schneppe8-9/+14
2020-01-31use ExoPlayer for video playbackChristian Schneppe1-0/+1
2020-01-26fix some bugsChristian Schneppe1-2/+3
2020-01-24fix fingerprint for otrChristian Schneppe1-0/+6
2020-01-24support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe1-90/+81
2020-01-24use installreferrer libray instead of broadcast listenerChristian Schneppe1-2/+0
2020-01-24parse install referrer from gplayChristian Schneppe2-1/+3
2020-01-24make registration uris work with fixed usernamesChristian Schneppe1-2/+12
2020-01-24support ?roster;ibr=y xmpp urisChristian Schneppe2-2/+3
2020-01-24support registration via pars tokensChristian Schneppe3-0/+20
2020-01-24refactored xmpp uri parsing to expose all paramsChristian Schneppe1-71/+63
2020-01-02don’t crash when long pressing invalid geo-urisChristian Schneppe1-3/+7
2020-01-02persist file size across abortsChristian Schneppe2-2/+7
2019-12-17show nick for /me in 1:1 chatsChristian Schneppe1-2/+12
fixes #421
2019-12-12add .heic to list of known mime typesChristian Schneppe1-6/+7
2019-12-08reduce cursor size back to 4m; now that the cause is fixedChristian Schneppe1-1/+1
2019-12-08use Base64.NO_WRAP instead of trim()Christian Schneppe1-1/+1
2019-12-08increase cursor window size on Android P when restoring messagesChristian Schneppe1-0/+21
2019-12-07add missing permission requests for Android PChristian Schneppe2-1/+11
possibly fixes #410
2019-11-16rework design colors and make it compatible with older ROMsChristian Schneppe1-1/+1
2019-11-15introduce new orange theme colorChristian Schneppe1-13/+48