Commit Graph

7573 Commits (687209fee8f672f36163aa66bc260d68ef90e90a)
 

Author SHA1 Message Date
Gabriel Luong ff829f9f25 For #21935 - Use photonBlue60 in place of #0250BB 3 years ago
Gabriel Luong 26920baf47 For #21935 - Use photonRed70 in place of #C50042 3 years ago
Gabriel Luong 624afa9e53 For #21935 - Use photonPurple50 in place of #B833E1 3 years ago
Gabriel Luong 8d27963ace For #21935 - Use photonViolet60 in place of #7542E5 3 years ago
Gabriel Luong 20ddedd118 For #21935 - Use photonWhite in place of #FFFFFF 3 years ago
Gabriel Luong a673305643 For #21935 - Use photonBlack in place of #FF000000 3 years ago
Gabriel Luong 0ae8e36248 For #21935 - Use photonBlue30 in place of #00B3F4 3 years ago
Christian Sadilek 5df6ec65e7 Deactivate jacoco and coverage report uploads 3 years ago
Mugurell c54e75edec For #22005 - Ensure deleted items are removed from the list 3 years ago
Mozilla L10n Automation Bot f2d5da4e91 Import l10n. 3 years ago
Julien Cristau f5431fbe01 Revert google play track to the default from pushapkscript
With the logins update rollout complete we're ready to push nightly to
production directly.
3 years ago
Mickey Moz d69f082356
Update Android Components version to 95.0.20211019143246. (#22015) 3 years ago
Mugurell d3df7369e0
CI for 21827 (#22004)
* Remove redundant calls to setHasOptionsMenu(false)

Fix memory leaks for credit card and login fragments

* Fixes:

Add link to issue tracker
Use activity?.invalidateOptionsMenu() instead of setHasOptionsMenu(false)
Move it inside of 'if' statement to avoid unintended issues when called improperly
Revert changes to AddLoginFragment.kt

* Fix call invocation to redirectToReAuth() from AddLoginFragment.kt
Fix 'when' statement in redirectToReAuth() to use AddLoginFragment

Co-authored-by: Vitaly V. Pinchuk <vetal.978@gmail.com>
3 years ago
Mozilla L10n Automation Bot 4743146ac4 Import l10n. 3 years ago
Arturo Mejia 846aefc0f4 For #21723 Align the default value of the custom cookie setting with the UI 3 years ago
MickeyMoz 30ce4ddd13 Update Android Components version to 95.0.20211018143318. 3 years ago
AndiAJ 9a3e94eb31 Improve tabsSettingsMenuItemsTest UI test coverage 3 years ago
Mozilla L10n Automation Bot c56214453a Import l10n. 3 years ago
MickeyMoz 5b0b7c2ce2 Update Android Components version to 95.0.20211016190128. 3 years ago
MickeyMoz 38054e5165 Update Android Components version to 95.0.20211017143052. 3 years ago
Mozilla L10n Automation Bot 91b719ed75 Import l10n. 3 years ago
MickeyMoz dcfd81613a Update Android Components version to 95.0.20211016143249. 3 years ago
Mozilla L10n Automation Bot 1c73fc8e20 Import l10n. 3 years ago
MickeyMoz f5b0067bc1 Update Android Components version to 95.0.20211015143255. 3 years ago
Roger Yang 60f7f766da Issue #21893: Keep search group when second to last search term tab is removed 3 years ago
Mozilla L10n Automation Bot 31a0d676ee Import l10n. 3 years ago
Christian Sadilek c3ef16de61 Closes #21944: Top sites rendered slowly on first load of HomeFragment 3 years ago
Marc Leclair 8d5c6f6082 For #21700: linting fixes
For #21700: nit fixes
3 years ago
Marc Leclair 22df40b35c For #21700: Made the class to test argument a requirement 3 years ago
Marc Leclair dede8a1ca4 For #21700: Fixed output path to be in app/build 3 years ago
Marc Leclair 27cd609d0f For #21700: Added option to open in browser instead of automatically doing it 3 years ago
Marc Leclair c5accf6b32 For #21700: fixed comments 3 years ago
Marc Leclair c527decda1 For #21700: Created benchmark script runner and edited benchmark gradle file 3 years ago
Jonathan Almeida 625233f664 Close #21910: Fix intermittent failures in SelectTabUseCaseWrapperTest 3 years ago
Ben Dean-Kawamura ee863623d5 Bumping the AC version
ryanvm requested this one.
3 years ago
Grisha Kruglov 0b5b1a738a Do less work while navigating Logins views
Fetching a set of logins from the store is quite expensive. This commit
avoids doing that while navigating back and forth between the list and
detail views:

- retain processes logins state when navigating into detail view
- use the `get` storage api to obtain specific login, instead of
  `list().filter {...}`
- avoid re-sorting retained logins when navigating back into the list
  view
3 years ago
Grisha Kruglov 56b4491e81 Bump A-C nightly version 3 years ago
Grisha Kruglov 97d93eb564 Make linters happy 3 years ago
Ben Dean-Kawamura cc247c407f Register the logins key provider
This is required for sync to work
3 years ago
Ben Dean-Kawamura 34ec442961 Updating Fenix to work with the new logins API
Switched to always using `Login` instead of the `SavedPassword` alias.

Made `MasterPasswordTipProvider.saveLogins()` call
`importLoginsAsync()`.  This is needed because it's the only method that
inputs a `Login` rather than a `LoginEntry`.

Moved the `SavedLoginsStorageController.kt.syncAndUpdateList` call
to inside `add()` and `update()`.  This simplifies the error handling a
bit.

Refactored dupe-checking code to use findLoginToUpdate()

Refactored `AddLoginFragment` / `EditLoginFragment` to put the username
error handling code all in 1 method.  I think it's easier to follow the
logic of showing/hiding the error labels when it's all in one place.
This fixes issues #24103 and #24104.  I would love to address #24102,
but I'm not sure what the correct behavior is there so I just kept that
the same.
3 years ago
Arturo Mejia 25c784b684 For #21906 ⁃ Remove old copy form inactive tabs section 3 years ago
Julien Cristau 55763073b5 push-apk: set google play track to alpha
This lets us temporarily push nightly builds to the alpha track instead
of production so we can gradually roll out the Logins update.
3 years ago
AndiAJ db2946c78a Fix for ambiguous tabstray_title and with text matcher for audio page 3 years ago
AndiAJ 198f407dd2 For #21769 fix flaky tabMediaControlButtonTest Ui test 3 years ago
Jonathan Almeida 9780dac846 No issue: Always show Make inactive for debug builds 3 years ago
Gabriel Luong e0991f0fe6 For #21887 - Update Home background color to LightGrey20 3 years ago
Roger Yang 4a8f01beea Close #21573: Add shadow to recent bookmarks section 3 years ago
Mozilla L10n Automation Bot f4d026d906 Import l10n. 3 years ago
Roger Yang 2b92860966 Close #21917: Update pocket stories card elevation to match other cards 3 years ago
Jonathan Almeida c554152fba Issue #21707: Correct search grouping logic in extensions
At this moment, we have two extension methods that have duplicate
functionality to construct search term groupings. One on `List<Tab>` and
one on `List<TabSessionState>`. The former is used for everything
related to tabs piped through the `TabsFeature` and the latter is for
consumers of `BrowserState` directly.

The bug occurs because our implementation of search groupings was
updated only on the former extension, but the `HeaderBinding`, that
observes the BrowserState and updates the title visibility, was using
the latter.

Ideally, we remove this duplication when we no longer have separate data
classes for consumers of `TabsFeature`, but this intermediary fix should
suffice.
3 years ago