aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/StartConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-02always open account details when scanning one of our own keysChristian Schneppe1-6/+9
2016-12-18show jid monospaced in verify dialogChristian Schneppe1-1/+10
2016-12-18show warning dialog beforing verifying keys via a linkChristian Schneppe1-108/+149
2016-11-29add support for body paramater in xmpp uriChristian Schneppe1-5/+5
2016-11-24explictly scan for aztec and qr codes onlyChristian Schneppe1-1/+1
2016-11-24show proper avatar for 'self' contactChristian Schneppe1-3/+6
2016-11-20don't use xmpp uri for self verification if account is disabledChristian Schneppe1-1/+1
2016-11-20fixed regression that would crash create contact dialogChristian Schneppe1-2/+4
2016-11-19reformat codeChristian Schneppe1-2/+2
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-9/+7
2016-11-18parse omemo fingerprints from urisChristian Schneppe1-6/+13
2016-09-23recreate activities when theme changedDaniel Gultsch1-1/+6
2016-09-09optimized importsChristian Schneppe1-1/+0
2016-09-03fixed recreation issues in StartConversationActivityDaniel Gultsch1-975/+1028
2016-09-02don'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-26various null pointer checksDaniel Gultsch1-2/+7
2016-07-29changed package id inside manifest and projectChristian Schneppe1-18/+18
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