Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24639] Android: Support TextInputLayout

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2017-11-15T04:32:04.000+0000
Affected Version/sn/a
Fix Version/sRelease 7.0.0
ComponentsAndroid
Labelsmerge-6.2.0
ReporterLokesh Choudhary
AssigneeGary Mathews
Created2017-04-28T01:55:22.000+0000
Updated2017-11-15T06:35:38.000+0000

Description

Support TextInputLayout : https://developer.android.com/reference/android/support/design/widget/TextInputLayout.html

Attachments

FileDateSize
TextAreaTest.js2017-08-09T22:12:41.000+00001783

Comments

  1. Gary Mathews 2017-06-06

    master: https://github.com/appcelerator/titanium_mobile/pull/9114
  2. Lokesh Choudhary 2017-07-27

    FR Passed for 6.2.0 branch.
  3. Lokesh Choudhary 2017-07-31

    [~gmathews], We will need a backport for this to 6.2.0.
  4. Gary Mathews 2017-08-01

    6_2_X: https://github.com/appcelerator/titanium_mobile/pull/9267
  5. Joshua Quick 2017-08-09

  6. Joshua Quick 2017-08-09

    The attached [^TextAreaTest.js] file can help test for the issues I've mentioned above.
  7. Lokesh Choudhary 2017-08-10

    Reopening due to the above issues.
  8. Gary Mathews 2017-08-28

    master: https://github.com/appcelerator/titanium_mobile/pull/9361
  9. Gary Mathews 2017-08-28

    There's a couple of invalid issues: 1. You cannot control the alignment of animated hints, this is by Android design. 2. Animated hints ignore spannable string formating, again by Android design. 6. Animated hints can only have their text color set by a style and not programmatically. This is probably down to Google wanting the TextInputLayout component to be consistent in design. I've updated the documentation to note these limitations. Also, the hintType has always defaulted to Ti.UI.HINT_TYPE_STATIC so there shouldn't be any backward-compatibility issues.
  10. Rene Pot 2017-09-05

    HintType animated is reflected in public documentation. Can a change be pushed to revert that as this was moved out of the release? http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextField-property-hintType Doc PR that actually was merged: https://github.com/appcelerator/titanium_mobile/pull/9284
  11. Lokesh Choudhary 2017-11-13

    FR Passed. Waiting for merge to get enabled.
  12. Abir Mukherjee 2017-11-15

    Changes are seen in SDK 7.0.0.v20171114202841.

JSON Source