2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00
Commit Graph

3781 Commits

Author SHA1 Message Date
Mugurell
85e05cb841 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12544 - Prevent search engines mixup
Stricter synchronization by always using the same "loadedSearchEngines"
variable.
With "loadedSearchEngines" calling "refreshAsync()" we also get the fallback
engines to contain reddit and youtube (which are programatically added) and
also now we properly remember and display the engines added by user.
2020-07-16 16:49:54 +03:00
Oana Horvath
70e30dcf98 [fenix] Replaces verifyPageContent in UI tests 2020-07-16 10:55:58 +03:00
Tiger Oakes
65402a62dd [fenix] Add tests for StartupReportFullyDrawn (https://github.com/mozilla-mobile/fenix/pull/12560) 2020-07-15 23:31:59 -07:00
Tiger Oakes
c1a74cc939 [fenix] Add helper for underlining text (https://github.com/mozilla-mobile/fenix/pull/12520) 2020-07-15 22:38:46 -07:00
Tiger Oakes
2e8da8abe0 [fenix] Fix nav graph and theme tests (https://github.com/mozilla-mobile/fenix/pull/12567) 2020-07-15 18:04:36 -07:00
Tiger Oakes
034a9dae8f [fenix] Update Kotlin dependency (https://github.com/mozilla-mobile/fenix/pull/10806) 2020-07-15 18:02:58 -07:00
mcarare
1efe17c801 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12503: Add unit tests for permissions details view. 2020-07-15 10:04:40 -04:00
mcarare
bfd879be4a [fenix] For https://github.com/mozilla-mobile/fenix/issues/12503: Open addon permissions link in app. 2020-07-15 10:04:40 -04:00
Aaron Train
d60d77248b [fenix] No issue: Add a couple Tabs Tray UI tests 2020-07-15 10:49:34 +03:00
ekager
772f69c5f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7094 - Adds save login exceptions 2020-07-14 14:47:37 -04:00
Tiger Oakes
09c37671a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12457 - Add MockK matcher for nav directions (https://github.com/mozilla-mobile/fenix/pull/12262) 2020-07-14 10:39:23 -07:00
Tiger Oakes
431459d181 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12171: Use one-line logo in Nightly (https://github.com/mozilla-mobile/fenix/pull/12555) 2020-07-14 10:37:01 -07:00
Tiger Oakes
d9e7a351fa [fenix] Add tests for search (https://github.com/mozilla-mobile/fenix/pull/12437) 2020-07-14 10:32:04 -07:00
Tiger Oakes
afd8eafd9f [fenix] Test viewholders in home.sessioncontrol (https://github.com/mozilla-mobile/fenix/pull/12524) 2020-07-14 10:31:50 -07:00
Hakkı Kaan Çalışkan
e83a7f3370 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12107: Follow ux mock on Settings --> Account screen 2020-07-14 12:25:21 +03:00
Mozilla L10n Automation Bot
2d97e98f58 [fenix] Import l10n. 2020-07-14 11:40:19 +03:00
ekager
9c0e356950 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11099 For https://github.com/mozilla-mobile/fenix/issues/12189 For https://github.com/mozilla-mobile/fenix/issues/7532 - Clean up bottom navigation bar colors 2020-07-13 13:46:35 -04:00
Sawyer Blatz
ca02217039 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10466: Put call & email at top of context list 2020-07-13 10:33:55 -07:00
Hakkı Kaan Çalışkan
c332cc631e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12106: Follow ux mock on Settings --> Logins screen 2020-07-13 11:14:32 -04:00
Oana Horvath
0885d0047e [fenix] For https://github.com/mozilla-mobile/fenix/issues/10911: disables flaky createBookmarkFolderTest 2020-07-13 15:40:50 +03:00
Mugurell
66fdc14386 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11875 - Prevent mixup of region / locale based search engines
We have two search engine types:
- one based on MLS reported region,
- one based only on Locale.

There are multiple steps involved in returning the default search engine for
example and though at each step we could verify if a certain operation is
completed we are still exposed to concurrency issues.
Simplest and most effective way to make sure the MLS engines do not mix with
Locale based engines is to use the same type of engines for the entire duration
of the app. At the next cold start we'll verify again which engines to use.

Using the Locale based engines (fallbacks) is expected to only happen once, at
the first run of the application after being installed.
2020-07-13 13:41:34 +03:00
Mozilla L10n Automation Bot
73fbb27808 [fenix] Import l10n. 2020-07-13 07:59:10 +03:00
jhugman
de6a9cf93b [fenix] For https://github.com/mozilla-mobile/fenix/issues/11655: add leanplum event for installing an addon (https://github.com/mozilla-mobile/fenix/pull/12136) r=elise
* For https://github.com/mozilla-mobile/fenix/issues/11655: add leanplum event for installing an addon

* Add link to data-review request in PR

* Addressed CI comments
2020-07-12 23:47:34 +01:00
Grisha Kruglov
1278ca374c [fenix] Synced Tabs: make sure to stop 'loading' when we encounter an error 2020-07-10 19:02:55 -07:00
Tiger Oakes
291c3196ee [fenix] Fix Robolectric tests SDK version (https://github.com/mozilla-mobile/fenix/pull/12464) 2020-07-10 17:21:10 -07:00
ekager
fade6c7936 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11324 - Adds trash icon to swipe to delete 2020-07-10 20:16:57 -04:00
Michael Comella
03b8068cd2 [fenix] No issue - post: mock profiler object in DefaultTabTrayControllerTest.
Without this line, the tests fail when running the full suite (but not
this test in isolation, for some reason).
2020-07-10 16:43:06 -07:00
Nazım Can Altınova
5a1c31e13f [fenix] Add profiler markers for HomeActivity.load and DefaultTabTrayController.onNewTabTapped 2020-07-10 16:43:06 -07:00
Sawyer Blatz
bdcd04cc6a [fenix] Update app/src/main/java/org/mozilla/fenix/HomeActivity.kt
Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
2020-07-10 18:44:14 -04:00
Sawyer Blatz
33ea9d02aa [fenix] No issue: Update AC version 2020-07-10 18:44:14 -04:00
Michael Comella
2a3a343393 [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/44: add local property to autosign release builds. 2020-07-10 10:55:32 -07:00
Mihai Eduard Badea
a9c19cbcf5 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12339 - Collection delete dialog string update
Set the collection delete dialog title text to "Delete %1$s?"
2020-07-10 11:38:39 -04:00
Mozilla L10n Automation Bot
03185f680a [fenix] Import l10n. 2020-07-09 21:39:49 -04:00
Grisha Kruglov
d76815b9ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/12433 - Allow synced tabs pull-to-refresh for non-critical account errors 2020-07-09 16:18:54 -07:00
ekager
ddf56f9bc6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11303 - Change copy login origin to open in browser 2020-07-09 18:09:41 -04:00
Tiger Oakes
e69b1e06f1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9832 - Change targetSdkVersion to Android 10 (https://github.com/mozilla-mobile/fenix/pull/11014) 2020-07-09 10:50:51 -07:00
Emily Kager
2eaef29243 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12010: Follow ux mock on Settings --> ETP --> Info screen (https://github.com/mozilla-mobile/fenix/pull/12429)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
2020-07-09 09:47:09 -07:00
Sebastian Kaspari
f3cfdc5058 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12311: BrowserToolbarController: Stop SessionFeature and release session from EngineView. 2020-07-09 12:36:56 -04:00
TejaswiKarasani
47e60525ff [fenix] No Issue: Verify the page main menu items UI Test (https://github.com/mozilla-mobile/fenix/pull/12336) 2020-07-09 09:15:10 -07:00
Mozilla L10n Automation Bot
869c91048a [fenix] Import l10n. 2020-07-09 11:29:38 -04:00
David Walsh
940bc85996 [fenix] For 11889 - Fix snackbar for collection creation in browser fragment 2020-07-09 08:50:12 +03:00
mozilla-l10n-automation-bot
1f3c3966fb [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/12404) 2020-07-08 18:56:37 -07:00
Hakkı Kaan Çalışkan
cfb8cac9a3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11563: Set ic_close.xml to use full width and height 2020-07-08 17:21:25 -04:00
ekager
16132f2c5d [fenix] For https://github.com/mozilla-mobile/fenix/issues/11431 - Scroll to restored tab in tab tray 2020-07-08 17:18:16 -04:00
Christian Sadilek
bcb49d3985 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12353: URL copied to clipboard should not be extension/reader URL 2020-07-08 16:55:32 -04:00
Tiger Oakes
5406f2cafb [fenix] Add tests for exceptions 2020-07-08 15:52:37 -04:00
MickeyMoz
d0e3833d3b [fenix] Update Android Components version to 50.0.20200708130551. 2020-07-08 12:44:51 -04:00
isabelrios
d1582d892a [fenix] No issue: Update screenshots test (https://github.com/mozilla-mobile/fenix/pull/12348) 2020-07-08 12:20:34 -04:00
Tiger Oakes
d8847824a9 [fenix] Add tests for onboarding viewholders (https://github.com/mozilla-mobile/fenix/pull/11522) 2020-07-08 07:53:22 -07:00
Richard Pappalardo
0e434d53ee [fenix] fix: disable intermittent test failure 2020-07-08 12:21:25 +03:00