ARK-Builders / arklib

Core of the programs in ARK family
MIT License
1 stars 10 forks source link

provide_index should return IndexUpdate #40

Open mdrlzy opened 1 year ago

mdrlzy commented 1 year ago

Because of this, in arklib-android we have to expect that all resources were just added at startup And we can't find out what resources were deleted

kirillt commented 1 year ago

When we solve this, we'll be able to remove corresponding storage items (metadata, previews) for removed resources. https://github.com/ARK-Builders/arklib-android/issues/70