[TIMOB-10291] TiAPI: Transition all event names to lower case designs.
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-08-23T20:00:26.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Sprint 2012-17 API, Release 3.0.0 |
Components | TiAPI |
Labels | api |
Reporter | Blain Hamon |
Assignee | Neeraj Gupta |
Created | 2012-08-01T15:58:19.000+0000 |
Updated | 2017-03-06T22:38:28.000+0000 |
Description
In the aug 1 architectural meeting, it was resolved that events should use only lowercase letters 'a'-'z', for reasons of consistency, aligning with W3C and for making life easy for Alloy. For example:
* android:back should be androidback
* durationAvailable should be durationavailable
To transition, lowercase versions of the events should be made, deprecating but still using the camelCase and namespaced events. Document as such. Then eventually drop the non-lowercase events.
API Doc update PR - [2686](https://github.com/appcelerator/titanium_mobile/pull/2686/files) -- merged KS update -[PR 20](https://github.com/appcelerator-developer-relations/KitchenSink/pull/20)- NEW PR - [27](https://github.com/appcelerator-developer-relations/KitchenSink/pull/27) iOS SDK update PR - [2668](https://github.com/appcelerator/titanium_mobile/pull/2668) -- merged Android SDK update PR - [2767](https://github.com/appcelerator/titanium_mobile/pull/2767) -- merged MobileWeb SDK update PR - [2790](https://github.com/appcelerator/titanium_mobile/pull/2790) -- merged
Make sure all of the above tickets are merged in before resolving the parent ticket.
Closing ticket due to time passed.