cliambrown

Results 8 issues of cliambrown

This PR adds a Quick Settings tile that toggles playback (play/pause) when clicked. The tile is in its active state when AntennaPod is playing and inactive otherwise. (In order to...

If the app is playing at shutdown, the widget and the QS tile are sometimes in an incorrect (playing) state after the next boot. [QSTileService.onBind()](https://github.com/cliambrown/EasyNoise/blob/1c359a26dcea63d93e7a142851f9649f81596f63/app/src/main/java/com/cliambrown/easynoise/QSTileService.kt#L30) is supposed to resolve this...

bug
help wanted

Device: Motorola moto g(6) OS version: Android 9 Easy Noise version: 0.10 With Easy Noise not running, place an outgoing phone call. After the call ends, observe the Easy Noise...

bug
help wanted

Thanks for the great game and for all of the excellent updates! I am curious about the result of long-pressing an empty cell. It usually copies the possible numbers of...

enhancement

My app: https://github.com/cliambrown/Playa (But some of the code below has not been pushed to GitHub — still testing locally.) The issue: ``` import { openUrl } from '@tauri-apps/plugin-opener'; ... openUrl('https://www.google.com/');...

type: documentation
plugin: opener

Since Laravel 11, service providers are no longer registered in `config/app.php` (as per the current installation instructions) but in `bootstrap/providers.php`. Following the readme installation instructions with Laravel 12 gave me...

Relevant feature request: #1075 Untested: Waiting on Reddit to give me an API key (they seem to have made this process more complicated) Similar to my previous PR #1323 -...

As requested in issue #1075 (However, this PR does not distinguish between videos & gifs) Note: Very sorry but I was **not** able to test this because I do not...