Cody Engel
12/19/2019, 4:38 PMclass Adapter(
val sentDateAdapter: ColumnAdapter<SentDate, String?>
)
alec
12/19/2019, 4:43 PMalec
12/19/2019, 4:43 PMalec
12/19/2019, 4:43 PMCody Engel
12/19/2019, 4:46 PMkevin.cianfarini
12/22/2019, 6:10 PMjw
12/22/2019, 6:13 PMjw
12/22/2019, 6:13 PMkevin.cianfarini
12/22/2019, 6:14 PMjw
12/22/2019, 6:14 PMkevin.cianfarini
12/22/2019, 6:14 PMkevin.cianfarini
12/22/2019, 6:14 PMkevin.cianfarini
12/22/2019, 6:16 PMvinay
12/29/2019, 7:59 PMRay Ryan
12/29/2019, 8:01 PMRay Ryan
12/29/2019, 8:02 PMvinay
01/02/2020, 7:04 AMBrendan Weinstein
01/04/2020, 10:12 AMalec
01/04/2020, 7:29 PMMaurice Jouvet
01/10/2020, 1:40 PMalec
01/10/2020, 1:51 PMMaurice Jouvet
01/10/2020, 1:54 PMBrendan Weinstein
01/17/2020, 3:18 AMaddInitializerBlock
but is there a way to add a property and set it on the same line (in a companion object) using kotlinpoet
val PROFILE: ProfileExperiment = ProfileExperiment()
jw
01/17/2020, 3:21 AMinitializer
Brendan Weinstein
01/17/2020, 3:30 AMdave08
01/19/2020, 3:20 PMclass <http://javax.net|javax.net>.ssl.SSLHandshakeException: SSL handshake aborted: ssl=0x55bc42bd00: I/O error during system call, Connection reset by peer
from OkHttp on the Android 5 devices we still have to support.... the destination supports tls 1.0, and previous versions of this app weren't having this problem... okhttp version is
3.12.0
dave08
01/19/2020, 3:26 PMGrant Park
01/23/2020, 8:15 PM1. cursor.getLong(0)!!,
2. cursor.getString(1)!!,
3. cursor.getLong(2)?.let { it == 1L }
Grant Park
01/23/2020, 8:16 PM