expo-dev-launcher 0.10.4 → 0.10.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 0.10.5 — 2022-04-26
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 0.10.4 — 2022-02-07
14
18
 
15
19
  ### 🐛 Bug fixes
@@ -20,6 +24,7 @@
20
24
 
21
25
  ### 🐛 Bug fixes
22
26
 
27
+ - Added `android:exported="true"` to the activity, cause on Android 12 and higher it needs to [explicity declared](https://developer.android.com/about/versions/12/behavior-changes-12#exported). ([#16367](https://github.com/expo/expo/pull/16367) by [@wbroek](https://github.com/wbroek))
23
28
  - Fix build errors on React Native 0.66 caused by `okio` and `okhttp`. ([#15632](https://github.com/expo/expo/pull/15632) by [@kudo](https://github.com/kudo))
24
29
  - Fix `Plugin with id 'maven' not found` build error from Android Gradle 7. ([#16080](https://github.com/expo/expo/pull/16080) by [@kudo](https://github.com/kudo))
25
30
  - Fix regression in deep linking configuration. ([#16125](https://github.com/expo/expo/pull/16125) by [@ajsmth](https://github.com/ajsmth))
@@ -25,7 +25,7 @@ android {
25
25
  minSdkVersion safeExtGet('minSdkVersion', 21)
26
26
  targetSdkVersion safeExtGet('targetSdkVersion', 30)
27
27
  versionCode 9
28
- versionName "0.10.4"
28
+ versionName "0.10.5"
29
29
  }
30
30
 
31
31
  lintOptions {
@@ -6,7 +6,8 @@
6
6
  android:name="expo.modules.devlauncher.launcher.DevLauncherActivity"
7
7
  android:screenOrientation="portrait"
8
8
  android:theme="@style/Theme.DevLauncher.LauncherActivity"
9
- android:launchMode="singleTask"
9
+ android:launchMode="singleTask"
10
+ android:exported="true"
10
11
  >
11
12
  <intent-filter>
12
13
  <action android:name="android.intent.action.VIEW"/>
@@ -0,0 +1,102 @@
1
+ {
2
+ "elementNames" : {
3
+ "altglyph" : "altGlyph",
4
+ "altglyphdef" : "altGlyphDef",
5
+ "altglyphitem" : "altGlyphItem",
6
+ "animatecolor" : "animateColor",
7
+ "animatemotion" : "animateMotion",
8
+ "animatetransform" : "animateTransform",
9
+ "clippath" : "clipPath",
10
+ "feblend" : "feBlend",
11
+ "fecolormatrix" : "feColorMatrix",
12
+ "fecomponenttransfer" : "feComponentTransfer",
13
+ "fecomposite" : "feComposite",
14
+ "feconvolvematrix" : "feConvolveMatrix",
15
+ "fediffuselighting" : "feDiffuseLighting",
16
+ "fedisplacementmap" : "feDisplacementMap",
17
+ "fedistantlight" : "feDistantLight",
18
+ "fedropshadow" : "feDropShadow",
19
+ "feflood" : "feFlood",
20
+ "fefunca" : "feFuncA",
21
+ "fefuncb" : "feFuncB",
22
+ "fefuncg" : "feFuncG",
23
+ "fefuncr" : "feFuncR",
24
+ "fegaussianblur" : "feGaussianBlur",
25
+ "feimage" : "feImage",
26
+ "femerge" : "feMerge",
27
+ "femergenode" : "feMergeNode",
28
+ "femorphology" : "feMorphology",
29
+ "feoffset" : "feOffset",
30
+ "fepointlight" : "fePointLight",
31
+ "fespecularlighting" : "feSpecularLighting",
32
+ "fespotlight" : "feSpotLight",
33
+ "fetile" : "feTile",
34
+ "feturbulence" : "feTurbulence",
35
+ "foreignobject" : "foreignObject",
36
+ "glyphref" : "glyphRef",
37
+ "lineargradient" : "linearGradient",
38
+ "radialgradient" : "radialGradient",
39
+ "textpath" : "textPath"
40
+ },
41
+ "attributeNames" : {
42
+ "definitionurl" : "definitionURL",
43
+ "attributename" : "attributeName",
44
+ "attributetype" : "attributeType",
45
+ "basefrequency" : "baseFrequency",
46
+ "baseprofile" : "baseProfile",
47
+ "calcmode" : "calcMode",
48
+ "clippathunits" : "clipPathUnits",
49
+ "diffuseconstant" : "diffuseConstant",
50
+ "edgemode" : "edgeMode",
51
+ "filterunits" : "filterUnits",
52
+ "glyphref" : "glyphRef",
53
+ "gradienttransform" : "gradientTransform",
54
+ "gradientunits" : "gradientUnits",
55
+ "kernelmatrix" : "kernelMatrix",
56
+ "kernelunitlength" : "kernelUnitLength",
57
+ "keypoints" : "keyPoints",
58
+ "keysplines" : "keySplines",
59
+ "keytimes" : "keyTimes",
60
+ "lengthadjust" : "lengthAdjust",
61
+ "limitingconeangle" : "limitingConeAngle",
62
+ "markerheight" : "markerHeight",
63
+ "markerunits" : "markerUnits",
64
+ "markerwidth" : "markerWidth",
65
+ "maskcontentunits" : "maskContentUnits",
66
+ "maskunits" : "maskUnits",
67
+ "numoctaves" : "numOctaves",
68
+ "pathlength" : "pathLength",
69
+ "patterncontentunits" : "patternContentUnits",
70
+ "patterntransform" : "patternTransform",
71
+ "patternunits" : "patternUnits",
72
+ "pointsatx" : "pointsAtX",
73
+ "pointsaty" : "pointsAtY",
74
+ "pointsatz" : "pointsAtZ",
75
+ "preservealpha" : "preserveAlpha",
76
+ "preserveaspectratio" : "preserveAspectRatio",
77
+ "primitiveunits" : "primitiveUnits",
78
+ "refx" : "refX",
79
+ "refy" : "refY",
80
+ "repeatcount" : "repeatCount",
81
+ "repeatdur" : "repeatDur",
82
+ "requiredextensions" : "requiredExtensions",
83
+ "requiredfeatures" : "requiredFeatures",
84
+ "specularconstant" : "specularConstant",
85
+ "specularexponent" : "specularExponent",
86
+ "spreadmethod" : "spreadMethod",
87
+ "startoffset" : "startOffset",
88
+ "stddeviation" : "stdDeviation",
89
+ "stitchtiles" : "stitchTiles",
90
+ "surfacescale" : "surfaceScale",
91
+ "systemlanguage" : "systemLanguage",
92
+ "tablevalues" : "tableValues",
93
+ "targetx" : "targetX",
94
+ "targety" : "targetY",
95
+ "textlength" : "textLength",
96
+ "viewbox" : "viewBox",
97
+ "viewtarget" : "viewTarget",
98
+ "xchannelselector" : "xChannelSelector",
99
+ "ychannelselector" : "yChannelSelector",
100
+ "zoomandpan" : "zoomAndPan"
101
+ }
102
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-dev-launcher",
3
3
  "title": "Expo Development Launcher",
4
- "version": "0.10.4",
4
+ "version": "0.10.5",
5
5
  "description": "Pre-release version of the Expo development launcher package for testing.",
6
6
  "main": "build/DevLauncher.js",
7
7
  "types": "build/DevLauncher.d.ts",
@@ -62,5 +62,5 @@
62
62
  "./setupTests.ts"
63
63
  ]
64
64
  },
65
- "gitHead": "3441ff444e1e9b6531a4088bea521c38fb03a0fc"
65
+ "gitHead": "1b93b3b57477cd50cba0f92b7e7b5fdc4446bcda"
66
66
  }