[TIMOB-2298] Android: Activity refactor
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:58:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M02 |
Components | Android |
Labels | activity, android, feature, refactor, rplist |
Reporter | Marshall Culpepper |
Assignee | Marshall Culpepper |
Created | 2011-04-15T03:16:00.000+0000 |
Updated | 2011-04-17T01:58:41.000+0000 |
Description
We need to refactor TiActivity and TiBaseActivity in the android module so both are using the same parent class (we can reuse things like TiActivitySupport implementation, etc).
(from [67aa9cde358ce1e697066ad92958fb96c00080a6]) tooling support and code fixes for the big Activity/Intent refactor. custom Javascript Activities are now working, and you can control system Activities with custom intents and activity result handlers. initial implementation of Ti.Android.R and Ti.App.Android.R (android/application specific Resources). exposed many more activity and intent APIs, including Activity.startActivity*, Activity.getString, Intent.getData. Fixed a bug in alert() that caused crashes when the app was closed then re-opened (currentActivity is apparently a stale activity) [#2298 state:fixed-in-qa] [#1588 state:fixed-in-qa] [#1589 state:fixed-in-qa] [#2108 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/67aa9cde358ce1e697066ad92958fb96c00080a6"> https://github.com/appcelerator/titanium_mobile/commit/67aa9cde358c...
Titanium SDK version: 1.5.0 (12/03/10 10:38 33c2058) custom activity app, 2.1/1.6 Android sim