Commit graph

67 commits

Author SHA1 Message Date
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
Ramona Harrison
047fbf3615 Prepare for release 3.0.0-alpha. 2017-05-23 18:15:13 -04:00
Ramona Harrison
2c2872504b Include develop changes in Rx2 branch (#214)
* Update README.md

* Update README.md

* Update README.md (#175)

* Update README.md

* Close source after  write to filesystem

* Refactor FSFileTest to rx2 package

* remove null check on source and annotate arg with NonNull

* Standardize store.stream() to only emit new items

* Standardize store.stream() to only emit new items

* Remove unneeded call to asObservable()

* Update README.md

* Update README.md

* Fixed PMD violation God Class for RealInternalStore (#179)

* Update README.md

* Fixing dependency importation typo (#186)

* Mike/test (#195)

* new test

* Refactor NoNetworkTest to rx2 package

* Typo fixed (#202)

* Typo fixed

* Simplified by removing generics

* Update build.gradle (#193)

rename app id for sample app

* Add a missing Source.close() call (#200)

* Add Retrolambda plugin on the rest modules (#205)

* Add Retrolambda plugin on the rest modules and modify sample app for new config

* Suppress PMD violation on equals()

* Add Raw to BufferedSource transformer (#198)

* expireAfterAccess added to MemoryPolicy (#199)

* Add test coverage for MemoryPolicyBuilder (#210)

* Add test coverage for MemoryPolicyBuilder

* Checkstyle new line at EOF

* Fix PMD

* Refactor MemoryPolicyBuilderTest to rx2 package

* Deprecate setExpireAfter and getExpireAfter (#211)
2017-05-19 10:25:04 -04:00
Plummer
7e87c254d5 Prepare for release 2.0.2 2017-03-13 16:56:36 -04:00
Alex
fe6e23a265 Fix typo, "seperate" to "separate" (#154) 2017-03-09 07:35:45 -05:00
Plummer
0ff02895c6 Prepare for release 2.0.1 2017-02-28 15:31:13 -05:00
Mike Nakhimovich
3a842fd025 Update README.md 2017-02-13 13:42:14 -05:00
digitalbuddha
f804983b93 Prepare for release 2.0.0. 2017-02-13 11:37:12 -05:00
Mike Nakhimovich
349a1b9966 Update README.md 2017-02-10 18:59:14 -05:00
Leigh Scherrer
7b984a0c6b Copy edits (#129)
* Copy edits

* Update README.md
2017-02-10 18:17:42 -05:00
Mike Nakhimovich
420c6e55f8 Update README.md 2017-02-10 12:37:37 -05:00
Mike Nakhimovich
2bacff5812 Update README.md 2017-02-10 12:18:25 -05:00
Mike Nakhimovich
5ed868ba7a Update README.md 2017-02-10 12:17:28 -05:00
Mike Nakhimovich
45f49480c3 Update README.md 2017-02-02 09:08:05 -05:00
digitalbuddha
becd9c2c14 Prepare for release 1.0.7. 2017-01-30 11:57:42 -05:00
Paul Woitaschek
28fe003673 Classnames up, field names down (#81)
* Classnames up, field names down

It hurts my eyes ;-)

* remove unused ExampleUnitTest.java (#84)

* Classnames up, field names down

It hurts my eyes ;-)
2017-01-28 10:25:56 -05:00
Mike Nakhimovich
e8444d9c55 Update README.md 2017-01-26 15:18:48 -05:00
Mike Nakhimovich
3208f9a181 Fix formatting 2017-01-26 15:18:14 -05:00