.. |
AccountUtils.java
|
optionally search local muc rooms instead of jabber.network
|
2019-11-02 09:43:37 +01: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
|
catch IllegalArgumentException when reading backup file
|
2019-07-25 17:01:43 +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
|
provide deep link from settings into call notification settings
|
2020-04-20 15:57:31 +02:00 |
ConversationsFileObserver.java
|
stop file watching when service has been destroyed
|
2019-01-12 10:21:21 +01:00 |
CryptoHelper.java
|
attempt to unregister when receiving push for channel no longer joined
|
2019-06-26 17:40:12 +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
|
max out emoji enlargment at 42 emojis
|
2018-05-09 09:07:26 +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
|
warn when using _only_ ambiguous cyrillic
|
2019-09-16 15:13:53 +02:00 |
JidHelper.java
|
split on first dot when using domain instead of black listed local part
|
2019-07-15 19:09:53 +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
|
persist file size across aborts
|
2019-12-26 19:01:01 +01:00 |
MimeUtils.java
|
add jfif and jif as jpeg mime types
|
2020-03-12 21:28:54 +01: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 |
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
|
fix typo (#3646)
|
2020-02-29 15:02:36 +01: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
|
more conditions under which to print call log
|
2020-04-20 15:57:30 +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
|
support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)
|
2020-01-16 18:54:56 +01:00 |