2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00
Commit Graph

3794 Commits

Author SHA1 Message Date
Adam Novak
2380d51808 Merge tag 'v90.1.2' into upstream-sync 2021-07-21 20:47:41 -04:00
Roger Yang
aeedb6b537 Closes #20274: Limit about:config to Nightly and Beta
(cherry picked from commit 702e3e6886)
2021-07-07 18:44:16 +02:00
Arturo Mejia
34b1e77dbc Improvements to site permissions 2021-06-22 12:50:37 -04:00
Christian Sadilek
e89f7008a6 Suppress TooGenericExceptionCaught for NimbusApi.withExperiment
(cherry picked from commit 68a761388a)
2021-06-07 09:26:13 -04:00
James Hugman
3a8763d3ff Re-instate catch-all to withExperiment
(cherry picked from commit 5981a92148)
2021-06-07 09:26:13 -04:00
Adam Novak
0ebcc72feb Remove unused import 2021-06-01 21:58:32 -07:00
Adam Novak
c667cfa0ae Merge tag 'v89.1.1' into upstream-sync 2021-06-01 21:55:28 -07:00
Gabriel Luong
33b2789270
For #19734 - Enable Credit cards autofill for Release (#19735) 2021-05-31 17:40:04 -04:00
Gabriel Luong
172a118a51
For #18711 - Refactor credit card telemetry under the Metrics ping (#19733) 2021-05-31 17:35:47 -04:00
Jonathan Almeida
fc46ab2804 Close #19731: Track metrics before we dismiss the tabs tray 2021-05-31 21:46:13 +04:00
Mihai Adrian Carare
e69bf4e26a
For #19564: Explicitly update switch state for a11y event announcements. (#19589) 2021-05-31 16:50:23 +03:00
Gabriel Luong
d30ebf86f9
For #19693 - Display a biometric prompt when a credit card is selected to autofill (#19697)
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2021-05-28 20:10:03 -04:00
Grisha Kruglov
daba5595f6 Enable addresses sync for nightly/debug builds 2021-05-28 00:22:32 -07:00
Grisha Kruglov
e891139db9 Minor cleanup of the account settings 2021-05-28 00:22:32 -07:00
Elise Richards
e0b410efdf
For #18711: Telemetry for credit card autofill (#19548) 2021-05-27 23:54:11 -05:00
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
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
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
Jonathan Almeida
614bc4a9c3 Issue #19647: Navigate to browser from home via Synced Tabs page
(cherry picked from commit 758700cbb0)
2021-05-27 21:14:42 +04:00
Elise Richards
279d59897c
For #18264 - Add biometric prompt to credit card settings (#19505) 2021-05-27 03:45:35 -04:00
Jonathan Almeida
758700cbb0 Issue #19647: Navigate to browser from home via Synced Tabs page 2021-05-27 05:21:57 +04:00
Gabriel Luong
338c488fae
For #19680 - Show the card number when editing a credit card (#19681) 2021-05-26 20:22:11 -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
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
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
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
mcarare
0141d96465 For #19554: Add SyncEngine.CreditCards to sync supportedEngines. 2021-05-25 09:44:03 +03:00
mcarare
9400f58e2a For #17538: Perform autofill storage warm-up after visual completeness. 2021-05-24 23:23:15 +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
Mugurell
bbc25e430e
For #19590 - Enable credit card autofill in Debug and Nightly (#19601) 2021-05-21 11:37:49 -04:00
Sebastian Kaspari
761752e382 AutofillConfiguration: Correctly specify autofill confirm activity. 2021-05-20 16:06:59 +02:00
Mihai Adrian Carare
d96415111b
For #19054 - Navigate to the Credit card screen when deleting last card. (#19451) 2021-05-19 12:55:15 -04:00
Mihai Adrian Carare
11efbaacc4
For #18507 - Prevent screenshots on credit card screens. (#19560) 2021-05-19 12:07:33 -04:00
mcarare
888b45b079 For #8370: Remove extra characters from name mapping. 2021-05-19 14:15:11 +03:00
Arturo Mejia
0484183464 Uplift proton icons
For issue #18132 update to proton icons first batch

(cherry picked from commit 21cf0b31a4)

For issue #19290 update to proton icons second batch

(cherry picked from commit 9bfb31519a)

For issue AC#10231 update proton icons third batch

(cherry picked from commit bf42a1786e)

Remove feature flag for proton icons re-design #18132

(cherry picked from commit 52587753a5)

For #19357: Remove bookmarks experiment and keep star-with-line icon.

(cherry picked from commit 93c6403882)
2021-05-18 09:28:52 -04:00
Arturo Mejia
52587753a5 Remove feature flag for proton icons re-design #18132 2021-05-18 07:24:22 -04:00
codrut.topliceanu
1662c2e410 For #19132 - Fix navigation on disconnect started from tabsTray
- Added checks to popBackStack from the Disconnect Logged-in User Dialog, either back to settings, browserFragment or homeFragment.
2021-05-17 22:02:16 +04:00
Jonathan Almeida
f2c599dc1f Issue #19175: Fix SyncTabs list not updating on changes
The main cause for this is that the `LifecycleProvider` needs to be set
to `State.RESUMED` to avoid the account manager's internal
`ObserverRegistry` from putting the UI observers into the paused state.

The rest of the changes is to rely the internal (safe) logic to
correctly sync and then update the tabs list.
2021-05-17 22:02:16 +04:00
Sebastian Kaspari
6cfd6bb63e Use new SearchSuggestionProvider flag. 2021-05-17 17:50:09 +00:00
Gabriel Luong
75fc116043
For #18287 - Display a credit card autofill prompt (#19477) 2021-05-13 21:18:18 -04:00
Arturo Mejia
bf42a1786e For issue AC#10231 update proton icons third batch 2021-05-13 21:16:21 -04:00
Elise Richards
6459a859b9
For #17537: Add preferences for syncing credit cards and addresses (#19471)
* Add preferences for enable/disable sync for cc and addresses

* Set pref visibility based on feature flags

* Helper function for pin warning preferences and set default values for cc and addresses to false.

* Kdocs for relevant sync functions in account settings

* Default visibility to false for credit cards and addresses in account settings
2021-05-13 14:08:46 -05:00
Jonathan Almeida
ede909e858
Issue #19176: Exit select mode when removing tab (#19486) 2021-05-13 09:31:04 +03:00
mcarare
4dd4e35982 For #19258: Replace default Android back button with a custom icon. 2021-05-12 16:56:49 +03:00