Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26753] Android: Setter/getter deprecation warnings about API's that are not used (SDK 8+)

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterHans Knöchel
AssigneeUnknown
Created2019-01-20T14:14:26.000+0000
Updated2019-11-21T18:42:32.000+0000

Description

When using SDK 8+ for one of my side-projects on Android, I received two warnings that cannot come from my code:
[WARN]  2DMatrix: (main) [86,86] Ti.UI.2DMatrix DEPRECATED in 8.0.0, in favor of Ti.UI.Matrix2D
[WARN]  UIModule: Automatic setter methods for properties are deprecated in SDK 8.0.0 and will be removed in SDK 9.0.0. Please modify the property in standard JS style: obj.backgroundColor = value; or obj['backgroundColor'] = value;
It can be reproduced using [this project](https://github.com/hansemannn/studentenfutter-app).

Comments

No comments

JSON Source