Commit ada7648
committed
Split Android debug bridge
The non-device Android debug bridge must be separated from the device-specific Android debug bridge.
The non-device Android debug bridge can be injected through constructor and the device specific Android debug bridge can be resolved using the $injector.
This way the device-specific Android debug bridge will be unique for each device.1 parent 881f2af commit ada7648
File tree
3 files changed
+5
-5
lines changed- lib
- services
- livesync
3 files changed
+5
-5
lines changed- README.md+58-17
- appbuilder/declarations.d.ts+46-1
- appbuilder/services/livesync/livesync-service.ts+66-64
- bootstrap.ts+2
- declarations.d.ts+24
- definitions/mobile.d.ts+64-13
- mobile/android/android-application-manager.ts+3-2
- mobile/android/android-debug-bridge-result-handler.ts+269
- mobile/android/android-debug-bridge.ts+37-31
- mobile/android/android-device-file-system.ts+1-1
- mobile/android/android-device-hash-service.ts+1-1
- mobile/android/android-device.ts+3-3
- mobile/android/android-emulator-services.ts+57-45
- mobile/android/device-android-debug-bridge.ts+46
- mobile/android/logcat-helper.ts+14-10
- mobile/device-app-data/device-app-data-factory.ts+3-2
- mobile/ios/device/ios-core.ts+3-3
- mobile/ios/simulator/ios-simulator-application-manager.ts+14-1
- mobile/mobile-core/android-device-discovery.ts+9-17
- mobile/mobile-core/devices-service.ts+49-31
- mobile/mobile-core/ios-simulator-discovery.ts+16-10
- package.json+1-1
- services/livesync-service-base.ts+57-47
- services/user-settings-service.ts+5-5
- services/xcode-select-service.ts+2-2
- static-config-base.ts+11-11
- test/unit-tests/mobile/android-device-discovery.ts+9-3
- test/unit-tests/mobile/ios-simulator-discovery.ts+185
- test/unit-tests/xcode-select-service.ts+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments