Commit Graph

2993 Commits (ba767ffcc72e75453cc7c8d46f20b2af5181214d)

Author SHA1 Message Date
Mozilla L10n Automation Bot fd263d8329 Import l10n. 5 years ago
Grisha Kruglov 6c38b77315 Part 6: Kick-off account manager initialization after visual completeness
In order to hide the time it takes for the account manager to be initialized
(which always involves disk IO, and often network IO), let's kick it off
after "visual completeness".
This makes sure that for most users, by the time they interact with the account
manager-related functionality (e.g. in Settings), it's ready to go.

Also, for signed-in users, this will establish background sync workers.
5 years ago
Grisha Kruglov 057e28d4e4 Part 5: Refactor HomeMenu<->HomeFragment interaction
This refactor "reverses" relationship between these two classes, allowing
HomeMenu to inform its parent, HomeFragment, of any changes to the menu.

Once that's in place, we start observing account manager changes (once its ready)
for account problems.

This solves two problems:
- initialization of the account manager is no longer necessary to build a home menu
- home menu now starts observing changes to the account manager's state (before it was static)
5 years ago
Grisha Kruglov 029fae4559 Part 4: Make sure 'sync is on' snackbar does not initialize account manager 5 years ago
Grisha Kruglov eb98df4edd Part 3: Mark accountManager as 'lazy' in Mode.kt
This is enough to cause it to be initialized only if we're going through onboarding.
5 years ago
Grisha Kruglov 3efaa516ca Part 2: Do not eagerly initilize account manager within HomeActivity
Instead of always kicking off accountManager's init and telling it to sync right away in
'onResume', we move these tasks to some abstract point later on, whenever account manager
is available.
5 years ago
Grisha Kruglov 0677fc35de Part 1: Add 'accountManagerReady' queue to BackgroundServices
This gives us an ability to perform tasks against 'accountManager' without
causing its immediate initialization.
5 years ago
Grisha Kruglov be1fa8df7d Pre: introduce a RunWhenReadyQueue
This replaces the StartupTaskManager we had with a more general class.
New implementation is a thread-safe "gated task executor", which either
runs the task right away if it's marked as 'ready', or queries it to be
executed later on.

This ability to either execute or queue a task will be useful later on in the
commit series.
5 years ago
Aaron Train 4d139d52c4
Closes #9189: Fixes "static asset not found" error in doNotSaveLoginFromPromptTest, saveLoginFromPromptTest UI tests (#9439)
AndroidAssetDispatcher class dispatcher was attempting to open a local asset with a query suffix from the request. If query suffix is found, remove it. Re-enable saveLoginFromPromptTest() and doNotSaveLoginFromPromptTest()
5 years ago
David Walsh 9679b91e82 For #9525 - Add bottom margin to top sites header 5 years ago
Sawyer Blatz 4ac29530cd
Issue #9132: Update to search animation for top toolbar (#9524)
* let animation in top toolbar mode play nicely.

* remove duplicate methods, make code readable.

* migrate getToolbarNavOptions method to BrowserAnimator, one method to rule them all.

* Update linting

