[TIMOB-13353] Android: Event name inconsistency
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Martin Guillon |
Assignee | Unknown |
Created | 2012-10-18T07:45:12.000+0000 |
Updated | 2018-02-28T20:03:43.000+0000 |
Description
In the current master branch there is an inconsistency in android specific events names
https://github.com/appcelerator/titanium_mobile/blob/master/android/titanium/src/java/org/appcelerator/titanium/TiC.java#L31
and a recent pull request
https://github.com/hieupham007/Titanium_Mobile/commit/571ec00d1b7174f8b9efa3c237ff828c8a8873ac#commitcomment-2014775
What s the right one?
android:back is deprecated; a module that previously fired android:back MUST fire both androidback and android:back for backwards compatibility. See https://github.com/appcelerator/titanium_mobile/commit/03520eac69af80c3073f14c8a8b59e89a993c7ed as an example of how this is done. So yeah. Linking to the tickets which required the change and the ticket whose fix did not have it.
Ok, thanks. Any idea if it was documented anywhere? If so, this can be closed.