index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
RelativeLayout.java
Age
Commit message (
Expand
)
Author
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-19
Add @UnsupportedAppUsage annotations for greylist.
Artur Satayev
2019-11-06
docs: fix typo
Joshua Baxter
2019-07-18
docs: Fix broken link.
Nick Cook
2019-05-10
Fix RelativeLayout rules
Ryan Mitchell
2019-04-11
Fix RelativeLayout checking of resource ids greater than 0x80
Ryan Mitchell
2019-03-08
Custom inspection companion for RelativeLayout
Ashley Rose
2019-03-04
Add @InspectableProperty annotations to LayoutParams
Ashley Rose
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-04
@InspectableProperty coverage for android.widget
Ashley Rose
2018-11-22
Restrict unsupported usage of Linear/RelativeLayout APIs
Clara Bayarri
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-16
Code reformatting for upcoming automated code changes.
Mathew Inwood
2018-03-14
docs: Fixing broken hyperlinks
Andrew Solovay
2017-07-13
Fix calculation of RelativeLayout width in RTL mode
Roozbeh Pournader
2017-07-05
Fix RTL issue in RelativeLayout
Chet Haase
2017-04-25
docs: Update RelativeLayout.LayoutParams JavaDoc comments
Joe Fernandez
2017-01-30
Fix for endless loop in RelativeLayout.
Yura
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-08-02
Target API check for margin params fix
Yigit Boyar
2016-03-22
Fix generate layout params to preserve margins
Yigit Boyar
2015-08-18
Ensure layout resolution occurs when relative rules are removed
Alan Viverette
2015-08-12
Use correct param for heightMode in RelativeLayout horizontal measure
Alan Viverette
2015-07-29
Ensure maxHeight is at least 0 during measureChildHorizontal()
Alan Viverette
2015-07-22
Fix handling of RelativeLayout measurement using UNSPECIFIED spec
Alan Viverette
2015-06-24
Avoid negative childSpecSize in RelativeLayout
Alan Viverette
2015-06-22
Revert "Revert "Work around inconsistent views in RelativeLayout.onMeasure()""
Alan Viverette
2015-06-19
Revert "Work around inconsistent views in RelativeLayout.onMeasure()"
Alan Viverette
2015-06-17
Work around inconsistent views in RelativeLayout.onMeasure()
Alan Viverette
2015-05-07
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-03-09
Revert RelativeLayout's baseline view to API 22 and below behavior
Alan Viverette
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-26
Implement landscape layout for time picker dialog
Alan Viverette
2015-02-20
Update time picker to match latest Material spec
Alan Viverette
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-14
Allow views to be positioned relative to baseline-aligned views
Alan Viverette
2015-01-07
Fix accessibility delegation
Alan Viverette
2014-09-30
Fix some documentation typos.
Newton Allen
2014-08-19
Fix alignParentRight/End in RelativeLayout
Alan Viverette
2014-07-24
Fix corner case of RelativeLayout with pinned edges
Chet Haase
2014-02-12
Fix RelativeLayout measurement
Alan Viverette
2013-12-04
Fix handling of constraints for unspecified height RelativeLayouts
Alan Viverette
2013-09-14
Merge "Clean up layout constructors, make them consistent"
Alan Viverette
2013-09-13
am db34f3d1: am 50e5814c: Merge "Check RelativeLayout\'s access of its own La...
Adam Powell
2013-09-13
Check RelativeLayout's access of its own LayoutParams during measurement
Adam Powell
2013-09-10
Clean up layout constructors, make them consistent
Alan Viverette
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-05
Change build version from KEY_LIME_PIE to KITKAT
Chet Haase
2013-09-04
Fix bug #10514694 Specifying android:gravity="center_vertical|left" results i...
Fabrice Di Meglio
2013-08-07
Add copy constructors for all widget-specific LayoutParams
Alan Viverette
[next]