You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "Stian Soiland-Reyes (JIRA)" <ji...@apache.org> on 2016/05/04 10:19:12 UTC

[jira] [Updated] (TAVERNA-958) Mobile's Minimum API needs changed

     [ https://issues.apache.org/jira/browse/TAVERNA-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stian Soiland-Reyes updated TAVERNA-958:
----------------------------------------
    Summary: Mobile's Minimum API needs changed  (was: Minimum API needs changed)

> Mobile's Minimum API needs changed
> ----------------------------------
>
>                 Key: TAVERNA-958
>                 URL: https://issues.apache.org/jira/browse/TAVERNA-958
>             Project: Apache Taverna
>          Issue Type: Bug
>          Components: Taverna Mobile
>    Affects Versions:  mobile 1.0.0
>            Reporter: Ian Dunlop
>
> The app contains code which targets a higher API version than the minimum but there are no guards in place to stop it breaking.
> eg From DashboardMainActivity
> Intent workflowSelectIntent =										new Intent(Intent.ACTION_GET_CONTENT)										.setDataAndTypeAndNormalize(Uri.parse(String.format("%s%s%s",
> Environment.getExternalStorageDirectory(),
> File.separator, APP_DIRECTORY_NAME)),
> "application/vnd.taverna.t2flow+xml");
> "setDataAndTypeAndNormalize" is API 16 but the app is now API 14 minimum.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)