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
/
ImageView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds checks if level is set on ImageView to override the level on the Drawabl...
ramindani
2021-06-07
1
-1
/
+5
*
Expose tint lists and other runtime functionality to RemoteViews
Stevie Kideckel
2021-02-22
1
-0
/
+1
*
Add RemoteViews.setBlendMode and expose target methods
Stevie Kideckel
2021-02-12
1
-0
/
+1
*
Enable Content Capture for ImageViews by default
Nikita Dubrovsky
2021-01-14
1
-5
/
+9
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+1
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-1
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+1
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
docs: Added content desc in ImageView example.
Kevin Hufnagle
2019-08-14
1
-3
/
+5
*
Added BlendMode equivalent APIs to replace deprecated PorterDuff
Nader Jawad
2019-04-17
1
-13
/
+42
*
Merge "Update core widgets to save attribute source info."
Aurimas Liutikas
2019-02-11
1
-0
/
+2
|
\
|
*
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
*
|
Fix for Hidden API Landroid/widget/ImageView;->mDrawMatrix:Landroid/graphics/...
Rahul Ravikumar
2019-02-08
1
-1
/
+1
|
/
*
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+11
*
Merge "Made ImageView.animateTransform(Matrix) public"
TreeHugger Robot
2018-11-27
1
-3
/
+12
|
\
|
*
Made ImageView.animateTransform(Matrix) public
Andrey Kulikov
2018-11-27
1
-3
/
+12
*
|
Restrict access to ImageView#mMaxWidth/Height
Clara Bayarri
2018-11-27
1
-2
/
+2
|
/
*
Fix ChangeImageTransform for drawables without intrinsic size
Andrey Kulikov
2018-09-28
1
-1
/
+3
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+20
*
Merge "docs: fixed broken link" into pi-dev am: e07aeea926
Laura Davis
2018-06-25
1
-1
/
+1
|
\
|
*
docs: fixed broken link
Laura Davis
2018-06-19
1
-1
/
+1
|
*
Removed call to setWillNotCacheDrawing and deprecated it as well as
Nader Jawad
2018-04-06
1
-2
/
+0
*
|
Removed applyColorMod method in favor of individually setting
Nader Jawad
2018-04-23
1
-16
/
+25
*
|
Removed call to setWillNotCacheDrawing and deprecated it as well as
Nader Jawad
2018-04-05
1
-2
/
+0
|
/
*
Use ImageDecoder in ImageView.getDrawableFromUri
Leon Scroggins III
2018-01-31
1
-14
/
+9
*
Check default focus highlight for ImageView.
Jiaquan He
2017-05-26
1
-0
/
+10
*
docs: Update Imageview JavaDoc comments
Joe Fernandez
2017-04-18
1
-21
/
+63
*
Optimize ViewStructure for autofill by removing irrelevant nodes.
Felipe Leme
2017-03-08
1
-0
/
+5
*
Merge "Adding support for async view loading in RemoteViewsAdapter"
Sunny Goyal
2016-10-27
1
-2
/
+11
|
\
|
*
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-2
/
+11
|
*
docs: Added min/max values and descriptions for alpha getter/setter in ImageV...
Kevin Hufnagle
2016-09-27
1
-2
/
+5
|
|
\
*
|
|
Add note about density scaling behavior to setImageURI
Alan Viverette
2016-10-11
1
-0
/
+8
*
|
|
docs: Added min/max values and descriptions for alpha getter/setter in ImageView
Kevin Hufnagle
2016-09-26
1
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
docs: Added min/max values and descriptions for alpha getter/setter
Kevin Hufnagle
2016-09-23
1
-2
/
+5
*
|
Fixes for ImageView drawable visibility dispatch
Adam Powell
2016-08-26
1
-15
/
+60
*
|
Always report visibility to new ImageView drawables
Adam Powell
2016-08-24
1
-3
/
+2
*
|
Better docs for ImageView legacy tint
Alan Viverette
2016-07-21
1
-0
/
+7
|
/
*
Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"
Adam Powell
2016-03-31
1
-9
/
+3
*
Only call Drawable.setVisible(false) for visible outgoing drawables
Adam Powell
2016-03-22
1
-3
/
+9
*
Dispatch aggregated visibility when performing attachViewToParent
Adam Powell
2016-03-17
1
-3
/
+6
*
Refinement for onVisibilityAggregated
Adam Powell
2016-03-16
1
-3
/
+3
*
Add View#onVisibilityAggregated
Adam Powell
2016-03-15
1
-20
/
+5
*
Add consistent @NonNull annotations for drawable callbacks
Alan Viverette
2016-03-11
1
-2
/
+2
*
Added support for async inflation of RemoteViews
Sunny Goyal
2016-01-11
1
-36
/
+83
*
Merge "Update drawable matrix when bounds change in invalidateDrawable()" int...
Alan Viverette
2015-10-20
1
-0
/
+2
|
\
|
*
Update drawable matrix when bounds change in invalidateDrawable()
Alan Viverette
2015-10-20
1
-0
/
+2
*
|
Invalidate when Drawable.setState() returns true
Alan Viverette
2015-09-04
1
-3
/
+4
*
|
Pass Resources when loading ImageView source from stream
Alan Viverette
2015-08-25
1
-3
/
+9
*
|
Clean up ImageView
Alan Viverette
2015-08-25
1
-99
/
+92
*
|
am ddc15988: am f7d8577e: am 42c70645: am aed2e8ba: am da493aa6: Merge "Avoid...
Chet Haase
2015-08-06
1
-0
/
+4
|
\
|
[next]