aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/StartConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe1-1039/+0
2016-07-25don't crash when opening 'xmpp:' urisDaniel Gultsch1-1/+1
2016-07-01use dnd as overriding statusDaniel Gultsch1-2/+1
2016-05-31optimize importsChristian Schneppe1-1/+0
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-13improve keyboard handling. fixes #1387Daniel Gultsch1-6/+47
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-12modified contact permission dialogDaniel Gultsch1-1/+1
2015-12-12ask for contact permissions when first opening StartConversationActivityDaniel Gultsch1-8/+55
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
2014-11-17context menu for muc participants + refactor trueCounterpart to use Jid classiNPUTmice1-1/+1
2014-11-16fixed regression of xmpp uris not workingiNPUTmice1-11/+8
2014-11-16made scan and show qr code more accessible in VerifyOtrActivityiNPUTmice1-46/+6
2014-11-16parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice1-10/+41
2014-11-15Make account status an enumSam Whited1-3/+3
2014-11-11auto register/unregister listenersiNPUTmice1-96/+78
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-1/+1
2014-11-09Update more files to use JID objectsSam Whited1-14/+34
2014-11-04adjust api level wrappingM. Dietrich1-3/+7
2014-11-04Make linter ignore properly checked API mismatchSam Whited1-1/+3
2014-11-04optimize code abitM. Dietrich1-29/+23