Matthew Tighe

Results 27 comments of Matthew Tighe

Looks like the only call is https://github.com/thrau/jarchivelib/blob/8afee5124c588f589306796985b722d63572bbfa/src/main/java/org/rauschig/jarchivelib/FileModeMapper.java#L38 This completely breaks the library for all versions of Android older than SDK level 26, Android 8.0 Oreo. FileSystems was added in that...

In https://github.com/mozilla-mobile/fenix/issues/26150, the recent synced tab on the Fenix home screen will not respond to changes to the tabs Sync engine. The simple solution is to just check the engine...

> > This will help decouple implementations from the specifics of requiring either a Context or a SyncEnginesStorage and will generally decrease reliance on needing to know the internals of...

https://github.com/mozilla-mobile/android-components/pull/12628/files

My suspicion is that this has to do with our [migration code](https://github.com/mozilla-mobile/fenix/pull/26685#event-7391047431) from v1 to v2. I would guess there is some error where we are trying to set the...

Great, thanks for the feedback! Based on that, I'd actually guess this is because of a missing condition in how we're applying wallpapers. We were not handling the blank name...

Thanks all for the reports!

Alright, https://github.com/mozilla-mobile/fenix/pull/27112 should actually resolve this bug. It turns out the old "default" wallpaper was actually named "NONE", so everyone experiencing this bug was trying to load a wallpaper with...

> The issue reproduces as detailed in https://github.com/mozilla-mobile/fenix/issues/26424#issuecomment-1253672519 for Cerulean, Amethyst, Sunrise wallpapers. We will re-test this on Monday, since maybe https://github.com/mozilla-mobile/fenix/pull/27112 did not make it to this Nightly. I...

The latest nightly should address those issues, please let me know if you're still seeing them.