index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
RelativeLayout.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure maxHeight is at least 0 during measureChildHorizontal()
Alan Viverette
2015-07-29
1
-16
/
+25
*
Fix handling of RelativeLayout measurement using UNSPECIFIED spec
Alan Viverette
2015-07-22
1
-3
/
+4
*
Avoid negative childSpecSize in RelativeLayout
Alan Viverette
2015-06-24
1
-11
/
+10
*
Revert "Revert "Work around inconsistent views in RelativeLayout.onMeasure()""
Alan Viverette
2015-06-22
1
-9
/
+9
*
Revert "Work around inconsistent views in RelativeLayout.onMeasure()"
Alan Viverette
2015-06-19
1
-9
/
+9
*
Work around inconsistent views in RelativeLayout.onMeasure()
Alan Viverette
2015-06-17
1
-9
/
+9
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+9
*
Revert RelativeLayout's baseline view to API 22 and below behavior
Alan Viverette
2015-03-09
1
-15
/
+31
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Implement landscape layout for time picker dialog
Alan Viverette
2015-02-26
1
-0
/
+19
*
Update time picker to match latest Material spec
Alan Viverette
2015-02-20
1
-5
/
+7
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-11
/
+2
*
Allow views to be positioned relative to baseline-aligned views
Alan Viverette
2015-01-14
1
-64
/
+39
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-5
/
+8
*
Fix some documentation typos.
Newton Allen
2014-09-30
1
-1
/
+1
*
Fix alignParentRight/End in RelativeLayout
Alan Viverette
2014-08-19
1
-1
/
+1
*
Fix corner case of RelativeLayout with pinned edges
Chet Haase
2014-07-24
1
-31
/
+27
*
Fix RelativeLayout measurement
Alan Viverette
2014-02-12
1
-5
/
+5
*
Fix handling of constraints for unspecified height RelativeLayouts
Alan Viverette
2013-12-04
1
-8
/
+19
*
Merge "Clean up layout constructors, make them consistent"
Alan Viverette
2013-09-14
1
-11
/
+8
|
\
|
*
Clean up layout constructors, make them consistent
Alan Viverette
2013-09-10
1
-11
/
+8
*
|
am db34f3d1: am 50e5814c: Merge "Check RelativeLayout\'s access of its own La...
Adam Powell
2013-09-13
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Check RelativeLayout's access of its own LayoutParams during measurement
Adam Powell
2013-09-13
1
-2
/
+2
*
|
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-2
/
+8
|
/
*
Change build version from KEY_LIME_PIE to KITKAT
Chet Haase
2013-09-05
1
-3
/
+3
*
Fix bug #10514694 Specifying android:gravity="center_vertical|left" results i...
Fabrice Di Meglio
2013-09-04
1
-3
/
+16
*
Add copy constructors for all widget-specific LayoutParams
Alan Viverette
2013-08-07
1
-0
/
+18
*
Replace HashMap with ArrayMap to remove unnecessary allocations
Romain Guy
2013-06-03
1
-106
/
+21
*
Revert "Reduce the number of measurement passes in RelativeLayout"
Romain Guy
2013-05-15
1
-17
/
+12
*
Reduce the number of measurement passes in RelativeLayout
Romain Guy
2013-05-10
1
-12
/
+17
*
Revert "Skip 2nd measure pass whenever possible"
Romain Guy
2013-04-25
1
-21
/
+23
*
Skip 2nd measure pass whenever possible
Romain Guy
2013-04-25
1
-23
/
+21
*
Fix for bug 8578258.
Philip Milne
2013-04-23
1
-1
/
+1
*
Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgets
Philip Milne
2013-04-22
1
-1
/
+6
*
Always take padding and margins into account
Romain Guy
2013-04-08
1
-9
/
+21
*
Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode
Fabrice Di Meglio
2013-03-26
1
-7
/
+7
*
Merge "Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayo...
Fabrice Di Meglio
2013-03-07
1
-18
/
+128
|
\
|
*
Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayout
Fabrice Di Meglio
2013-03-05
1
-18
/
+128
*
|
Improve RTL code for RelativeLayout
Fabrice Di Meglio
2013-03-05
1
-13
/
+5
|
/
*
Always honor fixed size children
Romain Guy
2013-02-11
1
-12
/
+17
*
Fix bug #8051633 Recent Apps thumbnails in RTL mode (Arabic / Hebrew / Farsi)...
Fabrice Di Meglio
2013-01-25
1
-30
/
+39
*
Fix bug #8052320 RelativeLayout is not having the correct width when in RTL m...
Fabrice Di Meglio
2013-01-22
1
-17
/
+9
*
Merge "Update documentation to mention compatibility versioning"
Adam Powell
2012-12-10
1
-0
/
+15
|
\
|
*
Update documentation to mention compatibility versioning
Adam Powell
2012-12-10
1
-0
/
+15
*
|
Merge "Compatibility measurement hacks when targetSdkVersion <= JB-MR1"
Adam Powell
2012-12-07
1
-2
/
+14
|
\
\
|
|
/
|
*
Compatibility measurement hacks when targetSdkVersion <= JB-MR1
Adam Powell
2012-12-07
1
-2
/
+14
*
|
am 7ee2f778: am 09329186: am b3b2922b: Merge "Fix bug #7649607 Hebrew text is...
Fabrice Di Meglio
2012-12-06
1
-3
/
+13
|
\
\
|
|
/
|
/
|
|
*
Fix bug #7649607 Hebrew text is cut off in Settings
Fabrice Di Meglio
2012-12-04
1
-3
/
+13
*
|
am cd91470a: am 146b1290: am cdc6d5cf: Merge "Fix bug #7617883 RelativeLayout...
Fabrice Di Meglio
2012-11-29
1
-2
/
+28
|
\
\
|
|
/
|
*
Fix bug #7617883 RelativeLayout is not having the correct width when in RTL mode
Fabrice Di Meglio
2012-11-28
1
-6
/
+32
[next]