-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've added some simple features, if only you'd take the time to look around #96
Open
longforus
wants to merge
48
commits into
pbreault:master
Choose a base branch
from
longforus:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
# Conflicts: # src/main/resources/META-INF/plugin.xml
… actual selection
# Conflicts: # build.gradle # src/main/java/com/developerphil/adbidea/action/AdbAction.java # src/main/java/com/developerphil/adbidea/action/QuickListAction.java # src/main/java/com/developerphil/adbidea/adb/AdbFacade.java # src/main/java/com/developerphil/adbidea/adb/AdbUtil.java # src/main/java/com/developerphil/adbidea/adb/command/ClearDataCommand.java # src/main/java/com/developerphil/adbidea/adb/command/UninstallCommand.java # src/main/java/com/developerphil/adbidea/ui/DeviceChooserDialog.java # src/main/java/com/developerphil/adbidea/ui/ModuleChooserDialogHelper.java # src/main/java/com/developerphil/adbidea/ui/NotificationHelper.java # src/main/kotlin/com/developerphil/adbidea/action/QuickListSupplementaryAction.java # src/main/kotlin/com/developerphil/adbidea/adb/DeviceResultFetcher.kt # src/main/kotlin/com/developerphil/adbidea/adb/command/receiver/PrintReceiver.java # src/main/kotlin/com/developerphil/adbidea/ui/ApplicationManagementFrame.form # src/main/kotlin/com/developerphil/adbidea/ui/ApplicationManagementFrame.java # src/main/kotlin/com/developerphil/adbidea/ui/BoundTableModel.java # src/main/kotlin/com/developerphil/adbidea/ui/BoundTypeCellEditor.java # src/main/kotlin/com/developerphil/adbidea/ui/BoundTypeJTable.java # src/main/kotlin/com/developerphil/adbidea/ui/DeviceInfoFrame.form # src/main/kotlin/com/developerphil/adbidea/ui/DeviceInfoFrame.java # src/main/kotlin/com/developerphil/adbidea/ui/InteractingFrame.form # src/main/kotlin/com/developerphil/adbidea/ui/InteractingFrame.java # src/main/kotlin/com/developerphil/adbidea/ui/MyApplistModel.java # src/main/kotlin/com/developerphil/adbidea/ui/MyChooseModulesDialog.java # src/main/kotlin/com/developerphil/adbidea/ui/RecordOptionDialog.form # src/main/kotlin/com/developerphil/adbidea/ui/RecordOptionDialog.java # src/main/kotlin/com/developerphil/adbidea/ui/Utils.java # src/main/resources/META-INF/plugin.xml
…reault-master # Conflicts: # build.gradle # src/main/kotlin/com/developerphil/adbidea/adb/AdbFacade.kt # src/main/kotlin/com/developerphil/adbidea/debugger/Debugger.kt # src/main/kotlin/com/developerphil/adbidea/ui/DeviceChooserDialog.kt # src/main/kotlin/com/developerphil/adbidea/ui/NotificationHelper.kt # src/main/resources/META-INF/plugin.xml
# Conflicts: # src/main/kotlin/com/developerphil/adbidea/adb/command/receiver/PrintReceiver.kt # src/main/resources/META-INF/plugin.xml
(cherry picked from commit 318f0d0) # Conflicts: # build.gradle # gradle/wrapper/gradle-wrapper.properties pull apk file to pc panel adjust update to 1.6.7
(cherry picked from commit 318f0d0) update to 1.6.7
fix on DeviceInfoFrame need repeat select device bug
optimize search function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello, my friend, first of all, I apologize for my poor English, so what you see now is machine translation.
I use this plugin have 2 years, and really feel it is a good auxiliary tools, let me develop a pleasant and efficient. Recently I saw a piece of ADB tutorial, found that of its main functions in addition to you, can also realize some simple functions. I was in your code, on the basis of the development of some simple functions. Hope I can help to more people more convenient use of ADB. I development function is very simple. Sincerely hope you have time to look at, and hope to get your guidance, thank you.