Commit log

58d7555 Encrypt fallback when OMEMO is in use

Click to expand commit body
To not leak the quoted message

Stephen Paul Weber created

89c7e6a Bump versionCode

Stephen Paul Weber created

8bbcb23 Support corrections removing/adding reply better

Stephen Paul Weber created

edcd8fa Fix double-remove crash

Stephen Paul Weber created

189c7f9 Fix weakref related crash

Stephen Paul Weber created

c1ef824 Bump versionCode

Stephen Paul Weber created

cb3490a The right way to solve this leak is WeakRef

Click to expand commit body
duh

Stephen Paul Weber created

c996da3 Don't produce ram-expensive Bitmap just for letter

Click to expand commit body
Instead save a very small object with the string in it and draw every
time. Drawing a single letter is not noticibly slower than blitting a
bitmap of the same size. It may even be faster, and certainly saves RAM.

Stephen Paul Weber created

777112f Optimize cache a BitTorrent

Click to expand commit body
By computing same size for messages and for overview

Stephen Paul Weber created

ff2bdc8 No refreshUi thundering herd

Click to expand commit body
But may delay by more than the interval this way

Stephen Paul Weber created

abb31b5 This may help the leak also

Stephen Paul Weber created

3cb373d We made the cache way too small

Click to expand commit body
If it's constantly evicting things, that's bad for performance too.

Stephen Paul Weber created

be73a00 If we are cached only then pass that through

Stephen Paul Weber created

401805b Try to fix this leak

Stephen Paul Weber created

52745a9 do not purge offline messages when using bind 2

Daniel Gultsch created

a9f592c Bump versionCode

Stephen Paul Weber created

227cfce Be sure to call callback even on failure

Stephen Paul Weber created

44a12a6 Show category/type for domain jids in roster

Stephen Paul Weber created

af89171 Even better animator race guards

Stephen Paul Weber created

524fbd1 Try each possible phoneAccount

Click to expand commit body
Otherwise if one is disabled we bail out of call integration and lose features.

Stephen Paul Weber created

96bd92b Fix another leak

Stephen Paul Weber created

debc2f4 Fix leak

Stephen Paul Weber created

2d577c2 Non-encrypted media URLs in omemo messages

Stephen Paul Weber created

1e76e60 Speed up passes over messages

Click to expand commit body
And don't pass over for sortedTime or else sorting the list takes way
too long.

Stephen Paul Weber created

9e5281b Bump versionCode

Stephen Paul Weber created

6d8d06c Notify for reactions

Stephen Paul Weber created

31cc2ae Allow moderation by MUC bare jid again

Stephen Paul Weber created

38ee9ca Remove quote fallbacks directly using the option

Stephen Paul Weber created

c574ac7 Less nosiy fallback for reactions

Click to expand commit body
Show only the added emoji and nothing on removal

Stephen Paul Weber created

d35ebba Loosen requirement to have occupant id to send reaction

Stephen Paul Weber created

50f5d70 Fix NPE

Stephen Paul Weber created

b890778 Fix NPE

Stephen Paul Weber created

568798a Bump versionCode

Stephen Paul Weber created

82780e7 Fix NPE

Stephen Paul Weber created

f7f8b3a Replace payloads when replacing a message

Stephen Paul Weber created

fbf2812 Allow removing custom reaction tapping the chip

Stephen Paul Weber created

88898c3 Don't put reply-reactions in reaction data model

Click to expand commit body
That data model isn't well suited for allowing retractions to pull
things back out of it, so we'll rely on the aggregation approach for
these instead.

Stephen Paul Weber created

e766372 Long press to see who reacted

Stephen Paul Weber created

7a51666 Show custom emoji reactions and allow sending them

Stephen Paul Weber created

95766e9 Fix fail to restore message due to TypeToken error

Click to expand commit body
https://stackoverflow.com/questions/76631086/why-am-i-getting-illegalargumentexception-class-xxxx-isnt-parameterized

Stephen Paul Weber created

f2988fd Bump versionCode

Stephen Paul Weber created

8f7dbd8 Fix out of bounds exception for bad fallback spans

Stephen Paul Weber created

44bb83d Do not show muted messages as unread

Stephen Paul Weber created

91976e5 Allow aggregating reactions from messages as well

Stephen Paul Weber created

3c2c5e1 Bump versionCode

Stephen Paul Weber created

1575aee Show reaction menu on images

Stephen Paul Weber created

2c89fea Reactions visual improvements

Stephen Paul Weber created

b706153 Match the tapback list

Stephen Paul Weber created

ddb76dd Move report spam to top

Stephen Paul Weber created

35c270b Copy thread to reaction

Stephen Paul Weber created