Moves OnlineChecker to a singleton class with cache.

This commit is contained in:
Vitor Pamplona
2023-06-24 15:53:22 -04:00
parent 775094356c
commit b040e0ca13
6 changed files with 226 additions and 75 deletions
+8
View File
@@ -456,4 +456,12 @@
<string name="minimum_pow">Minimum PoW</string>
<string name="auth">Auth</string>
<string name="payment">Payment</string>
<string name="live_stream_live_tag">LIVE</string>
<string name="live_stream_offline_tag">OFFLINE</string>
<string name="live_stream_ended_tag">ENDED</string>
<string name="live_stream_planned_tag">SCHEDULED</string>
<string name="live_stream_is_offline">Livestream is Offline</string>
<string name="live_stream_has_ended">Livestream Ended</string>
</resources>