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
*
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
*
|
Simplification of the poolable management utils.
Svetoslav Ganov
2012-11-27
1
-39
/
+7
*
|
am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 Layout...
Fabrice Di Meglio
2012-10-29
1
-5
/
+2
|
\
\
|
|
/
|
*
Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...
Fabrice Di Meglio
2012-10-26
1
-5
/
+2
*
|
am 4c95bfd5: am 39b0c29e: am ec139240: Merge "Fix bug #7325234 LayoutParams a...
Fabrice Di Meglio
2012-10-11
1
-2
/
+3
|
\
\
|
|
/
|
*
Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...
Fabrice Di Meglio
2012-10-10
1
-2
/
+3
*
|
am f4a1dad6: am 5b04d032: am b8021a88: Merge "Fix bug #7326778 Rename LayoutP...
Fabrice Di Meglio
2012-10-10
1
-4
/
+4
|
\
\
|
|
/
|
*
Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)
Fabrice Di Meglio
2012-10-10
1
-4
/
+4
[next]