gammax
01/02/2020, 4:39 PMOlivier
01/03/2020, 12:42 PMreviewer
do it, because he's the one who agreed the code
.
And yes, we can use the Draft
label.Olivier
01/03/2020, 12:42 PMVova Buberenko
01/03/2020, 5:29 PMcoroutines
approach, like one of recently closed PRs suggested. We just need to plan deadlines and list them somewhere, so users are aware.Vova Buberenko
01/03/2020, 6:53 PMwhen
and if
quite a lot last time. Let’s agree on some type of uniform style?
For example, regarding curly braces we could rely on Google’s style https://developer.android.com/kotlin/style-guide#bracesVova Buberenko
01/07/2020, 7:23 PMRetentionPeriod
visible.
Because now I can easily do things, like on an attached screenshot below from almost any place with access to context and it works just fine. Ideally, such things shouldn’t be visible to users at all.
So, I am annotating class as Deprecated
and creating its copy in internal
package, but without enum and with created RetentionPeriod
class. Also, I will add a comment with explanation and use …
link, so users could see what change is going to happen in future. Is it correct?
If so, it now seems that I should do it in a separate PR instead of trying to do in my current one with visibility fixes.Vova Buberenko
01/09/2020, 10:17 AMVova Buberenko
01/12/2020, 8:06 PMProject boards
on Github and put our planned work there? We could put more than one release there and also we can make it more visible to users on future plans/Vova Buberenko
01/13/2020, 5:48 AMColton Idle
01/23/2020, 8:03 AM3.1.0
! Great work!gammax
01/23/2020, 1:32 PMVova Buberenko
01/24/2020, 9:09 PMThrowable
processing along with Errors
tab from Chucker.
Chucker should concentrate on network stuff and, possibly, on notifications capturing, like one of users suggested.gammax
01/24/2020, 10:25 PM/
in the branch nameColton Idle
01/24/2020, 10:42 PMVova Buberenko
01/24/2020, 10:46 PMgammax
01/24/2020, 11:17 PMnull
it means you're running on OkIO version 1.15.0
gammax
01/24/2020, 11:57 PMgammax
01/25/2020, 12:43 AMMiSikora
02/10/2020, 5:26 PM@Deprecated
. I believe using a builder would help to add configurability to Chucker. On the other hand I know that there is pending PR https://github.com/ChuckerTeam/chucker/pull/141 so I’m not sure what to do. What do you guys think?gammax
02/20/2020, 8:23 PMColton Idle
02/21/2020, 2:00 AMVova Buberenko
02/26/2020, 8:14 AMgammax
02/29/2020, 9:54 PMgammax
02/29/2020, 9:55 PMVova Buberenko
03/04/2020, 10:02 AMNikhil
03/06/2020, 6:38 PMHitanshu Dhawan
03/11/2020, 6:40 AMVova Buberenko
03/20/2020, 9:19 PMgammax
03/21/2020, 6:27 PMpsh
03/21/2020, 9:24 PMLiveData
in the HttpTransactionDao and moving to Flow + suspend functions, and only expose the result to the GUI (in MainViewModel) using LiveData
?