Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix crash with xmpp uris | Christian Schneppe | 2018-11-21 | 1 | -1/+6 |
| | |||||
* | do not show up navigation when opening edit account from notification | Christian Schneppe | 2018-11-15 | 1 | -12/+8 |
| | |||||
* | do not show up navigation in start conversation screen if called with view ↵ | Christian Schneppe | 2018-11-15 | 3 | -2/+18 |
| | | | | intent | ||||
* | rename variable | Christian Schneppe | 2018-11-15 | 2 | -2/+2 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 8 | -79/+58 |
| | |||||
* | fix some lint errors | Christian Schneppe | 2018-11-11 | 2 | -3/+5 |
| | |||||
* | implement message deletion | Christian Schneppe | 2018-11-11 | 1 | -6/+11 |
| | | | | fixed #208 | ||||
* | try to fix failing backups in multiaccount mode | Christian Schneppe | 2018-11-11 | 1 | -4/+4 |
| | | | | --> you have to enable multiaccount mode again and setup a password!!! | ||||
* | try to fix a crash with emojicompat | Christian Schneppe | 2018-11-11 | 1 | -2/+2 |
| | |||||
* | add missing location permissions checks | Christian Schneppe | 2018-11-10 | 1 | -0/+3 |
| | |||||
* | code cleanup | Christian Schneppe | 2018-11-08 | 1 | -2/+3 |
| | |||||
* | don't show "Show QR Code" if no account is configured | Christian Schneppe | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | start ExportLogsService correctly on devices >= OREO | Christian Schneppe | 2018-11-08 | 1 | -1/+10 |
| | |||||
* | catch exception on invalid inputs | Christian Schneppe | 2018-11-08 | 1 | -4/+8 |
| | |||||
* | separate contacts and groups shared via xmpp uris | Christian Schneppe | 2018-11-08 | 1 | -1/+6 |
| | |||||
* | Merge pull request #262 from genofire/mini-redesign | Christian Schneppe | 2018-11-08 | 2 | -3/+11 |
|\ | | | | | design message border | ||||
| * | use material colors | Martin/Geno | 2018-11-08 | 1 | -1/+9 |
| | | |||||
| * | design message border | Martin/Geno | 2018-11-07 | 2 | -2/+2 |
| | | |||||
* | | show max file size for httpupload in profile --> server info | Christian Schneppe | 2018-11-08 | 1 | -1/+30 |
| | | |||||
* | | improve openkeychain error reporting | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
|/ | |||||
* | add missing slash to make database import working again | Christian Schneppe | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | write null bitmap to imageview to replace asyncdrawable | Christian Schneppe | 2018-10-24 | 1 | -3/+3 |
| | |||||
* | code cleanup, null check not necessary when using instance of | Christian Schneppe | 2018-10-24 | 1 | -9/+10 |
| | |||||
* | ask for permission when committing attachments | Christian Schneppe | 2018-10-24 | 1 | -10/+22 |
| | |||||
* | do not provide up navigation in publish account when in setup mode | Christian Schneppe | 2018-10-24 | 2 | -6/+10 |
| | |||||
* | don't use internal updater if store != null | Christian Schneppe | 2018-10-24 | 3 | -43/+33 |
| | |||||
* | bring back animated gif view in MediaViewer | Christian Schneppe | 2018-10-22 | 1 | -2/+12 |
| | |||||
* | fix bug in Updater | Christian Schneppe | 2018-10-20 | 1 | -8/+4 |
| | |||||
* | refactor magic creates password gen to CryptoHelper | Christian Schneppe | 2018-10-20 | 1 | -14/+2 |
| | |||||
* | Do not insert text shared over XMPP uri when already drafting message | Christian Schneppe | 2018-10-20 | 4 | -15/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | removed unused paramater 'newTask' from switchToConversation api | Christian Schneppe | 2018-10-20 | 3 | -30/+12 |
| | |||||
* | do not show 'open website' button after info has changed | Christian Schneppe | 2018-10-20 | 1 | -3/+4 |
| | |||||
* | offer either 'cancel download' or 'delete file' but not both | Christian Schneppe | 2018-10-20 | 1 | -3/+4 |
| | |||||
* | make 'cancelled' work for jingle ft | Christian Schneppe | 2018-10-20 | 1 | -3/+3 |
| | |||||
* | show snackbar for remote server timeout in mucs | Christian Schneppe | 2018-10-20 | 1 | -0/+7 |
| | |||||
* | show cancelled instead of delivery failed if user requested to abort transfer | Christian Schneppe | 2018-10-20 | 1 | -1/+5 |
| | |||||
* | make jids appear as monospace in dialogs | Christian Schneppe | 2018-10-20 | 4 | -28/+38 |
| | |||||
* | add confirmation dialog for deleting files | Christian Schneppe | 2018-10-20 | 1 | -7/+14 |
| | |||||
* | code cleanup / reformat in ShareViaAccount | Christian Schneppe | 2018-10-20 | 2 | -22/+15 |
| | |||||
* | fix crash in ConferenceDetailsActivity | Christian Schneppe | 2018-10-20 | 1 | -0/+4 |
| | |||||
* | change apk icon | Christian Schneppe | 2018-10-20 | 1 | -5/+10 |
| | |||||
* | added a few TODOs in regards to the handling of inactive devices | Christian Schneppe | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Do weOwnFile security check only when attaching | Christian Schneppe | 2018-10-04 | 1 | -1/+14 |
| | | | | 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 | ||||
* | use fab.hide() and fab.show() - this will animate the process | Christian Schneppe | 2018-10-04 | 1 | -2/+2 |
| | |||||
* | make navigation working with google maps | Christian Schneppe | 2018-10-04 | 1 | -17/+17 |
| | |||||
* | run through sendMessage() procedure instead of taking shortcut after ↵ | Christian Schneppe | 2018-10-04 | 1 | -9/+6 |
| | | | | | | returning from TrustKeys The shortcut didn't take care of message edits and some other things | ||||
* | refresh ui after device list update only if list has changed | Christian Schneppe | 2018-10-04 | 1 | -3/+2 |
| | |||||
* | reworked shortcut for QR-Code scanning in profile | Christian Schneppe | 2018-10-03 | 1 | -34/+1 |
| | | | | fixes #190 | ||||
* | remove unused SimpleFingerGestures_Android_Library | Christian Schneppe | 2018-10-03 | 1 | -44/+0 |
| | |||||
* | rework MediaViewerActivity | Christian Schneppe | 2018-10-03 | 3 | -43/+116 |
| |