aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/StartConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fine tuned style of toolbar search viewChristian Schneppe2018-04-291-0/+13
* provide access to show qr code from context menu in start conversation activityChristian Schneppe2018-04-291-8/+9
* fixed npe when OS invokes StartConversationsActivity with null actionChristian Schneppe2018-04-291-1/+5
* fixed up button refresh in start conversation activityChristian Schneppe2018-04-241-1/+7
* provide up navigation in start conversation activityChristian Schneppe2018-04-231-7/+30
* show account chooser for new conferences / join conferencesChristian Schneppe2018-04-221-2/+2
* fixed regression in StartConversationActivity that ignored welcome jidChristian Schneppe2018-04-221-4/+3
* catch NPEChristian Schneppe2018-04-221-1/+1
* StartConversationActivity: persist search across rotationChristian Schneppe2018-04-121-44/+68
* prevent double tapping on overflow menuChristian Schneppe2018-04-121-0/+4
* code cleanupChristian Schneppe2018-04-111-38/+18
* fixed some regressions introduced in toolbar migrationChristian Schneppe2018-04-111-10/+27
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-34/+26
* dynamically get known hosts in dialogChristian Schneppe2018-04-081-15/+21
* add data binding and check in back stack for dialogsChristian Schneppe2018-04-081-5/+23
* place enter jid dialog in dialog fragmentChristian Schneppe2018-04-081-3/+3
* replace group dialogs by dialog fragmentChristian Schneppe2018-04-081-116/+67
* make camera feature optionalChristian Schneppe2018-04-081-0/+2
* scanned results are always a trusted sourceChristian Schneppe2018-04-081-1/+1
* fixed rare crash on jolla devicesChristian Schneppe2018-04-071-1/+1
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-2/+3
* remove deprecated methodChristian Schneppe2018-04-031-2/+1
* migrate to xmpp-addrChristian Schneppe2018-04-021-18/+29
* add missing permission result handling in StartConversationActivityChristian Schneppe2018-04-011-0/+1
* changed some of the jid entering dialogs to textinputlayoutChristian Schneppe2018-04-011-3/+2
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-1/+1
* bring scan button to StartConversationActivityChristian Schneppe2018-03-311-125/+114
* added dedicated scan buttonChristian Schneppe2018-03-301-4/+1
* WIP & fragment voodooChristian Schneppe2018-03-241-0/+5
* make account chooser visible for group chatsChristian Schneppe2018-03-221-0/+16
* show own account if multi account is enabledChristian Schneppe2018-03-201-1/+1
* add fab to start conversations activityChristian Schneppe2018-03-201-19/+22
* started to change text style to app compatChristian Schneppe2018-03-171-0/+2
* fixed crash when selecting participantsChristian Schneppe2018-03-141-29/+19
* fixed search in abstractsearchablelistitemChristian Schneppe2018-03-091-2/+2
* migrated alert dialogs to app compatChristian Schneppe2018-03-091-1/+1
* started work on migrating to appcompatChristian Schneppe2018-03-091-28/+25
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-0/+6
* Pass invite XMPP URI along instead of JIDChristian Schneppe2018-02-151-4/+4
* null check on invite objectChristian Schneppe2018-02-151-1/+1
* allow roster action with nameChristian Schneppe2018-02-151-0/+3
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-101-3/+3
* just switch to conversations & do not creat when 'creating' self contactChristian Schneppe2018-01-271-1/+4
* do not use theme in uri activityChristian Schneppe2018-01-171-0/+1
* transport invitee from welcome activity to start conversations activityChristian Schneppe2017-12-271-2/+15
* refactor StartConversationsActivityChristian Schneppe2017-12-231-57/+28
* remove NFC handling + let edit account handle own jidsChristian Schneppe2017-12-161-40/+0
* fix init EmojiService in StartConversationActivityChristian Schneppe2017-12-161-1/+7
* StartConversationActivity: Scan QR codes via UriHandlerActivityChristian Schneppe2017-12-161-18/+4
* XmppUri: Parse 'message action' queryChristian Schneppe2017-12-161-5/+1