Jonathan Trowbridge

Results 10 issues of Jonathan Trowbridge

This pull request adds the ability to set the `IndeterminateHorizontalProgressDrawable` background color.

It seems Android is killing the foreground service used for media playback after about 20 minutes while casting. This can probably be fixed by acquiring a WakeLock in the foreground...

bug

**Crash:** ``` Fatal Exception: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.masterwok.bitcast/com.masterwok.simplevlcplayer.services.MediaPlayerService }: app is in background uid UidRecord{658ef39 u0a194 SVC bg:+19m12s976ms idle change:uncached procs:1 seq(0,0,0)} at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1577) at...

bug

**Crash:** ``` Caused by java.lang.IllegalStateException: MediaControllerCompat …MediaController(activity) must not be null at com.masterwok.simplevlcplayer.fragments.LocalPlayerFragment.updateResumeState(LocalPlayerFragment.kt:226) at com.masterwok.simplevlcplayer.fragments.LocalPlayerFragment.stopPlayback(LocalPlayerFragment.kt:237) at com.masterwok.simplevlcplayer.fragments.LocalPlayerFragment.onPause(LocalPlayerFragment.kt:178) at android.support.v4.app.Fragment.performPause(Fragment.java:2531) at android.support.v4.app.o.a(FragmentManager.java:1485) at android.support.v4.app.o.e(FragmentManager.java:1759) at android.support.v4.app.o.a(FragmentManager.java:1827) at android.support.v4.app.o.e(FragmentManager.java:3244) at android.support.v4.app.o.r(FragmentManager.java:3216) at...

bug

I would like to set the output path via the `fgen.yaml` configuration file. I'm currently setting the path of the generated file with the command: `fgen -o lib/generated/resource.dart` Is there...

For some media, getFrameAtTime(..) returns an all black bitmap when supplied a negative value for timeUs. This is **only** occurring with media where Android's MediaMetadataRetriever would fail to retrieve a...

### Steps to reproduce Application fails to build when using Patrol CLI on Andorid. My project uses kotlin_version `1.7.10` and gradle distribution `7.5`. I'm unable to migrate to Kotlin version...

It'd be nice to have a `riverpodPart` shortcut that generates the `part` for the current files and adds the required annotation imports similarly to [https://marketplace.visualstudio.com/items?itemName=robert-brunhage.flutter-riverpod-snippets](https://marketplace.visualstudio.com/items?itemName=robert-brunhage.flutter-riverpod-snippets).

**Describe the bug** Version: 4.1.0 Observing the following stack-trace in production DataDog logs: ``` #0 replaceFirstNull (/Users/vagrant/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/src/utils.dart:39) #0 Highlighter.highlight (/Users/vagrant/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/src/highlighter.dart:224) #1 QrPainter._initPaints (/Users/vagrant/.pub-cache/hosted/pub.dev/qr_flutter-4.1.0/lib/src/qr_painter.dart:183) ``` **To Reproduce** Steps to reproduce the...

bug