Sign in
android
/
platform
/
frameworks
/
support
/
6880f4a443ed0d4e88e15c18044fbfc644c766e2..945594abd75f83bd14daf4fbcd8621796161281e
/
room
641b699
Make room sqlite dependency explicit
by Chris Craik
· 5 years ago
87fb07f
Fix import in generated PagingSource
by Dustin Lam
· 5 years ago
d72e66f
Support for generating PagingSource in Room
by Dustin Lam
· 5 years ago
a683bd9
Reenable BuilderSetStyle and BuilderSetStyle checks
by Aurimas Liutikas
· 5 years ago
b95786c
Revert "Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08""
by Aurimas Liutikas
· 5 years ago
10f7baf
Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08"
by Sam Gilbert
· 5 years ago
8c5a619
Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08
by Louis Pullen-Freilich
· 5 years ago
e9874b8
Merge "Introduce RemoveUnusedColumns annotation" into androidx-master-dev
by Treehugger Robot
· 5 years ago
10b53cd
Updates API files & baselines to work with Metalava from build 6435647
by Louis Pullen-Freilich
· 5 years ago
ebc551e
Allow more thant 2 dots in JVM version string
by Blaz Solar
· 5 years ago
c88bdb32
Introduce RemoveUnusedColumns annotation
by Yigit Boyar
· 5 years ago
0b492236
Merge "Only generate versioned resource API file when asked to" into androidx-master-dev
by Alan Viverette
· 5 years ago
2a8415d
Only generate versioned resource API file when asked to
by Alan Viverette
· 5 years ago
bdde5a1
Re-factor how errors are dismissed when query is re-written
by Yigit Boyar
· 5 years ago
79f1e93
Move shared SQL parser code into a helper class
by Yigit Boyar
· 5 years ago
7110304
Isolate expand projection related code
by Yigit Boyar
· 5 years ago
bb04f2e
Clean up references to project directory structure
by Alan Viverette
· 5 years ago
84a155b
Merge "Shadow Room's antlr dependency" into androidx-master-dev
by Treehugger Robot
· 5 years ago
562a37d
Shadow Room's antlr dependency
by Yigit Boyar
· 5 years ago
2a9a199
Add a gradle property for allWarningsAsErrors.
by Aurimas Liutikas
· 5 years ago
dd99a0a
Revert "Disable unused features in AGP"
by Andrea Falcone
· 5 years ago
ad25632
Disable unused features in AGP
by Aurimas Liutikas
· 5 years ago
4b897cb
Update to JDK 11.
by Aurimas Liutikas
· 5 years ago
1dcad3f
Revert "Attempt to update to JDK 11."
by Aurimas Liutikas
· 5 years ago
f3132ea
Attempt to update to JDK 11.
by Aurimas Liutikas
· 5 years ago
c351bfc
Update kotlin to 1.3.70
by Dustin Lam
· 5 years ago
17e29be
Update kotlin-coroutines to 1.3.4
by Dustin Lam
· 5 years ago
60b74ae
Consider table name aliases in expand projection
by Yigit Boyar
· 5 years ago
f1e6f50
docs: Add info on Kotlin Flows to @Query refdoc.
by Alex Michael Cook
· 5 years ago
2787d80
Merge "Refactor DatabaseVerifier native library load logic." into androidx-master-dev
by Treehugger Robot
· 5 years ago
38f16b8
Refactor DatabaseVerifier native library load logic.
by Daniel Santiago Rivera
· 5 years ago
9c5b26f
Fix FTS failings tests in API 15
by Daniel Santiago Rivera
· 5 years ago
b818451
Temporarily disabling DatabaseVerifier's check for concurrent changes to com.sqlite.tmpdir
by Jeff Gaston
· 5 years ago
cb26361
Use System.class as mutex
by Daniel Santiago Rivera
· 5 years ago
464b672
Synchronizing DatabaseVerifier's calls to JDBC.createConnection
by Jeff Gaston
· 5 years ago
d998b6d
Synchronizing DatabaseVerifier.copyNativeLibs on System.getProperties()
by Jeff Gaston
· 5 years ago
08f3953
Merge "Use TestLifecycleOwner in all tests" into androidx-master-dev
by Treehugger Robot
· 5 years ago
335055e
Use TestLifecycleOwner in all tests
by Ian Lake
· 5 years ago
4c6402f
Sychronizing DatabaseVerifier.copyNativeLibs
by Jeff Gaston
· 5 years ago
aa6c842
Fix MultiInstanceInvalidationTest
by Daniel Santiago Rivera
· 5 years ago
302a9bd
Use tracker lookup table names when creating multi-instance observer.
by Daniel Santiago Rivera
· 5 years ago
ce446e4
Disable flaky PrepackageTest
by Daniel Santiago Rivera
· 5 years ago
e126e03
Merge "Make MultiInstanceInvalidationService directBootAware" into androidx-master-dev
by Treehugger Robot
· 5 years ago
9599d83
Make MultiInstanceInvalidationService directBootAware
by Mygod
· 5 years ago
c2f9ba3
Set missing index migration test to min API 23
by Yigit Boyar
· 5 years ago
7bc9fdd
add missing index detection migration test
by Yigit Boyar
· 5 years ago
f790fb3
Merge "Tie transaction job to the calling context" into androidx-master-dev
by Treehugger Robot
· 5 years ago
8013dfd
Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true
by Jeff Gaston
· 5 years ago
c89f069
Tie transaction job to the calling context
by Yigit Boyar
· 5 years ago
58f37cd
Merge "Use javax.annotation.processing.Generated on source versions 9+" into androidx-master-dev
by Treehugger Robot
· 5 years ago
d26e7b2
Use javax.annotation.processing.Generated on source versions 9+
by Daniel Santiago Rivera
· 5 years ago
92d81a2
Merge "Added ImmutableList as a possible return collection type for room" into androidx-master-dev
by Treehugger Robot
· 5 years ago
f32c3f7
Added ImmutableList as a possible return collection type for room
by Oussama Ben Abdelbaki
· 5 years ago
ce468a9
Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true
by Jeff Gaston
· 5 years ago
fbb001b
Replace deprecated Matchers with ArgumentMatchers
by Jelle Fresen
· 5 years ago
fed2789
Merge "Support Kotlin concrete functions in DAO interfaces." into androidx-master-dev
by Treehugger Robot
· 5 years ago
fdd0c20
Support Kotlin concrete functions in DAO interfaces.
by Daniel Santiago Rivera
· 5 years ago
91f3b86
Merge "copy new native libs if they are loaded in another classloader" into androidx-master-dev
by Treehugger Robot
· 5 years ago
9f1a8db5
Merge "Fix and enforce LockNotBeforeTry errorprone warnings" into androidx-master-dev
by Aurimas Liutikas
· 5 years ago
d8a14e6
copy new native libs if they are loaded in another classloader
by Yigit Boyar
· 5 years ago
73e8f07
Merge "Clean up code duplication in tests with gradleRunner" into androidx-master-dev
by Sergey Vasilinets
· 5 years ago
fe3324b
Clean up code duplication in tests with gradleRunner
by Sergey Vasilinets
· 5 years ago
3141c8f
Update @Transaction reference document link to the androidx package.
by Daniel Santiago Rivera
· 5 years ago
7265452
Fix and enforce LockNotBeforeTry errorprone warnings
by Sergey
· 5 years ago
0e522bb
Updates for latest metalava
by Jeff Gaston
· 6 years ago
0e0fafd2
Merge "Update android lint baseline" into androidx-master-dev
by Aurimas Liutikas
· 6 years ago
28a5478
Merge "Fix warnings in room kotlin test app build." into androidx-master-dev
by Treehugger Robot
· 6 years ago
478f7d4
Merge "Leave extra space between CREATE and INDEX in legacy hash calculation." into androidx-master-dev
by Treehugger Robot
· 6 years ago
c05561f
Update android lint baseline
by Aurimas Liutikas
· 6 years ago
7031866
Stop setting src/tests/kotlin sourceSet
by Aurimas Liutikas
· 6 years ago
e587806
Centralize the generation of sdk.prop files
by Aurimas Liutikas
· 6 years ago
40e2679
Leave extra space between CREATE and INDEX in legacy hash calculation.
by Daniel Santiago Rivera
· 6 years ago
fc6e313
Fix warnings in room kotlin test app build.
by Daniel Santiago Rivera
· 6 years ago
8a1c039
Stop using deprecated compile/testCompile configurations.
by Aurimas Liutikas
· 6 years ago
aee07ff
Update kotlinx-metadata-jvm to 0.1.0
by Ember Rose
· 6 years ago
142d7af
API lint check for the StreamFiles is enabled for androidx
by Sergey
· 6 years ago
4d6e1ec
Merge "Add Jetbrain's annotation dependency to Room." into androidx-master-dev
by Treehugger Robot
· 6 years ago
23387e6
Add Jetbrain's annotation dependency to Room.
by Daniel Santiago Rivera
· 6 years ago
30297cd
Regenerate API signature files
by Aurimas Liutikas
· 6 years ago
a1fc67c
Regenerate old API files.
by Aurimas Liutikas
· 6 years ago
f14f38f
Update api lint baseline files.
by Aurimas Liutikas
· 6 years ago
a20fcab
Cancellation for suspend SQL statements
by Florina Muntenescu
· 6 years ago
4fdf3d5
Handle boxing in field vs its getter/setter
by Yigit Boyar
· 6 years ago
58c8e51
Merge "Handle @Relation annotation with non-list type of more than 999 rows." into androidx-master-dev
by Treehugger Robot
· 6 years ago
8331d96
Handle @Relation annotation with non-list type of more than 999 rows.
by Daniel Santiago Rivera
· 6 years ago
34d5f4d
Move to using Gradle maven-publish plugin
by Aurimas Liutikas
· 6 years ago
08e53df
Unifies dependencies across Compose and main project
by Louis Pullen-Freilich
· 6 years ago
0b58731
API lint check for the ArrayReturn is enabled for androidx
by Sergey
· 6 years ago
2920620
Adds -PupdateLintBaseline parameter for lint
by Louis Pullen-Freilich
· 6 years ago
16c8010
Fix all EqualsGetClass errorprone warnings.
by Aurimas Liutikas
· 6 years ago
83ad47a
Merge "Turn UnnecessaryParentheses into an error in error-prone" into androidx-master-dev
by Aurimas Liutikas
· 6 years ago
05f38f2
Migrate to using java-library plugin instead of java.
by Aurimas Liutikas
· 6 years ago
984e308
Turn UnnecessaryParentheses into an error in error-prone
by Aurimas Liutikas
· 6 years ago
383ecf8
Updates for the latest metalava
by Jeff Gaston
· 6 years ago
40cf4b2
Add the ability to use the no backup directory for creating the database.
by Rahul Ravikumar
· 6 years ago
567aca0
Merge "Reload sqlite SO files upon linking failure" into androidx-master-dev
by Yigit Boyar
· 6 years ago
1b3784e
Merge "Enable ktlint in CI" into androidx-master-dev
by Aurimas Liutikas
· 6 years ago
7a828d3
Enable ktlint in CI
by Aurimas Liutikas
· 6 years ago
12b67d4
Merge "Remove processor note that warns about choosing a cursor adapter." into androidx-master-dev
by Treehugger Robot
· 6 years ago
4a18df6
Reload sqlite SO files upon linking failure
by Yigit Boyar
· 6 years ago
Next »