Commit log

ce34700 Get full list of gateway types

Click to expand commit body
Still just use first on the label for now

Stephen Paul Weber created

e350036 For some reason this caused all kinds of instability

Click to expand commit body
So back to the old strategy, but if it ends up wrong null it out.

Stephen Paul Weber created

2accb4d Open sms and tel URI in-app if there is a relevant gateway

Stephen Paul Weber created

cd2c27d Links in tables too

Stephen Paul Weber created

477a834 Tap on html:tel or xs:anyURI result field acts as a link

Stephen Paul Weber created

9253c1c Per-account quiet hours

Stephen Paul Weber created

ce49fa2 Show account colour laid onto background as user will actually see it

Stephen Paul Weber created

f1f08c7 Set display name to that of contact (not self) for incoming call

Stephen Paul Weber created

2cc971d Stop fallback flickering

Click to expand commit body
Turns out setImageDrawable isn't free, visually

Stephen Paul Weber created

cae6800 Require device unlock rather than account password to change password

Click to expand commit body
More secure for the magic create case, and more likely the user remembers it.

Stephen Paul Weber created

08d5f35 Another log to help track down call retraction issues

Stephen Paul Weber created

d0c05df Fix selection display with account colours

Stephen Paul Weber created

bb58364 Interacting with a PM should reply as a PM by default

Stephen Paul Weber created

c40fc2c Spec *basically* says MUC must have a node

Stephen Paul Weber created

3be8061 Remove cleanup conversations

Stephen Paul Weber created

b1a13a6 Edit per-account colours

Stephen Paul Weber created

e05b028 Fix keyboard and focus issues for name edit

Stephen Paul Weber created

39a62db Don't skip other processing of reject messages

Stephen Paul Weber created

bebb02d go back from start conversation even when search is open

Stephen Paul Weber created

fc541e2 Quiet hours applies to calls

Stephen Paul Weber created

b381d6f Tweak account colour intensity

Stephen Paul Weber created

b1b601e Use account colour in lists of contacts/bookmarks

Stephen Paul Weber created

bb3fd09 Notification colour from account colour

Stephen Paul Weber created

11a21b7 Colour code conversations by account

Click to expand commit body
When multi-account

Stephen Paul Weber created

414c136 Primary not green when swiping away conversatino

Stephen Paul Weber created

3d6b3e5 Do not crash when rejecting an answered call

Click to expand commit body
race condition in UI?

Stephen Paul Weber created

a927361 Fix NPE

Stephen Paul Weber created

0408924 Only make a thumbnail if the file exists

Stephen Paul Weber created

29be9e6 Send thumbhash when sending media

Stephen Paul Weber created

8c5e5ba Decode thumbhash for fallback thumbnail

Stephen Paul Weber created

c3df570 Fix light theme call icon colour

Stephen Paul Weber created

f46c001 Switch to CallStyle notifications for calls

Stephen Paul Weber created

1846ea0 Add subtext for account to message notifications too

Click to expand commit body
Might not always show depending on style.

Stephen Paul Weber created

73be2c6 Richer call notifications

Click to expand commit body
Especially, show which account call is coming in on if you have multiple

Stephen Paul Weber created

bc05f1f Don't send jingle for disconnected call

Stephen Paul Weber created

369e7b2 Include note to self in other ChooseContact contexts

Stephen Paul Weber created

fbc92fb Don't totally fail sticker update because of pre-existing files

Stephen Paul Weber created

7497fc6 Delete thumbnail when file deleted or message moderated

Stephen Paul Weber created

4709d08 If we can't even read the file that already exists, just use a different name I guess

Stephen Paul Weber created

34ca562 Declare MANAGE_EXTERNAL_STORAGE for free

Click to expand commit body
This allows users to optionally give the app ability to overwrite files even
from previous installs, etc.

Stephen Paul Weber created

ed3315f Can't withResource with empty string

Stephen Paul Weber created

a94e319 whitespace

Stephen Paul Weber created

c3bdb76 Fix NPEs

Stephen Paul Weber created

974295b Match webrtc to snikket and upstream

Stephen Paul Weber created

db9748f WebXDC file sent with no thread is just a file

Click to expand commit body
Don't try to get updates from the non-thread and crash.

Stephen Paul Weber created

746787f play dial tones on STREAM_MUSIC when phone is silent

Click to expand commit body
when the phone is silent only the first ~three tones are played when
attempting to play out the tone over STREAM_VOICE_CALL

it’s unclear exactly why this is the case (in the past we went back and forth
between STREAM_VOICE_CALL and STREAM_MUSIC) exactly to fix issues around silent
mode.
Apparently we failed to test this past three sounds.

This commit changes the stream back to music - but not generally as this was in
the past - but only for when the phone is on silent

Daniel Gultsch created

1ef03b0 Fix NPE

Stephen Paul Weber created

d43b6ea Actually clear reply fallback for directReply which doesn't have one

Stephen Paul Weber created

3183155 Initial support for XEP-0221

Click to expand commit body
Works for images delivered over https only

Stephen Paul Weber created

083d854 Do not show geo URI as message body

Click to expand commit body
Just show the button

Stephen Paul Weber created