Commit Graph

5120 Commits (516eb62a765949b16d6d58d94d585e8adfee8b9b)

Author SHA1 Message Date
Charlie Humphreys 826bf1341c [fenix] update nimbus event for sync sign in
https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/sync_auth_sign_in
2 years ago
Charlie Humphreys ff740dac17 [fenix] fix tests and linting 2 years ago
Charlie Humphreys 0410b1ade3 [fenix] update for pr feedback and add sync login event 2 years ago
Charlie Humphreys f80f9c6c02 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/27933: record app opened event and add nimbus event test suite 2 years ago
Roger Yang e47e85b2b6 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27949: Add engagement notification for inactive users 2 years ago
James Hugman 1a59288475 [fenix] Use NimbusBuilder from AppServices/AndroidComponents 2 years ago
MatthewTighe 034172beeb [fenix] For https://github.com/mozilla-mobile/fenix/issues/27950: add first week days of use growth data 2 years ago
Arturo Mejia 7add94ef18 [fenix] Disable cookie banner handling by default. 2 years ago
PrashantSaroj a44f8ccd87 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27290 - Refactor DefaultLoadBitmapUseCase to receive orientation and files directory as argument 2 years ago
BFadairo 0f596b22d5 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27854: Remove unnecessary Theme.getTheme() calls from FirefoxTheme usages 2 years ago
James Hugman 3fd5a29be8 [fenix] Fixup breaking change for application-services 96.0.0 2 years ago
Jonathan Almeida a47b4b3c74 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26320: Make Nimbus first-startup comments clear in FenixApplication 2 years ago
Mugurell 6cf81ea160 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27228 - Resume qr scanning if camera permission is changed
If permissions are changed the app process is restarted with the same
happening for the previously running app components.
SearchDialogFragment used for searches will check if qr scanning was in
progress and resume if needed.
PairFragment used for signing-in will start scanning on itself.

