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