Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not insert text shared over XMPP uri when already drafting message | Christian Schneppe | 2018-10-20 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -2/+2 |
| | |||||
* | make jids appear as monospace in dialogs | Christian Schneppe | 2018-10-20 | 1 | -12/+4 |
| | |||||
* | refresh ui after device list update only if list has changed | Christian Schneppe | 2018-10-04 | 1 | -3/+2 |
| | |||||
* | load contacts and start observer after giving permissions | Christian Schneppe | 2018-09-13 | 1 | -14/+4 |
| | |||||
* | do not show 'delete contact' for phone contacts. do not treat as stranger | Christian Schneppe | 2018-09-11 | 1 | -0/+2 |
| | |||||
* | show jids from address book in Start Conversation screen if only one account ↵ | Christian Schneppe | 2018-09-11 | 1 | -2/+14 |
| | | | | is used | ||||
* | try to catch rare NPE | Christian Schneppe | 2018-08-23 | 1 | -1/+7 |
| | |||||
* | refined create conference dialog | Christian Schneppe | 2018-07-09 | 1 | -26/+9 |
| | |||||
* | open/close soft keyboard in quick edit | Christian Schneppe | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | fall back to search in other tab on search enter | Christian Schneppe | 2018-06-16 | 1 | -0/+6 |
| | |||||
* | Added expert setting for direct search | Christian Schneppe | 2018-06-16 | 1 | -1/+8 |
| | |||||
* | add animators for more activities | Christian Schneppe | 2018-05-05 | 1 | -0/+2 |
| | |||||
* | mock (non functional) search activity | Christian Schneppe | 2018-04-29 | 1 | -2/+5 |
| | |||||
* | fine tuned style of toolbar search view | Christian Schneppe | 2018-04-29 | 1 | -0/+13 |
| | |||||
* | provide access to show qr code from context menu in start conversation activity | Christian Schneppe | 2018-04-29 | 1 | -8/+9 |
| | |||||
* | fixed npe when OS invokes StartConversationsActivity with null action | Christian Schneppe | 2018-04-29 | 1 | -1/+5 |
| | |||||
* | fixed up button refresh in start conversation activity | Christian Schneppe | 2018-04-24 | 1 | -1/+7 |
| | |||||
* | provide up navigation in start conversation activity | Christian Schneppe | 2018-04-23 | 1 | -7/+30 |
| | |||||
* | show account chooser for new conferences / join conferences | Christian Schneppe | 2018-04-22 | 1 | -2/+2 |
| | |||||
* | fixed regression in StartConversationActivity that ignored welcome jid | Christian Schneppe | 2018-04-22 | 1 | -4/+3 |
| | |||||
* | catch NPE | Christian Schneppe | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | StartConversationActivity: persist search across rotation | Christian Schneppe | 2018-04-12 | 1 | -44/+68 |
| | |||||
* | prevent double tapping on overflow menu | Christian Schneppe | 2018-04-12 | 1 | -0/+4 |
| | |||||
* | code cleanup | Christian Schneppe | 2018-04-11 | 1 | -38/+18 |
| | |||||
* | fixed some regressions introduced in toolbar migration | Christian Schneppe | 2018-04-11 | 1 | -10/+27 |
| | |||||
* | replace deprecated action bar with toolbar | Christian Schneppe | 2018-04-11 | 1 | -34/+26 |
| | | | | | | | | | * replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar | ||||
* | dynamically get known hosts in dialog | Christian Schneppe | 2018-04-08 | 1 | -15/+21 |
| | |||||
* | add data binding and check in back stack for dialogs | Christian Schneppe | 2018-04-08 | 1 | -5/+23 |
| | |||||
* | place enter jid dialog in dialog fragment | Christian Schneppe | 2018-04-08 | 1 | -3/+3 |
| | |||||
* | replace group dialogs by dialog fragment | Christian Schneppe | 2018-04-08 | 1 | -116/+67 |
| | |||||
* | make camera feature optional | Christian Schneppe | 2018-04-08 | 1 | -0/+2 |
| | |||||
* | scanned results are always a trusted source | Christian Schneppe | 2018-04-08 | 1 | -1/+1 |
| | |||||
* | fixed rare crash on jolla devices | Christian Schneppe | 2018-04-07 | 1 | -1/+1 |
| | |||||
* | return contact and account.getServer() as String | Christian Schneppe | 2018-04-07 | 1 | -2/+3 |
| | |||||
* | remove deprecated method | Christian Schneppe | 2018-04-03 | 1 | -2/+1 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 1 | -18/+29 |
| | |||||
* | add missing permission result handling in StartConversationActivity | Christian Schneppe | 2018-04-01 | 1 | -0/+1 |
| | |||||
* | changed some of the jid entering dialogs to textinputlayout | Christian Schneppe | 2018-04-01 | 1 | -3/+2 |
| | |||||
* | removed 'preemptive grant' setting | Christian Schneppe | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | bring scan button to StartConversationActivity | Christian Schneppe | 2018-03-31 | 1 | -125/+114 |
| | |||||
* | added dedicated scan button | Christian Schneppe | 2018-03-30 | 1 | -4/+1 |
| | |||||
* | WIP & fragment voodoo | Christian Schneppe | 2018-03-24 | 1 | -0/+5 |
| | |||||
* | make account chooser visible for group chats | Christian Schneppe | 2018-03-22 | 1 | -0/+16 |
| | |||||
* | show own account if multi account is enabled | Christian Schneppe | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | add fab to start conversations activity | Christian Schneppe | 2018-03-20 | 1 | -19/+22 |
| | |||||
* | started to change text style to app compat | Christian Schneppe | 2018-03-17 | 1 | -0/+2 |
| | |||||
* | fixed crash when selecting participants | Christian Schneppe | 2018-03-14 | 1 | -29/+19 |
| | |||||
* | fixed search in abstractsearchablelistitem | Christian Schneppe | 2018-03-09 | 1 | -2/+2 |
| | |||||
* | migrated alert dialogs to app compat | Christian Schneppe | 2018-03-09 | 1 | -1/+1 |
| |