Commit log

eef033f Better widget icon

Stephen Paul Weber created

8610a70 Sometimes creating or querying causes SecurityException

Stephen Paul Weber created

7b9b0fd Catch ActivityNotFound for browser helper as well

Stephen Paul Weber created

602d4d4 Fix NPE

Stephen Paul Weber created

d29609c Don't remove oob fallback if there is no oob

Click to expand commit body
Maybe it was removed by MUC or similar

Stephen Paul Weber created

2887492 When MUC strips image, show body

Stephen Paul Weber created

679067f Cleanup cache window reduce to 10 days

Stephen Paul Weber created

537a98f Expire stuff from the cheogram db also

Stephen Paul Weber created

da37881 Empty message isn't really made of emoji

Stephen Paul Weber created

569415f Move up markup processing

Click to expand commit body
So that it happens before we pull out the first quote.

Stephen Paul Weber created

a211e16 If DANE fails for any reason at all, don't let it crash us

Stephen Paul Weber created

0eda6fc Fix race

Stephen Paul Weber created

6c52d50 Fix NPE

Stephen Paul Weber created

9d4b4fd Catch some UI races

Stephen Paul Weber created

cbe8763 Account for margin next to download button

Stephen Paul Weber created

f759ef3 Fix colour on help center icon

Stephen Paul Weber created

4fbcf33 Extract mime from data uri

Stephen Paul Weber created

f992ddf Send as file knows how to handle data uri and image doesn't yet

Stephen Paul Weber created

b77b8da Send through guessed mime

Stephen Paul Weber created

2684072 Improve thread identicon contrast

Stephen Paul Weber created

5fe0f6b Fix colour of "send private message" indicator

Stephen Paul Weber created

c1cbd1a Disable swipes over WebXDC

Stephen Paul Weber created

265919b Implement experimenal WebXDC "realtime" API

Stephen Paul Weber created

43e214b Fix top spacing in chat bubbles

Click to expand commit body
marginTop on message body being ignore for some reason...

Stephen Paul Weber created

f1eb256 WebXDC "store"

Stephen Paul Weber created

050c8b0 Show WebXDC name if it's present and short

Stephen Paul Weber created

a98e9e1 Clean up webxdc message layout

Stephen Paul Weber created

c109474 Use equals for strings not ==

Stephen Paul Weber created

7415d60 Allow attaching https URLs directly

Click to expand commit body
Download instead of upload.

Stephen Paul Weber created

1b7ab2e We say Widget now

Stephen Paul Weber created

539527f Get name of WebXDC as the file "name"

Stephen Paul Weber created

92acd07 Don't try to look up a contact using InvalidJid

Stephen Paul Weber created

56b6965 Don't try as sticker pack if no pack_id

Stephen Paul Weber created

c651487 out of bounds guard

Stephen Paul Weber created

a15cf03 Limit name to 3 lines on call view

Click to expand commit body
To leave space for eg DTMF pad

Stephen Paul Weber created

8e50b45 Improve image layout, especially for reply-with-image

Click to expand commit body
Quote is pulled out for all replies now and so you can also tap on that

Stephen Paul Weber created

e507afc Store oob fallbacks for sent messages

Stephen Paul Weber created

369dd63 Remove unused caching logic

Click to expand commit body
The caching never helped much and was removed, this logic was causing
custom emoji replies to be detected as emoji-only even though they have
a quote at render time.

Stephen Paul Weber created

83faff5 Only refresh commands if update was for this contact

Stephen Paul Weber created

aff8feb Release toneGenerator when done

Click to expand commit body
Otherwise it may eventually crash when trying to init?

Stephen Paul Weber created

91f516b Fix index out of bounds

Click to expand commit body
Well... "fix" if it's a race condition or something. Otherwise not sure
why it's happening.

Stephen Paul Weber created

642460a Fix NPE

Stephen Paul Weber created

5e5013d Log SM counts to help with this messed up crash

Stephen Paul Weber created

d650b76 We always need READ_CONTACTS

Stephen Paul Weber created

cd934f3 New option to invite MUC participant to chat

Stephen Paul Weber created

4790412 Add more things that the MUC might have changed before reflection

Stephen Paul Weber created

40740f5 Always store new body+html from MUC

Stephen Paul Weber created

74d09d4 No reacting to a reaction

Stephen Paul Weber created

8f178ff Fix quote in a PM

Stephen Paul Weber created

85f607c Fix direct reply

Click to expand commit body
Always nuke XHTML when setting body to a string, instead of doing hacky workarounds

Stephen Paul Weber created