added possibility to add uri found in call history to contacts

This commit is contained in:
Juha Heinanen
2018-06-11 11:00:47 +03:00
parent 006affe521
commit dd72c6bcd2
2 changed files with 28 additions and 8 deletions
@@ -1,6 +1,7 @@
package com.tutpro.baresip
class HistoryRow(val peerURI: String, val direction: Int, val time: String, val index: Int) {
class HistoryRow(val peerURI: String, val peerDomain: String, val direction: Int, val time: String,
val index: Int) {
val directions = ArrayList<Int>()
val indexes = ArrayList<Int>()