pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.11k stars 255 forks source link

Added Toggle TalkBack and Open Deep Link #105

Closed PhilippNowak96 closed 3 years ago

PhilippNowak96 commented 5 years ago

I just added two new features:

Issue #103: You can now open Deep Links with ADB Idea by inserting the link into the message box which will pop up. Open Deep Links is package independant so your device will ask if there is more than one app that can proceed the link.

Issue #104: You can now toggle TalkBack. If TalkBack is currently off it will be turned on and vice versa.

In addition I fixed a mistake (at least for me it looks like one) in the development description: The task is not called runIdea but runIde (anymore).