- 9dd3105 Merge "DataStore uses a new internal State to avoid storing values in Message.Update so the stale values can be GC'ed sooner" into androidx-main by Zhiyuan Wang · 6 months ago
- 67069f4c DataStore uses a new internal State to avoid storing values in Message.Update so the stale values can be GC'ed sooner by Zhiyuan Wang · 6 months ago
- 035913e Remove Kotlin JVM platform attribute to fix androidx-studio-integration branch by Omar Ismail · 6 months ago
- 7c60996 Update datastore OWNERS file. by Elif Bilgin · 6 months ago
- 69521863 Merge "Remove deprecated kotlin-test-common and replace with kotlin-test" into androidx-main by Treehugger Robot · 6 months ago
- a9b59f2 Remove deprecated kotlin-test-common and replace with kotlin-test by Fred Sladkey · 6 months ago
- dda2dd1 Datastore 1.2.0-beta01 Test: ./gradlew buildOnServer by Prajakta Patil · 6 months ago
- 7673548f Migrate from org.jetbrains.kotlin.android to com.android.experimental.built-in-kotlin by Omar Ismail · 6 months ago
- 9530932 Make CorruptionHandler public. by elifbilgin · 6 months ago
- 6fadff8c Add compiler generated versions of Kotlin constructors with optional parameters by Julia McClellan · 7 months ago
- d14cdb8 Add compiler generated versions of Kotlin functions with optional parameters by Julia McClellan · 7 months ago
- 2cb6d0c Remove kotlin.stdlib.default.dependency=false by Aurimas Liutikas · 7 months ago
- 4929705 Merge "Use androidx.core.util.Function in GuavaDataStore." into androidx-main by Treehugger Robot · 7 months ago
- da734c5 Use androidx.core.util.Function in GuavaDataStore. by elifbilgin · 7 months ago
- 8cb098b Add an overload for GuavaDataStore.from that takes in an Executor instead of a CoroutineContext. by elifbilgin · 7 months ago
- 7bfe4c0 Merge "Fix concurrency bug in GuavaDataStore." into androidx-main by Elif Bilgin · 7 months ago
- 5f2cf61 Fix concurrency bug in GuavaDataStore. by elifbilgin · 7 months ago
- 73070bf Move to standard Android device test directory by Aurimas Liutikas · 7 months ago
- 224f440 Merge "Move to the standard Android host test directory" into androidx-main by Aurimas Liutikas · 7 months ago
- 0cec77f Move to the standard Android host test directory by Aurimas Liutikas · 7 months ago
- 8da2299 Add KotlinOnly versions of JvmName functions by Julia McClellan · 7 months ago
- f6d9e3c Remove deprecated & unused `updateDataFunctionAsync` function. by elifbilgin · 7 months ago
- 3fd452b2a Selectively enable new FacadeClassJvmName API lint issue by Julia McClellan · 7 months ago
- dda46a8 Merge "Add keep for NativeSharedCounter" into androidx-main by Treehugger Robot · 7 months ago
- b7dab19 Add keep for NativeSharedCounter by Chris Craik · 7 months ago
- 7510b03 Set property accessors as InaccessibleFromKotlin by Julia McClellan · 8 months ago
- 3f03e35 Merge "Update metalava prebuilts from build ID 14070385" into androidx-main by Aidan Melvin · 8 months ago
- d0b7c42 Replace `updateDataAsync()` transform input type with a functional interface. by elifbilgin · 8 months ago
- 1e6eaf6 Update metalava prebuilts from build ID 14070385 by Aidan Melvin · 8 months ago
- c9e8b4c Add wasmJs() target to `androidx.datastore`. by elifbilgin · 8 months ago
- 25546cd Merge "Add double and byte array to the documentation for Preferences.Key." into androidx-main by Treehugger Robot · 8 months ago
- bf109ef Add double and byte array to the documentation for Preferences.Key. by Elif Bilgin · 8 months ago
- 9d47a7a Merge changes from topic "metalava-13913901" into androidx-main by Julia McClellan · 9 months ago
- 1ecaae3 Add type aliases to signature files by Julia McClellan · 9 months ago
- d42dc0c Escape `DataStore<Preferences>` in KDoc to avoid interpretation as HTML. by Roger Que · 9 months ago
- 9de204f Create a more Java-friendly overload for `updateDataAsync` that takes in a `Function<T, T>`. by elifbilgin · 9 months ago
- 51ed98c Update to protobuf 3.25.5 by Jens Ole Lauridsen · 9 months ago
- 7b98bef Migrate Datastore to AGP KMP and use Konan to compile C by Omar Ismail · 10 months ago
- 74499a0 Clean up usage of android.lint.useK2Uast by Aurimas Liutikas · 10 months ago
- 64f5db4 Enables CheckResult lint check by Louis Pullen-Freilich · 11 months ago
- c033ff8 Improve datastore benchmark regression. by elifbilgin · 11 months ago
- e6d33dd Run ktfmt on all files by Omar Ismail · 12 months ago
- 8a7fcb4 Merge "Set up testapp to access internal datastore-core APIs" into androidx-main by Treehugger Robot · 12 months ago
- 7dde75a Set up testapp to access internal datastore-core APIs by Omar Ismail · 12 months ago
- 82a0e766 Merge "DataStore Coroutine Context Sandwich 🥪." into androidx-main by Treehugger Robot · 12 months ago
- 5e4025d DataStore Coroutine Context Sandwich 🥪. by elifbilgin · 12 months ago
- b81d10a Update projects to K2 metalava by Julia McClellan · 12 months ago
- 0ef1ee3 [GH] Fix grammatical mistakes in method descriptions. by Manjunath0408 · 12 months ago
- 92e232c Merge "Remove outdated kdoc in DataStoreDelegate.android.kt." into androidx-main by Treehugger Robot · 12 months ago
- 6c1fbab Remove outdated kdoc in DataStoreDelegate.android.kt. by elifbilgin · 12 months ago
- b6c5415 Merge "Add a helper method to create a GuavaDataStore from a DataStore" into androidx-main by Zhiyuan Wang · 12 months ago
- 9af26f4 Add a helper method to create a GuavaDataStore from a DataStore by Zhiyuan Wang · 12 months ago
- 47cbc20 Merge "Support robolectric tests for multi process datastore" into androidx-main by Treehugger Robot · 12 months ago
- b14ac06 Address directBoot protection support in DataStore API feedback. by elifbilgin · 1 year ago
- 9d7bf9d Support robolectric tests for multi process datastore by Yigit Boyar · 1 year ago
- a31eff4 Merge "Support MultiProcess GuavaDataStore." into androidx-main by Treehugger Robot · 1 year ago
- e0d608a Support MultiProcess GuavaDataStore. by elifbilgin · 1 year ago
- 6e6bfd6 Centralize set up for KMP Android device and host tests by Aurimas Liutikas · 1 year ago
- a70ab68 Change instance check in direct boot. by elifbilgin · 1 year ago
- c7dec71 Add exception handling in JDS direct boot. by elifbilgin · 1 year ago
- 2d71e6c Target Kotlin 2.0 language level by Omar Ismail · 1 year, 1 month ago
- 9d9e2b50 Enable UseSdkSuppress lint by Julia McClellan · 1 year, 1 month ago
- a91ff22 Move to consistent use of plugin id for Kotlin Android Projects by Aurimas Liutikas · 1 year, 1 month ago
- 0eba6d8 pinning api("androidx.concurrent:concurrent-futures:1.2.0") by Prajakta Patil · 1 year, 1 month ago
- 4f9a131 Update dependency analysis baseline for version 2.11.0 by Radha Nakade · 1 year, 2 months ago
- 1a9d8e2 Merge "Replace the default storage from OkioStorage to FileStorage." into androidx-main by Treehugger Robot · 1 year, 2 months ago
- 2ae2ea1 Reformat legacy version 3.0 files as version 4.0 files by Paul Duffin · 1 year, 2 months ago
- 5c303f1 Reformat legacy files by Paul Duffin · 1 year, 2 months ago
- 47dd41d Replace the default storage from OkioStorage to FileStorage. by elifbilgin · 1 year, 2 months ago
- 5b08851a Make projectOrArtifact Gradle Isolated Projects safe. by Aurimas Liutikas · 1 year, 2 months ago
- 5e4001a Merge "Switch some annotations in tests to JSpecify" into androidx-main by Julia McClellan · 1 year, 2 months ago
- c68855c Implementing DirectBoot support in DataStore. by elifbilgin · 1 year, 2 months ago
- f769d52 Switch some annotations in tests to JSpecify by Julia McClellan · 1 year, 2 months ago
- befa39e Merge "Make androidx.datastore target Kotlin 2.0" into androidx-main by Elif Bilgin · 1 year, 2 months ago
- 5dfd1dc Make androidx.datastore target Kotlin 2.0 by elifbilgin · 1 year, 2 months ago
- 3e2cc72 Resolve FileNotFoundException issue in OkioStorage at startup. by elifbilgin · 1 year, 2 months ago
- b7cc678 The advice collected from the dependency analysis plugin in baselines includes information about incorrectly configured dependencies. by Radha Nakade · 1 year, 2 months ago
- 752c229d Upload dependency analysis baselines for all projects. by Radha Nakade · 1 year, 3 months ago
- db1120c Add missing @JvmOverloads methods by Julia McClellan · 1 year, 3 months ago
- 03fa9fb Rename android to androidTarget for KMP projects by Aurimas Liutikas · 1 year, 3 months ago
- 1c718fc Remove final modifier from properties of final classes by Julia McClellan · 1 year, 3 months ago
- dbf69db Add elifbilgin@ to datastore OWNERS. by elifbilgin · 1 year, 3 months ago
- 3756026 Merge "Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled" into androidx-main by Treehugger Robot · 1 year, 3 months ago
- ccb2b09 Merge "Rename datastore-core source sets to jvmAndroid*." into androidx-main by Treehugger Robot · 1 year, 3 months ago
- f95ae3f Deprecate runWithTimingDisabled in favor of runWithMeasurementDisabled by Chris Craik · 1 year, 3 months ago
- 2f2eedf Rename datastore-core source sets to jvmAndroid*. by elifbilgin · 1 year, 3 months ago
- 37e8321 Rename LibraryType to SoftwareType by Aurimas Liutikas · 1 year, 3 months ago
- 0781507 Revert^2 "Switch some projects to K2 metalava" by Julia McClellan · 1 year, 4 months ago
- 4606241 Merge "Rearrange source sets to androidJvmMain." into androidx-main by Treehugger Robot · 1 year, 4 months ago
- 1a9016b Rearrange source sets to androidJvmMain. by elifbilgin · 1 year, 4 months ago
- 5dd0fb3 Remove AndroidxExtension.runApiTasks and rely solely on LibraryType.checkApi by Omar Ismail · 1 year, 4 months ago
- a293b97 Consolidate to only use AndroidXExtension.type to control publishing by Omar Ismail · 1 year, 4 months ago
- be9758e Clean up remaining CVF references by Julia McClellan · 1 year, 4 months ago
- cc2d089 Clean up references to ClassVerificationFailure by Julia McClellan · 1 year, 4 months ago
- ced7f81 Clean up prebuilt dependency declarations by Aurimas Liutikas · 1 year, 5 months ago
- 7795282 Migrate to using = for property setting by Aurimas Liutikas · 1 year, 5 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 · 1 year, 6 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 · 1 year, 6 months ago
- 0d01f41 Merge "Add a public PreferencesFileSerializer that can be used for jvm Serializer" into androidx-main by Zhiyuan Wang · 1 year, 6 months ago
- 73b142a Enable watchosDeviceArm64 by default for watchos by Aurimas Liutikas · 1 year, 6 months ago