1
0
Fork 0
fenix/app/src
Jonathan Almeida f3b870d356 For #11918: Take a screenshot when clicking the tab tray
We looked into taking a screenshot right before leaving the
BrowserFragment, however this call will always fail since it's
non-blocking (we never want it to be blocking too), and we will never
receive a screenshot when a session is detached from an EngineView
before the callback is complete.

In Fenix, we can nicely evade this by taking a screenshot when click
the tabs tray icon, which is where you would want to see the most
up-to-date thumbnail of the tab and also does not leave the
BrowserFragment as well.
2020-08-21 20:30:50 -04:00
..
androidTest FNX-14498 ⁃ For #9487: improve fxa onboarding manual sign in card (#13317) 2020-08-20 11:05:11 -05:00
beta/res Simplify build variants to just: debug, nightly, beta and release. 2020-08-06 11:52:10 +02:00
debug For #12095: Remove TWA feature flag (#12096) 2020-07-01 19:14:41 -07:00
geckoBeta/java/org/mozilla/fenix/engine For #4132: remove BrowserPerformanceTestActivity & usages. 2020-08-05 10:15:46 -07:00
geckoNightly/java/org/mozilla/fenix/engine For #4132: remove BrowserPerformanceTestActivity & usages. 2020-08-05 10:15:46 -07:00
geckoRelease/java/org/mozilla/fenix/engine For #13424 - Fix detekt config and warnings. 2020-08-12 09:04:24 -07:00
main For #11918: Take a screenshot when clicking the tab tray 2020-08-21 20:30:50 -04:00
migration Update Kotlin dependency (#10806) 2020-07-15 18:02:58 -07:00
nightly Simplify build variants to just: debug, nightly, beta and release. 2020-08-06 11:52:10 +02:00
release/res Simplify build variants to just: debug, nightly, beta and release. 2020-08-06 11:52:10 +02:00
test For #13935: Enhanced File Type List Icons (#14036) 2020-08-21 16:14:40 -07:00