2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

3948 Commits

Author SHA1 Message Date
Kainalu Hagiwara
627cd8b8bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/12865, https://github.com/mozilla-mobile/fenix/issues/12990 - Disable swipe to switch tabs gesture when the keyboard is visible. 2020-07-29 14:55:03 -07:00
mozilla-l10n-automation-bot
8ef2048506 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/13088) 2020-07-29 13:51:01 -07:00
Sawyer Blatz
2a5fdd6054 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9730: Add Login Dialog Prompt telemetry 2020-07-29 12:59:35 -07:00
ekager
61b5a37ce9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13084 - Update SavedLoginsStorageControllerTest 2020-07-29 15:15:18 -04:00
ekager
5f923111ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/11654 - Adds leanplum ETP changed event 2020-07-29 13:35:16 -04:00
Sawyer Blatz
10a4dd6381 [fenix] Add documentation 2020-07-29 13:35:16 -04:00
Sawyer Blatz
51a33c9efe [fenix] For https://github.com/mozilla-mobile/fenix/issues/12103: Add ChangedDefaultBrowser event for leanplum 2020-07-29 13:35:16 -04:00
Sawyer Blatz
83e18873b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11531: Add search widget installed leanplum event 2020-07-29 13:35:16 -04:00
ekager
2cc3f2b4e5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13071 - Only return to home when session doesn't have parent session to select 2020-07-29 09:50:58 -07:00
Antti Vainikka
b7b555d823 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12692: Remove www. prefix in tab tray urls
Use separate imports instead of a wildcard import

Use toShortUrl String extension instead of removing prefix from url host

Add missing import
2020-07-29 12:16:32 -04:00
mcarare
9fad50cce9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Pass passwordsStorage instead of context in constructor. 2020-07-29 12:15:16 -04:00
ekager
39ddffabef [fenix] For https://github.com/mozilla-mobile/fenix/issues/12992 - Correctly notifies concat adapters about mode changes 2020-07-29 11:58:04 -04:00
Mozilla L10n Automation Bot
414488b0cf [fenix] Import l10n. 2020-07-29 11:42:30 -04:00
ekager
cf11d7e3cc [fenix] For https://github.com/mozilla-mobile/fenix/issues/13042 - Remove bottomSheetCallback in multiselect mode 2020-07-29 11:19:47 -04:00
Mihai Adrian Carare
206106ddc0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12533: Align main settings categories according to specs. (https://github.com/mozilla-mobile/fenix/pull/12534) 2020-07-29 10:08:00 -05:00
mcarare
ebf3399087 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Remove context from DeleteBrowsingDataController constructor 2020-07-29 17:46:43 +03:00
mozilla-l10n-automation-bot
e6ba80ba02 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/13048) 2020-07-28 18:37:50 -07:00
sraturi
adfcf08a49 [fenix] for https://github.com/mozilla-mobile/fenix/issues/11830 created class containing the logic for sending AllStartup telemetry logic
lint check

renamed the intentReceived telemetry to appOpenedAllSource

added comments

removed unused code

moved lifecycle process to AppAllSourceStartTelemetry

moved tracking event out of init function

lint fix

moved appAllStartTelemetry to components

added bit more info about the metrics

added the  onReceivedIntent metric back

minor fix

change discriptions based on the comments frm MR

wrote test cases for AppAllSourceStartTelemetry.kt

lint fix

test case to mock application going background

post rebase:

post rebase:

fixed nit from comments

fixed nit from comments

fixed nit from comments

lint fix

