Package de.tuchemnitz.armadillogin.ui.user

Types

CredentialAdapter
Link copied to clipboard
class CredentialAdapter(onDeleteClicked: (String) -> Unit, lifecycleOwner: LifecycleOwner, armadilloViewModel: ArmadilloViewModel) : ListAdapter<Credential, CredentialAdapter.CredentialViewHolder>
RecyclerView adapter used to display the retrieved list of credentials.
DeleteConfirmationFragment
Link copied to clipboard
class DeleteConfirmationFragment : DialogFragment
UserOverviewFragment
Link copied to clipboard
A Fragment and DeleteConfirmationFragment.Listener subclass used as user overview fragment.
UserOverviewViewModel
Link copied to clipboard
class UserOverviewViewModel(application: Application) : AndroidViewModel
ViewModel for retrieving and deleting keys of a user.