aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/StartConversationActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* prevent sharing of xmpp uri for group chat bookmarksChristian Schneppe2020-02-171-2/+5
|
* do not warn user if bookmark already existsChristian Schneppe2020-02-171-3/+6
|
* use androidx.appcompat.app.AlertDialog and make AlertDialog finalChristian Schneppe2020-02-161-7/+6
|
* use ToastCompat instead of ToastChristian Schneppe2020-01-311-7/+8
|
* parse install referrer from gplayChristian Schneppe2020-01-241-3/+3
|
* preselect proper account in create contact dialog after following inviteChristian Schneppe2020-01-241-5/+5
|
* support ?roster;ibr=y xmpp urisChristian Schneppe2020-01-241-9/+7
|
* fix duplicate accounts in EnterJidDialogChristian Schneppe2019-11-151-13/+1
|
* rework IntroActivity a bitChristian Schneppe2019-11-151-1/+2
|
* Bookmarks2: support retractionChristian Schneppe2019-10-261-3/+1
|
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-3/+3
|
* channel search result long press to show join dialogChristian Schneppe2019-09-241-7/+21
|
* show context menu in channel search to share uriChristian Schneppe2019-09-211-16/+20
|
* migrate to AndroidXChristian Schneppe2019-09-201-12/+12
|
* do not put default nick into bookmark if none has been set beforeChristian Schneppe2019-08-311-2/+3
|
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-011-2/+2
| | | | when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
|
* add contact dialog: warn on suspicious addressesChristian Schneppe2019-05-031-1/+2
|
* implement channel discoveryChristian Schneppe2019-04-261-1/+5
| | | | | refactor muc search to use http cache channel search results
* fixed regression of search hint not updating in StartConversation screenChristian Schneppe2019-02-181-1/+8
|
* optimize importsChristian Schneppe2019-02-081-5/+0
|
* hide lock icon in channels; modify muc user contextChristian Schneppe2019-02-081-1/+1
|
* provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-071-76/+92
|
* rename some variablesChristian Schneppe2019-02-041-1/+1
|
* show sub menu fabs for create group chatsChristian Schneppe2019-01-271-22/+47
|
* modify emoji integrationChristian Schneppe2019-01-251-5/+0
|
* catch illegal state exception on fragment transactionChristian Schneppe2018-11-231-3/+7
|
* fixed race condition that prevented bookmark nick to be usedChristian Schneppe2018-11-231-1/+1
|
* add suggested contacts to roster on first messageChristian Schneppe2018-11-231-4/+4
|
* always do contact sync in backgroundChristian Schneppe2018-11-231-1/+1
|
* avatar code changesChristian Schneppe2018-11-231-10/+0
|
* show synced contacts in choose contact activityChristian Schneppe2018-11-231-2/+1
|
* refresh contacts when opening StartConversationsActivityChristian Schneppe2018-11-231-0/+1
|
* do not show up navigation in start conversation screen if called with view ↵Christian Schneppe2018-11-151-2/+6
| | | | intent
* rename variableChristian Schneppe2018-11-151-1/+1
|
* refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe2018-11-151-2/+10
|
* Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe2018-10-201-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 apiChristian Schneppe2018-10-201-2/+2
|
* make jids appear as monospace in dialogsChristian Schneppe2018-10-201-12/+4
|
* refresh ui after device list update only if list has changedChristian Schneppe2018-10-041-3/+2
|
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-131-14/+4
|
* do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2018-09-111-0/+2
|
* show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe2018-09-111-2/+14
| | | | is used
* try to catch rare NPEChristian Schneppe2018-08-231-1/+7
|
* refined create conference dialogChristian Schneppe2018-07-091-26/+9
|
* open/close soft keyboard in quick editChristian Schneppe2018-06-291-1/+1
|
* fall back to search in other tab on search enterChristian Schneppe2018-06-161-0/+6
|
* Added expert setting for direct searchChristian Schneppe2018-06-161-1/+8
|
* add animators for more activitiesChristian Schneppe2018-05-051-0/+2
|
* mock (non functional) search activityChristian Schneppe2018-04-291-2/+5
|