[TIMOB-1589] Android: Implement Ti.Android.Intent
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M02 |
Components | Android |
Labels | android, feature |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:56:47.000+0000 |
Updated | 2011-04-17T01:56:36.000+0000 |
Description
Add support for Intent.
(from [11dc536901186f6ad27ee0edd617a912fea87e2e]) [#1589] Support setting intent type, and default to text/plain http://github.com/appcelerator/titanium_mobile/commit/11dc536901186f6ad27ee0edd617a912fea87e2e"> http://github.com/appcelerator/titanium_mobile/commit/11dc536901186...
Setting to open since we're starting to record items against it.
(from [e02f7a75e7c1bdb7d53014c4ff251ac18f1b334b]) [#1589] Support setting intent type, and default to text/plain http://github.com/appcelerator/titanium_mobile/commit/e02f7a75e7c1bdb7d53014c4ff251ac18f1b334b"> http://github.com/appcelerator/titanium_mobile/commit/e02f7a75e7c1b...
(from [102fa359d79fd88197c52ab349e106c1792ab155]) [#1589] That default of text/plain should only be for ACTION_SEND http://github.com/appcelerator/titanium_mobile/commit/102fa359d79fd88197c52ab349e106c1792ab155"> http://github.com/appcelerator/titanium_mobile/commit/102fa359d79fd...
(from [3f00077b72d3ff61f7584a581c767f2b6a274a3a]) [#1589] I had an invalid action in that last commit. http://github.com/appcelerator/titanium_mobile/commit/3f00077b72d3ff61f7584a581c767f2b6a274a3a"> http://github.com/appcelerator/titanium_mobile/commit/3f00077b72d3f...
(from [7fe6af837b88100e6d437cfd87349992254b148c]) [#1589] That default of text/plain should apply only for SEND action http://github.com/appcelerator/titanium_mobile/commit/7fe6af837b88100e6d437cfd87349992254b148c"> http://github.com/appcelerator/titanium_mobile/commit/7fe6af837b881...
(from [7a72bffea71cdad8ca21e5960017c9593e2d7a93]) [#1589] Support packageName argument http://github.com/appcelerator/titanium_mobile/commit/7a72bffea71cdad8ca21e5960017c9593e2d7a93"> http://github.com/appcelerator/titanium_mobile/commit/7a72bffea71cd...
(from [c631fefaa3c22b050ca9f081fc0aec18b02cac4c]) [#1589] Better to set the intent type even when not running in debug mode. :) http://github.com/appcelerator/titanium_mobile/commit/c631fefaa3c22b050ca9f081fc0aec18b02cac4c"> http://github.com/appcelerator/titanium_mobile/commit/c631fefaa3c22...
(from [156972fbc2eb581b3ad7795b923f102d5c725b80]) [#1589] Better to set the intent type even when not running in debug mode. :) http://github.com/appcelerator/titanium_mobile/commit/156972fbc2eb581b3ad7795b923f102d5c725b80"> http://github.com/appcelerator/titanium_mobile/commit/156972fbc2eb5...
(from [0dde6562d154ea1a494b44cf7f76468972cef1d6]) [#1589] cherry picked package name support, added addCategory() method http://github.com/appcelerator/titanium_mobile/commit/0dde6562d154ea1a494b44cf7f76468972cef1d6"> http://github.com/appcelerator/titanium_mobile/commit/0dde6562d154e...
(from [69df280971e6a7c76ce31f072eda0b9b287097ee]) [#1589 #2091 #1590 state:open] Additional methods on Intent, PendingIntent, and addition of NotificationManager module http://github.com/appcelerator/titanium_mobile/commit/69df280971e6a7c76ce31f072eda0b9b287097ee"> http://github.com/appcelerator/titanium_mobile/commit/69df280971e6a...
(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...
Where can I find documentation for this?
Titanium SDK version: 1.5.0 (12/03/10 10:38 33c2058) , android sim 1.6/2.1, Custom activity/intent