Commit log
453ca7c
Migrate from Android Support Library to AndroidX
Click to expand commit body
Unignored gradle.properties since androidX requires additions there
See also https://developer.android.com/jetpack/androidx/migrate
Ferdinand Pöll
created
5 years ago
5fd0700
added XEPs for a/v calls to doap file
Daniel Gultsch
created
5 years ago
55fd0b8
pulled translations from transifex
Daniel Gultsch
created
5 years ago
bfccfba
fix in call notification being shown twice
Daniel Gultsch
created
5 years ago
Daniel Gultsch
created
5 years ago
41c045d
pulled translations from transifex
Daniel Gultsch
created
5 years ago
07cc5c1
version bump to 2.9.4 + changelog
Daniel Gultsch
created
5 years ago
b058413
pulled translations from transifex
Daniel Gultsch
created
5 years ago
d0a2f1f
just xmpp things
Daniel Gultsch
created
5 years ago
372ddbf
Revert "offline presences aborts session proposals. fixes #3943"
Click to expand commit body
This reverts commit f23016c967c87df28543b781b15780f1f877802e.
Daniel Gultsch
created
5 years ago
17c697e
add 'id' attribute to outgoing ICE-UDP candidates
Click to expand commit body
this attribute is mandatory as per the XEP.
Emmanuel Gil Peyrot
created
5 years ago
69dca53
use libwebrtc-m87
Daniel Gultsch
created
5 years ago
6c2f0d2
use svg logo in doap file
Daniel Gultsch
created
5 years ago
2bec545
properly null check ufrag and pwd before whitespace checking. fixes #3956
Daniel Gultsch
created
5 years ago
8eb685a
pulled translations from transifex
Daniel Gultsch
created
5 years ago
6d13ee5
version bump to 2.9.3 + changelog
Daniel Gultsch
created
5 years ago
adb5a2b
pulled translations from transifex
Daniel Gultsch
created
5 years ago
0569feb
minor code clean up in XmppConnection class
Daniel Gultsch
created
5 years ago
0e54d8a
implement SCRAM-SHA512
Daniel Gultsch
created
5 years ago
2a57c92
rewrote scram cache implementation
Daniel Gultsch
created
5 years ago
692ee6c
SCRAM remove cache. made digest and hmac non static
Click to expand commit body
DIGEST and HMAC were static variables. Those are initialized by
what ever concrete implementation gets executed first.
(Perform SCRAM-SHA1 first and those variables got initialized with
SHA1 variants)
For subsequent SHA256 executions those variables contained wrong
values.
Daniel Gultsch
created
5 years ago
f23016c
offline presences aborts session proposals. fixes #3943
Daniel Gultsch
created
5 years ago
b4db2e5
make ongoing call check null safe. fixes #3951
Daniel Gultsch
created
5 years ago
39229c3
cancel touch event after opening context menu in search view
Daniel Gultsch
created
5 years ago
090b3b1
don’t check for inRoster when doing jingle with oneself. fixes #3947
Daniel Gultsch
created
5 years ago
d149067
work around race condition after opening easy invite dialog
Daniel Gultsch
created
5 years ago
e38aa30
minor code clean up
Daniel Gultsch
created
5 years ago
00bc7a4
version bump to 2.9.2 + changelog
Daniel Gultsch
created
5 years ago
f584179
store avatars in cache folder
Daniel Gultsch
created
5 years ago
07e965f
pulled translations from transifex
Daniel Gultsch
created
5 years ago
9c67e8f
fix long pressing on a textview with link
Daniel Gultsch
created
5 years ago
8499681
remove unused CopyTextView
Click to expand commit body
after removing the ability to select and copy text the transformation methods
provided by CopyTextView are no longer necessary.
Daniel Gultsch
created
5 years ago
7179d72
pulled translations from transifex
Daniel Gultsch
created
5 years ago
261207a
ignore whitespace when trying to detect provisioning json
Click to expand commit body
fixes #3940
Daniel Gultsch
created
5 years ago
303e205
if file extension doesn’t exist. try to guess from content type. fixes #3939
Daniel Gultsch
created
5 years ago
99cb23f
share xmpp uri if landing url is not available
Daniel Gultsch
created
5 years ago
528f192
stop parsing random strings as xmpp addresses when scanning uris
Daniel Gultsch
created
5 years ago
778cfa8
implement stub easy onboarding activity for quicksy
Daniel Gultsch
created
5 years ago
00e1a93
fixed typo in easy invites request code
Daniel Gultsch
created
5 years ago
1f392a6
initial (untested) support for easy onboarding invites
Daniel Gultsch
created
5 years ago
92083fe
version bump to 2.9.1
Daniel Gultsch
created
5 years ago
35316ad
pulled translations from transifex
Daniel Gultsch
created
5 years ago
3c7ac25
update changelog file in preparation for 2.9.1 release
Daniel Gultsch
created
5 years ago
600f243
pulled translations from transifex
Daniel Gultsch
created
5 years ago
36f5f77
disable autofill for password field when not in init mode
Click to expand commit body
maybe fixes #3924
Daniel Gultsch
created
5 years ago
c7ec6a9
let media scanner scan backup file. fixes #3913
Click to expand commit body
note that the ROMs I tested this on don’t require scanning for it
to appear on MTP. However it certainly don’t hurt either.
Daniel Gultsch
created
5 years ago
0c56313
Enable the android:largeHeap flag
Click to expand commit body
- With large accounts (such as mine), Conversations starts hitting up against
the default heap limit pretty quickly, at which point it grinds to a halt as
GC pause times increase.
- Furthermore, it's impossible to complete a backup with such an account, since
Conversations will just run out of memory before the backup can complete.
- Enabling the `android:largeHeap` flag asks the OS for a bit more memory, which
hopefully alleviates the problem for larger accounts.
eta
created
5 years ago
fc53271
bump version to 2.9.1-beta
Daniel Gultsch
created
5 years ago
6485c77
pulled translations from transifex
Daniel Gultsch
created
5 years ago
1fafe42
don’t send origin-ids to rooms that support stable-ids. fixes #3905
Daniel Gultsch
created
5 years ago
Page 93 of 222