Commit graph

84 commits

Author SHA1 Message Date
David Chang
671bfeaf26 Prepare for release 4.0.0-alpha04 2020-02-15 13:31:51 -08:00
David Chang
47bc665d78
Add code coverage badge (#103) 2020-02-14 05:59:31 -05:00
William Clausen
12a2600551 Prepare for release 4.0.0-alpha03 2020-02-13 11:40:22 -08:00
Mike Nakhimovich
d125a7cf29
Update README.md 2020-01-29 10:37:14 -05:00
Yang
613a5c8296 Add support for purging all store entries (#79)
* Fix typos.

* Gradle 6.1, AGP 4.0.0-alpha09, lifecycle 2.2.0.

* Add experimental invalidateAll() support and @ExperimentalStoreAPI annotation.

* Update sample with deleteAll function.

* Update README.md with deleteAll function.

* Add a section to README.md on clearing store entries.

* Rewrite tests without mocking. Move test utils / helpers to a single package.

* Code formatting and cleanups.

* Use StoreResponse.Data instead of DataWithOrigin in ClearAllStoreTest and ClearStoreByKeyTest.

* Simplified samples. Refactor tests.

* Gradle 6.1.1.
2020-01-28 09:02:28 -08:00
ychescale9
ccf9a66f07 Improve README.md. (#70)
* Improve README.md.

* Fix typo, add maven central badge, remove brackets around Store version.
2020-01-18 18:06:59 -08:00
William Clausen
351f534579 Update README to reflect availability of alpha artifacts in Maven (#61) 2020-01-10 21:13:16 -05:00
William Clausen
c227221b23 Increment version for 4.0.0-alpha01 release and prep next development version (#58)
* Prepare for release 4.0.0-alpha01

* Prepare next development version

* Update build.gradle

Co-Authored-By: Mike Nakhimovich <digitalbuddha@users.noreply.github.com>

Co-authored-by: Mike Nakhimovich <digitalbuddha@users.noreply.github.com>
2020-01-10 16:46:02 -05:00
Masataka Hirano
c99db1f05f Refactor README sample code (#60) 2020-01-10 11:01:56 -05:00
Andrey Beryukhov
dab29bd166 Replace Store.fetch() on fresh() methods in ReadMe (#52) 2020-01-02 14:47:08 -05:00
Nuh Koca
14b0646202 Fix README typos (#46) 2019-12-23 12:31:37 -05:00
David Algar
98062b155b Update Readme.md with correct artifact id (#23)
The artifact id `store4`, so the current included example dependency line doesn't locate the library.   Changing it to `store4` correctly finds the library in the local repository.
2019-12-11 11:53:33 -05:00
Mike Nakhimovich
7cb52099f6
Update README.md 2019-12-10 20:46:08 -05:00
Mike Nakhimovich
ff06e28697
Update readme to trigger travis build (#15)
* Update readme to trigger travis build

* fix deploy script to not refer to nytimes

* Update deploy_snapshot.sh
2019-12-10 13:48:43 -05:00
David Chang
03c7ef6267
Update README with Store maven gradle dependency 2019-12-09 12:11:19 -08:00
Mike Nakhimovich
a362c33c0a
Remove parsing blurb from Readme (#4)
Store3 took a parser, store4 doesn't need to due to how easy it is to add transformations to the fetcher or reader flows
2019-12-07 00:51:29 +01:00
Mike Nakhimovich
59ab3f0889
Add not about missing maven artifact (#6)
Add how to build from source and install into local m2 repo
2019-12-07 00:19:36 +01:00
Júlio Zynger
5d6ccf8422 Fix link in README (#3)
* Fix link in README

* Oops bracket
2019-12-07 00:10:40 +01:00
Yigit Boyar
2e80c6d7df Update readme (#2)
* update readme to show new streaming APIs

* more readme fixes, styles etc

* fix version to snapshot
2019-12-06 16:59:07 +01:00
Mike Nakhimovich
4fa9c252b6
rename package from nytimes to dropbox (#63)
* rename package from nytimes to dropbox

* Update build.gradle

Co-Authored-By: David Chang <changd@gmail.com>
2019-12-05 19:52:47 +01:00
Mike Nakhimovich
1356a27975
clean up readm (#45) 2019-11-04 21:11:07 -05:00
Brian Plummer
6ebeea26f3 point readme to core repo 2019-06-30 11:20:01 -04:00
DigitalBuddha
a227ae2169 fixing readme 2019-05-27 10:32:20 -04:00
DigitalBuddha
150031174d new name 2019-05-27 10:29:11 -04:00
Brian Plummer
5ed0b932ef
Update README.md
circle ci staus badge
2019-05-26 00:20:51 -04:00
Brian Plummer
6a59d6063e
Update README.md
really really remove build status
2019-05-17 18:47:57 -04:00
Brian Plummer
9efc40da1c
Update README.md
remove build status
2019-05-17 18:46:50 -04:00
Brian Plummer
969432213e
Update README.md 2019-05-17 18:45:11 -04:00
Brian Plummer
0b633e1e8a minor readme change 2019-05-17 18:44:10 -04:00
Brian Plummer
eb64a8d5c5 update logo 2019-05-17 18:43:04 -04:00
Darío Hereñú
b73d36bb2f Typos on #316 & #334 (#370) 2018-10-30 16:28:40 -04:00
Jeremy Tecson
46e0b7fd5a Update README.md (#363)
- Typos
- Format code samples
- Code block usage on types
- Add direct link to RxJava and Wiki
2018-07-26 21:58:45 -04:00
Jeremy Tecson
ce0bea786f Fix typos (#360) 2018-07-21 14:19:58 +02:00
Jeremy Tecson
0dee4f135e Use implementation instead of compile (#362) 2018-07-21 14:00:41 +02:00
Jeremy Tecson
2697f4a30a Add links to mentioned libraries (#361) 2018-07-21 13:56:27 +02:00
Tyler Kindy
e4c21b23c8 Update version in README (#343) 2018-07-05 10:01:48 -04:00
Ramona Harrison
6ea6f30a6a Prepare for release 3.1.0. 2018-06-07 13:43:16 -04:00
Kevin Cronly
b8df99c4b8 Fixes errors in README (#336) 2018-06-05 09:58:38 -04:00
Jorge Antonio Díaz-Benito Soriano
d26d50a5b6 Remove unnecessary Android-specific stuff (#319) 2018-05-03 09:39:37 -04:00
Joe Cyboski
9f2704bc11 Adding docs to readme for setting 1.8 compatibility 2018-03-29 12:25:03 -04:00
Ramona Harrison
34ebfcaabe Prepare for release 3.0.1. 2018-03-20 13:40:54 -04:00
Ramona Harrison
1d0ce5f4c1 Prepare for release 3.0.0. 2018-02-01 13:45:53 -05:00
Rafael Moreno
9c7e459615 fixed incorrect parameter issue #303 (#309) 2018-01-23 21:14:18 -05:00
Ben Oberkfell
631c738481 Amend README to include 360AnDev presentation link (#272)
Woohoo!
2017-09-14 07:46:44 -04:00
Mike Nakhimovich
025d302668 Put Community project back in 2017-08-29 16:18:37 -04:00
Ramona Harrison
c018915d31 Fix broken image links (#259)
Fix broken image links (#259)
2017-07-26 19:08:53 -04:00
Ramona Harrison
982f3baa09 Prepare for release 3.0.0-beta. 2017-07-26 11:31:30 -04:00
Wojciech Dziemianczyk
bc911a4223 Change Store logo (#253)
Update README.md
2017-07-24 12:05:18 -04:00
Kevin Cronly
325ce19abf README updated to reflect changes from rx2 (#243) 2017-07-13 20:24:13 -04:00
Jorge Antonio Díaz-Benito Soriano
10d0cf6d07 Add store-kotlin module (#229)
* Add store-kotlin module

* Remove useless file

* Fix package in AndroidManifest

* Refactor module tests to assertJ

* Remove wrong annotation

* Add store-kotlin artifact to README

* Add module README

* Add KDoc to Javadoc jar

* Add Experimental annotation

* Mark all public store-kotlin classes as @Experimental

* Replace use of rx's @Experimental with local one instead
2017-06-22 21:22:34 -04:00