aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* context menu for muc participants + refactor trueCounterpart to use Jid classiNPUTmice2014-11-171-1/+1
* fixed regression of xmpp uris not workingiNPUTmice2014-11-161-11/+8
* made scan and show qr code more accessible in VerifyOtrActivityiNPUTmice2014-11-161-46/+6
* parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice2014-11-161-10/+41
* Make account status an enumSam Whited2014-11-151-3/+3
* auto register/unregister listenersiNPUTmice2014-11-111-96/+78
* Rework `Account.getJid()' to return full JIDsSam Whited2014-11-091-1/+1
* Update more files to use JID objectsSam Whited2014-11-091-14/+34
* adjust api level wrappingM. Dietrich2014-11-041-3/+7
* Make linter ignore properly checked API mismatchSam Whited2014-11-041-1/+3
* optimize code abitM. Dietrich2014-11-041-29/+23
* implement "correct" ndef parsingM. Dietrich2014-11-041-13/+25
* added missing return statement. fixed api bugiNPUTmice2014-11-041-3/+2
* be more OOM. Dietrich2014-11-041-51/+44
* support pre JELLY_BEAN ndefM. Dietrich2014-11-041-16/+24