Piotr Kostecki
Piotr Kostecki
Hey guys, I have run into the same problem - valid buckets, empty data sets. I have managed to overcome it by using deprecated methods from historical API sample: `return...
Hey, I have run into the same problem. I have managed to overcome it by using deprecated methods from historical API sample: `return DataReadRequest.Builder() .aggregate(DataType.TYPE_STEP_COUNT_DELTA, DataType.AGGREGATE_STEP_COUNT_DELTA) .bucketByTime(1, TimeUnit.DAYS) .setTimeRange(startTime, endTime,...
One could overwrite the first two digits that are responsible for the year and decrement them by 20 (could be variable of the project starting year) which will give you...
How about separate: versionCodeType 'AUTO_INCREMENT_ONE_STEP' For instance if you let us set the name for the variable in version.properties that would be enough
For me it does crash with androidx.recyclerview.widget.LinearLayoutManager. In my case it has something to do with the combination of TransitionManager.beginDelayedTransition, adapter.setHasStableIds(true) and adapter.notifyDataSetChanged().
Same here, same with the 1.2.5 version of the auth sdk