aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe1-0/+1
file extension instead. added preview icons for ebooks
2018-12-15synchronize join/leaves with bookmarksChristian Schneppe1-2/+2
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe1-0/+1
2018-12-04offer to start/install orbot for edit account screen.Christian Schneppe1-1/+3
2018-12-04implement self healing omemoChristian Schneppe1-0/+1
after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
2018-11-30let the user forbid android from taking screenshotsChristian Schneppe1-0/+2
2018-11-23show only file size if http upload is availableChristian Schneppe1-1/+0
2018-11-23offer to copy error message to clipboardChristian Schneppe1-0/+1
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe1-0/+1
2018-11-23fix manual update checkChristian Schneppe1-0/+1
2018-11-15rename variableChristian Schneppe1-1/+1
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-0/+1
2018-11-11implement message deletionChristian Schneppe1-1/+3
fixed #208
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-2/+3
2018-11-08improve openkeychain error reportingChristian Schneppe1-0/+1
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe1-0/+1
XMPP uris in the style of `xmpp:test@domain.tld?body=Something` can be used to directly share a message with a specific contact. Previously the text was always appended to the message currently in draft. The message was never send automatically. Essentially those links where treated like normal text share intents (for example when sharing a URL from the browser) but without the contact selection. There is a concern (CVE-2018-18467) that when this URI is invoked automatically and the user is currently drafting a long message to that particular contact the text could be inserted in the draft field (input box) without the user noticing. To circumvent that the text shared over XMPP uris that contain a particular contact is now appended only if the draft box is currently empty. Sharing text normally (**with** manual contact selection) is still treated the same; meaning the shared text will be appended to the current draft. This is intended behaviour to make the 'Hey I have this cool link here;' *open browser*, *share link* - secenario work.
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe1-0/+1
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-0/+1
2018-10-20add confirmation dialog for deleting filesChristian Schneppe1-1/+4
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe1-0/+1
The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app
2018-10-04replace barcode with QR code in stringsChristian Schneppe1-7/+7
2018-10-03rework MediaViewerActivityChristian Schneppe1-0/+2
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe1-0/+1
2018-09-26s/show media/view media/gChristian Schneppe1-1/+1
2018-09-26introduce media browser activityChristian Schneppe1-0/+1
2018-09-26show conversation media in contact/conference detailsChristian Schneppe1-0/+1
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe1-2/+0
multiple files
2018-09-14update stringsChristian Schneppe1-1/+1
2018-09-14show contact/group details as icons in tablet viewChristian Schneppe1-0/+1
2018-09-14update stringsChristian Schneppe1-1/+1
2018-09-13speed up DNSChristian Schneppe1-1/+0
run queries in parallel decrease timeout do not fall back to google
2018-09-13removed global notifications switchChristian Schneppe1-2/+0
2018-09-13make channel for video compression, updater, backupChristian Schneppe1-0/+3
2018-09-13initial work toward api 26+Christian Schneppe1-0/+11
* introduce notification channels * always use foreground service on 26+
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe1-0/+1
2018-09-11show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe1-0/+1
is used
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe1-0/+2
2018-08-07Replace quotes in direct_search summaryLicaon_Kter1-1/+1
...as they cut off text in the app
2018-08-05add a quick action for voice recordingChristian Schneppe1-0/+2
* is enabled as default * can be disabled in settings
2018-08-05add location to permission check, tooChristian Schneppe1-0/+1
2018-08-04use blabber.im as default domainChristian Schneppe1-0/+1
2018-08-03show toast if no address book app is installedChristian Schneppe1-0/+1
2018-07-15display propper toast after room has been destroyedChristian Schneppe1-0/+1
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+1
thanks @acw81
2018-07-09show snackbar for resource constraint in mucsChristian Schneppe1-0/+1
2018-07-09shorten read markers to 'everyone has read up to this point' when > 4 userChristian Schneppe1-0/+1
2018-07-09refined create conference dialogChristian Schneppe1-0/+2
2018-06-30choose contact activity: start action mode on short pressChristian Schneppe1-4/+1
2018-06-29non functional muc edit buttonChristian Schneppe1-1/+2
2018-06-29do not include white listed domains in room listChristian Schneppe1-1/+1