Releases: kifile/Cornerstone
Releases · kifile/Cornerstone
v1.3
v1.2: 1.Merge AsyncDataProvider to AbstractDataProvider.
1.Now you can use annotation to auto-wired objects more effectively.
2.Delete AsyncDataProvider, you can call setAsync in AbstractDataProvider to make fetch task run on non-main thread.
3.Fix bugs when using PageDataProvider and make it could run on non-main thread automatically.
Release v1.0.1
- Fix the bug of creating AsyncDataProvider.
- Update notifyDataChanged method to synchronized.
Release v1.0
- Using annotation to auto-wired your data.
- I think it's the time to publish v1.0.
Release v0.2
1.Move the providers to new package.
2.Renamed GlobalDataProviderManager to Cornerstone.
3.Add CachedDataProvider
4.Override the CursorFetcher.
First Release
- Create the data framework.
- Release first version.