Vlad Filippov
e51e1c878b
Add 'useEmail' and 'useEmailProblem' metrics event
...
Fixes #9834
2020-04-23 10:33:36 -07:00
Simon Chae
b3248ec769
For #6123 : Expose WebExtensions in private browsing control
2020-04-23 12:28:57 -04:00
mcarare
cc67de29bf
For #10091 Also disable play/pause button when hiding it.
2020-04-23 09:22:01 -07:00
mcarare
9dd8314d14
For #10091 Add extension to remove and disable button
2020-04-23 09:22:01 -07:00
mcarare
932fd44823
For #7387 : Change ETP onboarding from popup to a dialog.
...
Recalculated dialog position and offsets.
Changed ETP onboarding dialog to show only once.
2020-04-23 08:17:42 -07:00
mcarare
72fe52fcb8
For #9987 : Set FLAG_SECURE to dialog when flag set in activity.
2020-04-23 08:16:25 -07:00
ValentinTimisica
da3fca0f29
Fixes #10109 : Adds content description for browse privately card content
2020-04-23 16:59:42 +03:00
JLRoberts
26e8d9bcca
For #9550 - Don't overlap search with shortcuts text
...
Private mode search with suggestion onboarding was overlapping "This time, search with: " text. Adjust constraints to allow it to show under onboarding when present.
2020-04-23 11:21:53 +03:00
mcarare
e11f1b62dc
For #10027 : Make toolbar context menu popup dismissible on SDK<23
2020-04-22 22:47:46 -07:00
ekager
c4e83367f6
For #6832 - Fix various fragment not attached to a context crashes
2020-04-22 20:56:35 -07:00
ekager
6457a02a82
For #2818 - Enable PiP for all builds
2020-04-22 20:55:00 -07:00
Sawyer Blatz
95f26f1fdc
For #9946 : Update FennecBeta branding ( #10066 )
2020-04-22 15:19:24 -07:00
Roger Yang
0227e953ae
Close #9760 : Add external app links context menu candidate
2020-04-22 14:45:49 -07:00
Sawyer Blatz
dce16964c0
For #9208 : Adds in-product prompt to homescreen ( #9836 )
2020-04-22 14:29:43 -07:00
Arturo Mejia
0a23d66756
For issue #7566 Handle deny & don't ask again for site permissions
2020-04-22 11:33:32 -04:00
Arturo Mejia
995da59fa8
For issue #9493 : Reload after cleaning all site permissions exceptions
2020-04-22 08:53:07 -04:00
ekager
70755adf6e
For #10036 - Workaround for System Theme changes with config change
2020-04-22 00:01:54 -07:00
Michael
1f8b7ff962
Closes #8541 : Hide find bar when entering fullscreen
2020-04-22 00:01:35 -07:00
Jeff Boek
164e6cd079
For #9816 - Adds SessionObserver to session on selection
2020-04-21 14:08:58 -07:00
Jonathan Almeida
6ad046714d
Close #9338 : Enable WebPush engine integration in all builds
2020-04-21 09:38:13 -04:00
ekager
f3847d0d7c
For #8735 - Adjust fontInflation engine setting when toggling useAutoSize
2020-04-21 09:05:25 +03:00
Mozilla L10n Automation Bot
c702de05f9
Import l10n.
2020-04-21 09:04:12 +03:00
ekager
a1554834f9
Adds destructive colors for private theme
2020-04-20 23:00:41 -07:00
codrut.topliceanu
d80005235f
For #8546 - Overrides for new TextInputLayout colors
2020-04-20 23:00:41 -07:00
ekager
66d9a24b28
Closes #9928 - Updates private browsing text description
2020-04-21 09:00:06 +03:00
ekager
5d51c4f059
Don't use ProcessLifecycleOwner for view-tied consume
2020-04-20 12:07:37 -07:00
ekager
f801f32027
No issue: Fix leaks in BookmarkFragment
2020-04-20 12:07:37 -07:00
ekager
5014cd78ec
No issue: Fix leaking sessionControlInteractor
2020-04-20 12:07:37 -07:00
isabelrios
587bdfbd7b
For #8081 - UI screenshots tests update ( #10023 )
2020-04-20 10:39:56 -04:00
Ryan Kelly
8ebb891bf8
Some cleanups for running the sync integration tests
2020-04-18 02:30:44 -07:00
Grisha Kruglov
853a0acab4
Closes #4046 : Always display 'Desktop' bookmarks folder
...
See https://github.com/mozilla-mobile/fenix/issues/4046 for a detailed discussion of this.
In short, this patch removes code that would conditionally hide desktop bookmarks depending
on the signed-in state of the browser.
2020-04-17 23:57:43 -07:00
Jonathan Almeida
c16283a923
For #9932 : Fix navigation icon theme missing from migration UI
...
Setting the `navigationBarColor` is done in the ThemeManager for the
attached activity. Since the migration UI is separate from that, we did
not get this for free.
2020-04-17 22:45:30 -07:00
Sawyer Blatz
89cfa3ea9a
For #9808 : Fix scrolling cutoff on homescreen
2020-04-17 19:58:22 -07:00
Sawyer Blatz
a8e624959e
For #6940 : Fixes top dynamic toolbar behavior ( #9900 )
2020-04-17 13:32:20 -07:00
Roger Yang
40550e88de
Close #9960 : Launch URI in Fenix if failed to launch in custom tab ( #9964 )
2020-04-17 16:24:20 -04:00
Christian Sadilek
ec1d4e8fca
For #8399 : Hide keyboard to prevent content resizes
...
This hides the keyboard after committing a URL in the
Toolbar right before we navigate from the SearchFragment
to the BrowserFragment. If the BrowserFragment is being
displayed before the keyboard is gone an expensive
resize of the engine view (content) is triggered when the
keyboard finally goes away. This is to prevent that.
2020-04-17 12:07:44 -07:00
Emily Kager
d3093e4afe
For #8428 - move about text from static_strings.xml to strings.xml and fix comment ( #10009 )
...
Co-authored-by: Sören Hentzschel <kontakt@agenedia.com>
2020-04-17 11:50:56 -07:00
Jonathan Almeida
cab0bfc073
For #8422 : Add more misc migration UI fixes
2020-04-17 14:22:25 -04:00
Michael Comella
f3ed207bdb
For #8803 - review: Add clarifying comments to onAppInit capture methods.
2020-04-17 09:11:58 -07:00
Michael Comella
f49fc6dad2
For #8803 : hook up frameworkStart metric.
2020-04-17 09:11:58 -07:00
Michael Comella
dbf733d70a
For #8803 : add StartupFrameworkStartMeasurement.
...
This class controls the central logic around the metrics we want to
record.
2020-04-17 09:11:58 -07:00
Michael Comella
7f618a6a7c
For #8803 : add Stat and test.
...
We need to access the data in stat to get the process start time, so we
can calculate the time from process start until application.init for the
frameworkStart probe.
2020-04-17 09:11:58 -07:00
Emily Kager
39107b4036
For #9703 - Exit fullscreen in onPause and onSessionSelected ( #10016 )
...
* For #9703 - Call fullScreenChanged in onPause
* For #10015 - Exit full screen if new session selected
2020-04-17 08:57:36 -07:00
ekager
6f77ec5951
Use HomeFragment viewLifecycleOwner for BrowserSessionsObserver
2020-04-16 21:00:27 -07:00
Grisha Kruglov
0ec6d266e8
Use HomeFragment's viewLifecycleOwner as the lifecycle for accountManager observer registry
...
If we just use the HomeFragment itself, we end up with a memory leak since the lifecycle events
that would clean up the registry (e.g. destroy) won't run (if the fragment is retained in the backstack, for example).
2020-04-16 21:00:27 -07:00
Mihai Adrian
72fe9fad0c
For #9987 : Set FLAG_SECURE to dialog when flag set in activity. ( #9998 )
...
* For #9987 : Add extension to secures dialog if parent activity is secured
* For #9987 : Set FLAG_SECURE to dialog when flag set in activity
2020-04-16 20:33:57 -07:00
mozilla-l10n-automation-bot
dbbd048b6c
Import l10n. ( #10011 )
2020-04-16 20:32:21 -07:00
Emily Kager
1df9c53b9f
Fix: Set correct height for EditText ( #10014 )
...
Created a dimension for the correct height that the EditText in the
fragment_edit_bookmark.xml has to have.
Co-authored-by: DrCesar <josuejacobstercero@gmail.com>
2020-04-16 20:31:25 -07:00
Mihai Eduard Badea
725ba1e856
For #9951 - Removed the extra empty spaces that were causing the spacing issue
2020-04-16 20:12:18 -07:00
mcarare
5a2a779ef5
For #9565 : Adjust padding and height to allow longer text
2020-04-16 20:10:45 -07:00