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