Commit Graph

6572 Commits (5ecda4f7c9053314a4f1a8202f5c9479483fb52e)
 

Author SHA1 Message Date
Oana Horvath 60b8cfa916 [fenix] No issue: Add more smoke tests coverage 3 years ago
Oana Horvath ddf02bbac2 [fenix] No issue: Change hardcoded package and app name in tests 3 years ago
Mozilla L10n Automation Bot 8e3c6deabb [fenix] Import l10n. 3 years ago
Michael Comella 58382c2a2d [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/208: rename to measure_start_up.py. 3 years ago
Michael Comella eb5aca5cdb [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/208: clean up help text. 3 years ago
Michael Comella 54e9606a42 [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/208: use CHANNEL_TO_PKG directly. 3 years ago
Michael Comella 41373c7dd3 [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/208: add nav_start test to measure… script. 3 years ago
Gabriel Luong 8b8ace4a5e [fenix] Update version.txt to 91.0.0-beta.1 (https://github.com/mozilla-mobile/fenix/pull/19749) 3 years ago
MickeyMoz 695d0ae767 [fenix] Update Android Components version to 90.0.20210531190346. 3 years ago
Mozilla L10n Automation Bot 13f05d9676 [fenix] Import l10n. 3 years ago
Gabriel Luong 7bdf0474b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19734 - Enable Credit cards autofill for Release (https://github.com/mozilla-mobile/fenix/pull/19735) 3 years ago
Gabriel Luong 5ab6b35346 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18711 - Refactor credit card telemetry under the Metrics ping (https://github.com/mozilla-mobile/fenix/pull/19733) 3 years ago
Jonathan Almeida da6ac8459b [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19731: Track metrics before we dismiss the tabs tray 3 years ago
MickeyMoz e5713ccab8 [fenix] Update Android Components version to 90.0.20210531143146. 3 years ago
Delphine Lebédel c51328394e [fenix] Add Bulgarian (bg), Central Kurdish (ckb), Interlingua (ia), Tatar (tt) locales to Fenix (https://github.com/mozilla-mobile/fenix/pull/19711) 3 years ago
Mihai Adrian Carare fc5f56c9ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/19564: Explicitly update switch state for a11y event announcements. (https://github.com/mozilla-mobile/fenix/pull/19589) 3 years ago
Aaron Train 635bd579c4 [fenix] No issue: Update Flank to v21.05.0 (https://github.com/mozilla-mobile/fenix/pull/19690) 3 years ago
MickeyMoz d019d7b4fa [fenix] Update Android Components version to 90.0.20210531115932. 3 years ago
Mozilla L10n Automation Bot c43d29c07c [fenix] Import l10n. 3 years ago
MickeyMoz 4e9b744d47 [fenix] Update Android Components version to 90.0.20210529143142. 3 years ago
Mozilla L10n Automation Bot a4d0d5f378 [fenix] Import l10n. 3 years ago
Gabriel Luong c0ce74f75e [fenix] For https://github.com/mozilla-mobile/fenix/issues/19693 - Display a biometric prompt when a credit card is selected to autofill (https://github.com/mozilla-mobile/fenix/pull/19697)
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
3 years ago
Gabriel Luong 67f91bff90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19693 - Add new string for the prompt to authenticate to use a stored credit card (https://github.com/mozilla-mobile/fenix/pull/19708) 3 years ago
Grisha Kruglov 1608dbc495 [fenix] Enable addresses sync for nightly/debug builds 3 years ago
Grisha Kruglov 9647ae5fad [fenix] Minor cleanup of the account settings 3 years ago
Elise Richards 0bedcba4e5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18711: Telemetry for credit card autofill (https://github.com/mozilla-mobile/fenix/pull/19548) 3 years ago
MickeyMoz 077dbd145a [fenix] Update Android Components version to 90.0.20210528002854. 3 years ago
Ben Hearsum (he/him) 456caaba02 [fenix] Update gpg pub key (https://github.com/mozilla-mobile/fenix/pull/19691) 3 years ago
Mozilla L10n Automation Bot 05611f5826 [fenix] Import l10n. 3 years ago
Jonathan Almeida 369ef222fd [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19459: Use Store.waitUntilIdle in intermittent failing test (https://github.com/mozilla-mobile/fenix/pull/19683) 3 years ago
Gabriel Luong d67678c9c0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19492 - Provide the correct CreditCardNumber type to UpdatableCreditCardFields when updating a credit card (https://github.com/mozilla-mobile/fenix/pull/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.
3 years ago
Christian Sadilek 451d286705 [fenix] Migrate test code to no longer use Nimbus FeatureConfig 3 years ago
Christian Sadilek 9026e1d20a [fenix] Fix breaking change in MetricController 3 years ago
Christian Sadilek 2adaed1d2f [fenix] Fix lint/detekt issues 3 years ago
Christian Sadilek a2e5fe830d [fenix] Update Android Components version to 90.0.20210527173355 3 years ago
James Hugman 9e84d12281 [fenix] 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).
3 years ago
Oana Horvath ba1ebb1413 [fenix] No issue: cleanup of unused tabs related code in HomeScreenRobot.kt
Deleted SmokeTest#selectTabsButtonVisibilityTest, feature removed
3 years ago
Oana Horvath 4219f12c67 [fenix] No issue: added smoke tests from MediaNotificationTest.kt 3 years ago
Elise Richards c334a5ae30 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18264 - Add biometric prompt to credit card settings (https://github.com/mozilla-mobile/fenix/pull/19505) 3 years ago
Oana Horvath 65105f2854 [fenix] No issue: Added custom tab UI smoke test 3 years ago
Jonathan Almeida 5dd7d94432 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19647: Navigate to browser from home via Synced Tabs page 3 years ago
Mozilla L10n Automation Bot 26fcdb5f63 [fenix] Import l10n. 3 years ago
Gabriel Luong d46ed809a6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19680 - Show the card number when editing a credit card (https://github.com/mozilla-mobile/fenix/pull/19681) 3 years ago
Sebastian Kaspari 80b18d32ab [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17819: Remove JCenter from build files. 3 years ago
Gabriel Luong a61586886b [fenix] For https://github.com/mozilla-mobile/fenix/issues/18271 - [Saved cards] Display the credit card provider icon and report the correct card type (https://github.com/mozilla-mobile/fenix/pull/19652) 3 years ago
Mugurell e077d268ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/18263 - Allow dynamically toggling credit cards autofill 3 years ago
Ionut Cristian Bedregeanu dc4c14400a [fenix] For https://github.com/mozilla-mobile/fenix/issues/19653 - Address 19643 PR comments
Rename handleAddCreditCard to handleAddCreditCardClicked
Rename onClickAddCreditCard to onAddCreditCardClick
Format layout_add_credit_card.xml
3 years ago
Mugurell 6cc2dfd41f [fenix] For https://github.com/mozilla-mobile/fenix/issues/19638 - Don't show extracted text UI for name when editing cards (https://github.com/mozilla-mobile/fenix/pull/19673)
This comes to ensure consistency with the behavior for when editing the card
number.
3 years ago
Bedregeanu Ionut 126b678693 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19654 - Add RTL support for the "Add credit card" button from "Saved cards" (https://github.com/mozilla-mobile/fenix/pull/19666)
Co-authored-by: Ionut Cristian Bedregeanu <ionut.bedregeanu@softvision.ro>
3 years ago
Codrut Topliceanu 3a74d32302 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19569 - Decrease the credit card expiry year width to ensure the month is fully visible (https://github.com/mozilla-mobile/fenix/pull/19582) 3 years ago