aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-0/+1
|
* mark cancelled jingle ft as such on both sidesChristian Schneppe2019-10-261-3/+6
|
* fully read port in socks connectionChristian Schneppe2019-10-261-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
* set shorter timeouts when using direct candidatesChristian Schneppe2019-10-261-3/+3
|
* do not parse invites from type=groupchatChristian Schneppe2019-09-231-0/+1
|
* migrate to AndroidXChristian Schneppe2019-09-2010-16/+16
|
* cancel spinning wheel on muclumbus errorChristian Schneppe2019-09-191-1/+1
|
* warn when using _only_ ambiguous cyrillicChristian Schneppe2019-09-191-3/+33
|
* set Messenger identity as userAgent for RichPreview and ChannelDiscoveryChristian Schneppe2019-09-121-0/+1
|
* introduce automatic theme based on the systems themeChristian Schneppe2019-09-111-2/+22
|
* introduce new file transfer statusChristian Schneppe2019-09-091-0/+2
|
* improve webpreviews during offline timesChristian Schneppe2019-09-071-26/+39
|
* catch exceptions in SerialSingleThreadExecutorChristian Schneppe2019-09-071-0/+2
|
* make Tor connections work with direct TLSChristian Schneppe2019-09-062-6/+23
|
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-061-0/+2
|
* fix some crashesChristian Schneppe2019-09-032-2/+6
|
* bare minimum direct connectionsChristian Schneppe2019-09-031-0/+12
|