firefox-echo-show
firefox-echo-show copied to clipboard
Firefox for Amazon's Echo Show
It's more maintainable to put this shared code in components. Waiting on https://github.com/mozilla-mobile/android-components/issues/1633
https://github.com/mozilla-mobile-skunkworks/firefox-connect/issues/548
We recently added Glean and it's shipped 4 different architectures in the same APK by default: we should produce different builds for all the needed architectures (or at least only...
Currently we're using the [default proguard config](https://searchfox.org/mozilla-mobile/rev/c568977e7c3d7b7986c4af65b17e6f1c0e2f89bf/firefox-echo-show/app/build.gradle#70) which does not optimize. We should used the optimized version, similar to: https://searchfox.org/mozilla-mobile/rev/c568977e7c3d7b7986c4af65b17e6f1c0e2f89bf/fenix/app/build.gradle#46 (but without a custom file).
## Steps to reproduce - Enabled voiceview - Go to youtube website - Scroll a bit with 3 finger scroll - Tap one of the entries in the list ###...
*edit: I think my original explanation of this issue was unclear to people who haven't used the product so here is a new explanation* Firefox for Echo Show is similar...
## Steps to reproduce - On Echo Show 5... - Go to buzzfeed.com/videos - Select a video ### Expected behavior Fullscreen button is reasonably easy to access ### Actual behavior...
## Steps to Reproduce 1. "Alexa, open YouTube" 2. Click any video 3. Click fullscreen ## Expected Behaviour Video plays in fullscreen ## Actual Behaviour Toolbar remains at top of...
### Vision statement / What / Requirements It's been a while since we've done a doc audit: let's make sure they're up-to-date. ### Impact Without this, new folks coming on...
### Vision statement / What / Requirements `tools/sign_release.sh` currently runs apksigner, but does not crash on warnings. This is because Autograph uses `apksigner` v1 instead of v2, meaning that it...