Gabriel Luong
89a1b0016c
For #19492 - Provide the correct CreditCardNumber type to UpdatableCreditCardFields when updating a credit card ( #19692 )
...
We were crashing because we were specifying the wrong `CreditCardNumber` type when constructing the `UpdatableCreditCardFields`.
We only had the plaintext card number from the user input, but was placing it off as an encrypted card number, which resulted in the crash.
2021-05-27 18:44:00 -04:00
Christian Sadilek
965a211fc3
Migrate test code to no longer use Nimbus FeatureConfig
2021-05-27 16:09:44 -04:00
Christian Sadilek
9d1e51dfff
Fix breaking change in MetricController
2021-05-27 16:09:44 -04:00
Christian Sadilek
3a57188c35
Fix lint/detekt issues
2021-05-27 16:09:44 -04:00
Christian Sadilek
2cc1a49fb0
Update Android Components version to 90.0.20210527173355
2021-05-27 16:09:44 -04:00
James Hugman
ab678a21ff
Add an experiment to demontrate the Feature API
...
This is not visible in production, but only debug. It shows three variables
being used to change the settings screen (title, icon and title-punctuation).
2021-05-27 16:09:44 -04:00
Oana Horvath
4851bf7545
No issue: cleanup of unused tabs related code in HomeScreenRobot.kt
...
Deleted SmokeTest#selectTabsButtonVisibilityTest, feature removed
2021-05-27 11:13:56 +03:00
Oana Horvath
60a752f75c
No issue: added smoke tests from MediaNotificationTest.kt
2021-05-27 11:13:56 +03:00
Elise Richards
279d59897c
For #18264 - Add biometric prompt to credit card settings ( #19505 )
2021-05-27 03:45:35 -04:00
Oana Horvath
bca8b74263
No issue: Added custom tab UI smoke test
2021-05-27 10:22:30 +03:00
Jonathan Almeida
758700cbb0
Issue #19647 : Navigate to browser from home via Synced Tabs page
2021-05-27 05:21:57 +04:00
Mozilla L10n Automation Bot
b046982744
Import l10n.
2021-05-27 00:48:18 +00:00
Gabriel Luong
338c488fae
For #19680 - Show the card number when editing a credit card ( #19681 )
2021-05-26 20:22:11 -04:00
Sebastian Kaspari
0eee71d0cf
Closes #17819 : Remove JCenter from build files.
2021-05-26 17:00:01 -04:00
Gabriel Luong
c11335fafc
For #18271 - [Saved cards] Display the credit card provider icon and report the correct card type ( #19652 )
2021-05-26 16:44:05 -04:00
Mugurell
bd8facb025
For #18263 - Allow dynamically toggling credit cards autofill
2021-05-26 19:38:16 +03:00
Ionut Cristian Bedregeanu
ac71b47c61
For #19653 - Address 19643 PR comments
...
Rename handleAddCreditCard to handleAddCreditCardClicked
Rename onClickAddCreditCard to onAddCreditCardClick
Format layout_add_credit_card.xml
2021-05-26 19:06:37 +03:00
Mugurell
272e631b62
For #19638 - Don't show extracted text UI for name when editing cards ( #19673 )
...
This comes to ensure consistency with the behavior for when editing the card
number.
2021-05-26 12:05:21 -04:00
Bedregeanu Ionut
bf25951a62
For #19654 - Add RTL support for the "Add credit card" button from "Saved cards" ( #19666 )
...
Co-authored-by: Ionut Cristian Bedregeanu <ionut.bedregeanu@softvision.ro>
2021-05-26 11:58:49 -04:00
Codrut Topliceanu
02079cd567
For #19569 - Decrease the credit card expiry year width to ensure the month is fully visible ( #19582 )
2021-05-26 11:16:29 -04:00
Mugurell
3fb40e1f40
For #19475 - Introduce a DefaultTabsTrayInteractor
...
Refactored the TabsTrayFragment to not implement the TabsTrayInteractor which
among other advantages allowed for easier testing.
2021-05-26 15:45:54 +03:00
Mugurell
dc26272381
For #19475 - Cleanup - respect naming scheme in TabsTrayController
...
In our current MVI implementation the View Interactors are first called in
response to a direct user action and contain methods following the
"onXXHappened" naming scheme and then delegate other Interactors / Controllers
for specific actions.
Controllers contain the business logic for actually updating the app's state
and offer methods following the "handleXXAction" naming scheme.
2021-05-26 15:45:54 +03:00
isabelrios
727d0256e0
Stop depending on JCenter - Screengrab and Falcon
2021-05-26 11:04:58 +02:00
Mozilla L10n Automation Bot
72ac23ddb9
Import l10n.
2021-05-26 00:43:20 +00:00
Sebastian Kaspari
84f4ff0d86
Issue #17819 : Update detekt to 1.17.1
2021-05-25 17:19:57 -04:00
Ionut Cristian Bedregeanu
0a226962bb
For #18881 - Create a new layout for 'Add credit card' button
...
Add functionality for 'Add credit card' button
Add unit tests for 'Add credit card' functionality
2021-05-25 20:34:49 +03:00
MickeyMoz
606491994f
Update Android Components version to 90.0.20210525143110.
2021-05-25 16:32:46 +00:00
Mugurell
d02db131f0
For #19620 - Have MenuScreenShotTest screenshot DefaultBrowser setting again
...
As a regression from #19590 which added a new setting above the existing
"Set as default browser" setting the settingsTest() needed to be updated to
allow clicking and screenshot of what happens after clicking on the
"Set as default browser" setting which can now be pushed offscreen.
2021-05-25 16:04:39 +03:00
Codrut Topliceanu
5f2b3fec38
For #18270 - Adds ellipses+last 4 digits to CC display ( #19420 )
...
* For #18270 - Adds ellipses+last 4 digits to CC display
2021-05-25 14:32:17 +03:00
Oana Horvath
0877e4cbb7
For #19415 : fixed private browsing button visibility issue
2021-05-25 10:49:13 +03:00
mcarare
0141d96465
For #19554 : Add SyncEngine.CreditCards to sync supportedEngines.
2021-05-25 09:44:03 +03:00
Mozilla L10n Automation Bot
d9c34e68c3
Import l10n.
2021-05-25 00:32:09 +00:00
mcarare
9400f58e2a
For #17538 : Perform autofill storage warm-up after visual completeness.
2021-05-24 23:23:15 +03:00
MickeyMoz
23fa3073a8
Update Android Components version to 90.0.20210524143115.
2021-05-24 18:53:23 +00:00
Oana Horvath
5c026d4e7b
For #18603 : Fix and re-enable startBrowsingButtonTest
2021-05-24 19:26:37 +03:00
AndiAJ
3fc4848aef
Fix settingsPrivacyItemsTest
2021-05-24 14:12:35 +03:00
mcarare
9f81754fab
For #19600 : Set manage cards preference visible by default.
2021-05-24 13:10:57 +03:00
mcarare
a862824697
For #19600 : Change manage cards preference UI dynamically.
2021-05-24 11:09:59 +03:00
mcarare
bcf6b901ee
For #19600 : Change manage cards preference UI dynamically.
2021-05-24 11:09:59 +03:00
Oana Horvath
9fd7fe3df1
For #15754 : Get playback state using MediaSession in MediaNotificationTests
2021-05-24 09:48:49 +03:00
Mozilla L10n Automation Bot
8ffc619d8d
Import l10n.
2021-05-24 00:29:05 +00:00
MickeyMoz
ef01e9d6ff
Update Android Components version to 90.0.20210523143136.
2021-05-23 16:38:37 +00:00
Mozilla L10n Automation Bot
f1c703b29f
Import l10n.
2021-05-23 00:30:49 +00:00
MickeyMoz
c3adb970d5
Update Android Components version to 90.0.20210522143202.
2021-05-22 16:32:15 +00:00
MickeyMoz
92c8b643c9
Update Android Components version to 90.0.20210522000521.
2021-05-22 01:51:40 +00:00
Mozilla L10n Automation Bot
a9c76fbe0b
Import l10n.
2021-05-22 00:25:29 +00:00
MickeyMoz
d16ffb0e8d
Update Android Components version to 90.0.20210521143109.
2021-05-21 17:28:05 +00:00
Mugurell
bbc25e430e
For #19590 - Enable credit card autofill in Debug and Nightly ( #19601 )
2021-05-21 11:37:49 -04:00
Mozilla L10n Automation Bot
2d38ca8913
Import l10n.
2021-05-21 12:03:21 +00:00
Codrut Topliceanu
d83d05670d
For #19570 - Set appropriate theme color for delete card button ( #19581 )
2021-05-20 19:38:14 -04:00