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
2022-09-03show toast warning about unavailable calls when using torDaniel Gultsch
closes #4103
2022-08-29abort on 'continue' - no client supportDaniel Gultsch
2022-08-29Add missed call notificationsDmitry Markin
Co-authored-by: Daniel Gultsch <daniel@gultsch.de>
2022-08-25add overflow menu action to delete own avatarDaniel Gultsch
2022-08-25issue self ping + rejoin on muc status code 333Daniel Gultsch
2022-08-25try to improve 'sync bookmarks' descriptionDaniel Gultsch
2022-08-09try to detect if a container contains video or audioDaniel Gultsch
fixes #4321
2022-06-14support sasl/temporary-auth-failureDaniel Gultsch
if the server is unable to query the database throwing a temporary-auth-failure might be more appropriate
2022-03-30ensure downloaded file does not exceed Content-Length reported by HEADDaniel Gultsch
2022-02-13allow verification of own omemo keys via uriDaniel Gultsch
2021-11-19indicate call reconnect in notificationDaniel Gultsch
2021-11-11do not automacially hang up failed webrtc sessionsDaniel Gultsch
2021-10-07attempt to parse Link header from https url scanned from welcome screenDaniel Gultsch
2021-08-24Avoid description repetition screenshotsLicaon_Kter
2021-08-24Optionally prevent taking screenshotsMaximilian Weiler
- Add setting to prevent screenshots - Enforce using FLAG_SECURE in onResume for each activity
2021-05-17add description for text/plainDaniel Gultsch
2021-05-14call SVGs 'vector graphic' instead of 'image'Daniel Gultsch
2021-05-04a/v calls: seperate out SECURITY error from APP_FAILUREDaniel Gultsch
until now problems with verifying the call (omemo or DTLS missing) would just be another app failure. This commit displays verifications problems as their own thing.
2021-04-30Always verify hostname/domainDaniel Gultsch
There might be corner cases where it is required to use self signed certificates. However there should be no corner cases where it is required to use a wrong domain name. This commit swaps out the MemorizingHostnameVerifier that let users accept wrong domains with the standard XmppDomainVerifier. closes #4066
2021-03-26Do not crash when receiving video call on device w/o cameraDaniel Gultsch
Upon accepting a video call on a device that can not establish a video track on its own (for example by not having a camera), displaying the video enable/disable button would fail. This commit defaults this button to disabled.
2021-03-24catch security exception when reading fileDaniel Gultsch
2021-03-22show popup dialog when backup has been started. fixes #4031Daniel 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-18repharse omemo fingerprint descriptionDaniel Gultsch
2021-02-11slightly change wording of sync_with_contacts_longDaniel Gultsch
2021-02-11fix up for last commit. (re-add \n)Daniel Gultsch
2021-02-10paramaterize app name in more placesDaniel Gultsch
2021-02-10Fix formatting of openkeychain_required_long messagemimi89999
2021-02-10Add variable app name in res stringsmimi89999
Closes #3988
2021-01-28use 'missed call' as label for missed call statusDaniel Gultsch
2021-01-23pluralize x_unread_conversations stringDaniel Gultsch
2020-12-11work around race condition after opening easy invite dialogDaniel Gultsch
2020-12-01initial (untested) support for easy onboarding invitesDaniel Gultsch
2020-11-13show toast if no application found to attachDaniel Gultsch
2020-09-02rename 'add to favorites' to 'pin to top'Daniel Gultsch
2020-09-01restructure conversation menuDaniel Gultsch
we don’t want 'manage accounts' and 'settings' to show up when within a conversation. we also move out disable notifications and add to favorites into an overflow overflow to make the menu shorter (after adding 'Search messages' it became very crowded)
2020-09-01show notification if message failed to deliver. closes #3540Daniel Gultsch
2020-08-31provide content description for fab in start conversationDaniel Gultsch
2020-08-31use content description for play/pause button in audio playerDaniel Gultsch
2020-08-31shorten 'close conversation' stringDaniel Gultsch
2020-08-31provide content descriptions for call screenDaniel Gultsch
2020-08-31change title of lock icon when changing encryptionDaniel Gultsch
2020-08-31set content description for all avatarsDaniel Gultsch
2020-08-29search individual conversations. fixes #3243Daniel Gultsch
2020-07-26show toast when correction failsDaniel Gultsch
2020-07-26rename DnD to Busy in settings. fixes #3839Daniel Gultsch
2020-07-19add icons for gpx filesDaniel Gultsch
2020-07-12fixups and code clean up for 'Ctrl+Enter'Daniel Gultsch
2020-07-12Support sending messages with ctrl+enterMarcin Mielniczuk
Currently Conversations lacks any keyboard shortcut to send a message if enter_is_send is disabled. KeyboardListener has been extended to include the original KeyEvent as an argument. fixes #3829