aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe4-12/+111
2018-10-20fix some build errorsChristian Schneppe1-1/+3
2018-10-20refactor magic creates password gen to CryptoHelperChristian Schneppe1-5/+13
2018-10-20fixed NPE after attempt to store user@ip style jid resolver resultChristian Schneppe1-2/+3
2018-10-20use bouncycastle provider up to api 27Christian Schneppe1-2/+2
2018-10-20PRNG fixes were a nop ever since we switched to 4.4+Christian Schneppe1-62/+62
2018-10-20catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe1-1/+5
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-1/+1
2018-10-02clean up connection code. unify domain = ip and extended connection settings ...Christian Schneppe1-7/+30
2018-10-02use sni and alpn for start tls as well. apperently google requires itChristian Schneppe1-1/+1
2018-10-01fixed sni and alpn for kitkatChristian Schneppe1-5/+43
2018-10-01use conscrypt api to set sni and alpnChristian Schneppe1-31/+10
2018-10-01fixed regression that didn’t enable SNIChristian Schneppe1-20/+31
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe2-27/+22
2018-09-27interrupt sub thread in resolverChristian Schneppe1-1/+6
2018-09-27copy into new array when returning from resolverChristian Schneppe1-6/+10
2018-09-27behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe1-4/+31
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe1-0/+6
2018-09-26do not use BC provider on android 22+Christian Schneppe1-0/+4
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe1-1/+1
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe1-2/+2
2018-09-13speed up DNSChristian Schneppe1-103/+145
2018-09-13initial work toward api 26+Christian Schneppe2-2/+75
2018-08-26disabled by default variant of XEP-0392Christian Schneppe2-0/+33
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe1-0/+2
2018-07-09support mam:1Christian Schneppe1-2/+0
2018-07-09make xmppuri deal with null inputChristian Schneppe1-1/+4
2018-07-09restart file observer when permisson are grantedChristian Schneppe1-0/+5
2018-07-09reset subject and name on emptyChristian Schneppe1-0/+4
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-0/+46
2018-07-09refined create conference dialogChristian Schneppe1-0/+14
2018-06-17Improved URL matchingChristian Schneppe1-2/+0
2018-06-16fix geo uri regexChristian Schneppe1-1/+1
2018-06-16catch OOM in FileObserverChristian Schneppe1-1/+6
2018-05-26Do not use TLS_FALLBACK_SCSVChristian Schneppe1-0/+1
2018-05-26add support for S3 file transfersChristian Schneppe4-2/+65
2018-05-21make file observer listen for movesChristian Schneppe1-1/+1
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-0/+16
2018-05-17changed jid of push serverChristian Schneppe2-3/+10
2018-05-16do not load conversations with null jidChristian Schneppe1-0/+8
2018-05-16max out emoji enlargment at 42 emojisChristian Schneppe1-5/+29
2018-05-16split heighlights by special charactersChristian Schneppe1-0/+3
2018-05-14apply styling helper to conversation overviewChristian Schneppe3-8/+146
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-0/+1
2018-05-05XmppUri code cleanupChristian Schneppe1-14/+10
2018-05-05encode and decode % and # in invite linksChristian Schneppe2-1/+18
2018-05-05filter sequences of more than 3 ltr-rtlChristian Schneppe2-1/+9
2018-05-05remove " from fts queriesChristian Schneppe1-1/+1
2018-05-03only highlight alphanumeric charsChristian Schneppe1-0/+20
2018-05-03hide treatAsDownloadable in search resultsChristian Schneppe1-0/+28