Uploaded image for project: 'Apache Taverna'
  1. Apache Taverna
  2. TAVERNA-958

Mobile's Minimum API needs changed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Done
    • Major
    • Resolution: Done
    • mobile 1.0.0
    • None
    • Taverna Mobile
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ianwdunlop Ian William Dunlop
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: