Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
fenix
Commits
31f2e80a
Commit
31f2e80a
authored
Dec 14, 2019
by
Ryan Kelly
Committed by
Emily Kager
Dec 13, 2019
Browse files
Use feature-accounts-push, which replaces feature-sendtab.
parent
bc6b7725
Changes
6
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
31f2e80a
...
...
@@ -426,7 +426,7 @@ dependencies {
implementation
Deps
.
mozilla_feature_site_permissions
implementation
Deps
.
mozilla_feature_readerview
implementation
Deps
.
mozilla_feature_tab_collections
implementation
Deps
.
mozilla_feature_
sendtab
implementation
Deps
.
mozilla_feature_
accounts_push
implementation
Deps
.
mozilla_feature_webcompat
implementation
Deps
.
mozilla_feature_webnotifications
...
...
app/src/main/java/org/mozilla/fenix/share/ShareController.kt
View file @
31f2e80a
...
...
@@ -20,7 +20,7 @@ import kotlinx.coroutines.launch
import
mozilla.components.concept.engine.prompt.ShareData
import
mozilla.components.concept.sync.Device
import
mozilla.components.concept.sync.TabData
import
mozilla.components.feature.
sendtab
.SendTabUseCases
import
mozilla.components.feature.
accounts.push
.SendTabUseCases
import
org.mozilla.fenix.R
import
org.mozilla.fenix.components.FenixSnackbarPresenter
import
org.mozilla.fenix.components.metrics.Event
...
...
app/src/main/java/org/mozilla/fenix/share/ShareFragment.kt
View file @
31f2e80a
...
...
@@ -19,7 +19,7 @@ import kotlinx.android.synthetic.main.fragment_share.view.*
import
mozilla.components.browser.state.action.ContentAction
import
mozilla.components.browser.state.selector.findTabOrCustomTab
import
mozilla.components.concept.engine.prompt.PromptRequest
import
mozilla.components.feature.
sendtab
.SendTabUseCases
import
mozilla.components.feature.
accounts.push
.SendTabUseCases
import
org.mozilla.fenix.R
import
org.mozilla.fenix.components.FenixSnackbarPresenter
import
org.mozilla.fenix.ext.getRootView
...
...
app/src/test/java/org/mozilla/fenix/share/ShareControllerTest.kt
View file @
31f2e80a
...
...
@@ -28,7 +28,7 @@ import mozilla.components.concept.engine.prompt.ShareData
import
mozilla.components.concept.sync.Device
import
mozilla.components.concept.sync.DeviceType
import
mozilla.components.concept.sync.TabData
import
mozilla.components.feature.
sendtab
.SendTabUseCases
import
mozilla.components.feature.
accounts.push
.SendTabUseCases
import
mozilla.components.support.test.robolectric.testContext
import
org.junit.Before
import
org.junit.Test
...
...
buildSrc/src/main/java/Dependencies.kt
View file @
31f2e80a
...
...
@@ -132,7 +132,7 @@ object Deps {
const
val
mozilla_feature_site_permissions
=
"org.mozilla.components:feature-sitepermissions:${Versions.mozilla_android_components}"
const
val
mozilla_feature_readerview
=
"org.mozilla.components:feature-readerview:${Versions.mozilla_android_components}"
const
val
mozilla_feature_tab_collections
=
"org.mozilla.components:feature-tab-collections:${Versions.mozilla_android_components}"
const
val
mozilla_feature_
sendtab
=
"org.mozilla.components:feature-
sendtab
:${Versions.mozilla_android_components}"
const
val
mozilla_feature_
accounts_push
=
"org.mozilla.components:feature-
accounts-push
:${Versions.mozilla_android_components}"
const
val
mozilla_feature_webcompat
=
"org.mozilla.components:feature-webcompat:${Versions.mozilla_android_components}"
const
val
mozilla_feature_webnotifications
=
"org.mozilla.components:feature-webnotifications:${Versions.mozilla_android_components}"
...
...
docs/metrics.md
View file @
31f2e80a
...
...
@@ -4,7 +4,6 @@
This document enumerates the metrics collected by this project.
This project may depend on other projects which also collect metrics.
This means you might have to go searching through the dependency tree to get a full picture of everything collected by this project.
Sorry about that.
# Pings
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment