Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2298] Android: Activity refactor

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:58:41.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M02
ComponentsAndroid
Labelsactivity, android, feature, refactor, rplist
ReporterMarshall Culpepper
AssigneeMarshall Culpepper
Created2011-04-15T03:16:00.000+0000
Updated2011-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).

Comments

  1. Marshall Culpepper 2011-04-15

    (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...

  2. Matt Schmulen 2011-04-15

    Titanium SDK version: 1.5.0 (12/03/10 10:38 33c2058) custom activity app, 2.1/1.6 Android sim

JSON Source