Commit graph

35 commits

Author SHA1 Message Date
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
digitalbuddha
9fe6acdf74 Prepare for release 1.0.6. 2017-01-23 13:43:08 -05:00
Paul Woitaschek
42d2f15e8b Reflect stream() changes in the readme 2017-01-20 16:42:24 +01:00
digitalbuddha
56a84884d4 update version, make MultiParser public 2017-01-19 11:40:22 -05:00
digitalbuddha
96ad220ed8 Prepare for release 1.0.4 2017-01-19 09:49:16 -05:00
digitalbuddha
9e6359b3ad Prepare for release 1.0.3. 2017-01-17 11:04:11 -05:00
Mike Nakhimovich
91722691c9 Update README.md 2017-01-12 14:12:56 -05:00
John Hogan
3f0f50ced7 update readme with jsonarray example (#53) 2017-01-12 10:32:00 -05:00
Mike Nakhimovich
8870e4f235 Update README.md 2017-01-12 07:59:36 -05:00
Mike Nakhimovich
20076d898e Update README.md 2017-01-10 09:52:46 -05:00
Scott Meschke
dba6ed26e2 Added factories for SourcePersisters and the various GsonParser implementations. Updated README to use new factories. Updated example activity to use new factories. All factories return the general Store interfaces. 2017-01-08 15:31:13 -07:00
Anup Cowkur
971d967cab Fix typo : Change "us" to "use" 2017-01-08 22:45:21 +05:30
Mike Nakhimovich
0b6bf06c60 Change Readme to reflect proper public api Fetch (#29)
Store.java had a method called fetch, documentation was referring to it as "fresh".  Change was made to docs.
2017-01-06 17:15:44 -05:00
Paul Woitaschek
dd69fe36d9 No getValue(). Did you mean getKey()? 2017-01-05 21:08:50 +01:00
Pavel Synek
a2c484b729 Fix SQLite typo in readme 2017-01-05 20:05:38 +01:00
Pavel Synek
6aa1d4d43f Clean up readme 2017-01-05 19:59:48 +01:00
John Hogan
0d21d4e553 fix code formatting issues in README 2017-01-05 09:59:33 -05:00
digitalbuddha
9badd11494 initial 2017-01-04 14:17:53 -05:00