File tree
7 files changed
+55
-9
lines changed- lib
- services
- livesync
7 files changed
+55
-9
lines changedLines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
4 | 47 |
| |
5 | 48 |
| |
6 | 49 |
| |
|
Lines changed: 1 addition & 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 |
| |
|
- constants.ts+1-1
- definitions/mobile.d.ts+15-2
- mobile/android/android-application-manager.ts+31-4
- mobile/android/android-debug-bridge.ts+49-5
- mobile/android/android-device.ts+4-1
- mobile/android/android-emulator-services.ts+2-2
- mobile/android/android-virtual-device-service.ts+18-8
- mobile/android/genymotion/genymotion-service.ts+16-4
- mobile/android/logcat-helper.ts+33-10
- mobile/ios/simulator/ios-emulator-services.ts+3-2
- mobile/ios/simulator/ios-simulator-device.ts+1
- mobile/mobile-core/android-device-discovery.ts+14-54
- test/unit-tests/android-application-manager.ts+156-24
- test/unit-tests/mobile/android-debug-bridge.ts+32-9
- test/unit-tests/mobile/android-emulator-service.ts+4-3
- test/unit-tests/mobile/android-virtual-device-service.ts+72-121
- test/unit-tests/mobile/android/logcat-helper.ts+148-32
- test/unit-tests/mobile/genymotion/genymotion-service.ts+50-7
- test/unit-tests/mobile/ios-simulator-discovery.ts+8-5
- test/unit-tests/stubs.ts+72-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
462 |
| - | |
463 |
| - | |
464 | 462 |
| |
465 | 463 |
| |
466 | 464 |
| |
| |||
474 | 472 |
| |
475 | 473 |
| |
476 | 474 |
| |
| 475 | + | |
| 476 | + | |
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
|
Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
134 |
| - | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
142 | 145 |
| |
143 | 146 |
| |
144 | 147 |
| |
|
0 commit comments