Commit log

99625f2 Merge branch 'reply'

Click to expand commit body
* reply:
  UI for rich replies
  Reply to message instead of just quote
  Move quote code to quote helper

Stephen Paul Weber created

9aa5c13 UI for rich replies

Stephen Paul Weber created

c39b81a Reply to message instead of just quote

Click to expand commit body
If you want an editable quote you can still copy to clipboard + paste as quote.
This commit works at a protocol level, but there is no UI to show that you are
replying or to let you cancel a reply.

Stephen Paul Weber created

57b0ae8 Move quote code to quote helper

Stephen Paul Weber created

4924be1 Fix NPE

Stephen Paul Weber created

68d55da Sometimes the span isn't actually there? So don't crash

Stephen Paul Weber created

e0161ae Fix some copy

Stephen Paul Weber created

b5032c7 Fix NPE

Stephen Paul Weber created

8f4c146 Allow tor in sticker pack download

Stephen Paul Weber created

17aa2ae Allow getting a set-up client from anywhere

Stephen Paul Weber created

83bb548 add_contact was being used other places

Stephen Paul Weber created

3ec7678 Allow cancel even if webpage is broken

Stephen Paul Weber created

e8e3c7f Don't update url unless we have a reason to

Stephen Paul Weber created

fba83e5 Easy import of stickers from signal

Stephen Paul Weber created

4c3d0f7 Merge branch 'start-join'

Click to expand commit body
* start-join:
  Unify add contact and join channel
  If a MUC address is entered as a contact, join it

Stephen Paul Weber created

15692fb Merge branch 'default-stickers'

Click to expand commit body
* default-stickers:
  Default sticker download offer on first start
  Scan files so they show up under images
  Send SIMS with hashes and filename
  sha-1 is the standard name sha1 is just for bob
  Send cid with known URL without uploading
  Option to download default stickers and save their cid and url in database

Stephen Paul Weber created

67646c6 Default sticker download offer on first start

Stephen Paul Weber created

f07f871 Scan files so they show up under images

Stephen Paul Weber created

5e30b21 Send SIMS with hashes and filename

Stephen Paul Weber created

636bc67 sha-1 is the standard name sha1 is just for bob

Stephen Paul Weber created

f5b01ad Send cid with known URL without uploading

Stephen Paul Weber created

ae4e3a0 Option to download default stickers and save their cid and url in database

Stephen Paul Weber created

78e6102 Allow blocking cid thumbnails

Stephen Paul Weber created

df60454 Fix for layout race condition

Stephen Paul Weber created

684dfe5 Fix for API less than 24

Stephen Paul Weber created

cf3b1ea Better save as sticker, also works for older android versions

Stephen Paul Weber created

cd319fd Option to clear blocked media

Stephen Paul Weber created

56ffe4f Show block avatar option even when cannot see real jid

Stephen Paul Weber created

1de63e2 33 needs to ask for permission on notifications, wait to see how upsteam handles it

Stephen Paul Weber created

367bca0 Confirm before blocking avatar

Stephen Paul Weber created

6819a4e Allow blocking any media

Click to expand commit body
Permanently stores the hash so you never see that media again.

Stephen Paul Weber created

75366f2 Allow blocking specific avatars (locally)

Stephen Paul Weber created

597d835 Bump target sdk

Stephen Paul Weber created

b8751cf This makes the notification show up

Stephen Paul Weber created

8595f0f unread_count should just use primary colour

Stephen Paul Weber created

3dbb77d Don't allow moderating moderated messages or ones without an id

Stephen Paul Weber created

1b3e34e Remove debug logs

Stephen Paul Weber created

8bac26f Hide avatar, nickname, edit icon when moderated

Stephen Paul Weber created

4544e22 Store explicit moderation info

Stephen Paul Weber created

6d797c6 Fix typo

Stephen Paul Weber created

1469a19 Better link replacement logic

Click to expand commit body
Don't change if already custom label by XHTML-IM or similar

If link is for current conversation JID, then don't show display name

Stephen Paul Weber created

6cfd71f Fix for API below 26

Stephen Paul Weber created

798ec95 Don't show blank messages for moderation in far history

Stephen Paul Weber created

c19e0e7 Support XEP-0425 message moderation

Stephen Paul Weber created

f54fe5a Unify add contact and join channel

Click to expand commit body
Instead of making the user know what kind of JID they have, just let them enter
it and we can figure that out.

Instead of forcing them to add a contact or bookmark, make it optional with a
checkbox (default checked).

Instead of assuming they want to message the contact, allow them to choose to
call instead (coupled with PSTN gateway features this is effectively a dialler).

Stephen Paul Weber created

43e29d3 If a MUC address is entered as a contact, join it

Stephen Paul Weber created

b89f41d Log and close instead of crash

Stephen Paul Weber created

064bff5 Race condition guard

Stephen Paul Weber created

8e1afd7 Fix NPE

Stephen Paul Weber created

27e04a7 Fixes for deactivated dialler integration at OS level

Stephen Paul Weber created