Commit log

cc02716 Fix overflow issue

Stephen Paul Weber created

0c81558 Allow storing all media in cache on a per-chat basis

Stephen Paul Weber created

c530015 Store dummy and null message files in cache

Click to expand commit body
These are command ui images and bob transfers, at the moment

Stephen Paul Weber created

ea2bcea Set access time on avatars when accessing them

Click to expand commit body
So they don't get blown away if being used, since relatime is a thing

Stephen Paul Weber created

9c0d15d Fix NPE

Stephen Paul Weber created

756bf0f Reset view properly for emoji messages

Stephen Paul Weber created

dd63693 Let's try this for dark tertiary default

Stephen Paul Weber created

bb60477 Enable finest logging from dependencies to logcat

Stephen Paul Weber created

87c1fb6 Go through emoji in order instead of using a regex

Stephen Paul Weber created

a250d38 Fix emoji issues by using a maintained library

Click to expand commit body
No need to hand-roll everything

Stephen Paul Weber created

4cdb0eb Clean up files not access in 30 days from the cache folder

Click to expand commit body
Or maybe it will be ones created more than 30 days ago, depending on the
device, but still it means the cache won't grow unbounded and we can
always fetch again if really needed.

Stephen Paul Weber created

afc7dcb Darken dark mode text input background

Click to expand commit body
By treating the material surface cover as if it were alpha overlaid on
the background. Use the opacity from account settings within reason, but
keep the box visible.

Stephen Paul Weber created

5c4af20 Use correct id for reactions

Stephen Paul Weber created

715d8fe Fix for left of text cut off during file upload

Stephen Paul Weber created

9440a67 Catch race conditioC

Stephen Paul Weber created

616d3c9 Track who is banned and allow unban

Stephen Paul Weber created

c5e2c8a Ignore MAM messages from blocked

Click to expand commit body
To avoid popping up the conversation again when we've blocked them

Stephen Paul Weber created

0fba83e Fix didUnlock condition so password change works

Stephen Paul Weber created

23c1d53 Better quote colours while composing

Stephen Paul Weber created

a4f79de Fix NPE

Stephen Paul Weber created

9ea2024 Retract all payloads too

Stephen Paul Weber created

d31f2cc Search chats

Stephen Paul Weber created

a735c60 Always fill avatar space

Stephen Paul Weber created

e9d12fc If it's only a slider, show next button

Stephen Paul Weber created

d37e3a9 Not a stanger if there is a system account

Stephen Paul Weber created

9d3ef35 Fix precedence to actually use the condition right

Stephen Paul Weber created

0451fb3 Older sqlite didn't have drop column...

Stephen Paul Weber created

134e1ac Ping mucs that were shutdown in case they came back

Stephen Paul Weber created

a57642a Use occupantId to check if muc user matches

Stephen Paul Weber created

a3ca95c Remember avatar and nick by occupant id

Click to expand commit body
Only if they're different from what we would otherwise use anyway.

Stephen Paul Weber created

1799e77 CopyOnWriteArrayList does not support iterator.remove

Stephen Paul Weber created

f6ba779 Set fullJid and occupantUs more often when we know them

Stephen Paul Weber created

f3e8a6f Copy fallback text, not stripped formatted text

Click to expand commit body
Copying the actual spans *might* be better, at least as an option in the future?

Stephen Paul Weber created

ab293cc Hide single-char sigils while composing

Stephen Paul Weber created

3a4f9ce Better y position for inline image span

Stephen Paul Weber created

026d389 Snip quotes from preview

Stephen Paul Weber created

70b7d99 Allow muting a user, even when not connected

Stephen Paul Weber created

069844a Auto-download when unmetered

Stephen Paul Weber created

87de57f Don't do file downloads when data saver is on

Stephen Paul Weber created

a14753f Fix dissapearing action buttons

Stephen Paul Weber created

4f4d9be Hide reply context if it's the exact previous message

Stephen Paul Weber created

62c8e2f Rich quotes

Stephen Paul Weber created

60c72b4 Animted emoji working now

Stephen Paul Weber created

831ebf8 Load reply context when loading messages

Stephen Paul Weber created

c49aa31 Better support for correcting replies/reactions

Stephen Paul Weber created

d458ff3 Turn large text back down a bit

Click to expand commit body
apparently I overdid it

Stephen Paul Weber created

2154f96 Custom tabs, thanks qy!

Stephen Paul Weber created

8e70922 Make rich text optional, don't double-style html

Stephen Paul Weber created

f1c1f72 Huge large text size

Click to expand commit body
As reqeusted due to disability

Stephen Paul Weber created

55d2bba Handle quotes and formatting properly on send

Stephen Paul Weber created