Commit log

49c9584 bump targetSdk to 32

Daniel Gultsch created

52e9b2c use signal protocol android

Daniel Gultsch created

7d92ac3 version bump to 2.10.7

Daniel Gultsch created

abfe1f1 do not show toast when activity is gone. fixes #4335

Daniel Gultsch created

e455ed4 fix orbot detection

Daniel Gultsch created

2364d7c pulled translations from transifex

Daniel Gultsch created

4985105 Here too

Click to expand commit body
...but why was that function created elsewhere if here you just compare this?

Licaon_Kter created

b97e2de Show battery dialogue always

Licaon_Kter created

d8fd593 fix array out of bounds. fixes #4334

Daniel Gultsch created

73c7d76 add local only flag to foreground service

Daniel Gultsch created

65daeff pulled translations from transifex

Daniel Gultsch created

206b099 bump dependencies

Daniel Gultsch created

84e0893 A Quicky user can be a stranger

Click to expand commit body
At some point a refactor changed this check from checking that the quicksy
domain itself is talking to you, to checking that anyone using quicksy is
talking to you, which breaks the notifications from strangers setting for
quicksy users.

Stephen Paul Weber created

e9e177d Default file size to 3.5MB

Click to expand commit body
This is the max for Bandwidth HTTP-API MMS attachments

Stephen Paul Weber created

d9fa535 pulled translations from transifex

Daniel Gultsch created

42bd8e6 minor code clean up

Daniel Gultsch created

17b9ca9 use item id 'current' for nick as fallback as per XEP-0060 §12.20

Daniel Gultsch created

467e34e bump various libraries

Daniel Gultsch created

30dff9a pulled translations from transifex

Daniel Gultsch created

a9dd5a3 support sasl/temporary-auth-failure

Click to expand commit body
if the server is unable to query the database throwing a temporary-auth-failure
might be more appropriate

Daniel Gultsch created

23eff8f Fix NPE

Stephen Paul Weber created

a8146ce Merge branch 'fix-contact-sync'

Click to expand commit body
* fix-contact-sync:
  Contact sync needs to happen when we discover a new gateway
  Skip contact sync work if there are no gateways configured

Stephen Paul Weber created

0837127 Link in readme

Stephen Paul Weber created

97a4d6a Merge branch 'master' of github.com:iNPUTmice/Conversations

Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
  bump agp
  version bump to 2.10.6
  pulled translations from transifex
  do not merge failed decryptions
  version bump firebasse-messaging lib

Stephen Paul Weber created

aab94fd Contact sync needs to happen when we discover a new gateway

Click to expand commit body
Since that can change the outcome of the sync operation.

Stephen Paul Weber created

f2e88bb Skip contact sync work if there are no gateways configured

Click to expand commit body
Or if syncing before gateways have been discovered, etc.  Don't do the work if
we know nothing will come of it.

Stephen Paul Weber created

4b0cdba Merge branch 'darker'

Click to expand commit body
* darker:
  Darker Obsidian

Stephen Paul Weber created

082d747 Merge branch '3GPP-video'

Click to expand commit body
* 3GPP-video:
  Move video MIME above audio MIME

Stephen Paul Weber created

85a19a8 Move video MIME above audio MIME

Click to expand commit body
So that when a file extension is ambiguous, we guess video.

Stephen Paul Weber created

d5ac6e3 bump agp

Daniel Gultsch created

356d881 Darker Obsidian

Stephen Paul Weber created

d1dcc57 version bump to 2.10.6

Daniel Gultsch created

86bb3df pulled translations from transifex

Daniel Gultsch created

85f06f1 do not merge failed decryptions

Click to expand commit body
fixes #4314

Daniel Gultsch created

a345ef4 Fix NPE

Stephen Paul Weber created

cb2b6a9 Merge branch 'master' of github.com:iNPUTmice/Conversations

Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
  pulled translations from transifex
  Revert "flush stanzas in batches"
  fix NPE during bookmark creation
  bump agp
  null check axolotl service when getting trust
  check domain name against DNSName to avoid rare crashes
  work around platform bug when getting restrict background
  pulled translations from transifex

Stephen Paul Weber created

4548ef7 Merge branch 'peter-dev' of https://gitea.angry.im/PeterCxy/cheogram

Click to expand commit body
* 'peter-dev' of https://gitea.angry.im/PeterCxy/cheogram:
  Call setActive anyway in CONNECTED state
  Add @RequiresApi annotation for dialer integration
  Use StatusHint label to signal connecting state
  set in-call UI active in the connecting state

Stephen Paul Weber created

3096f85 Call setActive anyway in CONNECTED state

Click to expand commit body
There is no code that guarantees the state must go through CONNECTING
before being CONNECTED. To avoid potential bugs, call setActive anyway
here.

Peter Cai created

9945e4b Add @RequiresApi annotation for dialer integration

Click to expand commit body
to stop the linter complaining every second line of code

Peter Cai created

31c6271 Use StatusHint label to signal connecting state

Peter Cai created

3ee4595 set in-call UI active in the connecting state

Click to expand commit body
Currently, if the "CONNECTING" stage of a Jingle call takes a
significant amount of time (say, a second), then there will be a window
where the call is already accepted but the ringing UI is still showing.
This 1) is confusing; 2) allows the user to accept a call twice, which
will cause a crash.

Unfortunately, there is no native equivalent to the "CONNECTING" state.
The only sane choice here seems to be showing the in-call UI even if the
call is still connecting.

Peter Cai created

cf4e979 version bump firebasse-messaging lib

Daniel Gultsch created

3274bae pulled translations from transifex

Daniel Gultsch created

544b46f Revert "flush stanzas in batches"

Click to expand commit body
This reverts commit 6bd552f6a32ca93826cb491f9b4bd757f9698227.

fixes #4313

This turned out to be a rather unnecessary optimization that might cause
problems with wake locks (the app is no longer awake after the 400ms timeout)

Daniel Gultsch created

d763719 fix NPE during bookmark creation

Click to expand commit body
closes #4312

fixes #4211

thank you @singpolyma

Daniel Gultsch created

3e47999 Fix NPE

Stephen Paul Weber created

5ba4e0d Make Sopranica bookmark deleteable.

Click to expand commit body
Added lines to first check if the bookmark has been deleted, if so skips adding the bookmark.

root21 created

48132e2 Use theme colour for notifications

Stephen Paul Weber created

1ab4ee3 Add Obsidian theme

Stephen Paul Weber created

7671d5e Remove all PhoneAccount when an Account is removed

Stephen Paul Weber created