Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-18WIP migrate HTTP Upload code to OkHttpokhttpDaniel Gultsch
2021-03-18Stanza.getErrorCondation only ever needs the tag nameDaniel Gultsch
2021-03-16parse extmap-allow-mixedDaniel Gultsch
2021-03-16switch to unified planDaniel Gultsch
2021-03-16upgrade libwebrtc to m89Daniel Gultsch
2021-03-16complain if mLineIndex can not be found when receiving candidatesDaniel Gultsch
2021-03-16kill pending queries when archiving conversationDaniel Gultsch
2021-03-16minor code clean upDaniel Gultsch
2021-03-15Fix typo in readmeDaniel Gultsch
2021-03-13fix NPE after race condition. fixes #4033Daniel Gultsch
2021-03-13modify away when locked behaviour to locked || screen offDaniel Gultsch
this new behaviour still takes care of not going online when quickly checking for the time but it also includes systems that don’t have a lock screen or incorrectly report being unlocked.
2021-03-13fixed NPE when service isnt boundDaniel Gultsch
2021-03-12remove docs folderDaniel Gultsch
* mission statement is now hosted on https://gultsch.de * XEPs.md has been replaced by conversations.doap * observations.md is just outdated and boring by now
2021-03-11version bump to 2.9.8 + changelog2.9.8Daniel Gultsch
2021-03-09pulled translations from transifexDaniel Gultsch
2021-03-07overwrite body for plaintext group chat messages onlyDaniel Gultsch
2021-03-06modify boyy on muc reflectionDaniel Gultsch
2021-03-06null check weak reference valueDaniel Gultsch
2021-03-06use different top margin for vert and land for duration displayDaniel Gultsch
2021-03-06pulled translations from transifexDaniel Gultsch
2021-03-04Remove Renomination from WebRTC OptionsChristopher Vollick
This is a feature of WebRTC that's [not standardized][1] and only supported by libwebrtc. Since there's no support in jingle for passing this capability from one peer to another, we're currently hard-coding this option into both the local candidate and also the remote candidate so they can use it. But I'm trying to call a user that isn't using WebRTC, and renomination is causing the call to stay in "connecting..." state for 10 or 20 seconds, sometimes longer, while both sides wait for the other to nominate something based on their individual beliefs about the standards they're using. Removing this seems to make connecting relatively instantaneous. If we want to reintroduce this feature, we should probably make a XEP so the peers can negotiate honestly about it, and only use it if both sides truely support the feature. [1]: https://datatracker.ietf.org/doc/html/draft-thatcher-ice-renomination-01
2021-03-04version bump to 2.9.8-betaDaniel Gultsch
2021-03-03handle pre key messages in dtls verificationDaniel Gultsch
2021-03-03do not push empty candidates to backlogDaniel Gultsch
2021-03-03use omemo verification only if omemo is enabled in conversationDaniel Gultsch
2021-03-03pulled translations from transifexDaniel Gultsch
2021-03-03show verified shield in rtp session activityDaniel Gultsch
2021-03-03throw exception when unable to encryptDaniel Gultsch
2021-03-02ground work for omemo dtls verificationDaniel Gultsch
2021-02-26pulled translations from transifexDaniel Gultsch
2021-02-24bump version code for release2.9.7Daniel Gultsch
2021-02-24make ascii armor parsing more resiliantDaniel Gultsch
2021-02-24pulled translations from transifexDaniel Gultsch
2021-02-24do not vibrate when in DND modeDaniel Gultsch
2021-02-22fix default ringtone for incoming call settingDaniel Gultsch
2021-02-22pulled translations from transifexDaniel Gultsch
2021-02-22limit http upload / download to 4 parallel connectionsDaniel Gultsch
2021-02-21pulled translations from transifexDaniel Gultsch
2021-02-21resend <propose/> only if server has stream mgmtDaniel Gultsch
2021-02-20version bump to 2.9.7-beta + changelogDaniel Gultsch
2021-02-20pulled translations from transifexDaniel Gultsch
2021-02-20do not run alpha check on jpegsDaniel Gultsch
2021-02-19replace away when screen off with away when lockedDaniel Gultsch
fixes #3978
2021-02-19do not attempt to play 'none' ringtoneDaniel Gultsch
trying to play 'none' ringtone resulted in the default ring tone being played
2021-02-19consume volume down eventDaniel Gultsch
2021-02-18let Conversations (not Android) play ringtone and vibrationDaniel Gultsch
fixes #3972 fixes #3801 fixes #3931
2021-02-18moved translations into new resource on transifexDaniel Gultsch
the 'strings' resource on transifex was in the internal 'Android 1' format instead of the more modern 'Android 2' format. This according to transifex support caused some weird issues… The only work around (apparently) was to create a new resource (now call main-strings) and use that instead. I hope we didn’t mess anything up in the process. Let's be extra careful with the next release
2021-02-18pulled translations from transifexDaniel Gultsch
2021-02-18repharse omemo fingerprint descriptionDaniel Gultsch
2021-02-18add TODO comments wrt to missing <retract/> parsingDaniel Gultsch