This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree
82 files changed
+119
-49
lines changed- demo
- AngularApp
- app
- App_Resources/Android/src/main
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-nodpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- values
- values-v21
- JavaScriptApp
- app
- App_Resources/Android/src/main
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-nodpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- values
- values-v21
- TypeScriptApp
- app
- App_Resources/Android/src/main
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-nodpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- values
- values-v21
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+119
-49
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Diff for: demo/AngularApp/app/activity.android.ts
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 |
| |
9 | 14 |
| |
10 | 15 |
| |
|
Diff for: demo/AngularApp/tsconfig.tns.json
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Diff for: demo/AngularApp/webpack.config.js
+29-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| 46 | + | |
45 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 |
| |
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 55 | + | |
53 | 56 |
| |
54 | 57 |
| |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 |
| |
56 | 68 |
| |
57 | 69 |
| |
| 70 | + | |
58 | 71 |
| |
59 | 72 |
| |
60 | 73 |
| |
| |||
109 | 122 |
| |
110 | 123 |
| |
111 | 124 |
| |
112 |
| - | |
| 125 | + | |
113 | 126 |
| |
114 | 127 |
| |
115 | 128 |
| |
| |||
118 | 131 |
| |
119 | 132 |
| |
120 | 133 |
| |
| 134 | + | |
| 135 | + | |
121 | 136 |
| |
122 |
| - | |
123 |
| - | |
124 | 137 |
| |
125 | 138 |
| |
126 | 139 |
| |
| |||
177 | 190 |
| |
178 | 191 |
| |
179 | 192 |
| |
180 |
| - | |
181 | 193 |
| |
182 |
| - | |
| 194 | + | |
| 195 | + | |
183 | 196 |
| |
184 | 197 |
| |
185 | 198 |
| |
| |||
200 | 213 |
| |
201 | 214 |
| |
202 | 215 |
| |
203 |
| - | |
| 216 | + | |
204 | 217 |
| |
205 | 218 |
| |
206 | 219 |
| |
| |||
223 | 236 |
| |
224 | 237 |
| |
225 | 238 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
| 239 | + | |
234 | 240 |
| |
235 | 241 |
| |
236 | 242 |
| |
237 | 243 |
| |
238 | 244 |
| |
| 245 | + | |
239 | 246 |
| |
240 | 247 |
| |
241 | 248 |
| |
| |||
265 | 272 |
| |
266 | 273 |
| |
267 | 274 |
| |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
268 | 279 |
| |
269 | 280 |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
|
Diff for: demo/JavaScriptApp/webpack.config.js
+28-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
| |||
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
| 59 | + | |
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
| |||
116 | 121 |
| |
117 | 122 |
| |
118 | 123 |
| |
| 124 | + | |
| 125 | + | |
119 | 126 |
| |
120 |
| - | |
121 |
| - | |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
| |||
152 | 157 |
| |
153 | 158 |
| |
154 | 159 |
| |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
155 | 175 |
| |
156 | 176 |
| |
157 | 177 |
| |
| |||
165 | 185 |
| |
166 | 186 |
| |
167 | 187 |
| |
168 |
| - | |
| 188 | + | |
169 | 189 |
| |
170 | 190 |
| |
171 | 191 |
| |
| |||
229 | 249 |
| |
230 | 250 |
| |
231 | 251 |
| |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
232 | 257 |
| |
233 | 258 |
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 |
| - | |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
|
+4-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 |
| - | |
11 |
| - | |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 | 14 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 | 15 |
| |
33 |
| - | |
34 | 16 |
| |
35 | 17 |
| |
36 | 18 |
| |
|
Diff for: demo/TypeScriptApp/package.json
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + |
Diff for: demo/TypeScriptApp/tsconfig.tns.json
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Diff for: demo/TypeScriptApp/webpack.config.js
+29-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
| |||
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
| 59 | + | |
55 | 60 |
| |
56 | 61 |
| |
57 | 62 |
| |
| |||
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
65 |
| - | |
| 70 | + | |
66 | 71 |
| |
67 | 72 |
| |
68 | 73 |
| |
| |||
118 | 123 |
| |
119 | 124 |
| |
120 | 125 |
| |
| 126 | + | |
| 127 | + | |
121 | 128 |
| |
122 |
| - | |
123 |
| - | |
124 | 129 |
| |
125 | 130 |
| |
126 | 131 |
| |
| |||
154 | 159 |
| |
155 | 160 |
| |
156 | 161 |
| |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
157 | 177 |
| |
158 | 178 |
| |
159 | 179 |
| |
| |||
239 | 259 |
| |
240 | 260 |
| |
241 | 261 |
| |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
242 | 267 |
| |
243 | 268 |
|
0 commit comments