Matt
45d9919536
Update CI
...
Signed-off-by: Matt <mramotar@dropbox.com>
2022-12-21 19:14:54 -08:00
Matt
b3659e3d2d
Add Write + Conflict Resolution ( #496 )
...
* Stub Store write
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Compile
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Stash M1
Signed-off-by: mramotar <mramotar@dropbox.com>
* Make Updater and Bookkeeper optional
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add conflict resolution
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Cover simple write
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add MutableStore
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add RealMutableStore
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update workflows
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove references to Market
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove Converter interface
Signed-off-by: mramotar <mramotar@dropbox.com>
* Move Converter typealias
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove Google copyright
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update CHANGELOG.md
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
2022-12-20 17:34:00 -08:00
Matt
ed833dd2ed
Prepare next development version ( #495 )
...
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
2022-12-20 17:14:40 -08:00
Matt
17d81939a8
Release 5.0.0-alpha03 ( #494 )
...
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
2022-12-18 11:13:33 -05:00
Matt
4689ca59c7
[Store5] Target Android, iOS, JVM, JS ( #493 )
...
* [Temp] Remove all modules
* Remove references to Store 4
* Update CHANGELOG
* Update README
* Add Store 5 foundation
Signed-off-by: mramotar <mramotar@dropbox.com>
* Dump API
Signed-off-by: mramotar <mramotar@dropbox.com>
* Delete scratch API
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix workflow
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename clear to delete
Signed-off-by: mramotar <mramotar@dropbox.com>
* Flatten sealed classes
Signed-off-by: mramotar <mramotar@dropbox.com>
* Make ShareableLruCache threadsafe
Signed-off-by: mramotar <mramotar@dropbox.com>
* First stab
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove scope
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove scope
Signed-off-by: mramotar <mramotar@dropbox.com>
* Cherry pick
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove scope
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix multithreading LRU cache test
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove logs
Signed-off-by: mramotar <mramotar@dropbox.com>
* Cover multithreaded market write
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove redundant advance
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove Stately !!
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use mutex
Signed-off-by: mramotar <mramotar@dropbox.com>
* Refactor Store to interface with factory
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename to MemoryLruCache
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename to RealMarket
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename to delete all
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Clean up Android LRU cache tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix market factory
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename ConflictResolver to Bookkeeper
Signed-off-by: mramotar <mramotar@dropbox.com>
* From desktop
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Document Lightswitch
Signed-off-by: mramotar <mramotar@dropbox.com>
* Guard against multiple releases
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename to StoreSafety
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use withLock
Signed-off-by: mramotar <mramotar@dropbox.com>
* Document load
Signed-off-by: mramotar <mramotar@dropbox.com>
* Make delete and deleteAll optional
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add foundation for sample app
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove Kotlin serialization
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename masterLock to mainLock
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename Bookkeeper methods
Signed-off-by: mramotar <mramotar@dropbox.com>
* Rename using Market/Network prefix
Signed-off-by: mramotar <mramotar@dropbox.com>
* Make NetworkFetcher an interface
Signed-off-by: mramotar <mramotar@dropbox.com>
* Make NetworkUpdater an interface
Signed-off-by: mramotar <mramotar@dropbox.com>
* Make MarketReader an interface
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Make MarketWriter an interface
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add app and main activity
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add scoping
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Remove unused mipmap
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add Dagger components
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Remove icon
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Draft README.md
Signed-off-by: mramotar <mramotar@dropbox.com>
* Wire account tab
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove campaigns sample
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add Market wiring
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove unused resources
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix Gradle plugins
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix rebase issue
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix wiring
Signed-off-by: mramotar <mramotar@dropbox.com>
* Introduce GoodValidator
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add unit tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Only load if read not in progress
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update CI and autogenerate Swift Package (#469 )
* Update CI and autogenerate Swift Package
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update CI and autogenerate Swift Package
Signed-off-by: mramotar <mramotar@dropbox.com>
* Run on MacOS
Signed-off-by: mramotar <mramotar@dropbox.com>
* Only run on push
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use KMM Bridge (#470 )
* Clean up deps
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use KMM Bridge
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix version prefix
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix Maven publish plugin (#471 )
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
* Refactor fetcher and updater to 1:1 with market
Signed-off-by: mramotar <mramotar@dropbox.com>
* Reset Fake API
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove unused imports
Signed-off-by: mramotar <mramotar@dropbox.com>
* Run check on store
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Api Dump + Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add default config
Signed-off-by: mramotar <mramotar@dropbox.com>
* Check all
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add ItemValidator
Signed-off-by: mramotar <mramotar@dropbox.com>
* README.md
Signed-off-by: mramotar <mramotar@dropbox.com>
* With ViewModel
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Implement fetcher and updater
Signed-off-by: mramotar <mramotar@dropbox.com>
* Cleanup Readme/Remove Persister (#474 )
* cleanup readme and rename a few concepts
* fix tests
* readme cleanup
* readme cleanup
* readme cleanup
* readme cleanup
* lint
Co-authored-by: Mike Nakhimovich <mnakhimovich@Mikes-MBP.localdomain>
* Regenerate gradle-wrapper.jar
Signed-off-by: mramotar <mramotar@dropbox.com>
* Prepare for release 5.0.0-alpha1
Signed-off-by: mramotar <mramotar@dropbox.com>
* Prepare for next development version
Signed-off-by: mramotar <mramotar@dropbox.com>
* Target browser and Node!
Signed-off-by: mramotar <mramotar@dropbox.com>
* Only generate Swift Package on release
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix iOS targets
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix workflow
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix workflow
Signed-off-by: mramotar <mramotar@dropbox.com>
* Run manually only
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update RELEASING.md
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update README.md
Signed-off-by: matt-ramotar <mramotar@dropbox.com>
* Run on macos
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove Dropbox references
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Prepare for release 5.0.0-alpha02
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Prepare next development version
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update CHANGELOG.md
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add tests for complex markets
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix import
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Distinguish network, store, and common representations
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update NetworkFetcher
Signed-off-by: mramotar <mramotar@dropbox.com>
* Refactor inputs + outputs
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update sample + fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update comment
Signed-off-by: mramotar <mramotar@dropbox.com>
* Port Cache
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update README.md
Signed-off-by: Matt <mramotar@dropbox.com>
* Move README.md
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update README.md
Signed-off-by: Matt <mramotar@dropbox.com>
* Update README.md
Signed-off-by: Matt <mramotar@dropbox.com>
* Merge multicast from github.com/MobileNativeFoundation/Store/tree/Kmp
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Fix build errors
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Format
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Format
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Move to market package
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add Fetcher + FetcherResult
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Api dump + format
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Port Store
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add unit test
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update .gitignore
Signed-off-by: mramotar <mramotar@dropbox.com>
* Api Dump
Signed-off-by: mramotar <mramotar@dropbox.com>
* Cover stream and fresh
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Run on MacOS
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use Java 11
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add HotFlowStoreTest
Signed-off-by: mramotar <mramotar@dropbox.com>
* Add gradle plugin repository
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update check.yml
Signed-off-by: Matt <mramotar@dropbox.com>
* Update check.yml
Signed-off-by: Matt <mramotar@dropbox.com>
* Add ClearAllStoreTests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use Java 11
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Remove binary-compatibility-validator
Signed-off-by: mramotar <mramotar@dropbox.com>
* Ignore Store podspec
Signed-off-by: mramotar <mramotar@dropbox.com>
* Update check.yml
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use Java 11
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use channel flow
Signed-off-by: mramotar <mramotar@dropbox.com>
* Format
Signed-off-by: mramotar <mramotar@dropbox.com>
* Fix tests
Signed-off-by: mramotar <mramotar@dropbox.com>
* Revert workflow
Signed-off-by: mramotar <mramotar@dropbox.com>
* Disable transformation
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Disable transformation
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Disable transformation
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add ClearStoreByKeyTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add FetcherResponseTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add KeyTrackerTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add StoreWithInMemoryCacheTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add StreamWithoutSourceOfTruthTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* ValueFetcherTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add MapIndexedTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add FetcherControllerTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add StoreResponseTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add SourceOfTruthErrorsTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Add SourceOfTruthWithBarrierTests
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Remove Market and update README
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Remove Market sample
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update README
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
* Update CHANGELOG
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: Matt Ramotar <mramotar@dropbox.com>
Signed-off-by: matt-ramotar <mramotar@dropbox.com>
Signed-off-by: Matt <mramotar@dropbox.com>
Co-authored-by: Mike Nakhimovich <digitalbuddha@users.noreply.github.com>
Co-authored-by: Mike Nakhimovich <mnakhimovich@Mikes-MBP.localdomain>
2022-12-18 10:53:21 -05:00
matt-ramotar
53a974e423
Prepare next development version ( #468 )
...
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-29 10:09:04 -05:00
matt-ramotar
59a20f91dd
Bump Maven publish plugin ( #467 )
...
* Bump Maven publish plugin
Signed-off-by: mramotar <mramotar@dropbox.com>
* Use Dropbox Store
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-29 09:33:26 -05:00
matt-ramotar
d04cd73ef1
Prepare for release 4.0.7 ( #465 )
...
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-20 12:15:33 -05:00
matt-ramotar
61a57e5d70
Prepare for release 4.0.6 ( #464 )
...
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-20 12:04:26 -05:00
matt-ramotar
157a2161a9
Flip coordinates ( #463 )
...
Signed-off-by: mramotar <mramotar@dropbox.com>
Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-20 11:16:52 -05:00
lukisk
36a548bc43
Remove downstream channel in noncancellable context. ( #440 )
...
Verifying that the channel is properly removed when the downstream flow is cancelled.
Signed-off-by: lukisk <luki.sk@gmail.com>
Signed-off-by: lukisk <luki.sk@gmail.com>
2022-09-07 18:28:24 -04:00
dependabot[bot]
698f49c158
Bump versions.kotlin from 1.6.10 to 1.6.20 ( #427 )
...
Bumps `versions.kotlin` from 1.6.10 to 1.6.20.
Updates `kotlin-gradle-plugin` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Updates `kotlin-serialization` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Updates `kotlin-test` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
Updates `kotlin-test-junit` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 19:04:50 -04:00
dependabot[bot]
eb7627aae4
Bump material from 1.4.0 to 1.6.0 ( #434 )
...
Bumps [material](https://github.com/material-components/material-components-android ) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/material-components/material-components-android/releases )
- [Commits](https://github.com/material-components/material-components-android/compare/1.4.0...1.6.0 )
---
updated-dependencies:
- dependency-name: com.google.android.material:material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 19:03:59 -04:00
Mike Nakhimovich
20aa57a002
upgrade agp ( #441 )
...
Co-authored-by: Mike Nakhimovich <mnakhimovich@MacBook-Pro.localdomain>
2022-08-18 18:59:44 -04:00
dependabot[bot]
d08048d8b4
Bump gradle from 7.1.2 to 7.2.1 ( #437 )
...
Bumps gradle from 7.1.2 to 7.2.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 08:59:59 -04:00
lukisk
4cc5b052d9
release fetcher in nonCancellable scope ( #432 )
...
* release fetcher in nonCancellable scope
* replace wildcard imports
2022-04-22 19:20:25 -05:00
Sam Edwards
fb55f6a0c7
Update CHANGELOG and Sample App to use 4.0.5. ( #426 )
...
* Update sample app to use latest stable version 4.0.5.
* Update README to point to latest version 4.0.5
* Updated CHANGELOG to call out support for older Kotlin versions.
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-30 12:56:54 -04:00
Brent Watson
9721acd244
Keep README in sync with changes from PR #200 ( #403 )
2022-03-30 10:19:00 -04:00
dependabot[bot]
e612226d76
Bump spotless-plugin-gradle from 6.3.0 to 6.4.1 ( #425 )
...
Bumps spotless-plugin-gradle from 6.3.0 to 6.4.1.
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 10:14:29 -04:00
Sam Edwards
8f1f9d1663
Prepare next development version 4.0.6-SNAPSHOT ( #424 )
...
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-30 09:58:20 -04:00
Sam Edwards
57d4ddffb8
Prepare for Release 4.0.5 ( #423 )
...
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-30 09:39:54 -04:00
dependabot[bot]
96780ca7d5
Bump constraintlayout from 2.1.2 to 2.1.3 ( #388 )
...
Bumps [constraintlayout](https://github.com/androidx/constraintlayout ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/androidx/constraintlayout/releases )
- [Commits](https://github.com/androidx/constraintlayout/compare/2.1.2...2.1.3 )
---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-21 09:46:43 -04:00
Sam Edwards
c9550cab67
Use Java 11 for Publish job as well. ( #418 )
...
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 15:31:45 -04:00
Sam Edwards
83205da5ec
Version Bumps - AGP 7.1.2, Kotlin 1.6.10 and related updates ( #414 )
...
* Latest is 0.8.0, but 0.4.0 works. Starts to break at 0.5.0.
* Kotlin Atomic Plugin working with 0.14.4
* Atomic Kotlin Plugin working with 0.15.0
* Atomic Kotlin Plugin working with 0.15.1
* Upgrade Gradle Wrapper to 7.4.1
* AGP 4.1.0 -> 4.2.0
* AGP 4.2.0 -> 7.0.2
* AGP 7.0.2 -> 7.1.2
* Kotlin 1.6.10 and Spotless Plugin 6.3.0 Upgrade
* WARNING:The specified Android SDK Build Tools version (29.0.3) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.1.2.
* Using --rerun-tasks instead of clean.
* KT Lint formatting update.
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 14:03:15 -04:00
Sam Edwards
009cf8cfd7
Remove Kotlin Android Extensions ( #416 )
...
* Removed Kotlin Android Extensions from Sample App
* Fixed formatting
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 12:30:34 -04:00
Sam Edwards
255ea6753d
Bumping CI to Java 11 ( #415 )
...
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 11:33:26 -04:00
Sam Edwards
37411e06c1
Non-breaking Gradle Upgrade. Things went crazy when I went straight to 7.4.1, so going conservative to 6.9.2 ( #412 )
...
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-16 20:10:31 -04:00
Sam Edwards
118dfa21d3
Room 2.4.2 Upgrade ( #411 )
...
* Room 2.4.2
* Bumping CompileSdk to 31 so we can use Room.
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-16 13:27:45 -07:00
dependabot[bot]
0a36b07f4b
Bump mockito-core from 4.2.0 to 4.4.0 ( #407 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 15:37:19 -04:00
David Chang
833d2f406b
Update to new Sonatype host ( #406 )
...
Following steps in https://github.com/vanniktech/gradle-maven-publish-plugin#where-to-upload-to for pointing to the new host.
2022-03-04 08:24:25 -05:00
Mike Nakhimovich
e571b377e5
Update .ci_test_and_publish.yml ( #398 )
2022-02-02 08:09:18 -05:00
Ryan Harter
f65268e602
Adds license to readme. ( #396 )
2022-01-31 16:49:58 -06:00
dependabot[bot]
198daad562
Bump ktlint-gradle from 9.1.1 to 10.2.1 ( #378 )
...
Bumps ktlint-gradle from 9.1.1 to 10.2.1.
---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 10:01:54 -05:00
dependabot[bot]
8b3eeaa89f
Bump leakcanary-android from 2.7 to 2.8.1 ( #381 )
...
Bumps [leakcanary-android](https://github.com/square/leakcanary ) from 2.7 to 2.8.1.
- [Release notes](https://github.com/square/leakcanary/releases )
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md )
- [Commits](https://github.com/square/leakcanary/compare/v2.7...v2.8.1 )
---
updated-dependencies:
- dependency-name: com.squareup.leakcanary:leakcanary-android
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 10:01:37 -05:00
dependabot[bot]
a9b553ec99
Bump mockito-core from 4.1.0 to 4.2.0 ( #373 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 10:32:23 -05:00
dependabot[bot]
4e3f45af55
Bump kotlinx-serialization-json from 1.3.1 to 1.3.2 ( #376 )
...
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization ) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 10:32:11 -05:00
dependabot[bot]
be2b1a2b28
Bump versions.store from 4.0.3-KT15 to 4.0.4-KT15 ( #369 )
...
Bumps `versions.store` from 4.0.3-KT15 to 4.0.4-KT15.
Updates `store4` from 4.0.3-KT15 to 4.0.4-KT15
- [Release notes](https://github.com/dropbox/Store/releases )
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dropbox/Store/commits )
Updates `filesystem4` from 4.0.3-KT15 to 4.0.4-KT15
- [Release notes](https://github.com/dropbox/Store/releases )
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dropbox/Store/commits )
---
updated-dependencies:
- dependency-name: com.dropbox.mobile.store:store4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.dropbox.mobile.store:filesystem4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-09 19:41:37 -05:00
dependabot[bot]
99d2fc8a93
Bump okhttp from 4.9.0 to 4.9.3 ( #363 )
...
Bumps [okhttp](https://github.com/square/okhttp ) from 4.9.0 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases )
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.0...parent-4.9.3 )
---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 18:45:41 -05:00
David Chang
6b2fe5e3ad
Remove action to update version ( #368 )
2021-12-08 15:28:47 -08:00
David Chang
8449aa602f
Prepare next development version ( #367 )
2021-12-08 15:27:48 -08:00
David Chang
ef2bc8421e
Update git actor for auto commit ( #364 )
2021-12-08 15:04:59 -08:00
David Chang
35b79b71cb
Prepare for release 4.0.4-KT15 ( #359 )
2021-12-08 10:59:41 -08:00
David Chang
599194e016
Automatically prepare next development version ( #360 )
2021-12-08 10:48:35 -08:00
David Chang
0ff2281c94
Revert "Automatically prepare next development version"
...
This reverts commit 1b30ea7bfc
.
2021-12-08 10:01:40 -08:00
David Chang
1b30ea7bfc
Automatically prepare next development version
2021-12-08 09:51:23 -08:00
David Chang
bf2adbf127
Move to Maven Publish Gradle Plugin ( #358 )
...
* Move to Maven Publish Gradle Plugin
* Remove release scripts
* Update release docs
2021-12-08 12:45:33 -05:00
Chris Mitchell
749bc9dfcb
Prepare next development version ( #345 )
2021-12-08 08:01:38 -08:00
dependabot[bot]
20388286a0
Bump constraintlayout from 2.1.1 to 2.1.2 ( #340 )
...
Bumps [constraintlayout](https://github.com/androidx/constraintlayout ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/androidx/constraintlayout/releases )
- [Commits](https://github.com/androidx/constraintlayout/commits )
---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:42:56 -05:00
dependabot[bot]
ea175d1c34
Bump rxjava from 3.1.2 to 3.1.3 ( #350 )
...
Bumps [rxjava](https://github.com/ReactiveX/RxJava ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/ReactiveX/RxJava/releases )
- [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.2...v3.1.3 )
---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:42:22 -05:00
dependabot[bot]
51e8e9b333
Bump versions.store from 4.0.2-KT15 to 4.0.3-KT15 ( #346 )
...
Bumps `versions.store` from 4.0.2-KT15 to 4.0.3-KT15.
Updates `store4` from 4.0.2-KT15 to 4.0.3-KT15
- [Release notes](https://github.com/dropbox/Store/releases )
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dropbox/Store/compare/4.0.2-KT15...4.0.3-KT15 )
Updates `filesystem4` from 4.0.2-KT15 to 4.0.3-KT15
- [Release notes](https://github.com/dropbox/Store/releases )
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dropbox/Store/compare/4.0.2-KT15...4.0.3-KT15 )
---
updated-dependencies:
- dependency-name: com.dropbox.mobile.store:store4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.dropbox.mobile.store:filesystem4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:42:05 -05:00