conversations-classic/src/main/java/eu/siacs/conversations/utils
Daniel Gultsch 409bf3c0cb use bouncycastle provider up to api 27
apparently using conscrypt on Android below version 7? throws an exception when using 16 byte IVs.
so we now use BC when ever possible (excluding api 28)

we don’t know why Conscrypt behaves differently on various android versions
2018-10-11 04:36:37 +02:00
..
Android360pFormatStrategy.java Fix selector, limit formats to 360 & 720 per CTS 2018-10-07 04:25:16 +03:00
Android720pFormatStrategy.java Fix selector, limit formats to 360 & 720 per CTS 2018-10-07 04:25:16 +03:00
AndroidUsingExecLowPriority.java give exec resolver a lower priority over reflection. fixes #2629 2017-09-21 10:31:21 +02:00
AndroidUsingLinkProperties.java Resolver: active network gets high priority 2017-10-28 13:12:11 +02:00
Cancellable.java very much unoptimized search functionality 2018-04-26 13:22:31 +02:00
CharSequenceUtils.java apply styling helper to conversation overview 2018-05-06 11:22:20 +02:00
Checksum.java upload files using p1s3 - sending part 2018-05-25 12:24:23 +02:00
Compatibility.java use bouncycastle provider up to api 27 2018-10-11 04:36:37 +02:00
ConversationsFileObserver.java initial work toward api 26+ 2018-09-05 21:37:12 +02:00
CryptoHelper.java refined create conference dialog 2018-06-24 11:23:10 +02:00
Emoticons.java max out emoji enlargment at 42 emojis 2018-05-09 09:07:26 +02:00
ExceptionHandler.java Removed unused imports from entire project. 2017-04-12 20:24:36 +05:30
ExceptionHelper.java do not enable encryption for bug reports 2018-03-07 22:30:36 +01:00
ExifHelper.java Merge branch 'gradle' into development 2014-10-30 15:33:13 -04:00
FileUtils.java get real file name for files shared from Conversations 2018-04-15 17:10:50 +02:00
FileWriterException.java distinguish between general i/o error and write exception when copying files 2016-11-15 15:43:04 +01:00
FtsUtils.java remove " from fts queries 2018-05-03 19:09:19 +02:00
GeoHelper.java fix geo uri regex (fix #3050) (#3071) 2018-06-10 18:53:07 +02:00
ImStyleParser.java XEP-0393: fix off-by-one error in block detector ('`ii`ii') 2017-12-07 14:48:41 +01:00
IP.java upgrade minidns. refactored dns utils 2017-06-21 23:28:01 +02:00
IrregularUnicodeDetector.java fixed media preview for file types other than images 2018-09-12 14:37:41 +02:00
JidHelper.java do not load conversations with null jid 2018-05-09 11:09:01 +02:00
MessageUtils.java show p1s3 attchments with download button 2018-05-25 13:18:25 +02:00
MimeUtils.java hard code ogg + audio/ mime type to oga 2018-04-29 15:19:13 +02:00
NickValidityChecker.java migrate to xmpp-addr 2018-03-07 22:30:36 +01:00
OnPhoneContactsLoadedListener.java Optimize imports 2015-07-20 14:26:29 +02:00
Patterns.java Revert "Patterns: attempt at fixing complex xmpp URIs (typically xmpp:#mychan%irc.server@xmpp.server.tld?join) (#3115)" 2018-07-22 22:42:35 +02:00
PhoneHelper.java changed jid of push server 2018-05-12 17:23:37 +02:00
QuickLoader.java load currently open conversation faster 2018-04-11 18:07:40 +02:00
ReplacingSerialSingleThreadExecutor.java properly cancel pending searchs and scroll to bottom after refresh 2018-04-26 17:02:31 +02:00
ReplacingTaskManager.java run roster sync in replacing task manager 2018-03-18 16:46:50 +01:00
Resolver.java clean up connection code. unify domain = ip and extended connection settings into fake resolver 2018-10-01 17:07:37 +02:00
SerialSingleThreadExecutor.java properly cancel pending searchs and scroll to bottom after refresh 2018-04-26 17:02:31 +02:00
SocksSocketFactory.java always use ipv4 localhost for Orbot connections 2016-09-27 11:44:50 +02:00
SSLSocketHelper.java catch exception if Conscrypt could not be initialized and use tls 1.2 2018-10-06 19:33:38 +02:00
StringUtils.java reset subject and name on empty 2018-06-24 16:33:15 +02:00
StylingHelper.java split heighlights by special characters. fixes #3007 2018-05-07 11:14:33 +02:00
ThemeHelper.java changed accent color back to blue 2018-04-30 15:17:21 +02:00
TimeframeUtils.java calculate automatic timeout labels dynamically 2018-03-07 22:30:36 +01:00
TLSSocketFactory.java use sni and alpn for start tls as well. apperently google requires it 2018-10-01 11:34:27 +02:00
UIHelper.java disabled by default variant of XEP-0392 2018-08-19 22:33:20 +02:00
WakeLockHelper.java catch dead object exceptions when acquiring wake locks 2018-04-15 18:31:58 +02:00
WeakReferenceSet.java play audio files inline 2017-09-20 15:35:35 +02:00
XEP0392Helper.java disabled by default variant of XEP-0392 2018-08-19 22:33:20 +02:00
XmlHelper.java remove ascii control chars when creating xml 2016-06-19 00:07:15 +02:00
XmppUri.java Revert "Patterns: attempt at fixing complex xmpp URIs (typically xmpp:#mychan%irc.server@xmpp.server.tld?join) (#3115)" 2018-07-22 22:42:35 +02:00