- 0eba6d8 pinning api("androidx.concurrent:concurrent-futures:1.2.0") by Prajakta Patil · 5 months ago
- 4f9a131 Update dependency analysis baseline for version 2.11.0 by Radha Nakade · 6 months ago
- 1a9d8e2 Merge "Replace the default storage from OkioStorage to FileStorage." into androidx-main by Treehugger Robot · 6 months ago
- 2ae2ea1 Reformat legacy version 3.0 files as version 4.0 files by Paul Duffin · 6 months ago
- 5c303f1 Reformat legacy files by Paul Duffin · 6 months ago
- 47dd41d Replace the default storage from OkioStorage to FileStorage. by elifbilgin · 6 months ago
- 5b08851a Make projectOrArtifact Gradle Isolated Projects safe. by Aurimas Liutikas · 6 months ago
- 5e4001a Merge "Switch some annotations in tests to JSpecify" into androidx-main by Julia McClellan · 6 months ago
- c68855c Implementing DirectBoot support in DataStore. by elifbilgin · 6 months ago
- f769d52 Switch some annotations in tests to JSpecify by Julia McClellan · 6 months ago
- befa39e Merge "Make androidx.datastore target Kotlin 2.0" into androidx-main by Elif Bilgin · 6 months ago
- 5dfd1dc Make androidx.datastore target Kotlin 2.0 by elifbilgin · 6 months ago
- 3e2cc72 Resolve FileNotFoundException issue in OkioStorage at startup. by elifbilgin · 6 months ago
- b7cc678 The advice collected from the dependency analysis plugin in baselines includes information about incorrectly configured dependencies. by Radha Nakade · 7 months ago
- 752c229d Upload dependency analysis baselines for all projects. by Radha Nakade · 7 months ago
- db1120c Add missing @JvmOverloads methods by Julia McClellan · 7 months ago
- 03fa9fb Rename android to androidTarget for KMP projects by Aurimas Liutikas · 7 months ago
- 1c718fc Remove final modifier from properties of final classes by Julia McClellan · 7 months ago
- dbf69db Add elifbilgin@ to datastore OWNERS. by elifbilgin · 7 months ago
- 3756026 Merge "Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled" into androidx-main by Treehugger Robot · 7 months ago
- ccb2b09 Merge "Rename datastore-core source sets to jvmAndroid*." into androidx-main by Treehugger Robot · 7 months ago
- f95ae3f Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled by Chris Craik · 7 months ago
- 2f2eedf Rename datastore-core source sets to jvmAndroid*. by elifbilgin · 7 months ago
- 37e8321 Rename LibraryType to SoftwareType by Aurimas Liutikas · 7 months ago
- 0781507 Revert^2 "Switch some projects to K2 metalava" by Julia McClellan · 8 months ago
- 4606241 Merge "Rearrange source sets to androidJvmMain." into androidx-main by Treehugger Robot · 8 months ago
- 1a9016b Rearrange source sets to androidJvmMain. by elifbilgin · 8 months ago
- 5dd0fb3 Remove AndroidxExtension.runApiTasks and rely solely on LibraryType.checkApi by Omar Ismail · 8 months ago
- a293b97 Consolidate to only use AndroidXExtension.type to control publishing by Omar Ismail · 8 months ago
- be9758e Clean up remaining CVF references by Julia McClellan · 8 months ago
- cc2d089 Clean up references to ClassVerificationFailure by Julia McClellan · 8 months ago
- ced7f81 Clean up prebuilt dependency declarations by Aurimas Liutikas · 9 months ago
- 7795282 Migrate to using = for property setting by Aurimas Liutikas · 9 months ago
- 4bf9a25 Merge "Add a new interface CurrentDataProviderStore that exposes a suspend function to get current data. And GuavaDataStore forwards getData() to currentData()." into androidx-main by Zhiyuan Wang · 10 months ago
- fe680f4 Add a new interface CurrentDataProviderStore that exposes a suspend function to get current data. And GuavaDataStore forwards getData() to currentData(). by Zhiyuan Wang · 10 months ago
- 0d01f41 Merge "Add a public PreferencesFileSerializer that can be used for jvm Serializer" into androidx-main by Zhiyuan Wang · 10 months ago
- 73b142a Enable watchosDeviceArm64 by default for watchos by Aurimas Liutikas · 10 months ago
- 2bd8f5c Merge "Improve DataStoreImpl latency for data.first(): 1. data flow only start updateCollector after emitting the first element in data flow, so it won't start for data.first() calls; 2. refactor updateCollection to get rid of flow based implementations, instead use reference counting to make data flows share a coroutine to collect updates." into androidx-main by Zhiyuan Wang · 10 months ago
- 7141b99 Improve DataStoreImpl latency for data.first(): by Zhiyuan Wang · 10 months ago
- e89675c Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 10 months ago
- 804dd3b Add a public PreferencesFileSerializer that can be used for jvm Serializer by Zhiyuan Wang · 10 months ago
- 40992bd Migrate datastore to use JSpecify annotations by Julia McClellan · 10 months ago
- fb2e839 Migrate libraries with trivial android { blocks to agp-kmp by Owen Gray · 10 months ago
- 73be33d3 Merge "Add MultiProcessDataStoreTest in datastore-benchmark" into androidx-main by Zhiyuan Wang · 10 months ago
- 2760b07 Add MultiProcessDataStoreTest in datastore-benchmark by Zhiyuan Wang · 10 months ago
- c9bd638 Update okio lib version to 3.9.1 by Zhiyuan Wang · 11 months ago
- 2fcab673 Stop using old versions of unstable dependencies by Aurimas Liutikas · 11 months ago
- 9ce3370 Merge "Define the default constructor for ReplaceFileCorruptionHandler which can be used in common code" into androidx-main by Zhiyuan Wang · 11 months ago
- f1aa9c9 Revert "Upgrade to Kotlin 2.0.21" by Omar Ismail · 11 months ago
- 0f39d91 Define the default constructor for ReplaceFileCorruptionHandler which can be used in common code by Zhiyuan Wang · 11 months ago
- 62f02de Merge "Upgrade to Kotlin 2.0.21" into androidx-main by Aurimas Liutikas · 11 months ago
- 43b33c2 Merge "Update DataStore microbenchmark's read test to read on the same DataStore instance. This reverts the changes in aosp/3198438 for two reasons: 1. We already have a uncached (cold) read test in the microbenchmark; 2. Keep reading the same instance produces more consistent latency." into androidx-main by Zhiyuan Wang · 11 months ago
- d3330f9 Update DataStore microbenchmark's read test to read on the same DataStore instance. This reverts the changes in aosp/3198438 for two reasons: by Zhiyuan Wang · 11 months ago
- ea9ac8c Upgrade to Kotlin 2.0.21 by Aurimas Liutikas · 11 months ago
- 610d32a Clean up projects using protobuf plugin by Aurimas Liutikas · 11 months ago
- ae535f5 Remove unused datastore-proto API files by Aurimas Liutikas · 11 months ago
- f2516dc Disable flaking SingleProcessDataStoreStressTest test by Aurimas Liutikas · 11 months ago
- 704b0f2 Merge "Add a cold read test case in datastore microbenchmark" into androidx-main by Zhiyuan Wang · 12 months ago
- cb79dc5 Merge "Add micro-benchmark for GuavaDataStore" into androidx-main by Zhiyuan Wang · 12 months ago
- 3a067a2 Add micro-benchmark for GuavaDataStore by Zhiyuan Wang · 12 months ago
- ed36c20 Add a cold read test case in datastore microbenchmark by Zhiyuan Wang · 12 months ago
- 6fee221 [GH] Remove uses of projectOrArtifact in androidx by Aurimas · 12 months ago
- 8c545f7 Ensure transitive dependencies pull in compatible kotlin-stdlib by Omar Ismail · 12 months ago
- 42f2908 Move datastore-core tests that rely on kotlin-parcelize to a different project by Omar Ismail · 12 months ago
- 113bdaf Regenerate klib api files using new BCV version. by Fred Sladkey · 1 year, 1 month ago
- c7ebc6c Kotlin 2.0.10 Rebase by Aurimas Liutikas · 1 year, 1 month ago
- 4084ef0 Enable watchos and tvos for datastore projects by Aurimas Liutikas · 1 year, 1 month ago
- 69fec23 Pin dependencies to annotation and collection libraries by Aurimas Liutikas · 1 year, 1 month ago
- 87d2862 Merge "Add a new datastore-guava module to expose APIs friendly to Java and Guava ListenableFuture users" into androidx-main by Zhiyuan Wang · 1 year, 1 month ago
- 81dab615 Add a new datastore-guava module to expose APIs friendly to Java and Guava ListenableFuture users by Zhiyuan Wang · 1 year, 1 month ago
- 3b866e4 Merge "Re-init DataStoreImpl for data.first() benchmark" into androidx-main by Treehugger Robot · 1 year, 1 month ago
- 7f54c88 Re-init DataStoreImpl for data.first() benchmark by Dustin Lam · 1 year, 1 month ago
- 96f0b30 Start validating androidx.annotation signatures by Aurimas Liutikas · 1 year, 1 month ago
- d0ba533 Delete redundant opt-in flags for Metalava w/ K2 UAST by Jinseong Jeon · 1 year, 1 month ago
- 01fdca1 Opt-in Metalava w/ K2 UAST by default by Jinseong Jeon · 1 year, 1 month ago
- 4bf8277 Merge "Default to enableBinaryCompatibilityValidator = true" into androidx-main am: 45c63bbe34 by Fred Sladkey · 1 year, 1 month ago
- 1603b02 Default to enableBinaryCompatibilityValidator = true by Fred Sladkey · 1 year, 2 months ago
- a71d739 Merge "Enable to build linux ARM64 KMP target when targeting linux" into androidx-main am: d1106b37bb by Aurimas Liutikas · 1 year, 2 months ago
- 010f5f7 Enable to build linux ARM64 KMP target when targeting linux by Aurimas Liutikas · 1 year, 2 months ago
- a7c1101 Update compileSdk for test apps that require it by Andrea Falcone · 1 year, 2 months ago
- 72d8366 Remove usage of @DoNotInline for manual NewApi outlines (Cr thru P) by Alan Viverette · 1 year, 2 months ago
- b276649 Remove usage of legacy multidex by Aurimas Liutikas · 1 year, 2 months ago
- 79bdd78 Update APIs files for Kotlin-source unbounded wildcards by Julia McClellan · 1 year, 3 months ago
- 4690e59 Explicitly set up commonMain and commonTest KMP source sets by Aurimas Liutikas · 1 year, 3 months ago
- 910062e Enable K/N API tracking experiment in Datastore by Dustin Lam · 1 year, 3 months ago
- 3a62d49 Migrate datastore to ktfmt by Omar Ismail · 1 year, 3 months ago
- 6ab935c Fix documentation issues in datastore by Zhiyuan Wang · 1 year, 3 months ago
- 2b5b206 Merge changes from topics "nullness-compat-check", "nullness-compat-fields" into androidx-main by Julia McClellan · 1 year, 3 months ago
- 39261a0 Regenerate APIs for previous versions by Julia McClellan · 1 year, 3 months ago
- ce79d6f Replace targets.all {} and all {} references to targets.configureEach{} and configureEach {} by Omar Ismail · 1 year, 3 months ago
- 925f9c5 Remove targets.all block in datastore as there is no native sourceset by Omar Ismail · 1 year, 3 months ago
- 5756448 Merge "Fix the namespace in datastore-benchmark" into androidx-main by Zhiyuan Wang · 1 year, 4 months ago
- fa73566 Fix the namespace in datastore-benchmark by Zhiyuan Wang · 1 year, 4 months ago
- 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 1 year, 4 months ago
- a45f2890 Add non-implicit wildcard bounds to signature files by Julia McClellan · 1 year, 4 months ago
- 8431e5c Add FileDiagnostics object to provide debug information of file status by Zhiyuan Wang · 1 year, 4 months ago
- 3006d77 Update datastore Serializer doc for CorruptionException by Zhiyuan Wang · 1 year, 4 months ago
- 5a48591 Seperate out Protobuf library in Datastore to avoid repackaging by Omar Ismail · 1 year, 4 months ago
- 794e380 Set cmake_minimum_required version to 3.22.1 by Prashanth Swaminathan · 1 year, 4 months ago
- fb0d20d Fix kdoc issue in Serializer.kt by Aurimas Liutikas · 1 year, 5 months ago