Features/Start activity from another activity: Difference between revisions

Godiard (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
[[Category:Feature|Start activity from another activity]]
[[Category:FeatureLanded|Start activity from another activity]]
</noinclude>
</noinclude>


Line 100: Line 100:


== How To Test ==
== How To Test ==
 
* Ensure Image Viewer activity is installed,
Demo in a branch of Hello World:
* Ensure Browse-157.1 is installed, if not use [http://activities.sugarlabs.org/en-US/sugar/downloads/file/29107/browse-157.1.xo browse-157.1.xo],
https://github.com/manuq/hello-world/tree/start-activity
* Start Browse and navigate to the [http://wiki.sugarlabs.org/ Wiki],
 
* Move the cursor over an image, such as [[Media:Sugarlabs_mainpage_01.png]], right-click and select ''Save Image As'', wait for the download to complete,
Current API:
* Verify that the alert offers ''Open with Image Viewer'',
https://github.com/manuq/hello-world/blob/start-activity/activity.py#L124
* Click on ''Open with Image Viewer'',
 
* Verify that the Image Viewer activity is started and the image is shown.
Changes in sugar
* branch: https://github.com/manuq/sugar/tree/start-activity
* comparison: https://github.com/manuq/sugar/compare/start-activity?expand=1
* patch: https://github.com/manuq/sugar/compare/start-activity.patch
 
Changes in sugar-toolkit-gtk3
* branch: https://github.com/manuq/sugar-toolkit-gtk3/tree/start-activity
* comparison: https://github.com/manuq/sugar-toolkit-gtk3/compare/start-activity?expand=1
* patch: https://github.com/manuq/sugar-toolkit-gtk3/compare/start-activity.patch


== User Experience ==
== User Experience ==