Commit Graph

3064 Commits (d5006d129ee96b44d5674f7ce5ce30c6323914fb)
 

Author SHA1 Message Date
Lepiku d5006d129e [fenix] For https://github.com/mozilla-mobile/fenix/issues/8449: Update Delete browsing data item minHeight 5 years ago
Mozilla L10n Automation Bot 057538bd57 [fenix] Import l10n. 5 years ago
ekager b88284fb59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6737 - Set Logins checkbox default to true 5 years ago
Mihai Adrian 280f69cb51 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8268 - Update added to top sites snackbar text (https://github.com/mozilla-mobile/fenix/pull/8435) 5 years ago
ValentinTimisica fcfb5359d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7957: Enable Login management preference for all users 5 years ago
ekager edcd102e20 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8324 - Only use encrypted storage for Nightly/Debug populations 5 years ago
Jeff Boek a1be1a0393 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3869 - Fixes unit tests 5 years ago
Jeff Boek 72618be169 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3869 - Uses RegionSearchLocalizationProvider in the search engine provider 5 years ago
ekager 7da6fb4630 [fenix] No issue: Update to latest LeakCanary version 5 years ago
mcarare 57eb8c0027 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8354 Fix uppdating theme when coming from external links 5 years ago
mcarare 9292ff600f [fenix] For https://github.com/mozilla-mobile/fenix/issues/8354 Fix opening custom tabs and links directly in private mode 5 years ago
mcarare bea5d85173 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8354 Remove unsetting open links in private if not default browser 5 years ago
mcarare 54e61add06 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6479: Update UI test for new ETP screen 5 years ago
mcarare ae9e2770fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/6479: Add granular ETP settings 5 years ago
Emma Malysz c3fe927e07 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8056: remove Experiments.initialize from FenixApplication
Experiments will not be used before GA and are thus being removed
for performance wins.
5 years ago
ValentinTimisica 75768f98e9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1741: Passes 'showDescription' boolean to SearchSuggestionProvider
Change required for removing description from search suggestion. Implemented
in AC (https://github.com/mozilla-mobile/android-components/pull/5890)
5 years ago
Alessio Placitelli 8d0af2e822 [fenix] Bump Glean to v25.0.0
This is required for making the new A-C snapshot work.
5 years ago
Severin Rudie a11290cf08 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7896: integrate text selection search from AC (https://github.com/mozilla-mobile/fenix/pull/8295) 5 years ago
Emily Kager 6ac485f730 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8470 - Fix Unit Tests MockKExceptions (https://github.com/mozilla-mobile/fenix/pull/8471) 5 years ago
Sebastian Kaspari 5bc265f8e2 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Move foreground drawable from drawable-v26/ to drawable/ 5 years ago
Sebastian Kaspari dcf1356a6e [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Reuse app icon in widget layout.
This patch refactors the widget layouts so that we can reuse the app icon and do not have to have
another logo resource with different constraints. This will also make it easier to update the
branding in https://github.com/mozilla-mobile/fenix/issues/8277 and https://github.com/mozilla-mobile/fenix/issues/8278.
5 years ago
Sebastian Kaspari a77c4b05ee [fenix] Issue https://github.com/mozilla-mobile/fenix/pull/5194: Reuse Fennec taskAffinity flag.
Reusing the same taskAffinity makes sure that we are launching into a potentially already
existing task from Fennec. Without that we may spawn a new task and will show up twice
in "Recent apps" - with one entry still having a fennec screenshot.
5 years ago
ekager d63350d415 [fenix] No issue: Fix new optional adds on arg error 5 years ago
Jeff Boek ef35bc2c24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7295 - Adds more documentation for the installation metrics 5 years ago
codrut.topliceanu 30c7a2dee8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7295 - Updates auto-generated metrics.md 5 years ago
codrut.topliceanu e328df1f14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7295 - Removes some incorrect data-review links 5 years ago
codrut.topliceanu 0c9efef83c [fenix] For https://github.com/mozilla-mobile/fenix/issues/7295 - Adds new custom ping: 'installation' 5 years ago
ekager fecc5376cf [fenix] For https://github.com/mozilla-mobile/fenix/issues/8126 - Adds default top sites 5 years ago
ekager d364c79fbd [fenix] For https://github.com/mozilla-mobile/fenix/pull/8348 - Add small delay after biometric auth 5 years ago
Kate Glazko 22a17b87a9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5073: Fix Cert Text Color 5 years ago
Sebastian Kaspari 36c24d7b1b [fenix] Optimize PNGs. 5 years ago
Sebastian Kaspari ff6b1ba93f [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Update widget preview for fennecBeta build type. 5 years ago
Mozilla L10n Automation Bot 93b7a03d5a [fenix] Import l10n. 5 years ago
Sparky93 a48eb1b98b [fenix] Fix for https://github.com/mozilla-mobile/fenix/issues/8430 - Migration progress bar too close to text
Reduced the margin start value of the progress bar in order to leave more space between it and the
text.

Moved hardcoded margin values into dimens resources.
5 years ago
Sebastian Kaspari 56fa8adacb [fenix] Use Mozilla Android Components 33.0.0-SNAPSHOT. 5 years ago
Sebastian Kaspari 7eb2ffabe3 [fenix] Dismiss "migration notification" after leaving migration activity.
For https://github.com/mozilla-mobile/android-components/issues/5886.

With this patch we will dismiss the "migration completed" notification once the users
clicks on the button in the migration activity.
5 years ago
Sparky93 1bd90cfaff [fenix] Fix for https://github.com/mozilla-mobile/fenix/issues/8426 - Migration steps displayed in a different order than UI specifications
Changed the order of the whitelisted migrations in order to respect the UI specifications.

Now using linked hash map instead of hash map for the whitelisted migrations so we can preserve the
order of the steps upon status changing in the migration process.
5 years ago
Sebastian Kaspari 80c410056f [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Update wordmark for fennecBeta build type. 5 years ago
Sebastian Kaspari e2b6247da9 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Update launcher icons for fennecBeta build type. 5 years ago
Sebastian Kaspari 562528603b [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8277: Update app name of fennecBeta build type. 5 years ago
Sebastian Kaspari f224d9630f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8273: Add shortcuts.xml for fennecProduction variant. 5 years ago
mcarare 1601b94719 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8372: Set toolbar position relative anchor for url copied snackbar 5 years ago
Severin Rudie faf145a04d [fenix] For https://github.com/mozilla-mobile/fenix/issues/8408: fix requireContext crash in HomeFragment#onViewCreated 5 years ago
Emily Kager ad5f09d042 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6623 - Adds ability to delete a login 5 years ago
Mugurell e7a936910f [fenix] For https://github.com/mozilla-mobile/fenix/issues/6577 - Add `total_uri_count` to the Glean metrics ping
Re-apply the change for https://github.com/mozilla-mobile/fenix/issues/4456.
Keep `total_uri_count` as a CounterMetricType and let Glean manage it's
persistence and reset time (resets with each metrics ping sent).
5 years ago
Mugurell 0929ce5872 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6577 - Remove the `total_uri_count` Glean StringMetricType
This was added as a duplicate to an already existing `total_uri_count`
CounterMetricType in https://github.com/mozilla-mobile/fenix/issues/4456.
5 years ago
Kate Glazko 72541520c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8248 Icon Wrong Color 5 years ago
Christian Sadilek 8f35bd177b [fenix] No issue: Support basic navigation in add-on popups 5 years ago
mcarare 0d7a8129f9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6980: Update Private browsing card.
Added test to description.
Added link to settings.
Updated unit tests.
5 years ago
Jeff Boek 673fca0d49 [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/8172: Add a new 'E_Fennec_To_Fenix_Migrated' Leanplum event
This new event will be sent when the user has successfully migrated from Fennec
to Fenix.
This event will only be sent to Leanplum and not to the other telemetry
services like Glean or Adjust.

Co-authored-by: ValentinTimisica <valentin.timisica@softvision.ro>
5 years ago