Merge pull request #2846 from thyttan/spotify-remote

spotrem: Send GB wake command only once
master
Gordon Williams 2023-06-29 08:42:54 +01:00 committed by GitHub
commit 2aa3dc5c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -6,4 +6,6 @@
0.06: Make compatible with Fastload Utils app.
0.07: Remove just the specific listeners to not interfere with Quick Launch
when fastloading.
0.08: Issue newline before GB commands (solves issue with console.log and ignored commands)
0.08: Issue newline before GB commands (solves issue with console.log and ignored commands)
0.09: Don't send the gadgetbridge wake command twice. Once should do since we
issue newline before GB commands.

View File

@ -64,7 +64,6 @@ let touchHandler = function(_, xy) {
} else if ((R.x-1<x && x<R.x+len) && (R.y2-len<y && y<R.y2+1)) {
//Wake
gadgetbridgeWake();
gadgetbridgeWake();
} else if ((R.x2-len<x && x<R.x2+1) && (R.y-1<y && y<R.y+len)) {
//Srch
Bangle.removeListener("touch", touchHandler);

View File

@ -1,7 +1,7 @@
{
"id": "spotrem",
"name": "Remote for Spotify",
"version": "0.08",
"version": "0.09",
"description": "Control spotify on your android device.",
"readme": "README.md",
"type": "app",