Switch Between Any Watchface Automatically 1.4

Task that switches your watch face and selects one of your favorites

  1. Updated task to handle new Dialog that pops up after selecting the watch face

    joaomgcd
    Previously selecting the watch face was enough to change it. Now you need to click on a dialog to confirm changing it so I added that step to the task now.
  2. Added scroll up before trying to find watch face

    joaomgcd
    Sometimes if the last watch face that was selected was one of the bottom ones, the task wouldn't be able to find the correct watch face.
    This version scrolls all the way up before trying to find the watch face so it should always find it.
  3. Now works if Android Wear app is already in the Watch Faces screen

    joaomgcd
    Now works if Android Wear app is already in the Watch Faces screen instead of the main app screen.

    It checks if "Settings" is present on the screen. If it is, that means you're on the main screen so it presses the "More" button. If "Settings" is not present it means it's already on the watch faces screen so it just selects the watch face right away.
  4. Added scrolling if the watch face is off-screen when trying to switch to it.

    joaomgcd
    In the previous version, if the watch face you wanted was off-screen in the watch face list, it wouldn't get selected.

    In this new version AutoInput will first check if the watch face is on screen and if it isn't it will scroll down as many times as it needs so that it shows up on screen and only then click it.