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
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
ViewDebug.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing possible user defined strings from bugreport view-dump
Sunny Goyal
2020-02-25
1
-0
/
+1
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Adding shell command to dump view hierarchies of all visible windows
Sunny Goyal
2019-11-13
1
-1
/
+19
*
Merge "Ensure SKP serialization occurs on RenderThread" into qt-qpr1-dev am: ...
John Reck
2019-10-31
1
-12
/
+89
|
\
|
*
Merge "Ensure SKP serialization occurs on RenderThread" into qt-qpr1-dev
John Reck
2019-10-31
1
-12
/
+89
|
|
\
|
|
*
Ensure SKP serialization occurs on RenderThread
John Reck
2019-10-03
1
-12
/
+89
|
*
|
resolve merge conflicts of fe9b32e4bed2737bc5dfe518a201a0c84fb4aa20 to qt-dev...
Neil Fuller
2019-04-11
1
-1
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Switch from Byte.toHexString() to HexEncoding
Neil Fuller
2019-04-11
1
-1
/
+4
|
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+5
*
|
|
Improving hierarchy dump speed
Sunny Goyal
2019-10-11
1
-392
/
+252
*
|
|
Switch from Byte.toHexString() to HexEncoding
Neil Fuller
2019-04-08
1
-1
/
+4
|
/
/
*
|
Merge "Address API council feedback"
TreeHugger Robot
2019-02-25
1
-2
/
+2
|
\
\
|
*
|
Address API council feedback
John Reck
2019-02-22
1
-2
/
+2
*
|
|
API adjustments for Picture serialization discussion
John Reck
2019-02-15
1
-0
/
+63
|
/
/
*
|
Add continuous SKP capture test api
John Reck
2019-01-22
1
-0
/
+125
*
|
Rename & package shuffle
John Reck
2018-10-04
1
-1
/
+3
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-20
1
-0
/
+5
*
|
Tweak some RenderNode API surfaces
John Reck
2018-06-04
1
-1
/
+0
|
/
*
Switch to public API version
John Reck
2018-02-12
1
-15
/
+6
*
Using RenderNode for creating snapshot of a View, so that hardware
Sunny Goyal
2018-01-04
1
-10
/
+92
*
Using hardware canvas for profiling Views
Sunny Goyal
2017-10-17
1
-88
/
+79
*
Fix crash when dumping empty LayoutParams
Jorim Jaggi
2017-09-28
1
-1
/
+3
*
Improve window manager layout attribute dumping
Jorim Jaggi
2017-09-25
1
-0
/
+73
*
Mark @ symbols in code snippet as literal so javadoc doesn't choke on
Scott Main
2017-03-07
1
-11
/
+13
*
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2016-10-12
1
-1
/
+1
*
Include window location after encoded view hierarchy
Manu Cornet
2016-09-15
1
-0
/
+2
*
Add missing @Deprecated annotations.
Aurimas Liutikas
2016-05-24
1
-0
/
+1
*
Move window moving and resizing handling to WindowManager
Chong Zhang
2015-09-11
1
-0
/
+6
*
Improve hierarchy viewer dump hierarchy latency
Siva Velusamy
2015-05-07
1
-0
/
+24
*
Update getExportedPropertyMethods to new reflection API
Mathieu Chartier
2015-04-21
1
-6
/
+2
*
Change getDeclaredFieldsUnchecked call to new return value
Mathieu Chartier
2015-03-27
1
-23
/
+15
*
Fix build
Alan Viverette
2014-10-17
1
-2
/
+2
*
Check type resolution on declared methods and fields in ViewDebug
Alan Viverette
2014-10-14
1
-8
/
+27
*
Tries to resolve reference resource names instead of its data.
Jon Miranda
2014-09-09
1
-0
/
+5
*
Added getStyleAttributes to access all Theme attributes.
Jon Miranda
2014-09-05
1
-0
/
+62
*
Exposes style and theme data, adds developer option.
Jon Miranda
2014-08-18
1
-1
/
+34
*
Changed flow in export methods to continue through the loop if it encounters
Jon Miranda
2014-08-12
1
-4
/
+2
*
Exposed getLocationOnScreen, added formatToHexString method.
Jon Miranda
2014-07-29
1
-81
/
+100
*
Show view overlays in hierarchyviewer
Chet Haase
2013-09-05
1
-5
/
+34
*
Fix for bug 8623163: Call view methods on the UI thread
Kristian Monsen
2013-05-02
1
-2
/
+50
*
Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug
Fabrice Di Meglio
2013-03-29
1
-2
/
+1
*
Support invoking view methods from hierarchy viewer
Siva Velusamy
2013-01-22
1
-0
/
+65
*
Support hierarchy viewer commands via DDM
Siva Velusamy
2013-01-16
1
-14
/
+41
*
Fix rendering artifacts on tiled renderers
Romain Guy
2012-10-03
1
-3
/
+7
*
Fix HierarchyViewer so it can load Contacts
Romain Guy
2012-09-27
1
-4
/
+8
*
More view hierarchy, fragment debugging.
Dianne Hackborn
2012-08-17
1
-8
/
+7
*
We can now (kind-of) change screen density on the fly.
Dianne Hackborn
2012-08-03
1
-2
/
+3
*
Fix doc link
John Reck
2012-06-14
1
-1
/
+1
*
Show WebView layers in hierarchyviewer
John Reck
2012-06-14
1
-0
/
+39
*
Remove DEBUG_LATENCY flag
Romain Guy
2012-05-21
1
-19
/
+0
[next]