2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

6620 Commits

Author SHA1 Message Date
Elise Richards
3eff41bd2d [fenix] For https://github.com/mozilla-mobile/fenix/issues/19114: check state of sync account when navigating from sync sign in menu item (https://github.com/mozilla-mobile/fenix/pull/19118) 2021-04-21 14:13:44 -05:00
Sebastian Kaspari
3a4b0e5ac7 [fenix] update_android_components.sh: Watch different component.
`browser-engine-gecko-nightly` doesn't exist anymore. Let's watch `browser-engine-gecko` instead.
2021-04-21 19:35:34 +02:00
Aaron Train
574d698215 [fenix] No issue: add Android Emulator action for contributor PRs (https://github.com/mozilla-mobile/fenix/pull/18901) 2021-04-21 10:20:34 -04:00
mcarare
a579e7b1af [fenix] For https://github.com/mozilla-mobile/fenix/issues/18608: Also add default browser item in new menu. 2021-04-21 15:54:21 +03:00
Arturo Mejia
e2af9f8372 [fenix] Address WebExtensionBrowserMenuBuilder breaking change 2021-04-21 11:44:37 +02:00
Sebastian Kaspari
41f7cc9d24 [fenix] Update to Mozilla Android Components 90.0 2021-04-21 11:44:37 +02:00
Stefan Arentz
87b6b6c7cc [fenix] Update the sync-strings workflow (https://github.com/mozilla-mobile/fenix/pull/19149) 2021-04-20 22:42:45 -04:00
Stefan Arentz
37326fff92 [fenix] Run the sync-strings workflow daily at 2am (https://github.com/mozilla-mobile/fenix/pull/19148) 2021-04-20 22:16:13 -04:00
Roger Yang
73b0bcf3c1 [fenix] No issue: Suppress deprecation for LoginStorageDelegate (https://github.com/mozilla-mobile/fenix/pull/19145) 2021-04-20 16:25:01 -04:00
mcarare
04c0e062af [fenix] No issue: Rename Event for naming consistency. 2021-04-20 14:48:07 -04:00
mcarare
6774f41d26 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18852: Add metrics for default browser settings experiment. 2021-04-20 14:48:07 -04:00
Elise Richards
c56f3835be [fenix] For https://github.com/mozilla-mobile/fenix/issues/19005: new tab three-dot menu sync sign in (https://github.com/mozilla-mobile/fenix/pull/19037)
* Show synced tabs or sync account in new tab menu

* Sync sign in item navigates to account settings

* Check account auth and get sync item title

* Look for sync sign in item on home menu for UI test

* Sync sign in menu item UI test
2021-04-20 12:18:19 -05:00
mcarare
7543d25b80 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18240: Adjust preference screen to fit UX specs. 2021-04-20 19:32:14 +03:00
Andrew Halberstadt
1018039983 [fenix] [taskcluster] Use string.capitalize() rather than custom utility function 2021-04-20 12:17:15 -04:00
Christian Hernandez
5c7de09133 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18830 - Remove card nickname from credit card editor (https://github.com/mozilla-mobile/fenix/pull/18891)
* Removed all views with regards to credit card nickname. Removed the TextInputLayout and TextInputEditText where information would be typed in. Also removed the credit card nickname title text view. I added a margin of 16 dp to the bottom ConstraintLayout that houses the delete, cancel, and save buttons as requested.

* https://github.com/mozilla-mobile/fenix/issues/18830 - Removed all views with regards to credit card nickname. Removed the TextInputLayout and TextInputEditText where information would be typed in. Also removed the credit card nickname title text view. I added a margin of 16 dp to the bottom ConstraintLayout that houses the delete, cancel, and save buttons as requested.
2021-04-20 12:09:09 -04:00
MickeyMoz
bb03832633 [fenix] Update Android Components version to 75.0.20210419143149. 2021-04-19 20:50:59 +00:00
Jonathan Almeida
c6fe6bd93e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19094: Open sign-in flow if no account is created for tabs tray 2021-04-19 23:18:37 +04:00
Kate Glazko
3818b88fef [fenix] For https://github.com/mozilla-mobile/fenix/issues/18745: Add Shadow To Shortcut Tiles 2021-04-19 11:01:08 -07:00
Aaron Train
4b5f161e30 [fenix] No issue: test one shard per UI test on FTL (https://github.com/mozilla-mobile/fenix/pull/18998) 2021-04-19 12:22:01 -04:00
Jonathan Almeida
ed14d32d97 [fenix] No issue: Allow tabstray rewrite to ride the trains 2021-04-19 20:08:24 +04:00
Jonathan Almeida
be8873f8d4 [fenix] Disabling tabstray collection tests until https://github.com/mozilla-mobile/fenix/issues/19090 is fixed 2021-04-19 18:10:43 +04:00
Jonathan Almeida
bc86a34797 [fenix] No issue: Fix regression in last tab deleted
When we allow the homescreen to handle undo for the last tab, we no
longer need to handle this ourselves with our own binding.

In the future, we should re-think this logic to be more robust and less
spread out across multiple screens.
2021-04-19 18:10:43 +04:00
Jonathan Almeida
b0d0e1b8c9 [fenix] No issue: Use same open tabs tray everywhere 2021-04-19 18:10:43 +04:00
Jonathan Almeida
b0764f9042 [fenix] No issue: Fix the initial select mode check 2021-04-19 18:10:43 +04:00
Jonathan Almeida
8ce71d589f [fenix] No issue: Do not create a new instance of TabsTrayStore
We only need one. :)
2021-04-19 18:10:43 +04:00
Jonathan Almeida
2c4d36392f [fenix] Attempt at fixing openAllTabsInCollectionTest test 2021-04-19 18:10:43 +04:00
Jonathan Almeida
a63d26f673 [fenix] Disable/fix tests that rely on Select Tabs button 2021-04-19 18:10:43 +04:00
Jonathan Almeida
7a372f13f9 [fenix] No issue: Enable tabs tray re-write by default in nightly 2021-04-19 18:10:43 +04:00
mcarare
7caceac997 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18496: Set activity theme in onCreate before call to super. 2021-04-19 13:32:45 +03:00
Mozilla L10n Automation Bot
21cfdbb62f [fenix] Import l10n. 2021-04-19 00:31:22 +00:00
Mozilla L10n Automation Bot
c021fdf786 [fenix] Import l10n. 2021-04-18 00:32:58 +00:00
Ryan VanderMeulen
bd6f3c9682 [fenix] Update A-C to 75.0.20210417143049 (https://github.com/mozilla-mobile/fenix/pull/19097) 2021-04-17 13:23:09 -04:00
Jonathan Almeida
4c69372287 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19064: Focus on tab page with the BrowsingModeManager 2021-04-17 04:30:38 +04:00
Roger Yang
cf70cb61b3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18946: Add undo toast for tabstray 2021-04-17 02:30:39 +04:00
Michael Comella
5d92d409e3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: address onCreate method length detekt issue. 2021-04-16 15:30:26 -07:00
Michael Comella
e83004d81b [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add & integrate StartupTypeTelemetry. 2021-04-16 15:30:26 -07:00
Michael Comella
c7f94915cc [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add metric perf.startup.startup_type. 2021-04-16 15:30:26 -07:00
Michael Comella
1035ad0fd0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add StartupPathProvider + tests. 2021-04-16 15:30:26 -07:00
Michael Comella
bdca7337ce [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: address lint errors for StartupStateProvider*. 2021-04-16 15:30:26 -07:00
Michael Comella
825e035db6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add getStartupStateForStartedActivity method. 2021-04-16 15:30:26 -07:00
Michael Comella
4adb237b88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add isHotStartForStartedActivity and tests. 2021-04-16 15:30:26 -07:00
Michael Comella
b7e04b6590 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add isWarmStartForStartedActivity, tests. 2021-04-16 15:30:26 -07:00
Michael Comella
d7ad0bb813 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: shorten isColdStart... and rm questionable test.
The test failed with the rewrite of the code because it violates
one of our assumptions that only one Activity will be started. However,
since it doesn't rely on observed behavior and we made up the events,
it's value is questionable so it seems okay to remove, especially for
the gain of conciseness in the code.
2021-04-16 15:30:26 -07:00
Michael Comella
895f8efe13 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: add VIEW to warm and hot entries. 2021-04-16 15:30:26 -07:00
Michael Comella
f5943d894c [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: refactor tests to forEachHotStartEntries. 2021-04-16 15:30:26 -07:00
Michael Comella
ca1364f3b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: refactor test into forEachWarmStartEntries. 2021-04-16 15:30:26 -07:00
Michael Comella
e7d166052c [fenix] For https://github.com/mozilla-mobile/fenix/issues/18836: refactor tests into forEachColdStartEntries. 2021-04-16 15:30:26 -07:00
Ryan VanderMeulen
e85e09729c [fenix] Update A-C to 75.0.20210416190104 (https://github.com/mozilla-mobile/fenix/pull/19083) 2021-04-16 17:43:18 -04:00
codrut.topliceanu
2b69fd5b2a [fenix] For https://github.com/mozilla-mobile/fenix/issues/19023 - Expands tabsTray when tabs over certain number
TabsTray should be collapsed when there are only a few tabs on screen, otherwise it should go straight to STATE_EXPANDED.
2021-04-16 23:35:14 +04:00
Julien Cristau
b2a420f624 [fenix] Update A-C to 75.0.20210415213638 2021-04-16 12:01:51 -04:00