forked from mozilla-l10n/android-l10n
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[components] Closes mozilla-mobile/android-components#1401: Add defau…
…lt share menu for CustomTabs X-Channel-Revision: [main] mozilla-mobile/android-components@96444dd X-Channel-Revision: [main] mozilla-mobile/fenix@d039188 X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b1 X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@64aaf72
- Loading branch information
1 parent
850266a
commit be8b11a
Showing
3 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mozilla-mobile/firefox-android/android-components", | ||
"revs": { | ||
"main": "be9fd3a06afb26de96e6e19c2ea0f85dcbcfb083" | ||
"main": "64aaf72fffb57302a8bc1a04276b283fb98b9259" | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
...a-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="mozac_feature_customtabs_share_dialog_title">Share via</string> | ||
<string name="mozac_feature_customtabs_exit_button">Return to previous app</string> | ||
<string name="mozac_feature_customtabs_share_button">Share…</string> | ||
<string name="mozac_feature_customtabs_share_link">Share link</string> | ||
</resources> |
4 changes: 0 additions & 4 deletions
4
mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Text displayed when choosing which app to call with after selecting a phone number--> | ||
<string name="mozac_support_ktx_menu_call_with">Call with…</string> | ||
<!-- Text displayed when choosing which app to email with after selecting an email address--> | ||
<string name="mozac_support_ktx_menu_email_with">Email with…</string> | ||
<string name="mozac_support_ktx_menu_share_with">Share with…</string> | ||
<string name="mozac_support_ktx_share_dialog_title">Share via</string> | ||
</resources> |