Skip to content

Releases: kifile/Cornerstone

v1.3

01 Dec 13:51
Compare
Choose a tag to compare

1.Use Exception mechanism to handle convert or fetch error.
2.Delete the dependencies of custom util.
3.Update ok-http library.

v1.2: 1.Merge AsyncDataProvider to AbstractDataProvider.

29 Nov 15:53
Compare
Choose a tag to compare

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

21 Sep 00:46
Compare
Choose a tag to compare
  1. Fix the bug of creating AsyncDataProvider.
  2. Update notifyDataChanged method to synchronized.

Release v1.0

20 Sep 02:38
Compare
Choose a tag to compare
  1. Using annotation to auto-wired your data.
  2. I think it's the time to publish v1.0.

Release v0.2

06 Sep 13:37
Compare
Choose a tag to compare

1.Move the providers to new package.
2.Renamed GlobalDataProviderManager to Cornerstone.
3.Add CachedDataProvider
4.Override the CursorFetcher.

First Release

19 Aug 16:09
Compare
Choose a tag to compare
  1. Create the data framework.
  2. Release first version.