Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1588] Android: Implement Ti.Android.Activity

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:56:36.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M02
ComponentsAndroid
Labelsandroid, feature
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T02:56:46.000+0000
Updated2011-04-17T01:56:36.000+0000

Description

Add Activity support.

Comments

  1. Marshall Culpepper 2011-04-15

    We also need to add Javascript source generation from tooling to enable this for end users

  2. Don Thorp 2011-04-15

    Some stuff will be done in #2298

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

  4. Matt Schmulen 2011-04-15

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

JSON Source