I've been thinking about simplifying the Gadgetbridge Music Controls app (gbmusic):
Get rid of the left/right touch areas, and instead just treat any touch as "toggle play/pause". You could still change tracks by either swiping, or multi-pressing the physical middle button.
Remove the date+time, I figure those haven't got much to do with music, and you can add widgets
(widcal/widclk) to see them while the app is open instead.
Where I said "thinking about", I meant my watch is running the simplified version, but I wonder how other people feel about those changes?
Basically my problem is
I would like my changes to enter the official repo
I don't want to open a PR to strip out stuff other users would miss
Putting it all behind some settings would be possible, but far from ideal
Creating a "Somewhat Simplified Gadgetbridge Music Controls" app doesn't seem like a good solution either
Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
Create headers by underlining text with ==== or ----
To *italicise* text put one asterisk each side of the word
To **bold** text put two asterisks each side of the word
Embed images by entering: ![](https://www.google.co.uk/images/srpr/logo4w.png) That's the hard one: exclamation, square brackets and then the URL to the image in brackets.
* Create lists by starting lines with asterisks
1. Create numbered lists by starting lines with a number and a dot
> Quote text by starting lines with >
Mention another user by @username
For syntax highlighting, surround the code block with three backticks:
```
Your code goes here
```
Just like Github, a blank line must precede a code block.
If you upload more than 5 files we will display all attachments as thumbnails.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've been thinking about simplifying the Gadgetbridge Music Controls app (gbmusic):
(widcal/widclk) to see them while the app is open instead.
Where I said "thinking about", I meant my watch is running the simplified version, but I wonder how other people feel about those changes?
Basically my problem is
Edit: created a PR