lint fix
2020-07-28 17:09:42 -07:00
Sachin
12202411d3 [fenix] for https://github.com/mozilla-mobile/fenix/issues/11698 added on demand workmanager initialization (https://github.com/mozilla-mobile/fenix/pull/12739) 2020-07-28 16:26:18 -07:00
Kainalu Hagiwara
b27e4b4eae [fenix] For https://github.com/mozilla-mobile/fenix/issues/12904 - Conditionally inflate SwipeGestureLayout in BaseBrowserFragment.
Changing the root view of BaseBrowserFragment from a CoordinatorLayout
to a SwipeGestureLayout has caused some regressions, particularly in
snackbar behavior. Lets prevent those regressions from occuring in
builds where the feature flag for gestures is off by only adding the
SwipeGestureLayout when the feature flag is on.
2020-07-28 14:54:18 -07:00
Leonardo Murça
f7f50cc994 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12755 - Replace @+id by @id when referencing already declared ids
When referencing an Android resource ID, you do not need the
plus-symbol if you declared before.
Caution: make sure that the resource you are referring to
is defined EARLIER and not LATER.
2020-07-28 14:46:09 -07:00
Kainalu Hagiwara
347b5d527c [fenix] For https://github.com/mozilla-mobile/fenix/issues/12861 - Swap order of tabs for tab switching gesture. 2020-07-28 14:37:45 -07:00
amkcpu
48db5eb528 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12706 - Add vertical scrollbar to bookmarks screen 2020-07-28 16:47:18 -04:00
amkcpu
0a96e991b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12704 - Add vertical scrollbar to history screen 2020-07-28 16:47:09 -04:00
amkcpu
af7f24a305 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12707 - Add vertical scrollbar to search suggestions 2020-07-28 16:46:51 -04:00
Tiger Oakes
6bff47c3c5 [fenix] Test paged history provider 2020-07-28 12:35:34 -07:00
Jonathan Almeida
a48f4282b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12856: Add save to collections button to Tabs Tray
Using the ConcatAdapter, we're now able to insert multiple data sources
of information into one RecyclerView and preserve layout/scrolling in
addition to adding the 'Save to Collection' button.
2020-07-28 11:14:08 -07:00
ekager
e15b895fd9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12992 - Hide tab close button while in multiselect mode 2020-07-28 11:10:45 -07:00
Hakkı Kaan Çalışkan
ffadbb4045 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12622: Visually indicate different types of suggestions in the search screen 2020-07-28 11:08:35 -07:00
Aaron Train
49d247d79c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13021: Fix verifyAboutFirefoxPreview UI test 2020-07-28 11:02:21 -07:00
Kainalu Hagiwara
0f81dae020 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13028 - Add feature flag for tab history. 2020-07-28 11:01:59 -07:00
Roger Yang
05675f9e94 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12670: Add lastUri as a parameter in RequestInterceptor 2020-07-28 13:24:03 -04:00
Oana Horvath
63e3ec5c71 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12968: Re-enables Search settings tests (https://github.com/mozilla-mobile/fenix/pull/13020) 2020-07-28 09:22:46 -04:00
Jonathan Almeida
502a50bfa0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12983: Fix deep link scheme for nightly builds
When we simplified our variants, our deep link scheme for nightly was
lost.
2020-07-28 08:31:12 -04:00
Mozilla L10n Automation Bot
e8a2650d38 [fenix] Import l10n. 2020-07-27 21:05:00 -04:00
ekager
262650edb9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12991 - Set height to recommended touch target size for collect button 2020-07-27 20:17:48 -04:00
Elise Richards
0cf5fc6c53 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12571: Rename shortcuts to search engine on search screen (https://github.com/mozilla-mobile/fenix/pull/12839)
* Rename shortcuts to search engine on search screen

* Remove deprecated pref key

* Re-add deprecated string
2020-07-27 17:19:31 -05:00
Tiger Oakes
44a94f388f [fenix] Fix AccountUiView ui failures 2020-07-27 17:40:15 -04:00
Elise Richards
bc1cffe3a2 [fenix] Enable editing saved logins on all channels (https://github.com/mozilla-mobile/fenix/pull/12841) 2020-07-27 15:48:28 -05:00
Jeff Boek
42582369aa [fenix] For https://github.com/mozilla-mobile/fenix/issues/2681 - Adds ability to bypass cache when reloading 2020-07-27 12:11:11 -07:00
Tiger Oakes
f3b7440063 [fenix] Extract navigation subgraphs 2020-07-27 15:04:28 -04:00
Tiger Oakes
233708b122 [fenix] Update LongParameterList baseline 2020-07-27 14:20:34 -04:00
Tiger Oakes
5f6b5090ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/1146: Extract AccountUiView from settings 2020-07-27 21:05:47 +03:00
Tiger Oakes
d4ddb88f2a [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565 - Clean up controller and add tests 2020-07-27 10:40:09 -07:00
Mugurell
efa1351277 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12772 - Opt-out of scoped storage
Targeting Android 10 means we need to support scoped storage or we need to
opt-out of that using requestLegacyExternalStorage="true".

This patch adds the opting-out leaving investigations for what changes we need
for fully supporting scoped storage to be done in issue https://github.com/mozilla-mobile/fenix/issues/12822.
2020-07-27 10:39:47 -07:00
ekager
d7514bcf78 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6846: Added quick actions for nav bar in home 2020-07-27 13:28:28 -04:00
ekager
46a11849d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12966 - Fixes session removal show home logic 2020-07-27 10:27:39 -07:00
Tiger Oakes
ad4476342b [fenix] Fix license on remaining files 2020-07-27 13:04:55 -04:00
Mihai Eduard Badea
3e5ceb23d5 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12181 - Convert String to sentence case
Changed the string values capitalization to sentence case.
2020-07-27 12:31:13 -04:00
Kadeem M
a8f29e65c0 [fenix] Created UI tests for Addon Settings (https://github.com/mozilla-mobile/fenix/pull/9258) 2020-07-27 11:00:35 -04:00