index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
AdapterViewAnimator.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix getView() using out of bounds index."
George Mount
2021-03-18
1
-9
/
+14
|
\
|
*
Fix getView() using out of bounds index.
George Mount
2021-03-17
1
-9
/
+14
*
|
Add checked change APIs to RemoteViews
Stevie Kideckel
2021-02-17
1
-3
/
+3
|
/
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+3
*
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-2
/
+13
*
Merge "Frameworks/base: Fix AdapterViewAnimator.createOrReuseLayoutParams"
Alan Viverette
2015-10-07
1
-5
/
+4
|
\
|
*
Frameworks/base: Fix AdapterViewAnimator.createOrReuseLayoutParams
Andreas Gampe
2015-03-15
1
-5
/
+4
*
|
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
|
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-11
/
+2
*
|
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
|
/
*
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-3
/
+8
*
Fixing Keyguard widget click handling (issue 7179972)
Adam Cohen
2012-09-26
1
-0
/
+16
*
Caching the FixedSizeRemoteViewsCaches across rotation
Adam Cohen
2012-07-24
1
-0
/
+6
*
Accessibility focus - framework
Svetoslav Ganov
2012-04-13
1
-0
/
+4
*
Fix issue 5905210, AdapterViewAnimator sending negative index to Adapter
Adam Cohen
2012-01-23
1
-1
/
+3
*
Merge "AccessibilityEvent/AccessibilityNodeInfo class name property should be...
Svetoslav Ganov
2012-01-17
1
-0
/
+14
|
\
|
*
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2012-01-17
1
-0
/
+14
*
|
Hinting RemoteViewsAdapter as to which views are visible
Adam Cohen
2012-01-17
1
-0
/
+3
|
/
*
Fixing widget notifyDataSetChanged() not getting called, issue 5092676
Adam Cohen
2011-07-28
1
-5
/
+22
*
Fixing AdapterViewAnimator onItemClick compatibility
Adam Cohen
2011-04-06
1
-13
/
+36
*
Making StackView res-out and click feedback colors stylable
Adam Cohen
2011-04-01
1
-10
/
+7
*
Making AdapaterViewAnimator setDisplayedChild remotable
Adam Cohen
2011-02-14
1
-0
/
+1
*
Fixing some ugly StackView relayouts on rotation
Adam Cohen
2011-01-26
1
-15
/
+7
*
Fixing bug where widgets would go dead after moving to another screen
Adam Cohen
2011-01-26
1
-6
/
+0
*
Merge "Re-enabling queued unbinding of services after requests to the service...
Winson Chung
2011-01-26
1
-3
/
+26
|
\
|
*
Re-enabling queued unbinding of services after requests to the service. (3394...
Winson Chung
2011-01-26
1
-3
/
+26
*
|
Cleaning up StackView
Adam Cohen
2011-01-25
1
-7
/
+8
|
/
*
Fixing a couple StackView bugs:
Adam Cohen
2011-01-21
1
-0
/
+2
*
Cleaning up some StackView bad behavior
Adam Cohen
2011-01-20
1
-52
/
+44
*
Addressing API Review docs bugs:
Adam Cohen
2011-01-20
1
-1
/
+11
*
Fixing StackView rotation bugs
Adam Cohen
2011-01-14
1
-0
/
+1
*
Allow old view hierarchy to be GC'ed more quickly during rotation.
Patrick Dubroy
2011-01-14
1
-0
/
+6
*
Addressing issues associated RemoteViewsAdapter's service crashes / disconnects
Adam Cohen
2010-12-17
1
-4
/
+7
*
Implement smarter sizing of WRAP_CONTENT windows.
Dianne Hackborn
2010-12-03
1
-6
/
+18
*
-Prevent StackView from advancing while interacting with it
Adam Cohen
2010-11-12
1
-1
/
+0
*
Adding widget auto-advance capability
Adam Cohen
2010-11-10
1
-1
/
+8
*
Adding click feedback to widget collections
Adam Cohen
2010-11-01
1
-4
/
+100
*
-> Fixing a bug where AdapterViewAnimator doesn't refresh correctly
Adam Cohen
2010-10-25
1
-2
/
+4
*
Fixing the case of less than or equal to 5 items in StackView
Adam Cohen
2010-10-24
1
-27
/
+38
*
Fixing null pointer exception
Adam Cohen
2010-10-14
1
-1
/
+3
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-16
/
+20
*
Revert "Remove generics from Animator APIs"
Romain Guy
2010-10-14
1
-20
/
+16
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-16
/
+20
*
Fixing AdapterViewAnimator crash when associated adapter is empty
Adam Cohen
2010-10-06
1
-2
/
+7
*
Changing AdapterViewAnimator to use the new animation APIs
Adam Cohen
2010-10-05
1
-29
/
+29
*
Added looping parameter to AdapterViewAnimator / StackView
Adam Cohen
2010-10-01
1
-59
/
+82
*
Fixing issue where notifyDataSetChanged was not properly being called while n...
Winson Chung
2010-09-29
1
-1
/
+1
*
Re-architecting RemoteViewsAdapter internals due to new constraints.
Winson Chung
2010-09-24
1
-8
/
+11
*
Prevent multiple RemoteViewAdapters from being set for the same intent.
Winson Chung
2010-09-16
1
-0
/
+9
[next]