Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
support
/
5d522dd85ba1514bcf2b79993341971f9729fc6d
/
v7
5d522dd
Merge commit 'a40954fd' into HEAD
by Jeff Hamilton
· 10 years ago
d7d27e9
Add animations to RecyclerView
by Chet Haase
· 11 years ago
a40954f
Update the build tools version
by Jeff Hamilton
· 10 years ago
b1bfdf4
Revert "Add animations to RecyclerView"
by Chet Haase
· 10 years ago
33b1890
Add animations to RecyclerView
by Chet Haase
· 11 years ago
cb56b48
Merge "Avoid stopping scroller twice" into klp-modular-dev
by Yigit Boyar
· 11 years ago
6598bbe
Avoid stopping scroller twice
by Yigit Boyar
· 11 years ago
f2d3d65
Fix supportlib build
by RoboErik
· 11 years ago
7d404b7
RecyclerView: REMOVED holder should not be returned from getScrapViewForPosition
by Dake Gu
· 11 years ago
846786b
Stop scroller when ViewFlinger stops
by Yigit Boyar
· 11 years ago
c30b4fc
Fix RecyclerView save instance state bug
by Yigit Boyar
· 11 years ago
ac7cd79
Make ViewHolder#isRecyclable respect the view's hasTransientState.
by Mark Wei
· 11 years ago
0447ba8
RecyclerView smooth scrolling support
by Yigit Boyar
· 11 years ago
2c10be5
Merge "RecyclerView testing" into klp-modular-dev
by Yigit Boyar
· 11 years ago
edc25dd
RecyclerView testing
by Yigit Boyar
· 11 years ago
08cbcde
RecyclerView saveInstanceState
by Yigit Boyar
· 11 years ago
43f9500
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
by Baligh Uddin
· 11 years ago
c34d42b
Merge "Import translations. DO NOT MERGE" into klp-modular-dev
by Baligh Uddin
· 11 years ago
51fdc12
Import translations. DO NOT MERGE
by Baligh Uddin
· 11 years ago
8904253
Import translations. DO NOT MERGE
by Baligh Uddin
· 11 years ago
cf81447
Fix SDK build. (DO NOT MERGE)
by Narayan Kamath
· 11 years ago
8935a46
Verify non-null adapter before calling LayoutManager
by Yigit Boyar
· 11 years ago
0de0762
Merge changes I7e5de73d,I5b66c016 into klp-modular-dev
by Jaekyun Seok
· 11 years ago
5bfcda8
Merge "Enhance support for filtering routes in route chooser dialog." into klp-modular-dev
by Jeff Brown
· 11 years ago
e691b92
Enhance support for filtering routes in route chooser dialog.
by Jeff Brown
· 11 years ago
3b5b2ea
Fix docs
by Adam Powell
· 11 years ago
f2b9398
Give RecyclerView LayoutManagers control over measurement
by Adam Powell
· 11 years ago
d2f102c
Build recyclerview with gradle
by Jaekyun Seok
· 11 years ago
181d864
am 2fe1720b: Merge "Add tools metadata annotations to the appcompat library" into klp-ub-dev
by Tor Norbye
· 11 years ago
7fcf7db
am adaacc9f: Merge "Add tools metadata annotations to the mediarouter library" into klp-ub-dev
by Tor Norbye
· 11 years ago
2fe1720
Merge "Add tools metadata annotations to the appcompat library" into klp-ub-dev
by Tor Norbye
· 11 years ago
adaacc9
Merge "Add tools metadata annotations to the mediarouter library" into klp-ub-dev
by Tor Norbye
· 11 years ago
d9746b3
LinearLayoutManager scroll with offset support
by Yigit Boyar
· 11 years ago
3460d87
am b220fd3f: Updated project.properties for v7/mediarotuer and v7/appcompat.
by Prameet Shah
· 11 years ago
d2a6991
Merge "Option for not showing glow bars in RecyclerView." into klp-modular-dev
by Filip Gruszczyński
· 11 years ago
25a1df3
Scrollbar and scrollToPosition support for RecyclerView
by Yigit Boyar
· 11 years ago
b220fd3
Updated project.properties for v7/mediarotuer and v7/appcompat.
by Prameet Shah
· 11 years ago
6c74181
Merge "DPAD navigation support for LinearLayoutManager" into klp-modular-dev
by Yigit Boyar
· 11 years ago
2aad60a
DPAD navigation support for LinearLayoutManager
by Yigit Boyar
· 11 years ago
a75ac8e
Option for not showing glow bars in RecyclerView.
by Filip Gruszczyński
· 11 years ago
261f67b
Add API 20/Current in the support lib.
by Xavier Ducrohet
· 11 years ago
8394e8e
Merge "Consider child views' margins when measuring layout" into klp-modular-dev
by Yigit Boyar
· 11 years ago
9c8635b
Consider child views' margins when measuring layout
by Yigit Boyar
· 11 years ago
f5d83f6
Invalidate structure when adapter is changed
by Yigit Boyar
· 11 years ago
b933f9c
Add tools metadata annotations to the appcompat library
by Tor Norbye
· 11 years ago
429c3b1
Add tools metadata annotations to the mediarouter library
by Tor Norbye
· 11 years ago
7dad562
List Layout Manager
by Yigit Boyar
· 11 years ago
696166d
am 2788f617: Merge "Update support build for release." into klp-ub-dev
by Xavier Ducrohet
· 11 years ago
7ae92d8
am 79de49aa: am 197708fc: Refresh cast icon assets to improve visual contrast.
by Jeff Brown
· 11 years ago
2788f61
Merge "Update support build for release." into klp-ub-dev
by Xavier Ducrohet
· 11 years ago
79de49a
am 197708fc: Refresh cast icon assets to improve visual contrast.
by Jeff Brown
· 11 years ago
1a0aad1
RecyclerView: remove deprecated version of onAddFocusables()
by Dake Gu
· 11 years ago
a2d41c6
Don't link support-v4 statically into v7-recyclerview.
by Tim Kilbourn
· 11 years ago
020e432
Update support build for release.
by Xavier Ducrohet
· 11 years ago
b56bf9a
RecyclerView: minor change of onAddFocusables() signagure
by Dake Gu
· 11 years ago
197708f
Refresh cast icon assets to improve visual contrast.
by Jeff Brown
· 11 years ago
4efe4de
Pass adapter references to LayoutManager's Adapter changed callback
by yigit
· 11 years ago
a102d8d
Add RecyclerView.LayoutManager callbacks for structural adapter changes
by Adam Powell
· 11 years ago
8e032f7
Implement RecyclerView ItemDecorations
by Adam Powell
· 11 years ago
792172b
RecyclerView: suppress double ACTION_DOWN for item touch listeners
by Adam Powell
· 11 years ago
fbadf84
Revert "Set SDK_VERSION to 19 instead of current."
by Adam Metcalf
· 11 years ago
535630f
am 5cab3f67: Set SDK_VERSION to 19 instead of current.
by Adam Metcalf
· 11 years ago
5cab3f6
Set SDK_VERSION to 19 instead of current.
by Adam Metcalf
· 11 years ago
c096ad1
More RecyclerView API additions
by Adam Powell
· 11 years ago
db69b10
Add onWindowDismissed to implementation of Window.Callback.
by Will Haldean Brown
· 11 years ago
73fac3b
RecyclerView API - child attach/detach and stopScroll
by Adam Powell
· 11 years ago
37e1321
Add view attach/detach callbacks for RecyclerView adapters
by Adam Powell
· 11 years ago
75d83eb
Off by 1 error when checking child views
by Mindy Pereira
· 11 years ago
bd254c5
RecyclerView API: create/onCreateViewHolder, bind/onBindViewHolder
by Adam Powell
· 11 years ago
d07af85
Remove contiguous/fixed count item view type restriction in RecyclerView
by Adam Powell
· 11 years ago
beade59
Prevent RecyclerView from reusing cached views with mismatched types
by Adam Powell
· 11 years ago
f7482db
Merge "Fix bugs in add/remove operations for RecyclerView" into klp-modular-dev
by Adam Powell
· 11 years ago
67d5404
Fix bugs in add/remove operations for RecyclerView
by Adam Powell
· 11 years ago
98ba91c
Have RecyclerView properly handle adapter changes with shared pools
by Adam Powell
· 11 years ago
238bb4a
Add functionality for item animations
by Chet Haase
· 11 years ago
7809c2c
RecyclerView updates, caching
by Adam Powell
· 11 years ago
f468a3b
am 6a2dc445: am 7e2ae657: Disable gradle lint checks, so build will succeed
by Justin Morey
· 11 years ago
6a2dc44
am 7e2ae657: Disable gradle lint checks, so build will succeed
by Justin Morey
· 11 years ago
4b42499
Merge "Fix bug in smoothScrollBy duration when moving vertically." into klp-modular-dev
by Chris Sadler
· 11 years ago
3ceef3c
Generify RecyclerView adapters for ViewHolder types
by Adam Powell
· 11 years ago
76c6c88
Fix bug in smoothScrollBy duration when moving vertically.
by Chris Sadler
· 11 years ago
10748a3
Bug fix for scroll state reporting in RecyclerView
by Adam Powell
· 11 years ago
a599398
RecyclerView listeners; beginnings of lightweight rebinds
by Adam Powell
· 11 years ago
e532b34
Minor cleanups and docs for RecyclerView
by Chet Haase
· 11 years ago
cf0d4af
Reworking dirty bits for RecyclerView
by Adam Powell
· 11 years ago
6ba47f7
Fix a RecyclerView bug when recycling scrap views
by Adam Powell
· 11 years ago
7e2ae65
Disable gradle lint checks, so build will succeed
by Justin Morey
· 11 years ago
9f7da63
am d6a35b04: am 25ce55ee: am a673a561: Merge "Disable break on lint error." into klp-ub-dev
by Xavier Ducrohet
· 11 years ago
25ce55e
am a673a561: Merge "Disable break on lint error." into klp-ub-dev
by Xavier Ducrohet
· 11 years ago
61becda
Disable break on lint error.
by Xavier Ducrohet
· 11 years ago
17ba7c1
Fix docs
by Adam Powell
· 11 years ago
e0c0b3e
Merge "RecyclerView: Fix error in setAdapter" into klp-modular-dev
by Craig Stout
· 11 years ago
a6613ed
API refinements for RecyclerView
by Adam Powell
· 11 years ago
ac89a5c
RecyclerView: Fix error in setAdapter
by Craig Stout
· 11 years ago
9e81c5c
am 75f9253b: am a4110bc9: am a3e11a59: Update build-tools version for gradle.
by Xavier Ducrohet
· 11 years ago
a4110bc
am a3e11a59: Update build-tools version for gradle.
by Xavier Ducrohet
· 11 years ago
e096e4c
RecyclerView bugfixes and API revisions
by Adam Powell
· 11 years ago
a3e11a5
Update build-tools version for gradle.
by Xavier Ducrohet
· 11 years ago
524f00f
Remove obsolete assumption in RecyclerView
by Adam Powell
· 11 years ago
988130d
Have RecyclerView fully claim touch event streams during scrolling
by Adam Powell
· 11 years ago
Next »