You are reading a single comment by @Micha and its replies. Click here to read the full conversation.
  • Can't login with my other account (error), so replying with google login...

    I modified my personal version of the message app to directly jump to the scroller and unlock the screen. For now, I added some lines for my fat fingers :)

        lines.push("______________");
        lines.push("");
        lines.push("back");
        lines.push("______________");
        lines.push("");
        lines.push("mark read");
        lines.push("______________");
        lines.push("");
        lines.push("dismiss");
        lines.push("______________");
    

    In the long run, I would jump to the scroller, then swipe left/right would open a menu (back/read/dismiss/cannedRepliesSubmenu), while button brings back to the clock.
    I don't really need the preview. I will try and open a PR for the android/boot.js part, because I think that's very agreeable and I can't mess it up too much. :)

About

Avatar for Micha @Micha started