[APIv2] Implement endpoint timers. Fix compilation issues after merge.

This commit is contained in:
Kuba Szczodrzyński
2019-10-04 17:14:56 +02:00
parent 870a429f3d
commit c8c933fb20
17 changed files with 298 additions and 63 deletions

5
.idea/misc.xml generated
View File

@ -5,6 +5,11 @@
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="EntryPointsManager">
<list size="1">
<item index="0" class="java.lang.String" itemvalue="org.greenrobot.eventbus.Subscribe" />
</list>
</component>
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
<option name="myDefaultNotNull" value="androidx.annotation.RecentlyNonNull" />