)]}'
{
  "commit": "a9f97e82213a8062266a443f99ad0bc18449a038",
  "tree": "0a575266eaedb8549d2261f84fd6298500d382a4",
  "parents": [
    "ee5f4242dd61f1958f4338b0d13a8d5fa793980e"
  ],
  "author": {
    "name": "Shax",
    "email": "shaxxx@users.noreply.github.com",
    "time": "Mon Jan 13 19:02:30 2020 +0100"
  },
  "committer": {
    "name": "Michael Klimushyn",
    "email": "mklim@google.com",
    "time": "Mon Jan 13 10:02:30 2020 -0800"
  },
  "message": "[android_intent] support for setType() and setDataAndType() (#1983)\n\nAdded support for [setType](https://developer.android.com/reference/android/content/Intent.html#setType(java.lang.String)) and [setDataAndType](https://developer.android.com/reference/android/content/Intent.html#setDataAndType(android.net.Uri,%20java.lang.String)) parameters. \r\nThis is needed if IE. you want to send intent to stream video. You would need to set both data (some http Uri) and mime type (ie. \u0027video/*\u0027). Keep in mind, Intent documentation specifies\r\n\r\n\u003e To set only the data URI, call setData(). To set only the MIME type, call setType(). If necessary, you can set both explicitly with setDataAndType().\r\n\u003e \r\n\u003e Caution: If you want to set both the URI and MIME type, do not call setData() and setType() because they each nullify the value of the other. Always use setDataAndType() to set both URI and MIME type.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "be3592bb65b37184d2ebe316f00846a41965979f",
      "old_mode": 33188,
      "old_path": "packages/android_intent/CHANGELOG.md",
      "new_id": "c5b41e0efe72a20e76ef6d155d26dc2c423d388a",
      "new_mode": 33188,
      "new_path": "packages/android_intent/CHANGELOG.md"
    },
    {
      "type": "modify",
      "old_id": "d34ef1c2a734f7e3e667278c00a565dfc20c3ced",
      "old_mode": 33188,
      "old_path": "packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/IntentSender.java",
      "new_id": "aac9226b9465d3cd94a437813b6492f6c643616d",
      "new_mode": 33188,
      "new_path": "packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/IntentSender.java"
    },
    {
      "type": "modify",
      "old_id": "c9c55791adc90ee64d08f12cdc1c85f2cc254955",
      "old_mode": 33188,
      "old_path": "packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/MethodCallHandlerImpl.java",
      "new_id": "a77d181015de378dbd28ec41c2a8925a5b93d468",
      "new_mode": 33188,
      "new_path": "packages/android_intent/android/src/main/java/io/flutter/plugins/androidintent/MethodCallHandlerImpl.java"
    },
    {
      "type": "modify",
      "old_id": "de02d548f47f4ace7670bb7d113a79da2e09f475",
      "old_mode": 33188,
      "old_path": "packages/android_intent/android/src/test/java/io/flutter/plugins/androidintent/MethodCallHandlerImplTest.java",
      "new_id": "4ce7ddc3718ed88706685203eec3908b26bfb7d9",
      "new_mode": 33188,
      "new_path": "packages/android_intent/android/src/test/java/io/flutter/plugins/androidintent/MethodCallHandlerImplTest.java"
    },
    {
      "type": "modify",
      "old_id": "1ba8d3d15ea5bc555d02d92e3b2648dc5111468b",
      "old_mode": 33188,
      "old_path": "packages/android_intent/lib/android_intent.dart",
      "new_id": "eb2f486408cc47d8f9072ea51a804a79496520f2",
      "new_mode": 33188,
      "new_path": "packages/android_intent/lib/android_intent.dart"
    },
    {
      "type": "modify",
      "old_id": "0fe9a70091c40a04b5c87835d36075fcbfe8d0bc",
      "old_mode": 33188,
      "old_path": "packages/android_intent/pubspec.yaml",
      "new_id": "45ed12d53b8c763356432d0e1b119dea34a87fa1",
      "new_mode": 33188,
      "new_path": "packages/android_intent/pubspec.yaml"
    },
    {
      "type": "modify",
      "old_id": "5562159d7bccb8d0f65fea92b40bae2b459000d0",
      "old_mode": 33188,
      "old_path": "packages/android_intent/test/android_intent_test.dart",
      "new_id": "e36a8b7827c9018be271672755f2d2584056cf22",
      "new_mode": 33188,
      "new_path": "packages/android_intent/test/android_intent_test.dart"
    }
  ]
}
