Commit log
2c7c44e
null PeerConnection reference before disposing; otherwise getState() might be issued against disposed object
Daniel Gultsch
created
3 years ago
80d195d
avoid race condition when restarting ICE
Daniel Gultsch
created
3 years ago
16f1405
version bump to 2.11.0-beta.2
Daniel Gultsch
created
3 years ago
b374fec
pulled translations from transifex
Daniel Gultsch
created
3 years ago
44fb756
Clear Command Buttons in Message View
Click to expand commit body
We setup the buttons, but never clear them, so when a person has enough
messages in their view and one of them has a button, as they scroll
around and views get recycled the button can be attached onto any
message and not just the ones that actually specify it.
The documentation makes it a bit unclear if the adapter can be set to
null or not... so I just clear it instead. I could leave it, I suppose,
but that feels a bit weird, and the next time we go through this code
we'll just replace it with another one anyway.
Christopher Vollick
created
3 years ago
69f6220
Allow mutating the list of children from a derived Element
Click to expand commit body
Data and Field Element subclasses expect to be able to mutate the list of
children on the original Element that they are derived from using parse. The
way the new setChildren worked resulted in not actually mutating the original.
Change this for a bindTo that makes sure all fields reference the original (and
hence any mutation on the new object mutates the original) and also a
replaceChildren that uses clear+addAll to ensure that the existing list is
mutated rather than a new list being used.
In practise, this affected room configuration and other data forms being
properly filled out.
Stephen Paul Weber
created
3 years ago
c178e9a
add switch to video menu item to call
Daniel Gultsch
created
3 years ago
4e8cead
prepare JingleRtpConnection for content-adds
Daniel Gultsch
created
3 years ago
63501ad
trim xmpp address after user input
Daniel Gultsch
created
3 years ago
f4be142
add helper methods for content modification to RtpContentMap
Daniel Gultsch
created
3 years ago
e2f98f6
ensure cc-ed proceed is equivalent to accept
Daniel Gultsch
created
3 years ago
9897fa3
rename initiateIceRestart to renegotiate to handle content adds
Daniel Gultsch
created
3 years ago
304205b
take senders attr into account when converting to and from sdp
Daniel Gultsch
created
3 years ago
59ea66c
make sure VideoSourceWrapper is stored in property
Daniel Gultsch
created
3 years ago
27d8da2
refactor WebRTCWrapper to allow for track adds
Daniel Gultsch
created
3 years ago
8fb2c11
use plurals for missed call strings
Daniel Gultsch
created
3 years ago
d51682a
version bump to 2.11.0-beta
Daniel Gultsch
created
3 years ago
Daniel Gultsch
created
3 years ago
c3410ba
pulled translations from transifex
Daniel Gultsch
created
3 years ago
c03d7b8
update build instructions
Daniel Gultsch
created
3 years ago
e74e265
bump various dependencies
Daniel Gultsch
created
3 years ago
109a20c
do not expect stream features after inline resume
Daniel Gultsch
created
3 years ago
29461ed
process challenge only on secure connection
Daniel Gultsch
created
3 years ago
44bfff7
fall back to regular authentication if fast fails
Daniel Gultsch
created
3 years ago
dd03788
Better dialling locale
Click to expand commit body
When dialling or adding a contact, default to network locale rather than sim
locale. When syncing contacts prefer sim locale so contacts don't break while
roaming.
Special case the JMP SIM to be from US even though it is actually from FR.
Stephen Paul Weber
created
3 years ago
cf32eb3
Merge branch 'muc-tags'
Click to expand commit body
* muc-tags:
Show and edit tags on MUC bookmarks
Fix and updates Bookmarks2 support
Stephen Paul Weber
created
3 years ago
3f75960
Show easy invite button more prominently
Stephen Paul Weber
created
3 years ago
1359d4d
Added OLED Black theme
Jeffrey Miller
created
3 years ago
f881289
Merge branch 'next-submit'
Click to expand commit body
* next-submit:
Allow webview to intercept action before sending over XMPP
Stephen Paul Weber
created
3 years ago
6ececb4
refactor webrtc video source + capture code
Daniel Gultsch
created
3 years ago
b12316b
Do not treat all URL bodies as attachments
Click to expand commit body
This path is just for fallback to data stored by upstream, so only use it if
upstream stored their flag.
Stephen Paul Weber
created
3 years ago
4fc9b10
Show and edit tags on MUC bookmarks
Click to expand commit body
But only if using bookmarks2, since otherwise any other app is likely to
overwrite and lose them.
Stephen Paul Weber
created
3 years ago
5dbd861
show help button only if Config.HELP is set
Daniel Gultsch
created
3 years ago
0c2e495
Do not send by jabber when we already sent by sentry
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
f5e8725
Merge branch 'sims-basics'
Click to expand commit body
* sims-basics:
Remove redundate oobUri, set FileParams from OOB or SIMS
Stephen Paul Weber
created
3 years ago
872586b
Merge branch 'serve-bob'
Click to expand commit body
* serve-bob:
Advertise bob support
Reply to requests for BOB data
Stephen Paul Weber
created
3 years ago
d984d97
Fix and updates Bookmarks2 support
Click to expand commit body
Support the stable version namespace and the new elements, including preserving
any extension content.
Stephen Paul Weber
created
3 years ago
Stephen Paul Weber
created
3 years ago
48db05a
Build play variant in CI as well
Stephen Paul Weber
created
3 years ago
dac2e17
disable quick start if fast is available but we didn’t use fast
Daniel Gultsch
created
3 years ago
Daniel Gultsch
created
3 years ago
35ee01c
reset fast token on login failure
Daniel Gultsch
created
3 years ago
Stephen Paul Weber
created
3 years ago
48526fc
We use fromHtml that is 24+
Stephen Paul Weber
created
3 years ago
c2ff440
Use older method for android 5
Stephen Paul Weber
created
3 years ago
140f1c4
Allow long press to copy any link in a message
Stephen Paul Weber
created
3 years ago
cdbad10
Replace HTML QuoteSpan with ours
Stephen Paul Weber
created
3 years ago
c075f60
Allow displaying long messages without UI truncation
Click to expand commit body
Especially since this applies to merged messages
Stephen Paul Weber
created
3 years ago
801c6b3
Avoid pushing legacy bookmarks before they are loaded
Click to expand commit body
Race condition could wipe them out
Stephen Paul Weber
created
3 years ago
Page 55 of 201