aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-161-3/+3
|
* happy eyeball: fix NPE on connecting without dns (#460)genofire2020-02-131-1/+1
|
* fix NPE in resolverChristian Schneppe2020-02-111-31/+30
| | | | and set more variables to final
* make colored muc names configurableChristian Schneppe2020-02-111-2/+5
| | | | * default = off
* use colored usernames in group chats/channelsChristian Schneppe2020-02-101-0/+13
|
* Revert "Networkstack: drop own implementation of DNS-Server selection"genofire2020-02-103-0/+186
| | | | This reverts commit 3bbdd69d620055a88f42bc62e10421e250a57d9e.
* [BUGFIX] Resolver: fallback for invalid SRV CNAME entriesgenofire2020-02-101-2/+39
|
* [BUGFIX] Resolver: allow srv entry with priority 0genofire2020-02-091-1/+1
|
* improve logging of happy eyeball (v2)genofire2020-02-091-6/+18
|
* introduce preview for PDF files in chatChristian Schneppe2020-02-091-0/+4
|
* improve logging of happy eyeballgenofire2020-02-091-8/+15
|
* [BUGFIX] happy eyeball: concurrents resolve connectgenofire2020-02-091-6/+2
|
* add more logging and fix typo in Resolver.javaChristian Schneppe2020-02-081-3/+9
|
* catch some more NPE in Resolver.javaChristian Schneppe2020-02-081-1/+6
|
* [BUGFIX] happy eye: null pointer if no connection was etablishedgenofire2020-02-081-0/+4
|
* [BUGFIX] happy eye: null pointer on closed socket if no connection was ↵genofire2020-02-081-1/+4
| | | | etablished
* rework RecordingActivityChristian Schneppe2020-02-071-1/+7
|
* [BUGFIX] crash on resolve.toString if hostname is null (#444)genofire2020-02-071-1/+1
| | | Thank you @genofire
* show me name instead of name part from own jid in mapsChristian Schneppe2020-02-061-1/+1
|
* Networkstack: easy happy eyeball (#411)genofire2020-02-053-271/+124
| | | | | | | | * Networkstack: easy happy eyeball * Networkstack: drop own implementation of DNS-Server selection Co-authored-by: Christian Schneppe <kriztan@users.noreply.github.com>
* add device to crash reportChristian Schneppe2020-02-051-0/+12
|
* show progressbar instead of percentages while up-/downloading filesChristian Schneppe2020-02-011-3/+2
|
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-1/+2
|
* optimize importsChristian Schneppe2020-01-318-9/+14
|
* use ExoPlayer for video playbackChristian Schneppe2020-01-311-0/+1
|
* fix some bugsChristian Schneppe2020-01-261-2/+3
|
* fix fingerprint for otrChristian Schneppe2020-01-241-0/+6
|
* support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe2020-01-241-90/+81
|
* use installreferrer libray instead of broadcast listenerChristian Schneppe2020-01-241-2/+0
|
* parse install referrer from gplayChristian Schneppe2020-01-242-1/+3
|
* make registration uris work with fixed usernamesChristian Schneppe2020-01-241-2/+12
|
* support ?roster;ibr=y xmpp urisChristian Schneppe2020-01-242-2/+3
|
* support registration via pars tokensChristian Schneppe2020-01-243-0/+20
|
* refactored xmpp uri parsing to expose all paramsChristian Schneppe2020-01-241-71/+63
|
* don’t crash when long pressing invalid geo-urisChristian Schneppe2020-01-021-3/+7
|
* persist file size across abortsChristian Schneppe2020-01-022-2/+7
|
* show nick for /me in 1:1 chatsChristian Schneppe2019-12-171-2/+12
| | | | fixes #421
* add .heic to list of known mime typesChristian Schneppe2019-12-121-6/+7
|
* reduce cursor size back to 4m; now that the cause is fixedChristian Schneppe2019-12-081-1/+1
|
* use Base64.NO_WRAP instead of trim()Christian Schneppe2019-12-081-1/+1
|
* increase cursor window size on Android P when restoring messagesChristian Schneppe2019-12-081-0/+21
|
* add missing permission requests for Android PChristian Schneppe2019-12-072-1/+11
| | | | possibly fixes #410
* rework design colors and make it compatible with older ROMsChristian Schneppe2019-11-161-1/+1
|
* introduce new orange theme colorChristian Schneppe2019-11-151-13/+48
|
* Fix empty grey box for unknown file types (#405)TheOneric2019-11-151-0/+1
| | | | | | Previously if files, whose mime-type was not recognized by MimeUtils, were being sent to a Pix-Art-Client only a grey box without text would be shown. With this commit the general "open file" text is now shown for these files. Previously this text was only shown for files with recognized mime-types, not being specially handled (like images). Also the Advanced SSA (*.ass) subtitle format was added to MimeUtils as 'text/plain'.
* small UI fixes in SetSettingsActivityChristian Schneppe2019-11-151-1/+0
|
* rework message deletionChristian Schneppe2019-11-041-1/+5
|
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-032-0/+4
|
* flush on socks connectionChristian Schneppe2019-10-261-6/+8
|
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-261-1/+2
|