.. |
AccountUtils.java
|
fix regression for fixed domain
|
2020-06-14 11:28:25 +02:00 |
Android360pFormatStrategy.java
|
explicitly set profile+level for encoder
|
2019-02-16 11:40:51 +01:00 |
Android720pFormatStrategy.java
|
explicitly set profile+level for encoder
|
2019-02-16 11:40:51 +01:00 |
AndroidUsingExecLowPriority.java
|
give exec resolver a lower priority over reflection. fixes #2629
|
2017-09-21 10:31:21 +02: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 |
BackupFileHeader.java
|
switch xmpp-addr to jxmpp-jid
|
2020-05-15 17:06:16 +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
|
add account provisioning via QR code to welcome screen
|
2020-06-21 15:40:51 +02:00 |
ConversationsFileObserver.java
|
FileObserver: start monitoring new directories when they are created
|
2020-07-30 12:55:19 +02:00 |
CryptoHelper.java
|
switch xmpp-addr to jxmpp-jid
|
2020-05-15 17:06:16 +02:00 |
CursorUtils.java
|
reduce cursor size back to 4m; now that the cause is fixed
|
2019-12-04 20:46:22 +01:00 |
Emoticons.java
|
fix emojis not rendering correctly with trailing variant selector. fixes #3819
|
2020-07-09 17:43:30 +02:00 |
ExceptionHandler.java
|
dismiss incoming call notification on crash. fixes #3701
|
2020-05-08 19:34:20 +02:00 |
ExceptionHelper.java
|
dismiss incoming call notification on crash. fixes #3701
|
2020-05-08 19:34:20 +02: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
|
don’t crash when long pressing invalid geo-uris
|
2019-12-30 00:23:44 +01:00 |
ImStyleParser.java
|
change message styling rules
|
2018-12-09 18:26:31 +01:00 |
IP.java
|
properly wrap IPv6 addresses
|
2020-05-08 17:52:41 +02:00 |
IrregularUnicodeDetector.java
|
use Account.getDomain() for direct access to domain jid
|
2020-05-17 10:24:46 +02:00 |
JidHelper.java
|
rework quicksy domain checks
|
2020-06-13 08:26:32 +02:00 |
LanguageUtils.java
|
added language tag in channel search results
|
2019-05-02 20:09:43 +02:00 |
LocationProvider.java
|
try to guess inital location in ShareLocation based on sim card
|
2018-12-11 17:25:59 +01:00 |
MessageUtils.java
|
replace /me when quoting messages. fixes #3669
|
2020-05-24 10:52:34 +02:00 |
MimeUtils.java
|
try to guess mime type via extension in display name
|
2020-07-21 10:19:21 +02:00 |
NickValidityChecker.java
|
switch xmpp-addr to jxmpp-jid
|
2020-05-15 17:06:16 +02: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 |
PermissionUtils.java
|
request recording permission when making or accepting audio calls
|
2020-04-20 15:57:30 +02:00 |
PhoneHelper.java
|
refactored phone contact loading in preperation for sync
|
2018-10-31 13:33:55 +01:00 |
QuickLoader.java
|
load currently open conversation faster
|
2018-04-11 18:07:40 +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
|
verify hostname is valid before letting user save it
|
2020-08-01 15:03:20 +02:00 |
SerialSingleThreadExecutor.java
|
refactored phone contact loading in preperation for sync
|
2018-10-31 13:33:55 +01:00 |
SocksSocketFactory.java
|
flush on socks connection
|
2019-10-07 22:02:36 +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
|
make theme depend on dark/night mode on android 10+
|
2020-01-18 14:14:43 +01:00 |
TimeFrameUtils.java
|
externalize time passed utils
|
2020-05-09 09:42:33 +02:00 |
TLSSocketFactory.java
|
use sni and alpn for start tls as well. apperently google requires it
|
2018-10-01 11:34:27 +02:00 |
TorServiceUtils.java
|
offer to start/install orbot for edit account screen. fixes #1980 closes #2834
|
2018-12-03 13:15:06 +01:00 |
UIHelper.java
|
add icons for gpx files
|
2020-07-19 21:27:43 +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
|
code clean up
|
2019-07-02 11:10:21 +02:00 |
XmlHelper.java
|
print available stream features / mechanisms on incompat server
|
2019-02-09 20:21:29 +01:00 |
XmppUri.java
|
add account provisioning via QR code to welcome screen
|
2020-06-21 15:40:51 +02:00 |