This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Open
Conversation
Integrate resurrected Sequoyah project into Andmore
Remove from andmore.emulator AndroidDevInstListener code to launch VNC
emulation - broken
Replace andmore.android DDMSFacade and AndmoreDeviceChangeListener
classes with more robust DeviceMonitor
Add NullDevice to return when call is made to DeviceMonitor with invalid
parameter. Avoids NPE.
Remove from new DeviceMonitor class use of Telnet as backup to get AVD
name from device - broken
Add swt.service AdtStartupService and StartupService to queue device
start jobs pending SDK confirmation
Add AdtStartupService start and stop to ADT plugin
Change ADT plugin to perform long-running start up tasks in a job
Chamge DDMS plugin so start up tasks are performed in a job placed in
AdtStartupService queue
Add to DDMS plugin provision for multiple users of ADB all trying to
start it
Make DeviceMonitor an AdtStartupService queue client
Update Device HProfDump implementation in new DeviceMonitor class to new
API
Add to andmore.android plugin DeviceMonitor start and stop.
Clean up andmore.launch StudioAndroidConfigurationDelegate
Change DDMS executable file name from traceview to monitor
Update integration tests so there are 0 failures for API27
Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=530070
Signed-off-by: Andrew Bowley <andrewbowley@aapt.net.au>
Remove bin references from Sequoyah build.properties Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=530070 Signed-off-by: Andrew Bowley <andrewbowley@aapt.net.au>
Fix NPE in swtuilib DeviceChooserDialog Fix SWT Exception in andmore.launch LaunchConfigurationTab Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=530070 Signed-off-by: Andrew Bowley <andrewbowley@aapt.net.au>
Add JCenter to repositories Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=530070 Signed-off-by: Andrew Bowley <andrewbowley@aapt.net.au>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrate resurrected Sequoyah project into Andmore *
Remove from andmore.emulator AndroidDevInstListener code to launch VNC emulation - broken
Replace andmore.android DDMSFacade and AndmoreDeviceChangeListener classes with more robust DeviceMonitor
Add NullDevice to return when call is made to DeviceMonitor with invalid parameter. Avoids NPE.
Remove from new DeviceMonitor class use of Telnet as backup to get AVD name from device - broken
Add swt.service AdtStartupService and StartupService to queue device start jobs pending SDK confirmation
Add AdtStartupService start and stop to ADT plugin
Change ADT plugin to perform long-running start up tasks in a job
Chamge DDMS plugin so start up tasks are performed in a job placed in AdtStartupService queue
Add to DDMS plugin provision for multiple users of ADB all trying to start it
Make DeviceMonitor an AdtStartupService queue client
Update Device HProfDump implementation in new DeviceMonitor class to new API
Add to andmore.android plugin DeviceMonitor start and stop.
Clean up andmore.launch StudioAndroidConfigurationDelegate
Change DDMS executable file name from traceview to monitor
Update integration tests so there are 0 failures for API27
Remove bin references from Sequoyah build.properties
Fix NPE in swtuilib DeviceChooserDialog
Fix SWT Exception in andmore.launch LaunchConfigurationTab
https://bugs.eclipse.org/bugs/show_bug.cgi?id=526788