Kirill Taran
Kirill Taran
Blocked by https://github.com/ARK-Builders/arklib/issues/54 Crate `machine-uid` which is used by `arklib` at this moment, isn't supported on Android.
https://github.com/ARK-Builders/arklib-android/pull/125 merged
@tuancoltech am I right that we only need to bump `arklib-android` version before merging?
@tuancoltech there are some unresolved references in the last build.
Similar to ARK-Builders/ark-components-android#22
Another concern is that the fix is applied to `TagLabeledNStorage`, but there are also 3 other similar storages: `TagLabeledTSStorage.kt`, `TagQueriedTSStorage`, `TagQueriedNStorage`. These storages have the same bug, they should be...
["Created" date](https://github.com/arK-Builders/arK-Navigator/issues/269) can be used for auto-derived date tags, the same as ["First discovered" date](https://github.com/ARK-Builders/arklib/issues/66) ARK-Builders/arklib#67
But the best approach would be to re-design stats storages... They were implemented during autumn 2022. At summer 2023, we've refactored storages completely and separated reusable primitives. See [FileStorage](https://github.com/ARK-Builders/arklib-android/blob/main/lib/src/main/java/dev/arkbuilders/arklib/data/storage/FileStorage.kt) and...
Resource Grid, when sorted by date, can separate groups of resource by tags as well, e.g.: ``` [today] resource 1, resource 2 [yesterday] resource 3, resource 4, resource 5 [this...
@mdrlzy good note about debouncing. We can implement such a parameter in our base storage classes. Then stats storage should be similar to score storage, just debounce parameter would differ.