Skip to content

Commit

Permalink
[components] Closes mozilla-mobile/android-components#1401: Add defau…
Browse files Browse the repository at this point in the history
…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
jonalmeida committed Jan 22, 2019
1 parent 850266a commit be8b11a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
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"
}
}
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>
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>

0 comments on commit be8b11a

Please sign in to comment.