Co-authored-by: ahmedmamdouh13 <ahmedmamdouh13196@gmail.com>
5 years ago
ekager 3d55578242 Use existing strings for announcement 5 years ago
asavill c383d4225e Closes #7720:
- Increased atp switch size to be consistent with `dimen/tracking_protection_item_height`(48dp).
- Cut out redundant traversal of TextViews in SwitchWithTraversal as per https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md
- Reuse `QuickSettingsText.Icon` style on the switch component to be consistent with other items in the component_tracking_protection_panel.xml
- Added new string resources for textOff and textOn state to get appropriate screen reader description (unsure of the translation/localisation process here!)
5 years ago
David Walsh e1187ebf31 For #7059 - Allow search engines to scroll 5 years ago
David Walsh d989616f62 Add top sites heading to home screen 5 years ago
mcarare 76f15a1f7f For #9498: Update unit tests with new constructor argument 5 years ago
mcarare f52fa44207 For #9498: Replace navargs with viewModel to remember if scroll to tab 5 years ago
mcarare ab78951146 For #9496: Vertically align collection name and icons to collection icon 5 years ago
Simon Chae e820a35f56 Update NotYetSupported add-ons copy 5 years ago
codrut.topliceanu 1e63d6ce76 For #9500 - Revert patch for 8568
The patch for 8568 introduced this regression.
Let's just revert it until we can come up with a better solution.
5 years ago
Sebastian Kaspari 02aabea14a Update to new feature-media API. 5 years ago
Mozilla L10n Automation Bot cd7c2c4bd5 Import l10n. 5 years ago
Edouard Oger 394f386ac3 Add secret debug menu to override FxA servers 5 years ago
mcarare 18533d3434 For #8764: Use list component for items in collections 5 years ago
mcarare 62bbbd9e37 For #8764: Update collection design, including list elements 5 years ago
mcarare 38a97cd1e0 For #9252: Add progress bar to saved logins view 5 years ago
mcarare f3bbcc4e17 For #9252: Update views visibility ony when list has finished loading 5 years ago
Arturo Mejia f9cc2ccfe2 For issue #8017 enable SitePermissionsWifiIntegration 5 years ago
Mozilla L10n Automation Bot 75aba7a2b4 Import l10n. 5 years ago
codrut.topliceanu ba39a46b88 For #8568 - Refocus URL editText in SearchFragment onResume 5 years ago
Amaan Marfatia 3dcfed3761 AboutPageAdapter doesn't use notifyDataSetChanged()
We make the AboutPageAdapter inherit from a ListAdapter so that we don't use notifyDataSetChanged().
5 years ago
David Walsh 180652deab No issue - Make fill link from clipboard divider stretch full screen 5 years ago
mcarare 677a9da5ec For #8485 Update UI tests after settings reorg 5 years ago
mcarare edabf9c865 For #8485 Move Remote debugging and LeakCanary to Advanced section 5 years ago
mcarare 012e318724 For #8968: Hide keyboard when navigating away from browser 5 years ago
ValentinTimisica 3647606aae Fixes #9280: Remove tabs fade in animation when pressing on Add new collection 5 years ago
Mugurell 9f3bbf1fb7 For #8651 - Add HistoryInteractor/Controller unit/ui tests 5 years ago
Mugurell fc0260d6ee For #8651 - Ensure FenixSnackbar has a proper root for inflating into
FenixSnackbar, as the platform Snackbar can only be inflated in either a
`CoordinatorLayout` or a `FrameLayout`.
Ensure our HistoryFragment's layout uses one of these as it's root.
5 years ago
Mugurell a1cdd31f0c Fix #8651 - Add new menu actions for a history item
We'll now also support:
- Copy url
- Share to another FXA device
- Open in new tab
- Open in private tab
5 years ago
mcarare b77f92f9d1 For #9435: Adjust margins and paddings to mirror correctly in RTL 5 years ago
Mihai Branescu 3f12c1cdb9 Closes #9352 - changed capitalisation of 'Open in app' 5 years ago
David Walsh 28406eaf3d No issue - Add content descriptions when missing 5 years ago
mcarare e8ad2389ac For #7356: Scroll to selected tab when pressing tab overview 5 years ago
ekager 414e905b76 Closes #8944 - Adds custom lint checks 5 years ago
Sawyer Blatz 06e5efd03e
No issue: Removes settings entrance animation for now (#9443) 5 years ago
Mihai Eduard Badea 91690d7b48 Replaced name field with search string field 5 years ago
ValentinTimisica 69e8a2f357 Fixes #4987: Remove close tabs functionality when they are added to a collection 5 years ago
ValentinTimisica a72d50d78f Fixes #7734: Remove animation for back button 5 years ago
Mozilla L10n Automation Bot 5894999f28 Import l10n. 5 years ago
Sawyer Blatz 6065ff85a1
No issue: Fixes indentations on several settings fragments (#9442) 5 years ago
Christian Sadilek 5e9d5dd545 Closes #9414: Make AMO collection configurable 5 years ago
Grisha Kruglov 9e324fa02a Perform storage warm-up after visual completeness 5 years ago
Grisha Kruglov 20f8b97dcb Pass lazy references to FennecMigrator 5 years ago
Sebastian Kaspari 0f0d56e60a Issue #5208: Use new tab/collection restore API. 5 years ago
Mihai Branescu 73a7330b2b For #9395 - Trimmed name for custom search engines 5 years ago
Mozilla L10n Automation Bot 5a9be5e053 Import l10n. 5 years ago
Jonathan Almeida 40ba43311e For #7661: Add deeplink schemas for fennec variants 5 years ago
Arturo Mejia f785a07ef9 No issue: Add add-on updater information dialog 5 years ago
ValentinTimisica eb5303fa48 Fixes #8288: Adds content description for ETP back button 5 years ago
Mozilla L10n Automation Bot d2c23f21cc Import l10n. 5 years ago
Christian Sadilek d184b99649 Closes #9333: Prevent compression of omni.ja to improve startup time
Co-authored-by: Markus Stange <mstange@themasta.com>
Co-authored-by: Agi Sferro <agi@sferro.dev>
5 years ago
Mihai Branescu a23bcebb5d For #8972 Replaced purple colors to match the rest of the app 5 years ago
Mihai Branescu 494db56ea5 For #9207 - changed status bar color in home fragment to match gradient background 5 years ago
Arturo Mejia fa9dae0d72 For issue #9364 Crash when blocking app permissions and returning to
the app
5 years ago
ekager eea6eb0c4c Add toolbar padding for bookmark snackbar 5 years ago
ekager 16b40992d2 For #9351 - Show snackbars with toolbar padding to work with dynamic toolbar 5 years ago
Arturo Mejia 5e75140b3d For issue #8809 Notification permissions can't be disabled/re-enabled
unless you restart the browser
5 years ago
Arturo Mejia b484ad38cc No issue: Remove feature flag for removing one TP exception 5 years ago
mcarare 55ea92be5b For #8759 Update Unit tests with activityName instead of packageName 5 years ago
mcarare 7fbb1640b6 For #8759 Use activityName instead of packageName as app identification 5 years ago
Aaron Train f23b9fcb89
Closes #9346: Add ViewIdlingResource for Reader View UI tests (#9347) 5 years ago
ValentinTimisica 79dc133c9c For #9359: Revert 8491.
In the UX review of 8491 it was discovered that the proposed solution is not
optimal and we should actually better stick with the old implementation.

This ticket comes to help with that and revert the already merged patch for
8491 and so will add same gradient to the top toolbar as the bottom toolbar.
5 years ago
Mozilla L10n Automation Bot 8be6c77695 Import l10n. 5 years ago
Arturo Mejia 301f56d144 For issue #9334 Fix Remove of one exception is deleting all 5 years ago
exobyte101 dee1d92293 Remove extra transparent space from widget preview image 5 years ago
exobyte101 746a11c30f Closes #4766: Adjust search widget min height and width according to guildelines 5 years ago
Sawyer Blatz 9feb44852b
For #9256: Attempts to fix installation ping not being sent (#9331) 5 years ago
Kate Glazko 47b2f6a070 For 7077 Simplify Display Url 5 years ago
codrut.topliceanu 9059a6b465 For #6317 - Applies 3dot menuItem look to quickSettings and tracking panel 5 years ago
Aaron Train f8048462b5
Closes 9291: Fix shortcutSearchEngineSettingsTest (#9292) 5 years ago
Mozilla L10n Automation Bot db1a093661 Import l10n. 5 years ago
Amaan Marfatia 7236913d94 Closes #7761: Makes the Parent Folder Selector height 48dp for touch accessibility 5 years ago
Mihai Branescu ab04155222 For #8653 - changed menu strings 5 years ago
mcarare 14338a3b13 For #8899: Set viable anchor for snackbars in both custom and normal tab 5 years ago
ValentinTimisica 8871c05c9d Fixes #9243: Remove tabs fade in animation when pressing on Save to Collection 5 years ago
David Walsh 681d6cf8a1 For #8652 - Allow sharing multiple bookmarks 5 years ago
David Walsh 27502bdd34 For #9177, #8248 - Hide empty verified by block when no cert 5 years ago
Mozilla L10n Automation Bot 930c74a42a Import l10n. 5 years ago
Severin Rudie 35a132d7ff
8017 advanced autoplay controls. (#8978)
* For #8017: add advanced autoplay controls
5 years ago
Elise Richards 5d8a9bb4be
For #8592: Relocate device name in account preferences. Deactivate device name field while syncing. (#9255) 5 years ago
Sawyer Blatz a356b4b2c4
For #9136: Send all adjust properties to glean (#9253) 5 years ago
Mugurell 21606bf94f For #8693 - Add rtl onboarding toolbar position picker images 5 years ago
Mugurell 1dca146e4f For #8693 - Add rtl onboarding theme picker images 5 years ago
Aaron Train 8f37977e79
Closes #9262: Add additional waits to LibraryMenuTest (#9263) 5 years ago
ValentinTimisica fbeff33ef5 Fixes #8491: Changed toolbar background for PBM when is set to top
This change was required so that the background of the toolbar match the
homeFragment gradient
5 years ago
Mozilla L10n Automation Bot e97387257b Import l10n. 5 years ago
Mozilla L10n Automation Bot 310b3caf70 Import l10n. 5 years ago
Sawyer Blatz b9059c8208
For #9256: Attempts to fix installation ping not being sent (#9254) 5 years ago
Sebastian Kaspari 0198305bfb MigrationPushRenewer: Remove ExperimentalCoroutinesApi. 5 years ago
Grisha Kruglov e541e10427 Initialize storage after visual completeness
In order to eat the perceived performance costs, we initialize storage
once we're visually complete. This way, we're reducing chances of user performing
a UI action which will trigger storage init and delay said action.
5 years ago