Android-Components will avoid resuming the scan functionality if the camera
permission is missing and so allow to request the permission again without the
camera permission related system calls causing issues.
2 years ago
Alexandru2909 3d600f2349 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27885 - Change default browser notification delay to 72 hours 2 years ago
James Hugman b05fb742f2 [fenix] Fixes: https://github.com/mozilla-mobile/fenix/issues/26320 Reorganize Nimbus Startup 2 years ago
Noah Bond 6fb04a0a6a [fenix] For https://github.com/mozilla-mobile/fenix/issues/27852 - Set BrowsingMode to Normal when selecting a wallpaper 2 years ago
Mugurell e536792c09 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27346 - Disable swiping to switch tabs when fullscreen 2 years ago
DreVla b5f9134e62 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27801 - Update header text for the search selector menu 2 years ago
Noah Bond f86837723b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors 2 years ago
Noah Bond d422da9def [fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors 2 years ago
mcarare c8db8b852e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Suppress onBackPressed deprecation. 2 years ago
mcarare 8198b1d390 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Remove unnecessary safe call. 2 years ago
mcarare c34d4a6d0d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle PackageManager methods deprecation. 2 years ago
mcarare 9e5c1b48c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle get(String) deprecation. 2 years ago
mcarare 5c0c483290 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update URLStringUtils package path. 2 years ago
mcarare 130fe0e117 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Remove unnecessary elvis operator. 2 years ago
mcarare 03a6f2b28e [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle onBackPressed() deprecation. 2 years ago
mcarare 140bfa3e80 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Link only URLs in library descriptions.
Linkify.ALL is deprecated.
2 years ago
mcarare 2950ea5521 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for GestureDetector.SimpleOnGestureListener 2 years ago
mcarare 49b3fafc45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for AnimatorListenerAdapter. 2 years ago
mcarare 5015a777bf [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signatures for View.OnAttachStateChangeListener 2 years ago
mcarare 6aad64d818 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Handle a11y obtain() methods deprecations. 2 years ago
mcarare e7e4b3e381 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for View.AccessibilityDelegate. 2 years ago
mcarare 60b1200f1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Fix smart cast exception. 2 years ago
Mugurell d85fe35478 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags allowing to differentiate Pocket stories 2 years ago
Arturo Mejia a14dd075ef [fenix] Improve site permissions 2 years ago
Jonathan Almeida a5f41dd5cd [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26475: Remove more feature flags 2 years ago
owlishDeveloper b782aaaf3e [fenix] Bug 1796146 - Add UI for the Cookie Banner preferences 2 years ago
kl3jvi 0910634fa0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27575: Add String.toHexColor extension 2 years ago
Alexander Gramiak 584a65da52 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21414: Use MenuProvider and MenuHost interface methods
onPrepareOptionsMenu was not being called on invalidateOptionsMenu,
which led to the saveButton being left enabled even with invalid
hostnames, usersnames, and passwords.
2 years ago
mcarare 3ffc6a01f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27538: Return null for clipboard text longer than MAX_URI_LENGTH.
This avoids extra processing of large text that is unlikely to be an URL.
2 years ago
Roger Yang c49d25911e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27795: Add metrics ping to see if user allows notifications 2 years ago
Gabriel Luong fc0464de97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26475 - Remove unnecessary features flags 2 years ago
mike a 3072db7d92 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25809: tapping on search engine triggers engine selection 2 years ago
Roger Yang 93d877e703 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27779: Add telemetry for showing the default browser notification 2 years ago
Mugurell cdc95724b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27549 - Collect shim data about the Pocket sponsored stories.
With the new telemetry will immediately report when a certain Pocket sponsored
story is shown (visible more than 50%) or clicked by the user.
The reasons for the new ping help easily identify the probe being sent and the
type of shim data.
2 years ago
MatthewTighe 5cb6204e0c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27782: add first URI load growth data 2 years ago
MatthewTighe 7c3c29ee7f [fenix] For 27768: add FirstAppOpenForDay growth data 2 years ago
Alexander Gramiak f765d77f71 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27734: Make tab tray overflow menu background layer2
This matches with the toolbar overflow menu.
2 years ago
Alexander Gramiak 1005afcc9b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27715: Allow FirefoxColors.copy to override some values
This helps to reduce theme color duplication, making it easier to see
which parameters differ.

This also brings FirefoxColors closer to the upstream Compose Material
Colors class.
2 years ago
Mugurell 796a5da5ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent bookmarks section. 2 years ago
Mugurell 97664b9484 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent visits section. 2 years ago
Mugurell 2d29750161 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent tabs section. 2 years ago
Mugurell 5b2a8c1a97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the Pocket section 2 years ago
Jonathan Almeida 90e5b9abfe [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/27759: Add link to storageMaintenance flag 2 years ago
Jonathan Almeida 0c5e0f8233 [fenix] Bug 1798805 - Initialize the FxaPushSupportFeature
We added the new `initialize` to explicitly make the call to start the
feature but we never actually used it here after it landed.
2 years ago
Roger Yang 9ec675687a [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023: Add capability to override telemetry URL using local properties 2 years ago
Ben Dean-Kawamura 510e4ad58a [fenix] Updating the code to work with application-services v95.0.0
This required updating the code to handle the new app-services error
hierarchy.
2 years ago
MatthewTighe 088055743c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27698: add set as default growth data 2 years ago
Noah Bond 587b7920db [fenix] For https://github.com/mozilla-mobile/fenix/issues/27746 - Move top sites text outside of backplating 2 years ago
Alexander Gramiak c67c455439 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27511: Remove duplicate padding update code
This padding update is already performed in FenixSnackbar.make when
isDisplayedWithBrowserToolbar is true, and that variable has no other
side-effects, so simply use that code.
2 years ago
Alexandru2909 d23837323d [fenix] For https://github.com/mozilla-mobile/fenix/issues/27252 - Update a11y services label for private browsing myths button 2 years ago
Gabriel Luong 1ec4cf8dad [fenix] For https://github.com/mozilla-mobile/fenix/issues/27667 - Remove import-ordering from the list of disabled ktlint rules 2 years ago
Noah Bond dbd7b302d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27469 - Update no collections button colors when a wallpaper is selected 2 years ago
Noah Bond 251a1e1e97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27468 - Backplate homepage MessageCard 2 years ago
Alexandru2909 6c3d248341 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27691 - Replace 'Pocket' word in all strings with placeholder 2 years ago
kycn 4d56ba889d [fenix] Close https://github.com/mozilla-mobile/fenix/issues/7227: Re-enable storage maintenance call.
Re-enable storage maintenance call by introducing WorkManager worker on A-C side and consuming it from Fenix.
The work request is periodic and the repeat interval is 24h. It requires the device to be idle and not to have
low battery. This feature is available only for Nightly for now.
2 years ago
t-p-white a8e3726dce [fenix] For https://github.com/mozilla-mobile/fenix/issues/27472 - Added telemetry data points for the Google Play Store review prompts 2 years ago
Jonathan Almeida 2cd60894c7 [fenix] Bug 1795105: Remove usages of ContentState.thumbnail 2 years ago
Alexandru2909 e8ea437ec0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25814 - Hide "Show search engines" toggle from search settings when unified search is enabled 2 years ago
Noah Bond 1791dc2ba3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27578 - Add optional color parameters to MessageCard 2 years ago
DreVla 4647e47995 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27635 - New telemetry for Save to PDF failures 2 years ago
Alexandru2909 4daa618db6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25813 - Use specific hint for history, bookmarks and tab unified search 2 years ago
Arturo Mejia 900c635754 [fenix] Bug 1796482 - Report save to PDF errors. 2 years ago
Roger Yang fdaae59999 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023: Add capability to override telemetry URL 2 years ago
Noah Bond 9f534dcc6c [fenix] For https://github.com/mozilla-mobile/fenix/issues/27331 - Add migration for Turning Red wallpaper card colors 2 years ago
Noah Bond e77c0275ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Replace `Button` in `CustomizeHomeButtonViewHolder` with `TertiaryButton` 2 years ago
Noah Bond 4c94b0dc63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Add optional overrides for the colors in `Button` Composables 2 years ago
Noah Bond 71279545a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27579 - Fix broken previews for MessageCard 2 years ago
Alexandru2909 82701fd0f0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26911 - Allow users to enable re-supported Fennec extensions 2 years ago
Mugurell ab2514789b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27627 - Check the TCP CFR status lazily
Use lazyFeatureFlagPreference as a quick small way to avoid a race between
initializing the value and the Nimbus initialization based on which the value
should be calculated.
This is the same flow that the other MR experiments use.
2 years ago
DreVla c9eedb7965 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10344 - Enable tab reordering in beta/release 2 years ago
Alexandru2909 ae6bdc265d [fenix] For https://github.com/mozilla-mobile/fenix/issues/25811 - Add header to unified search engine menu 2 years ago
iorgamgabriel 2dca91e984 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27450 Fix Crash from Navigation action/destination org.mozilla.firefox:id/action_savedLoginsAuthFragment_to_loginsListFragment 2 years ago
Harrison Oglesby eb400a5243 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27459 - Add divider composable (https://github.com/mozilla-mobile/fenix/pull/27544) 2 years ago
Arturo Mejia de9e258a4c [fenix] Bug 1780639 - let Save as PDF ride the trains. 2 years ago
iorgamgabriel 5e2d61e5fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/27524 Set as default browser toggle get set to true after user select Fenix as default browser 2 years ago
Gabriel Luong afa524bba3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27584 - Replace Button in RecentSyncedTab with SecondaryButton 2 years ago
Alexander Gramiak b009e53bba [fenix] For https://github.com/mozilla-mobile/fenix/issues/27269: Use parentFile method over substring extraction
This fixes gradle tests on Windows, where the file separator is "\"
and not "/".
2 years ago
Roger Yang d8776a4c8e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/24613: Remove history improvement feature flag 2 years ago
Alexander Gramiak 19d06041ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/16162: Simplify site addresses in saved logins view
This is what Firefox Desktop does.
2 years ago
t-p-white b31d24c2fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/27455 - Rename all reference names to `AppStore` as appStore 2 years ago
Noah Bond 9640057475 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26520 - Color homepage cards via wallpaper card colors 2 years ago
Roger Yang c61875b081 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all' options in bookmarks
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks

Co-authored-by: Pg <pg.developper.fr@gmail.com>
2 years ago
mcarare 393d5161df [fenix] For https://github.com/mozilla-mobile/fenix/issues/27541: Update AndroidX Annotation to latest version.
Add AndroidX Annotation as a direct dependency to app build.gradle.
Update imports for annotations moved to Companion Object.
2 years ago
Timshel b32ff6be44 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26577 - resetFocus only when camera permission is denied 2 years ago
Alexandru2909 e473136c8b [fenix] For https://github.com/mozilla-mobile/fenix/issues/27135 - Correctly report top sites for a11y services 2 years ago
sarah541 3a5ee72817 [fenix] Truncate urls to prevent slowing down of UI 2 years ago
Meiirbek Baimuratov 8d822f9ab1 [fenix] For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/27282: delete WallpaperManager 2 years ago
Gregory Mierzwinski f9995a16af [fenix] Bug 1791998 - Disable TCP popup when running performance tests. (https://github.com/mozilla-mobile/fenix/pull/27451)
* Disable TCP popup when running performance tests.

* Run some perf tests.

* Undo testing changes.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago