aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25share uri for bookmark direclty from Start ConversationDaniel Gultsch1-0/+21
2016-12-29always open account details when scanning one of our own keys. fixes #2211Daniel Gultsch1-6/+9
2016-12-04show jid monospaced in verify dialogDaniel Gultsch1-1/+10
2016-12-03show warning dialog beforing verifying keys via a linkDaniel Gultsch1-9/+49
2016-11-28add support for body paramater in xmpp uriDaniel Gultsch1-5/+5
2016-11-23explictly scan for aztec and qr codes onlyDaniel Gultsch1-1/+1
2016-11-22show proper avatar for 'self' contact. fixes #2138Daniel Gultsch1-2/+6
2016-11-19don't use xmpp uri for self verification if account is disabledDaniel Gultsch1-1/+1
2016-11-19fixed regression that would crash create contact dialog. fixes #2131Daniel Gultsch1-2/+4
2016-11-17put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch1-9/+7
2016-11-17parse omemo fingerprints from urisDaniel Gultsch1-6/+13
2016-09-18recreate activities when theme changedDaniel Gultsch1-1/+6
2016-08-31fixed recreation issues in StartConversationActivityDaniel Gultsch1-975/+1028
2016-08-30don't show up navigation in startConversation when there are no open conversa...Daniel Gultsch1-1/+3
2016-08-26always display allow contact perm dialog after introDaniel Gultsch1-0/+10
2016-08-20various null pointer checksDaniel Gultsch1-2/+7
2016-07-22don't crash when opening 'xmpp:' urisDaniel Gultsch1-1/+1
2016-06-30use dnd as overriding statusDaniel Gultsch1-3/+1
2016-05-30handle app links for conferencesDaniel Gultsch1-6/+15
2016-05-29fix creation of conferences with 1 participantDaniel Gultsch1-2/+1
2016-05-27use activity title 'choose participants' when doing thatDaniel Gultsch1-0/+1
2016-05-26add 'create conference' dialogDaniel Gultsch1-1/+116
2016-05-12improve keyboard handling. fixes #1387Daniel Gultsch1-6/+47
2016-04-29port all android drop down list items to our ownDaniel Gultsch1-6/+5
2016-04-27removed unused config variablesDaniel Gultsch1-12/+5
2016-04-22expert setting to manually change presenceDaniel Gultsch1-2/+2
2016-02-27always search offline contacts as well. fixes #1653Daniel Gultsch1-0/+1
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch1-1/+1
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch1-4/+14
2016-02-01respect autojoin setting on newly created bookmarks as wellDaniel Gultsch1-1/+1
2016-02-01opt out handling of the autojoin flag. fixes #1666Daniel Gultsch1-1/+1
2016-02-01made create context menu call in StartConversationsActivity more failsafeDaniel Gultsch1-1/+1
2016-01-24Use a Presence class for presence informationStephen Paul Weber1-1/+4
2016-01-22changed spacing in create dialogs and notify user when no accounts are activatedDaniel Gultsch1-7/+19
2016-01-21add convenience to get an account object from a spinnerDaniel Gultsch1-15/+19
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch1-61/+29
2015-12-07modified contact permission dialogDaniel Gultsch1-1/+1
2015-12-07ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-8/+55
2015-10-19add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch1-4/+6
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-8/+19
2015-07-15fixed crash on invalid muc bookmarksDaniel Gultsch1-3/+7
2015-05-19hide block contact from context menu when server feature is not available fix...Daniel Gultsch1-2/+5
2015-02-22init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice1-2/+8
2015-02-17limit ui refresh rateiNPUTmice1-17/+8
2015-01-21show checkbox to hide offline contactsiNPUTmice1-6/+19
2015-01-21deal with user entering full jids in join conference dialogiNPUTmice1-2/+1
2015-01-02click on dynamic tag to filter for that tagDaniel Gultsch1-0/+12
2014-12-23Remove old JID validatorSam Whited1-81/+73
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-56/+90
2014-12-17show error if jid couldn't be parsed in new contact dialogiNPUTmice1-15/+10