Commit Graph

3791 Commits (55e4a7c651a434ca1aefe2c5e6011cda88e46958)
 

Author SHA1 Message Date
ekager 479c41236f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9928 - Updates private browsing text description 4 years ago
ekager 5c0d300938 [fenix] Don't use ProcessLifecycleOwner for view-tied consume 4 years ago
ekager e27e45bc75 [fenix] No issue: Fix leaks in BookmarkFragment 4 years ago
ekager b28a0e8ce9 [fenix] No issue: Fix leaking sessionControlInteractor 4 years ago
isabelrios 1c1274bb17 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8081 - UI screenshots tests update (https://github.com/mozilla-mobile/fenix/pull/10023) 4 years ago
MickeyMoz 77829f6e53 [fenix] Update Android Components version to 39.0.20200420130119. 4 years ago
Johan Lorenzo b87e3cba25 [fenix] Bug 1631014 - Do no trigger a new set of jobs when PR is edited (https://github.com/mozilla-mobile/fenix/pull/10024) 4 years ago
MickeyMoz e4b884193c [fenix] Update Android Components version to 39.0.20200418130110. 4 years ago
Ryan Kelly 219c8349d6 [fenix] Some cleanups for running the sync integration tests 4 years ago
Grisha Kruglov 567d0ba9b9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/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.
4 years ago
Jonathan Almeida 048aba1ff9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
4 years ago
Sawyer Blatz e738f1f8b0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9808: Fix scrolling cutoff on homescreen 4 years ago
Sawyer Blatz c81052bd6d [fenix] For https://github.com/mozilla-mobile/fenix/issues/6940: Fixes top dynamic toolbar behavior (https://github.com/mozilla-mobile/fenix/pull/9900) 4 years ago
Roger Yang d08756b53a [fenix] Close https://github.com/mozilla-mobile/fenix/issues/9960: Launch URI in Fenix if failed to launch in custom tab (https://github.com/mozilla-mobile/fenix/pull/9964) 4 years ago
Christian Sadilek 737e647c83 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
4 years ago
Emily Kager 94e26476c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8428 - move about text from static_strings.xml to strings.xml and fix comment (https://github.com/mozilla-mobile/fenix/pull/10009)
Co-authored-by: Sören Hentzschel <kontakt@agenedia.com>
4 years ago
Jonathan Almeida 68a2583e53 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8422: Add more misc migration UI fixes 4 years ago
Mihai Tabara 94140159c3 [fenix] Bug 1630587 - fix mark-as-shipped task Fenix releases (https://github.com/mozilla-mobile/fenix/pull/10021) 4 years ago
Michael Comella 91ce22f753 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803 - post: update metrics & pings data review URL. 4 years ago
Michael Comella a4d569db34 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803 - review: Add clarifying comments to onAppInit capture methods. 4 years ago
Michael Comella 12e7ad43c8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803 - review: move forward metric expiration date.
We primarily want to determine if this is a problem area for us to
investigate rather than a long term measurement to keep so we should set
the expiration date accordingly. Furthermore, this code executes before
crash reporting is init so it's ideal to remove it sooner rather than
later.
4 years ago
Michael Comella a3be78d7e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803: hook up frameworkStart metric. 4 years ago
Michael Comella deafedeada [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803: add StartupFrameworkStartMeasurement.
This class controls the central logic around the metrics we want to
record.
4 years ago
Michael Comella 162a93a190 [fenix] For https://github.com/mozilla-mobile/fenix/issues/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.
4 years ago
Michael Comella 3556b5a10f [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803: add StartupTimeline ping type and framework_start metrics. 4 years ago
Emily Kager 04af2a59e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9703 - Exit fullscreen in onPause and onSessionSelected (https://github.com/mozilla-mobile/fenix/pull/10016)
* For https://github.com/mozilla-mobile/fenix/issues/9703 - Call fullScreenChanged in onPause

* For https://github.com/mozilla-mobile/fenix/issues/10015 - Exit full screen if new session selected
4 years ago
MickeyMoz 7c80c364bb [fenix] Update Android Components version to 39.0.20200417130058. 4 years ago
Johan Lorenzo 9d0db6a5f0 [fenix] Bug 1628413 - part 3: Enable Nightlies only 3 times a week 4 years ago
ekager 94515941cf [fenix] Use HomeFragment viewLifecycleOwner for BrowserSessionsObserver 4 years ago
Grisha Kruglov 2a4ad0e4eb [fenix] 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).
4 years ago
Mihai Adrian b510210dce [fenix] For https://github.com/mozilla-mobile/fenix/issues/9987: Set FLAG_SECURE to dialog when flag set in activity. (https://github.com/mozilla-mobile/fenix/pull/9998)
* For https://github.com/mozilla-mobile/fenix/issues/9987: Add extension to secures dialog if parent activity is secured

* For https://github.com/mozilla-mobile/fenix/issues/9987: Set FLAG_SECURE to dialog when flag set in activity
4 years ago
mozilla-l10n-automation-bot a384ea16d0 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/10011) 4 years ago
Emily Kager e68491d737 [fenix] Fix: Set correct height for EditText (https://github.com/mozilla-mobile/fenix/pull/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>
4 years ago
Mihai Eduard Badea 590a65a894 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9951 - Removed the extra empty spaces that were causing the spacing issue 4 years ago
mcarare 4010e9b64e [fenix] For https://github.com/mozilla-mobile/fenix/issues/9565: Adjust padding and height to allow longer text 4 years ago
mcarare a697247aae [fenix] For https://github.com/mozilla-mobile/fenix/issues/9536: Update tests to check opened tab is in same browsing mode 4 years ago
mcarare b5255177fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/9536: Open report issue tab depending on current browsing mode.
Checking if session is private uses the new browser state API.
4 years ago
mcarare 86677b3bf3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9989: Add start & end margin to button. 4 years ago
Sawyer Blatz fba1e732ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/7158: Fixes browser to search animation fade 4 years ago
ekager 053f2017e6 [fenix] No issue: Uses NeutralButton for Migration Activity 4 years ago
Jonathan Almeida 1ce8e8383c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8422: Add misc migration UI fixes 4 years ago
Jonathan Almeida 154ade7d64 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8422: Add spacing between migration items 4 years ago
ekager 7f3ca10103 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9981 - Make Bookmark Menu UI respond to session selection 4 years ago
MickeyMoz b8eb4f1054 [fenix] Update Android Components version to 39.0.20200416130123. 4 years ago
mcarare 880722de99 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9984: Update addon before settings visibility check 4 years ago
Mozilla L10n Automation Bot e3712155f9 [fenix] Import l10n. 4 years ago
ekager e4136c64d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9516 - Adds selectable background to dialog and snackbar buttons 4 years ago
Sawyer Blatz e33e84bcbc [fenix] For https://github.com/mozilla-mobile/fenix/issues/9857: Create button style (https://github.com/mozilla-mobile/fenix/pull/9858)
* For https://github.com/mozilla-mobile/fenix/issues/9857: Creates text button style

* Adds lint check

* Fixes onboarding cards
4 years ago
Jonathan Almeida 9a162480c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9409: Add app icon to Leanplum push notifications 4 years ago
Jonathan Almeida 8ea49eb36a [fenix] Remove duplicate FirebasePushService
When we moved push to it's own component the class was supposed to have
been moved but git might have only picked it up as an addition.
4 years ago