File tree
26 files changed
+482
-626
lines changed- lib
- commands
- definitions
- device-sockets/ios
- providers
- services
- livesync
- test
26 files changed
+482
-626
lines changedLines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 | 28 |
| |
31 | 29 |
| |
32 | 30 |
| |
| |||
64 | 62 |
| |
65 | 63 |
| |
66 | 64 |
| |
| 65 | + | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
84 |
| - | |
85 | 83 |
| |
86 | 84 |
| |
87 |
| - | |
88 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
- appbuilder/device-emitter.ts+10
- appbuilder/proton-bootstrap.ts+9
- bootstrap.ts+15-11
- commands/device/list-devices.ts+2-2
- declarations.d.ts+94-24
- definitions/mobile.d.ts+42-14
- mobile/android/android-application-manager.ts+5-16
- mobile/android/android-device-file-system.ts+1-2
- mobile/android/android-device.ts+16-6
- mobile/android/android-emulator-services.ts+49-27
- mobile/application-manager-base.ts+31
- mobile/constants.ts+1-4
- mobile/device-app-data/device-app-data-base.ts-10
- mobile/device-app-data/device-app-data-factory.ts+3-2
- mobile/ios/device/ios-application-manager.ts+20-25
- mobile/ios/device/ios-core.ts+2-2
- mobile/ios/device/ios-device-file-system.ts+4-4
- mobile/ios/device/ios-device.ts+8-7
- mobile/ios/device/ios-proxy-services.ts+2-3
- mobile/ios/device/ios-sys-log.ts+2-2
- mobile/ios/ios-emulator-services.ts-240
- mobile/ios/simulator/ios-emulator-services.ts+117
- mobile/ios/simulator/ios-sim-resolver.ts+20
- mobile/ios/simulator/ios-simulator-application-manager.ts+36
- mobile/ios/simulator/ios-simulator-device.ts+55
- mobile/ios/simulator/ios-simulator-file-system.ts+52
- mobile/local-to-device-path-data-factory.ts+9-9
- mobile/mobile-core/android-device-discovery.ts+12-6
- mobile/mobile-core/devices-service.ts+95-13
- mobile/mobile-core/ios-device-discovery.ts+2-2
- mobile/mobile-core/ios-simulator-discovery.ts+57
- mobile/wp8/wp8-emulator-services.ts+6-2
- services/livesync-service-base.ts+235
- services/livesync/sync-batch.ts+65
- services/project-files-manager.ts+110
- services/usb-livesync-service-base.ts-387
- test/unit-tests/mobile/android-device-discovery.ts+12
- test/unit-tests/mobile/project-files-manager.ts+205
Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 | 61 |
| |
66 | 62 |
| |
67 | 63 |
| |
| |||
90 | 86 |
| |
91 | 87 |
| |
92 | 88 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 | 89 |
| |
98 | 90 |
| |
99 | 91 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| 51 | + | |
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 25 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 |
| - | |
| 8 | + | |
| 9 | + | |
8 | 10 |
| |
9 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 |
| |
11 | 16 |
| |
12 | 17 |
| |
13 | 18 |
| |
14 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
15 | 29 |
| |
16 | 30 |
| |
17 |
| - | |
| 31 | + | |
18 | 32 |
| |
19 | 33 |
| |
20 | 34 |
| |
21 | 35 |
| |
22 | 36 |
| |
23 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
24 | 41 |
| |
25 | 42 |
| |
26 | 43 |
| |
27 | 44 |
| |
28 |
| - | |
29 |
| - | |
| 45 | + | |
30 | 46 |
| |
31 | 47 |
| |
32 | 48 |
| |
33 |
| - | |
| 49 | + | |
34 | 50 |
| |
35 | 51 |
| |
36 | 52 |
| |
37 | 53 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
56 | 60 |
| |
57 |
| - | |
58 |
| - | |
| 61 | + | |
59 | 62 |
| |
60 | 63 |
| |
61 | 64 |
| |
|
Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 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 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + |
Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 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 | + |
0 commit comments