mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
[android] Add UI for changing and displaying contact alias
Note that this commit only shows the alias where the Contact is available. In cases, where we only have the Author, only its name is shown. This also introduces the first ViewModel to share state between the ConversationActivity and the AliasDialogFragment.
This commit is contained in:
@@ -105,6 +105,7 @@ dependencies {
|
||||
implementation "com.android.support:cardview-v7:$supportVersion"
|
||||
implementation "com.android.support:support-annotations:$supportVersion"
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||
implementation "android.arch.lifecycle:extensions:1.1.1"
|
||||
|
||||
implementation('ch.acra:acra:4.11') {
|
||||
exclude module: 'support-v4'
|
||||
|
||||
Reference in New Issue
Block a user