aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* avoid some false positive quotesChristian Schneppe2017-12-101-3/+3
|
* some bug fixesChristian Schneppe2017-11-282-7/+4
|
* don't return null for opus file extensionsChristian Schneppe2017-11-251-0/+3
|
* use com.android.support:support-emojiChristian Schneppe2017-11-242-0/+325
|
* add opus file type to MimeUtilsChristian Schneppe2017-11-231-0/+1
|
* code cleanupChristian Schneppe2017-11-232-3/+3
|
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-231-1/+1
|
* shorten >4 names to a, b, c +n moreChristian Schneppe2017-11-231-2/+6
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-5/+64
|
* refactore phone helper to ignore security exceptionChristian Schneppe2017-11-221-33/+30
|
* excute db read and writes on different threadsChristian Schneppe2017-11-212-4/+13
|
* fixed ImStyleParser to not style '**test**'Christian Schneppe2017-11-211-1/+1
|
* styler: ignore closing keyword when preceded by whitespaceChristian Schneppe2017-11-211-1/+1
|
* catch rare exception when transforming download uri to real pathChristian Schneppe2017-11-211-4/+8
|
* styling: introduce support for code blocksChristian Schneppe2017-11-202-17/+47
|
* do not quote quotesChristian Schneppe2017-11-201-0/+54
|
* make keyword styling work in quotesChristian Schneppe2017-11-201-9/+18
|
* changed text styling to keep the keywordChristian Schneppe2017-11-201-24/+9
|
* ExceptionHelper: code clean upChristian Schneppe2017-11-201-7/+9
|
* code refactoring to provide shorter account enabled checkChristian Schneppe2017-11-201-1/+1
|
* changed preview alpha to 0.6fChristian Schneppe2017-11-201-2/+2
|
* support for basic IM stylingChristian Schneppe2017-11-202-0/+241
|
* Resolver: active network gets high priorityChristian Schneppe2017-10-291-10/+11
|
* Resolver: Only prefer VPN connections when network is activeChristian Schneppe2017-10-291-1/+8
|
* black list certain local parts and show domain insteadChristian Schneppe2017-10-291-0/+53
|
* slightly refactor dns resolverChristian Schneppe2017-09-241-10/+6
|
* give exec resolver a lower priority over reflectionChristian Schneppe2017-09-242-7/+97
|
* refactored AudioPlayerChristian Schneppe2017-09-241-0/+26
|
* show permanent notification while transcoding videoChristian Schneppe2017-09-181-3/+2
|
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-041-0/+1
|
* parse jid from CN in client certs if nothing else is availableChristian Schneppe2017-08-131-4/+12
|
* do not run file observer on hidden directoriesChristian Schneppe2017-08-131-1/+1
|
* update mini dnsChristian Schneppe2017-08-131-2/+1
|
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-132-6/+2
| | | | isGeoUri and isXmppUri
* provide extra 'network is unreachable' account stateChristian Schneppe2017-08-131-1/+30
|
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-6/+0
|
* use base64 instead of base36 when creating random stringsChristian Schneppe2017-08-011-0/+8
|
* use publish-options instead of always pushing node configurationChristian Schneppe2017-08-011-0/+2
|
* add reminder to remove minidns workarounds once those are fixedChristian Schneppe2017-08-011-0/+1
|
* prefer DNS servers from VPNsChristian Schneppe2017-08-012-5/+10
|
* catch runtime exceptions from minidnsChristian Schneppe2017-08-011-4/+4
|
* catch all exceptions around minidns :(Christian Schneppe2017-08-011-6/+6
|
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-011-11/+24
|
* work around idn short comings in minidnsChristian Schneppe2017-08-011-1/+1
|
* resolve non-srv domains in resolver class as wellChristian Schneppe2017-08-011-7/+43
|
* prefer ipv4 over ipv6Christian Schneppe2017-08-011-0/+7
|
* fixed fallback to normal DNS query after DNSSEC failedChristian Schneppe2017-08-011-3/+9
|
* update datebubblesChristian Schneppe2017-08-011-0/+18
|
* put settings defaults into resource fileChristian Schneppe2017-08-011-1/+1
|
* revised resolver strategyChristian Schneppe2017-06-271-3/+7
|