File tree
16 files changed
+18
-236
lines changed- lib
- commands
- definitions
- helpers
- services
- test
16 files changed
+18
-236
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 |
| - | |
144 |
| - | |
145 | 143 |
| |
146 | 144 |
| |
147 | 145 |
| |
|
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+38
- declarations.d.ts+2-1
- definitions/mobile.d.ts+327-41
- file-system.ts+2-6
- helpers.ts+17
- logger.ts+20-3
- mobile/android/android-debug-bridge.ts+23
- mobile/android/android-device.ts+10-4
- mobile/android/android-emulator-services.ts+109-473
- mobile/android/android-ini-file-parser.ts+82
- mobile/android/android-virtual-device-service.ts+300
- mobile/android/genymotion/genymotion-service.ts+179
- mobile/android/genymotion/virtualbox-service.ts+107
- mobile/emulator-helper.ts+75
- mobile/ios/device/ios-device.ts+3-2
- mobile/ios/simulator/ios-emulator-services.ts+86-35
- 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+103-36
- 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/logger.ts+15-36
- 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+235
- 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
- test/unit-tests/mocks/nativescript-cloud-npmjs-result.txt-1
- test/unit-tests/mocks/tns-android-npmjs-result.txt-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 |
| |
90 | 93 |
| |
91 | 94 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
267 |
| - | |
268 | 267 |
| |
269 | 268 |
| |
270 | 269 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
|
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 |
| |
|
This file was deleted.
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 |
| |
|
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 |
| |
|
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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 | 86 |
| |
88 | 87 |
| |
89 | 88 |
| |
|
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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 | 93 |
| |
95 | 94 |
| |
96 | 95 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
313 | 312 |
| |
314 | 313 |
| |
315 | 314 |
| |
| |||
416 | 415 |
| |
417 | 416 |
| |
418 | 417 |
| |
419 |
| - | |
420 | 418 |
| |
421 | 419 |
| |
422 | 420 |
| |
| |||
811 | 809 |
| |
812 | 810 |
| |
813 | 811 |
| |
814 |
| - | |
815 |
| - | |
816 |
| - | |
817 |
| - | |
818 |
| - | |
819 |
| - | |
820 |
| - | |
821 |
| - | |
822 |
| - | |
823 |
| - | |
824 |
| - | |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
829 |
| - | |
830 |
| - | |
831 |
| - | |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 | 812 |
| |
837 | 813 |
| |
838 | 814 |
| |
|
0 commit comments