.. |
AccountUtils.java
|
fix NPE after race condition. fixes #4033
|
2021-03-13 11:13:19 +01:00 |
AndroidUsingExecLowPriority.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
AndroidUsingLinkProperties.java
|
do not include DNS servers from networks know to be inactive
|
2019-07-18 11:24:33 +02:00 |
AppRTCUtils.java
|
copy audio manager from AppRTCDemo
|
2020-04-20 15:57:30 +02:00 |
AsciiArmor.java
|
make ascii armor parsing more resiliant
|
2021-02-24 11:05:11 +01:00 |
BackupFileHeader.java
|
automated code clean up
|
2021-01-23 09:25:34 +01: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
|
fix crash in buggy connection manager. fixes #4368
|
2022-09-03 12:33:27 +02:00 |
ConversationsFileObserver.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
CryptoHelper.java
|
refactor SASL choice into factory; remove unused TagWriter
|
2022-09-06 09:25:23 +02:00 |
CursorUtils.java
|
reduce cursor size back to 4m; now that the cause is fixed
|
2019-12-04 20:46:22 +01:00 |
EasyOnboardingInvite.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
Emoticons.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ExceptionHandler.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ExceptionHelper.java
|
Add variable app name in res strings
|
2021-02-10 11:35:49 +00:00 |
FileUtils.java
|
get real file name for files shared from Conversations
|
2018-04-15 17:10:50 +02:00 |
FileWriterException.java
|
store encrypted pgp files in private cache dir
|
2022-02-23 16:59:40 +01:00 |
FtsUtils.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
GeoHelper.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ImStyleParser.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
IP.java
|
properly wrap IPv6 addresses
|
2020-05-08 17:52:41 +02:00 |
IrregularUnicodeDetector.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
JidHelper.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
LanguageUtils.java
|
added language tag in channel search results
|
2019-05-02 20:09:43 +02:00 |
LocationProvider.java
|
code clean up for LocationProvider
|
2021-11-03 16:00:26 +01:00 |
MessageUtils.java
|
preserve new lines when quoting. fixes #3876
|
2022-09-05 12:19:17 +02:00 |
MimeUtils.java
|
try to detect if a container contains video or audio
|
2022-08-09 09:40:04 +02:00 |
NickValidityChecker.java
|
switch xmpp-addr to jxmpp-jid
|
2020-05-15 17:06:16 +02:00 |
OnPhoneContactsLoadedListener.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
Patterns.java
|
Revert "Fixing trailing characters treated as part of URI error (#3938)."
|
2021-09-08 21:30:21 +02:00 |
PermissionUtils.java
|
request bluetooth connect permission
|
2022-08-08 21:08:32 +02:00 |
PhoneHelper.java
|
use bind 2 tag and sasl 2 user-agent
|
2022-09-15 14:28:51 +02:00 |
QuickLoader.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
Random.java
|
refactor SASL choice into factory; remove unused TagWriter
|
2022-09-06 09:25:23 +02:00 |
ReplacingSerialSingleThreadExecutor.java
|
refactored phone contact loading in preperation for sync
|
2018-10-31 13:33:55 +01:00 |
ReplacingTaskManager.java
|
refactored phone contact loading in preperation for sync
|
2018-10-31 13:33:55 +01:00 |
Resolver.java
|
check domain name against DNSName to avoid rare crashes
|
2022-04-08 15:54:53 +02:00 |
SerialSingleThreadExecutor.java
|
refactored phone contact loading in preperation for sync
|
2018-10-31 13:33:55 +01:00 |
SocksSocketFactory.java
|
ensure all bytes are read in socks handshake. fixes #4188
|
2021-10-02 14:24:36 +02:00 |
SSLSockets.java
|
ensure we only select channel binding methods available for tls version
|
2022-10-14 20:00:36 +02:00 |
StringUtils.java
|
reset subject and name on empty
|
2018-06-24 16:33:15 +02:00 |
StylingHelper.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
ThemeHelper.java
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
TimeFrameUtils.java
|
use stopwatch to keep track of jingle rtp session duration
|
2021-11-11 16:52:18 +01:00 |
TLSSocketFactory.java
|
ensure we only select channel binding methods available for tls version
|
2022-10-14 20:00:36 +02:00 |
TorServiceUtils.java
|
fix orbot detection
|
2022-07-09 14:46:51 +02:00 |
TranscoderStrategies.java
|
swap out transcoder library
|
2021-09-15 11:38:06 +02:00 |
UIHelper.java
|
try to detect if a container contains video or audio
|
2022-08-09 09:40:04 +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
|
automated code clean up
|
2021-01-23 09:25:34 +01:00 |
XmlHelper.java
|
do not attempt resume when already in smacks session
|
2022-09-04 09:28:00 +02:00 |
XmppUri.java
|
attempt to parse Link header from https url scanned from welcome screen
|
2021-10-07 09:48:49 +02:00 |