File tree
17 files changed
+61
-238
lines changed- lib
- commands
- definitions
- helpers
- services
- test
17 files changed
+61
-238
lines changedLines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 |
| |
57 | 60 |
| |
58 | 61 |
| |
| |||
1198 | 1201 |
| |
1199 | 1202 |
| |
1200 | 1203 |
| |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
1201 | 1243 |
| |
1202 | 1244 |
| |
1203 | 1245 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
144 |
| - | |
145 | 143 |
| |
146 | 144 |
| |
147 | 145 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
| 97 | + | |
99 | 98 |
| |
100 |
| - | |
| 99 | + | |
101 | 100 |
| |
102 | 101 |
| |
103 | 102 |
| |
|
- appbuilder/device-emitter.ts+9-2
- bootstrap.ts+6-1
- child-process.ts+10
- commands/device/list-devices.ts+21-3
- constants.ts+39
- declarations.d.ts+2-1
- definitions/mobile.d.ts+327-40
- helpers.ts+17
- mobile/android/android-debug-bridge.ts+22
- mobile/android/android-device.ts+10-4
- mobile/android/android-emulator-services.ts+110-472
- mobile/android/android-ini-file-parser.ts+82
- mobile/android/android-virtual-device-service.ts+315
- mobile/android/genymotion/genymotion-service.ts+179
- mobile/android/genymotion/virtualbox-service.ts+107
- mobile/emulator-helper.ts+77
- mobile/ios/device/ios-device.ts+3-2
- mobile/ios/simulator/ios-emulator-services.ts+85-34
- mobile/mobile-core/android-device-discovery.ts+1-1
- mobile/mobile-core/android-emulator-discovery.ts+52
- mobile/mobile-core/device-discovery.ts-4
- mobile/mobile-core/devices-service.ts+102-35
- mobile/mobile-core/ios-simulator-discovery.ts+44-2
- mobile/mobile-helper.ts+4
- mobile/wp8/wp8-emulator-services.ts+23-28
- services/emulator-image-service.ts-136
- test/unit-tests/mobile/android-device-discovery.ts+16-16
- test/unit-tests/mobile/android-emulator-service.ts+208
- test/unit-tests/mobile/android-virtual-device-service.ts+339
- test/unit-tests/mobile/devices-service.ts+19-4
- test/unit-tests/mobile/genymotion/genymotion-service.ts+339
- test/unit-tests/mobile/genymotion/virtualbox-service.ts+73
- test/unit-tests/mobile/ios-simulator-discovery.ts+2-1
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 |
| |
95 | 99 |
| |
96 | 100 |
| |
|
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
268 | 267 |
| |
269 | 268 |
| |
270 | 269 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
| 20 | + | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
| |||
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
75 |
| - | |
76 | 74 |
| |
77 | 75 |
| |
78 | 76 |
| |
|
Lines changed: 0 additions & 179 deletions
This file was deleted.
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
| |||
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
79 |
| - | |
80 | 78 |
| |
81 | 79 |
| |
82 | 80 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 |
| |
125 | 130 |
| |
126 | 131 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
| |||
143 | 142 |
| |
144 | 143 |
| |
145 | 144 |
| |
146 |
| - | |
147 | 145 |
| |
148 | 146 |
| |
149 | 147 |
| |
|
0 commit comments