Sign in
android
/
platform
/
frameworks
/
support
/
75e93a025020288fd9cd22580aabbcd7b11b4fd9
/
recyclerview
75e93a0
Add a way to create snapshot repository directory
by Aurimas Liutikas
· 6 years ago
d4a3a01
Merge "Don't label headings in GridLayoutManager and StaggeredGridLayoutManager" into androidx-master-dev
by Sally Yuen
· 6 years ago
838a568
Don't label headings in GridLayoutManager and StaggeredGridLayoutManager
by sallyyuen
· 6 years ago
e9576a2
Update recyclerview and recyclerview-selection to 1.1.0-beta00
by Nick Anthony
· 6 years ago
b3d5324
Merge "Set runner for benchmark modules automatically" into androidx-master-dev
by Treehugger Robot
· 6 years ago
93247c4
Set runner for benchmark modules automatically
by Chris Craik
· 6 years ago
acd919d
Merge "Fix incorrect velocity while flinging with nested scrolling." into androidx-master-dev
by Shep Shapard
· 6 years ago
86a181f
Fix incorrect velocity while flinging with nested scrolling.
by shepshapard
· 6 years ago
6edd4a4
Updating metalava from build 5579350
by Jeff Gaston
· 6 years ago
a1aa570
Remove targetSdkVersion workaround for library tests
by Aurimas Liutikas
· 7 years ago
e54c87b
Merge "Adding an overloaded smoothScrollBy with duration." into androidx-master-dev
by Shep Shapard
· 7 years ago
db4c678
Merge "Roll forward: "Cleanup Gesture selection.""" into androidx-master-dev
by Steve McKay
· 7 years ago
4943f19
Merge "Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01" into androidx-master-dev
by Treehugger Robot
· 7 years ago
c5140a9
Roll forward: "Cleanup Gesture selection.""
by Steve McKay
· 7 years ago
ceeb8a7
Adding an overloaded smoothScrollBy with duration.
by shepshapard
· 7 years ago
63b46ed
Autoformat some unformatted files
by Dustin Lam
· 7 years ago
e683c81
Move TestExecutor into common testutils
by Dustin Lam
· 7 years ago
c56d239
Merge "Revert "Cleanup Gesture selection."" into androidx-master-dev
by Steve McKay
· 7 years ago
f3a4f49
Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01
by Nick Anthony
· 7 years ago
985f363
Revert "Cleanup Gesture selection."
by Steve McKay
· 7 years ago
f7cef0b
Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01
by Nick Anthony
· 7 years ago
3638bb5
Merge "Increment version to development versions (releasing version +1)" into androidx-master-dev
by Nick Anthony
· 7 years ago
a546ca8
Merge "Fix typo in doc." into androidx-master-dev
by Shep Shapard
· 7 years ago
0a2d4c7
Increment version to development versions (releasing version +1)
by Nick Anthony
· 7 years ago
1e3f78b
Fix typo in doc.
by shepshapard
· 7 years ago
3cf4c24
Removed redundancies in test so it runs faster.
by shepshapard
· 7 years ago
cfb1840
Merge "Activity launching benchmark runner" into androidx-master-dev
by Chris Craik
· 7 years ago
5412b2c
Activity launching benchmark runner
by Chris Craik
· 7 years ago
7d95cd5
Avoid activity enter/exit transitions
by Chris Craik
· 7 years ago
a5400be
Merge "Preserve order of selection (by creation time)." into androidx-master-dev
by Treehugger Robot
· 7 years ago
2e18b39
Cleanup test depenendencies
by Dustin Lam
· 7 years ago
3979d96
Rename TEST_* to ANDROIDX_TEST_*
by Dustin Lam
· 7 years ago
c92cf54
Merge "Cleanup Gesture selection." into androidx-master-dev
by Steve McKay
· 7 years ago
809b6acb
Cleanup Gesture selection.
by Steve McKay
· 7 years ago
cdb9f9f
Delete SupportAndroidLibraryPlugin
by Aurimas Liutikas
· 7 years ago
7a6b04a
Merge "AccessibilityEvents from the RecyclerView shouldn't populate text from all of it's children." into androidx-master-dev
by Qasid Sadiq
· 7 years ago
78baf10
Removed //noinspection unchecked calls.
by shepshapard
· 7 years ago
eb269fbe
Add API to retrieve DividerItemDecoration drawable
by Alex Saveau
· 7 years ago
099b9d9
AccessibilityEvents from the RecyclerView shouldn't populate text from all of it's children.
by Qasid Ahmad Sadiq
· 7 years ago
4352fbe
Replace all usages of ClassLoader#loadClass with Class#forName
by Aurimas Liutikas
· 7 years ago
a3735e8
Don't test PagerSnapHelper with mWrap=true
by Jelle Fresen
· 7 years ago
3885bbc
Allow extra layout space on both sides
by Jelle Fresen
· 7 years ago
fafc750
Bumping recyclerview to 1.1.0-alpha05
by Jelle Fresen
· 7 years ago
2ad3161
Move DSL namespace from supportLibrary to androidx.
by Aurimas Liutikas
· 7 years ago
c3e0e14
Preserve order of selection (by creation time).
by Steve McKay
· 7 years ago
b9457a1
Revert "Revert "Guard against null ViewHolders.""
by Steve McKay
· 7 years ago
2611eea
Merge "Document field default value and fix typo." into androidx-master-dev
by Treehugger Robot
· 7 years ago
d334c6d
Benchmark API finalization
by Chris Craik
· 7 years ago
162c15e
Rename benchmarkRule.measure -> keepRunning
by Chris Craik
· 7 years ago
d34d74b
Rename dy to delta for orientation agnostic scroll function
by Jelle Fresen
· 7 years ago
eef4369
Fix RV OnItemTouchListener ACTION_UP intercept bug.
by shepshapard
· 7 years ago
a3d28a7
Reenabling Doclava to run against sources too
by Jeff Gaston
· 7 years ago
d5fa7f1
Merge "Revert "Guard against null ViewHolders."" into androidx-master-dev
by Treehugger Robot
· 7 years ago
e7893e5
Revert "Guard against null ViewHolders."
by Shep Shapard
· 7 years ago
1ec7366
Merge "Guard against null ViewHolders." into androidx-master-dev
by Steve McKay
· 7 years ago
e58b0c7
Guard against null ViewHolders.
by Steve McKay
· 7 years ago
d78a3f4
Use kotlin APIs for benchmark samples
by Dustin Lam
· 7 years ago
e0eaa83
Document field default value and fix typo.
by Yao, Yuxing
· 7 years ago
f91e832
Fix usage of wrong LayoutState variable
by Jelle Fresen
· 7 years ago
629e490
Bump all versions for March 13th Release
by Nick Anthony
· 7 years ago
333a979
item delegate not being re-added on bind.
by sallyyuen
· 7 years ago
d96f8fd
Merge "Revert "item delegate is not being re-added on bind."" into androidx-master-dev
by Treehugger Robot
· 7 years ago
7a9a172
Revert "item delegate is not being re-added on bind."
by Shep Shapard
· 7 years ago
79285e9
Generating restricted API txts
by Jeff Gaston
· 7 years ago
9908bea
Regenerating restricted API files based on the source jars
by Jeff Gaston
· 7 years ago
237c894
Migrate shared restricted apis to LIBRARY_GROUP_PREFIX
by Oussama Ben Abdelbaki
· 7 years ago
588bffc
Merge "item delegate is not being re-added on bind." into androidx-master-dev
by Sally Yuen
· 7 years ago
3cae6f5
item delegate is not being re-added on bind.
by sallyyuen
· 7 years ago
38408f1
Do not call protected method from constructor
by Robert Berry
· 7 years ago
85f3455
Update all versions after Jan 30 and Feb 7 Releases
by Nick Anthony
· 7 years ago
67b2d36
Cleanup unnecessary overloading of smoothScrollBy in ViewFlinger.
by shepshapard
· 7 years ago
ee247c4
Merge "Add explicit dependency on 'collection' where used" into androidx-master-dev
by Jake Wharton
· 7 years ago
53786fb
Add explicit dependency on 'collection' where used
by Jake Wharton
· 7 years ago
0b43d17
Support to ignore api violations by adding baseline error files
by Jeff Gaston
· 7 years ago
5d65a6a
Updating Metalava to version 1.2.5
by Jeff Gaston
· 7 years ago
532eef4
Updates annotations for tests previously marked small/medium
by Louis Pullen-Freilich
· 7 years ago
631953f
Fix Gridlayout manager computation of scroll offset and range.
by Michal Palczewski
· 7 years ago
1445381
Merge "Fix RecyclerViewNestedScrollingTest flake." into androidx-master-dev
by Treehugger Robot
· 7 years ago
871963f
Merge "Replacing @attr refs to styleables with links to attrs" into androidx-master-dev
by Treehugger Robot
· 7 years ago
612658b
Replacing @attr refs to styleables with links to attrs
by Jeff Gaston
· 7 years ago
cacf913
2 Calls are potentially dangerously out of order,
by shepshapard
· 7 years ago
cf182cf
Incremented recyclerview version to dev version (1.1.0-alpha02)
by Nick Anthony
· 7 years ago
32257ae
Add className for recyclerView.
by Qasid Ahmad Sadiq
· 7 years ago
611980a
Fix a test that was failing 100% on a unreleased version of Android.
by shepshapard
· 7 years ago
6e3d9fe
Fix RecyclerViewNestedScrollingTest flake.
by shepshapard
· 7 years ago
f4f1084
Fix 4 StaggeredGridLayoutManager failuers.
by shepshapard
· 7 years ago
badf2f8
Migrate away from deprecated test classes
by Alan Viverette
· 7 years ago
d75ee7c
Fixed failing StaggeredGridLayoutManagerTest.innerGapHandlingMoveItemsBetweenSpans
by shepshapard
· 7 years ago
cd0c485
Merge "ViewPager2 should now present the same actions and events to an accessibility service as ViewPager1." into androidx-master-dev
by Treehugger Robot
· 7 years ago
7c938c2
Merge "Fix failing LinearLayoutManagerBaseConfigSetTest tests" into androidx-master-dev
by Shep Shapard
· 7 years ago
32a2d40
ViewPager2 should now present the same actions and events to an accessibility service as ViewPager1.
by Qasid Ahmad Sadiq
· 7 years ago
05d9429
Merge "Remove customerrorprone project" into androidx-master-dev
by Oussama Ben Abdelbaki
· 7 years ago
2cda285
Remove customerrorprone project
by Oussama Ben Abdelbaki
· 7 years ago
7ee71e9
Fix failing LinearLayoutManagerBaseConfigSetTest tests
by shepshapard
· 7 years ago
114f1c1
Fix bug in RV where SmoothScroller is never stopped.
by shepshapard
· 7 years ago
522bf9d
Merge "Deprecate RecyclerView#setLayoutFrozen(boolean)" into androidx-master-dev
by Andrey Kulikov
· 7 years ago
5a27fa6
Fixed failing RV focus tests.
by shepshapard
· 7 years ago
a92497e
Merge "Support for custom rules" into androidx-master-dev
by Oussama Ben Abdelbaki
· 7 years ago
f825eb5
Support for custom rules
by Oussama Ben Abdelbaki
· 7 years ago
dab6cd2
Deprecate RecyclerView#setLayoutFrozen(boolean)
by Andrey Kulikov
· 7 years ago
Next »