[TIMOB-26686] Android: Allow Ti.Network.HTTPClient "file" parameter to be set to Ti.Filesystem.File object like iOS
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-06-10T21:22:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.1.0 |
Components | Android |
Labels | HTTPClient, android, file, parity |
Reporter | Hans Knöchel |
Assignee | Joshua Quick |
Created | 2019-01-02T19:08:26.000+0000 |
Updated | 2019-06-10T21:22:40.000+0000 |
Description
*Summary:*
On Android, the
Ti.Network.HTTPClient
"file" property can only be set to a string
.
On iOS, the "file" property can be set to a string
or Ti.Filesystem.File
object.
We should add File
object support on Android for parity.
*Community PR:*
https://github.com/appcelerator/titanium_mobile/pull/10532
FR passed. Jenkin is failing. Waiting for resolving jenkin's failure.
merged to master, 8_1_X
Verified the fix on sdk 8.1.0.v20190606063903 and 8.2.0.v20190606063615.Works as expected. Closing.