aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/StartConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
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 in...Christian Schneppe1-2/+6
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
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
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
2018-04-29fine tuned style of toolbar search viewChristian Schneppe1-0/+13
2018-04-29provide access to show qr code from context menu in start conversation activityChristian Schneppe1-8/+9
2018-04-29fixed npe when OS invokes StartConversationsActivity with null actionChristian Schneppe1-1/+5
2018-04-24fixed up button refresh in start conversation activityChristian Schneppe1-1/+7
2018-04-23provide up navigation in start conversation activityChristian Schneppe1-7/+30
2018-04-22show account chooser for new conferences / join conferencesChristian Schneppe1-2/+2
2018-04-22fixed regression in StartConversationActivity that ignored welcome jidChristian Schneppe1-4/+3
2018-04-22catch NPEChristian Schneppe1-1/+1
2018-04-12StartConversationActivity: persist search across rotationChristian Schneppe1-44/+68
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-0/+4
2018-04-11code cleanupChristian Schneppe1-38/+18
2018-04-11fixed some regressions introduced in toolbar migrationChristian Schneppe1-10/+27
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-34/+26
2018-04-08dynamically get known hosts in dialogChristian Schneppe1-15/+21
2018-04-08add data binding and check in back stack for dialogsChristian Schneppe1-5/+23
2018-04-08place enter jid dialog in dialog fragmentChristian Schneppe1-3/+3
2018-04-08replace group dialogs by dialog fragmentChristian Schneppe1-116/+67
2018-04-08make camera feature optionalChristian Schneppe1-0/+2
2018-04-08scanned results are always a trusted sourceChristian Schneppe1-1/+1
2018-04-07fixed rare crash on jolla devicesChristian Schneppe1-1/+1
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-2/+3
2018-04-03remove deprecated methodChristian Schneppe1-2/+1
2018-04-02migrate to xmpp-addrChristian Schneppe1-18/+29
2018-04-01add missing permission result handling in StartConversationActivityChristian Schneppe1-0/+1
2018-04-01changed some of the jid entering dialogs to textinputlayoutChristian Schneppe1-3/+2