aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2019-11-15Fix empty grey box for unknown file types (#405)TheOneric1-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'.
2019-11-15small UI fixes in SetSettingsActivityChristian Schneppe1-1/+0
2019-11-04rework message deletionChristian Schneppe1-1/+5
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe2-0/+4
2019-10-26flush on socks connectionChristian Schneppe1-6/+8
2019-10-26bookmarks2. introduce #compat namespaceChristian Schneppe1-1/+2
2019-10-26WIP Bookmarks 2 supportChristian Schneppe1-0/+1
2019-10-26mark cancelled jingle ft as such on both sidesChristian Schneppe1-3/+6
2019-10-26fully read port in socks connectionChristian Schneppe1-1/+1
incoming direct connections in receive mode wouldn’t clear the entire destination from the input stream; thus adding a leading 0x00 to the file
2019-10-26set shorter timeouts when using direct candidatesChristian Schneppe1-3/+3
2019-09-23do not parse invites from type=groupchatChristian Schneppe1-0/+1
2019-09-20migrate to AndroidXChristian Schneppe10-16/+16
2019-09-19cancel spinning wheel on muclumbus errorChristian Schneppe1-1/+1
2019-09-19warn when using _only_ ambiguous cyrillicChristian Schneppe1-3/+33
2019-09-12set Messenger identity as userAgent for RichPreview and ChannelDiscoveryChristian Schneppe1-0/+1
2019-09-11introduce automatic theme based on the systems themeChristian Schneppe1-2/+22
2019-09-09introduce new file transfer statusChristian Schneppe1-0/+2
2019-09-07improve webpreviews during offline timesChristian Schneppe1-26/+39
2019-09-07catch exceptions in SerialSingleThreadExecutorChristian Schneppe1-0/+2
2019-09-06make Tor connections work with direct TLSChristian Schneppe2-6/+23
2019-09-06implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe1-0/+2
2019-09-03fix some crashesChristian Schneppe2-2/+6
2019-09-03bare minimum direct connectionsChristian Schneppe1-0/+12