Commit graph

638 commits

Author SHA1 Message Date
Brian Plummer
2f9dc95aa0 Merge remote-tracking branch 'r1remote/feature/coroutines' 2019-06-06 21:03:09 -04:00
Brian Plummer
727a17dd73 remove gitignore 2019-06-06 20:59:22 -04:00
Brian Plummer
2ac2dd1c9c remove license 2019-06-06 20:57:30 -04:00
Brian Plummer
83a07e3b87
Initial commit 2019-06-06 20:36:36 -04:00
Brian Plummer
df98e78043
Merge pull request #8 from friendlyrobotnyc/feature/clear
Remove deprecated and unused methods
2019-05-29 19:32:59 -04:00
fabioCollini
ae2576922c Fix tests 2019-05-29 09:14:21 +02:00
fabioCollini
53f823548c Removed extra RealInternalStore constructor 2019-05-29 08:46:35 +02:00
fabioCollini
1861992d69 Removed class delegates in RealInternalStore 2019-05-29 08:43:28 +02:00
fabioCollini
805b19c533 Removed getRefreshing method 2019-05-29 08:40:20 +02:00
fabioCollini
7958f3a0e0 Removed deprecated clear methods 2019-05-29 08:37:26 +02:00
Mike Nakhimovich
d2f35e48ad
Update PersistingStoreActivity.kt 2019-05-28 22:00:09 -04:00
Brian Plummer
8479076edd
Merge pull request #7 from friendlyrobotnyc/feature/reifiedParsers
Feature/reified parsers
2019-05-28 09:15:09 -04:00
Brian Plummer
e23b13583b comment out testMultiBarcode 2019-05-28 09:11:35 -04:00
Brian Plummer
60245460d7
Merge pull request #6 from friendlyrobotnyc/feature/fresh-only-on-network
Never returns cached data on fresh
2019-05-28 08:30:55 -04:00
Brian Plummer
3d1ebd751a reify gson, use jvm 1.8 for kotlin compile in sample 2019-05-28 08:17:23 -04:00
fabioCollini
fddea54d32 Never returns cached data on fetch 2019-05-28 09:54:15 +02:00
Brian Plummer
e4b8a682a0 reified moshi 2019-05-27 18:09:32 -04:00
Brian Plummer
98458352fe
Merge pull request #5 from friendlyrobotnyc/bug/testMultiBarcode
change name to testMultiBarcode and use delay
2019-05-27 16:02:54 -04:00
Brian Plummer
7981500102
Merge pull request #3 from friendlyrobotnyc/feature/remove-getWithResult
Remove getWithResult and freshWithResult
2019-05-27 15:58:29 -04:00
Brian Plummer
15a624ad52 remove delay, remove wildcard 2019-05-27 15:57:51 -04:00
Brian Plummer
51063b9eea change name to testMultiBarcode and use delay 2019-05-27 15:51:15 -04:00
Fabio Collini
7480d5a9c4 Convert filesystem classes to Kotlin (#4) 2019-05-27 15:41:04 -04:00
fabioCollini
e65f18a4f4 Remove getWithResult and freshWithResult 2019-05-27 20:47:58 +02:00
Fabio Collini
a7edcf2aca Flow<Pair<V, T>> as stream result (#2) 2019-05-27 12:26:55 -04:00
Brian Plummer
98cd388e7f
Merge pull request #1 from friendlyrobotnyc/feature/flow
stream methods using Flows instead of Channels
2019-05-27 11:04:45 -04:00
fabioCollini
4e3411ebf7 Restore test 2019-05-27 16:57:04 +02:00
fabioCollini
b50c41a5f3 Merge branch 'feature/coroutines' into feature/flow
# Conflicts:
#	store/src/main/java/com/nytimes/android/external/store3/base/impl/RealInternalStore.kt
2019-05-27 16:55:48 +02:00
fabioCollini
ca62ca14a1 Restore code format 2019-05-27 16:55:09 +02:00
DigitalBuddha
a227ae2169 fixing readme 2019-05-27 10:32:20 -04:00
DigitalBuddha
b9ff3164d0 Merge remote-tracking branch 'origin/feature/coroutines' into feature/coroutines 2019-05-27 10:29:18 -04:00
DigitalBuddha
150031174d new name 2019-05-27 10:29:11 -04:00
fabioCollini
c3c2055047 Invalidate inFlightRequests on errors 2019-05-27 16:28:51 +02:00
DigitalBuddha
a24433177f newline 2019-05-27 10:24:38 -04:00
fabioCollini
141908e42f Fix duplicated fetch call on error 2019-05-27 16:08:02 +02:00
fabioCollini
e038fc991d Stream methods returning flows instead of ReceiveChannel 2019-05-27 15:52:25 +02:00
Brian Plummer
5ed0b932ef
Update README.md
circle ci staus badge
2019-05-26 00:20:51 -04:00
Brian Plummer
d64ad17fa5 circle ci config, first stab 2019-05-26 00:16:45 -04:00
Brian Plummer
0644c2da71 fix FluentRealStoreBuilderSpec.shouldOpenAnEquivalentObject() allow final mocking in testing 2019-05-23 14:22:18 -04:00
Brian Plummer
8f538c6afd fix MoshiSourceParserTest.testSourceParser() by folding in setup method 2019-05-22 15:53:57 -04:00
DigitalBuddha
ea4140fa23 2 more tests 2019-05-22 08:43:56 -04:00
fabioCollini
927e77954a Coroutines 1.2.1 2019-05-21 22:57:14 +02:00
fabioCollini
015140fbf0 Fix some tests 2019-05-21 21:32:54 +02:00
fabioCollini
fc77dd153c Kotlin 1.3.31 2019-05-21 21:32:27 +02:00
fabioCollini
f3f330fa49 Android Gradle Plugin 3.5.0-beta02 and gradle 5.4.1 2019-05-21 20:25:46 +02: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
Brian Plummer
797b3e2555 remove middleware-jackson 2019-05-17 18:30:24 -04:00