[TIMOB-2492] Android: Custom JS Activities don't correctly pre-parse the URL attribute
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:59:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M05 |
Components | Android |
Labels | activity, android, defect |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2011-04-15T03:21:10.000+0000 |
Updated | 2011-04-17T01:59:15.000+0000 |
Description
We need to factor out the URL normalizing code of TiUIWindow into a new utility method that TiJSActivity can use
(from [8db06f035b6a2b9571e946a4a6cea7f44351d14a]) a new TiUrl class that centralizes the window normalizing and context / baseUrl resolving methods that are used in TiContext and TiUIWindow.
TiJSActivity and TiUIWindow now both use TiUrl for normalizing urls
passed in by users. added more constants to TiC for Button and Label,
some formatting fixes [#2492 state:fixed-in-qa]
https://github.com/appcelerator/titanium_mobile/commit/8db06f035b6a2b9571e946a4a6cea7f44351d14a"> https://github.com/appcelerator/titanium_mobile/commit/8db06f035b6a...
Marshall, please have someone validate this and place in resolved state.
(from [8378aae473445cec3ec7a5bf3fbd10192bad8953]) added a drillbit test to verify the jsActivity url bug [#2492 state:resolved] https://github.com/appcelerator/titanium_mobile/commit/8378aae473445cec3ec7a5bf3fbd10192bad8953"> https://github.com/appcelerator/titanium_mobile/commit/8378aae47344...