Commit log

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

Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
  version bump to 2.10.5 + changelog
  retrieve uncompressed file size in HEAD request
  disable knownFileSize on re-download for pgp encrypted files
  limit posh files to 10k
  ensure downloaded file does not exceed Content-Length reported by HEAD

Stephen Paul Weber created

ed216fe Fix crash on Android < 23 where there is not dialler stuff

Stephen Paul Weber created

4af1fe3 version bump to 2.10.5 + changelog

Daniel Gultsch created

5e8a492 Remove dead string

Stephen Paul Weber created

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

Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
  bump version code
  remove footnote hint in translations
  catch two rare exceptions to fix crash
  version bump to 2.10.4 + changelog
  pulled translations from transifex
  remove hint about yearly fee for server
  fix ability to use GoogleMaps ShareLocationPlugin
  pulled translations from transifex
  version bump to 2.10.3 + changelog

Stephen Paul Weber created

95e3a67 retrieve uncompressed file size in HEAD request

Daniel Gultsch created

eadb1e1 disable knownFileSize on re-download for pgp encrypted files

Daniel Gultsch created

09cf5fe limit posh files to 10k

Daniel Gultsch created

7e762eb ensure downloaded file does not exceed Content-Length reported by HEAD

Daniel Gultsch created

541c90c Fix NPE

Stephen Paul Weber created

e0e0884 Solve NPE

Stephen Paul Weber created

0ba3cbb PhoneNumberUtilWrapper can also throw IllegalArgumentException on bad tel

Stephen Paul Weber created

93c5916 bump version code

Daniel Gultsch created

de7eb2b remove footnote hint in translations

Daniel Gultsch created

36756fb catch two rare exceptions to fix crash

Daniel Gultsch created

5943f1a version bump to 2.10.4 + changelog

Daniel Gultsch created

8834bc5 pulled translations from transifex

Daniel Gultsch created

fbf1cac remove hint about yearly fee for server

Daniel Gultsch created

fcadbee Icon for f-droid

Stephen Paul Weber created

3845089 Fix NPE when answering a call that has already gone away

Stephen Paul Weber created

7c6ab7f fix ability to use GoogleMaps ShareLocationPlugin

Daniel Gultsch created

4d01101 manifest: add foregroundServiceType="microphone"

Click to expand commit body
needed on targetSDK >= 30 for microphone access. Without this, we cannot
access the microphone in dialer integration mode since we are not the
foreground app.

Peter Cai created

865676e Use the constraint from the docs

Stephen Paul Weber created

20b998f Move to gradle wrapper fdroid wants

Stephen Paul Weber created

37232a2 Remove upstream .tx folder

Stephen Paul Weber created

c30e83e short description is limited to 80 chars

Stephen Paul Weber created

7590e2a Two more features

Stephen Paul Weber created

699b198 Only use annotated tags for versioning

Stephen Paul Weber created

d280327 F-droid requires name en-US

Click to expand commit body
https://f-droid.org/en/docs/All_About_Descriptions_Graphics_and_Screenshots/

Stephen Paul Weber created

ae671d0 Bulk up README

Stephen Paul Weber created

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

Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
  pulled translations from transifex
  catch security exception when importing backup
  pulled translations from transifex
  bump libraries
  show jid only for incoming calls during ringing
  version bump to 2.10.3-beta.2
  Enable WebRTC-BindUsingInterfaceName/Enabled/
  pulled translations from transifex
  be smarter about what files can be deleted
  use libwebrtc m99
  allow deletion of all files

Stephen Paul Weber created

daa7b84 Mention being a fork

Stephen Paul Weber created

f00b31d Typos

Stephen Paul Weber created

74c0280 Add new screenshots to doap

Stephen Paul Weber created

66731f3 Merge branch 'fastlane'

Click to expand commit body
* fastlane:
  Screenshot add contact options speeddial
  startConversation screenshot
  Draft new full description
  Generate a screenshot with fastlane

Stephen Paul Weber created

14ca6d5 Merge branch 'for-singpolyma' of https://gitea.angry.im/PeterCxy/cheogram

Click to expand commit body
* 'for-singpolyma' of https://gitea.angry.im/PeterCxy/cheogram:
  ConnectionService: handle disconnected state correctly
  ConnectionService: implement onReject()
  ConnectionService: miscellaneous fixes
  ConnectionService: Dialer UI integration for incoming calls
  ConnectionService: fix unchecked type assignments

Stephen Paul Weber created

afe2575 Screenshot add contact options speeddial

Stephen Paul Weber created

2db270c startConversation screenshot

Stephen Paul Weber created

7014e5e Add dialler screenshot

Stephen Paul Weber created

f1fcaeb Draft new full description

Stephen Paul Weber created

23529c8 Generate a screenshot with fastlane

Stephen Paul Weber created

1b15f2c Point to new screenshot

Stephen Paul Weber created

34abb2f Remove upstream fastlane data, start our new set

Stephen Paul Weber created

536d929 Some fixes for playstore build

Stephen Paul Weber created

89428b0 pulled translations from transifex

Daniel Gultsch created

fbbd2ed version bump to 2.10.3 + changelog

Daniel Gultsch created

ed98860 pulled translations from transifex

Daniel Gultsch created

437002d ConnectionService: handle disconnected state correctly

Click to expand commit body
onDisconnect() will only be called when the user manually requests a
disconnect. When the call is disconnected by the rtp connection itself,
the call won't be cleaned up and the system will be stuck in an in-call
state. Handle this correctly by moving the clean-up code to a close()
function, and calling that function instead when we disconnect.

Note that we cannot call the cleanup routine destroy() from the
onStateChanged() function, because it seems that this triggers a
deadlock somewhere down the line, probably in the calling
account-related telephony code. Doing a close() function mirrors what is
done in the default TelephonyConnection implementation for RIL-based
calls.

Peter Cai created

b418c4d Update generic parts of the DOAP file

Stephen Paul Weber created

ad48fe6 Put in cheogram logo

Stephen Paul Weber created