summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/RelativeLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 8578258.Philip Milne2013-04-231-1/+1
* Fix for bug 8578258: GridLayout is forcing wrong width to TextView widgetsPhilip Milne2013-04-221-1/+6
* Always take padding and margins into accountRomain Guy2013-04-081-9/+21
* Fix bug #8480245 ViewGroup layout margins can be wrong in RTL modeFabrice Di Meglio2013-03-261-7/+7
* Merge "Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayo...Fabrice Di Meglio2013-03-071-18/+128
|\
| * Fix bug #8217354 Suspicious behavior in RTL support for a RelativeLayoutFabrice Di Meglio2013-03-051-18/+128
* | Improve RTL code for RelativeLayoutFabrice Di Meglio2013-03-051-13/+5
|/
* Always honor fixed size childrenRomain Guy2013-02-111-12/+17
* Fix bug #8051633 Recent Apps thumbnails in RTL mode (Arabic / Hebrew / Farsi)...Fabrice Di Meglio2013-01-251-30/+39
* Fix bug #8052320 RelativeLayout is not having the correct width when in RTL m...Fabrice Di Meglio2013-01-221-17/+9
* Merge "Update documentation to mention compatibility versioning"Adam Powell2012-12-101-0/+15
|\
| * Update documentation to mention compatibility versioningAdam Powell2012-12-101-0/+15
* | Merge "Compatibility measurement hacks when targetSdkVersion <= JB-MR1"Adam Powell2012-12-071-2/+14
|\ \ | |/
| * Compatibility measurement hacks when targetSdkVersion <= JB-MR1Adam Powell2012-12-071-2/+14
* | am 7ee2f778: am 09329186: am b3b2922b: Merge "Fix bug #7649607 Hebrew text is...Fabrice Di Meglio2012-12-061-3/+13
|\ \ | |/ |/|
| * Fix bug #7649607 Hebrew text is cut off in SettingsFabrice Di Meglio2012-12-041-3/+13
* | am cd91470a: am 146b1290: am cdc6d5cf: Merge "Fix bug #7617883 RelativeLayout...Fabrice Di Meglio2012-11-291-2/+28
|\ \ | |/
| * Fix bug #7617883 RelativeLayout is not having the correct width when in RTL modeFabrice Di Meglio2012-11-281-6/+32
* | Simplification of the poolable management utils.Svetoslav Ganov2012-11-271-39/+7
* | am d31f0ab9: am 9d662c77: am 68b14054: Merge "Revert "Fix bug #7325234 Layout...Fabrice Di Meglio2012-10-291-5/+2
|\ \ | |/
| * Revert "Fix bug #7325234 LayoutParams are not resolved correctly (Settings ap...Fabrice Di Meglio2012-10-261-5/+2
* | am 4c95bfd5: am 39b0c29e: am ec139240: Merge "Fix bug #7325234 LayoutParams a...Fabrice Di Meglio2012-10-111-2/+3
|\ \ | |/
| * Fix bug #7325234 LayoutParams are not resolved correctly (Settings apps looks...Fabrice Di Meglio2012-10-101-2/+3
* | am f4a1dad6: am 5b04d032: am b8021a88: Merge "Fix bug #7326778 Rename LayoutP...Fabrice Di Meglio2012-10-101-4/+4
|\ \ | |/
| * Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)Fabrice Di Meglio2012-10-101-4/+4
| * DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayoutAdam Powell2012-10-011-17/+5
|/
* Fix UNSPECIFIED measurement in RelativeLayoutAdam Powell2012-09-301-5/+17
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-5/+5
* Add removeRule() to RelativeLayout LayoutParamsFabrice Di Meglio2012-07-271-0/+15
* am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-2/+2
|\
| * docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-2/+2
* | Make RelativeLayout aware of layout directionFabrice Di Meglio2012-07-231-22/+183
|/
* Fixes for bugs: #6103660, #6103957, #6104457 and #6104322.Philip Milne2012-03-131-0/+14
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+13
* Avoid allocating when performing the measure/layout passesRomain Guy2012-01-061-21/+29
* Update docs for RelativeLayout to better explain its interpretation ofAdam Powell2011-09-151-0/+5
* Not visible view should not be announced or interacted with.Svetoslav Ganov2011-09-071-1/+2
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+2
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-0/+9
* Rename Gravity BEFORE/AFTER to START/ENDFabrice Di Meglio2011-06-061-9/+10
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-17/+18
* Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-0/+5
* am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyoScott Main2010-08-191-0/+3
|\
| * docs: add links from widget classes to tutorialsScott Main2010-08-191-0/+3
* | Categorizing exported view properties.Konstantin Lopyrev2010-08-101-2/+2
|/
* Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap...Romain Guy2010-01-111-2/+12
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* Fix obsolete advice in RelativeLayout's documentation.Romain Guy2010-01-041-2/+1
* Fixes 2017393. Correctly apply gravity in RelativeLayout.Romain Guy2009-07-281-5/+9
* Remove exception throw when a view has a self dependency inside aRomain Guy2009-07-191-5/+2