From 90d2620288c0d8c0b62e892f7a2ea80bf46f61aa Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 18 May 2018 14:55:54 +0200 Subject: [PATCH 001/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/173: Toolbar: Add support for dynamic display actions. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d93c285828d62452dabf409f158d8217f127f051 --- _meta/mozilla-mobile-firefox-android.json | 6 ++++++ l10n.toml | 3 +++ .../browser/toolbar/src/main/res/values/strings.xml | 13 ------------- 3 files changed, 9 insertions(+), 13 deletions(-) create mode 100644 _meta/mozilla-mobile-firefox-android.json diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json new file mode 100644 index 00000000000..63a3e101018 --- /dev/null +++ b/_meta/mozilla-mobile-firefox-android.json @@ -0,0 +1,6 @@ +{ + "name": "mozilla-mobile/firefox-android", + "revs": { + "ac-prep": "d93c285828d62452dabf409f158d8217f127f051" + } +} \ No newline at end of file diff --git a/l10n.toml b/l10n.toml index 3b204c006bf..7679fba12bc 100644 --- a/l10n.toml +++ b/l10n.toml @@ -6,5 +6,8 @@ basepath = "." [[includes]] path = "mozilla-mobile/fenix/l10n.toml" +[[includes]] + path = "mozilla-mobile/firefox-android/android-component/l10n.toml" + [[includes]] path = "mozilla-mobile/focus-android/l10n.toml" diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 63bd4a57696..bc3ca630e4a 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -2,17 +2,4 @@ Menu - Clear - - Tracking Protection is on - - Tracking Protection has blocked trackers - - Tracking Protection is off for this site - - Site information - - Loading - - Some content has been blocked by the autoplay setting From 3a652b10e7100163a8bba1b533a49553e43bccab Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 5 Jul 2018 15:18:19 +0200 Subject: [PATCH 002/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/174: Add "feature-tabs" component that connects a trabs tray implementation with the session and a toolbar implementation. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@5ffb861551a5a54c0fcd28f9d40cf8d0a3fc0365 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 63a3e101018..da0036f280e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d93c285828d62452dabf409f158d8217f127f051" + "ac-prep": "5ffb861551a5a54c0fcd28f9d40cf8d0a3fc0365" } } \ No newline at end of file From 4448b0065f4624b161b4470fb7f5e61883718812 Mon Sep 17 00:00:00 2001 From: cnevinc Date: Fri, 3 Aug 2018 17:56:50 +0800 Subject: [PATCH 003/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/536: Add ui-tabcounter X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@eb69899a705d510bd2b50b5369b6cedd4e023f3d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../ui/tabcounter/src/main/res/values/strings.xml | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index da0036f280e..ca16e25f6b0 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "5ffb861551a5a54c0fcd28f9d40cf8d0a3fc0365" + "ac-prep": "eb69899a705d510bd2b50b5369b6cedd4e023f3d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml index 04c14f2b614..39ff27827c7 100644 --- a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml @@ -1,17 +1,4 @@ - - 1 open tab. Tap to switch tabs. - - %1$s open tabs. Tap to switch tabs. - - New tab - - New private tab - - Close tab - - Duplicate tab - - The tab counter toolbar button. + Tab Counter From 6e1d76299377d9a3df6fe0be534d86f158b84ee3 Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Tue, 21 Aug 2018 10:42:51 -0400 Subject: [PATCH 004/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/508: Move URL matching functionality to system engine X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@687ce3eda78874f0ce94dac2f771c3aaa21691ce --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../engine-system/src/main/res/values/strings.xml | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ca16e25f6b0..1ff6a279c6e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "eb69899a705d510bd2b50b5369b6cedd4e023f3d" + "ac-prep": "687ce3eda78874f0ce94dac2f771c3aaa21691ce" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml index d35cb503c84..4863e650f6c 100644 --- a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml @@ -1,10 +1,8 @@ - - - The page at %1$s says: - - %2$s is requesting your username and password. The site says: “%1$s” - - %1$s is requesting your username and password. + + pref_privacy_block_ads + pref_privacy_block_analytics + pref_privacy_block_social + pref_privacy_block_other + pref_performance_block_webfonts From 92e8c2e6c749cf7d378e950d051a9c3780409200 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 11 Sep 2018 14:32:33 -0400 Subject: [PATCH 005/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/744: EditToolbar content description X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c56df56464ac697dd25489b5f69fbc53fc39db58 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/toolbar/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1ff6a279c6e..3fcacf79e1f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "687ce3eda78874f0ce94dac2f771c3aaa21691ce" + "ac-prep": "c56df56464ac697dd25489b5f69fbc53fc39db58" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index bc3ca630e4a..691c9f3170e 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -2,4 +2,5 @@ Menu + Close From 73669a6c483958cc38cea460921caf7f65d6f383 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 27 Sep 2018 15:59:05 +0200 Subject: [PATCH 006/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/874: browser-engine-system: Rename strings file. Background: We are going to reserve the name "strings.xml" for translatable strings. This avoids that our L10N tools need to be able to parse and process all kinds of resources that are not strings. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ff58c451ca6ee08f4d4d21853bb61538202bbd40 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3fcacf79e1f..208ec22f926 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c56df56464ac697dd25489b5f69fbc53fc39db58" + "ac-prep": "ff58c451ca6ee08f4d4d21853bb61538202bbd40" } } \ No newline at end of file From 6cffe81fe62a5e79a2819dde5a8e4eafa34f3e7d Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Tue, 18 Sep 2018 20:11:38 +0200 Subject: [PATCH 007/235] [components] Added support for GeckoView error pages X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7228c4592707143ace6ec78d500530f3b8220b2c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 549 +++++++++--------- 2 files changed, 265 insertions(+), 286 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 208ec22f926..11c40168794 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ff58c451ca6ee08f4d4d21853bb61538202bbd40" + "ac-prep": "7228c4592707143ace6ec78d500530f3b8220b2c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index dba19b50ee2..010c87c6128 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -1,308 +1,287 @@ - - - Try Again - - - Cannot Complete Request - - Additional information about this problem or error is currently unavailable.

- ]]>
- - - Secure Connection Failed - - -
  • The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
  • -
  • Please contact the website owners to inform them of this problem.
  • - - ]]>
    - - - Secure Connection Failed - - -
  • This could be a problem with the server’s configuration, or it could be someone trying to impersonate the server.
  • -
  • If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
  • - - ]]>
    - - - Advanced… - - Someone could be trying to impersonate the site and you should not continue. -

    - - ]]>
    - - Go Back (Recommended) - - Accept the Risk and Continue - - - This website requires a secure connection. - - -
  • The page you are trying to view cannot be shown because this website requires a secure connection.
  • -
  • The issue is most likely with the website, and there is nothing you can do to resolve it.
  • -
  • You can notify the website’s administrator about the problem.
  • - - ]]>
    - - - Advanced… - - - %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. - ]]> - - %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. - ]]> - - Go Back - - - The connection was interrupted - - The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

    -
      -
    • The site could be temporarily unavailable or too busy. Try again in a few moments.
    • -
    • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
    • -
    - ]]>
    - - - The connection has timed out - - The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

    -
      -
    • Could the server be experiencing high demand or a temporary outage? Try again later.
    • -
    • Are you unable to browse other sites? Check the device’s network connection.
    • -
    • Is your device or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    - - - Unable to connect - - + + Unable to connect + +
  • The site could be temporarily unavailable or too busy. Try again in a few moments.
  • -
  • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
  • - - ]]>
    - - - Unexpected response from server - - The site responded to the network request in an unexpected way and the browser cannot continue.

    - ]]>
    - - - The page isn’t redirecting properly - - The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    -
      -
    • Have you disabled or blocked cookies required by this site?
    • -
    • If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your device.
    • +
    • If you are unable to load any pages, check your mobile device’s data or Wi-Fi connection.
    - ]]>
    + ]]> +
    - - Offline Mode - - The browser is operating in its offline mode and cannot connect to the requested item.

    -
      -
    • Is the device connected to an active network?
    • -
    • Press “Try Again” to switch to online mode and reload the page.
    • -
    - ]]>
    + @string/error_connectionfailure_title + @string/error_connectionfailure_message - - Port restricted for security reasons - - The requested address specified a port (e.g., mozilla.org:80 for port 80 on mozilla.org) normally used for purposes other than Web browsing. The browser has canceled the request for your protection and security.

    - ]]>
    + The connection timed out + @string/error_connectionfailure_message - - The connection was reset - - The network link was interrupted while negotiating a connection. Please try again.

    -
      -
    • The site could be temporarily unavailable or too busy. Try again in a few moments.
    • -
    • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
    • -
    - ]]>
    - - - Unsafe File Type - - -
  • Please contact the website owners to inform them of this problem.
  • - - ]]>
    - - - Corrupted Content Error - - The page you are trying to view cannot be shown because an error in the data transmission was detected.

    -
      -
    • Please contact the website owners to inform them of this problem.
    • -
    - ]]>
    - - - Content crashed - The page you are trying to view cannot be shown because an error in the data transmission was detected.

    -
      -
    • Please contact the website owners to inform them of this problem.
    • -
    - ]]>
    - - - Content Encoding Error - The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    -
      -
    • Please contact the website owners to inform them of this problem.
    • -
    - ]]>
    - - - Address Not Found - - The browser could not find the host server for the provided address.

    + Server not found +
  • Check the address for typing errors such as ww.example.com instead of - www.example.com.
  • + www.example.com
  • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
  • ]]>
    - - No internet connection - - Check your network connection or try reloading the page in a few moments. - - Reload - - - Invalid Address - The provided address is not in a recognized format. Please check the location bar for mistakes and try again.

    - ]]>
    - - The address isn’t valid - - -
  • Web addresses are usually written like http://www.example.com/
  • -
  • Make sure that you’re using forward slashes (i.e. /).
  • - - ]]>
    - - Unknown Protocol - The address specifies a protocol (e.g., wxyz://) the browser does not recognize, so the browser cannot properly connect to the site.

    -
      -
    • Are you trying to access multimedia or other non-text services? Check the site for extra requirements.
    • -
    • Some protocols may require third-party software or plugins before the browser can recognize them.
    • -
    + The address isn’t valid + +
  • Web addresses are usually written like http://www.example.com/
  • +
  • Make sure that you’re using forward slashes (i.e. /).
  • + ]]>
    - - File Not Found - -
  • Could the item have been renamed, removed, or relocated?
  • -
  • Is there a spelling, capitalization, or other typographical error in the address?
  • -
  • Do you have sufficient access permissions to the requested item?
  • - + The page isn’t redirecting properly + +
  • This problem can sometimes be caused by disabling or refusing to accept cookies.
  • + ]]>
    - - Access to the file was denied - -
  • It may have been removed, moved, or file permissions may be preventing access.
  • - + The address wasn’t understood + +
  • You might need to install other software to open this address.
  • + ]]>
    - - Proxy Server Refused Connection - The browser is configured to use a proxy server, but the proxy refused a connection.

    -
      -
    • Is the browser’s proxy configuration correct? Check the settings and try again.
    • -
    • Does the proxy service allow connections from this network?
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    - - - Proxy Server Not Found - The browser is configured to use a proxy server, but the proxy could not be found.

    -
      -
    • Is the browser’s proxy configuration correct? Check the settings and try again.
    • -
    • Is the device connected to an active network?
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    - - - Malware site issue - - The site at %1$s has been reported as an attack site and has been blocked based on your security preferences.

    - ]]>
    - - - Unwanted site issue - - The site at %1$s has been reported as serving unwanted software and has been blocked based on your security preferences.

    - ]]>
    - - - Harmful site issue - - The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.

    - ]]>
    - - - Deceptive site issue - - This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    - ]]>
    + Secure connection failed + +
  • This could be a problem with the server’s configuration, or it could be +someone trying to impersonate the server.
  • +
  • If you have connected to this server successfully in the past, the error may +be temporary, and you can try again later.
  • + + ]]>
    + + + Problem loading page + Try Again + + + Cannot Complete Request + Additional information about this problem or error is currently unavailable.

    + ]]>
    + + + Secure Connection Failed + The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

    +
    • Please contact the website owners to inform them of this problem.
    + ]]>
    + + Secure Connection Failed + +
  • This could be a problem with the server\'s configuration, or it could be someone trying to impersonate the server.
  • +
  • If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
  • + + ]]>
    + + + Data Transfer Interrupted + The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

    +
      +
    • Are you unable to browse other sites? Check the computer\'s network connection.
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]>
    + + Network Timeout + The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

    +
      +
    • Could the server be experiencing high demand or a temporary outage? Try again later.
    • +
    • Are you unable to browse other sites? Check the computer\'s network connection.
    • +
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]>
    + + Failed to Connect + Though the site seems valid, the browser was unable to establish a connection.

    +
      +
    • Could the site be temporarily unavailable? Try again later.
    • +
    • Are you unable to browse other sites? Check the computer\'s network connection.
    • +
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    + ]]>
    + + Incorrect Response + The site responded to the network request in an unexpected way and the browser cannot continue.

    + ]]>
    + + Redirect Loop + The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    +
      +
    • Have you disabled or blocked cookies required by this site?
    • +
    • NOTE: If accepting the site\'s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
    • +
    + ]]>
    + + Offline Mode + The browser is operating in its offline mode and cannot connect to the requested item.

    +
      +
    • Is the computer connected to an active network?
    • +
    • Press "Try Again" to switch to online mode and reload the page.
    • +
    + ]]>
    + + Port Restricted for Security Reasons + The requested address specified a port (e.g. mozilla.org:80 for port 80 on mozilla.org) normally used for purposes other than Web browsing. The browser has canceled the request for your protection and security.

    + ]]>
    + + Connection Interrupted + The network link was interrupted while negotiating a connection. Please try again.

    + ]]>
    + + + Unsafe File Type + +
  • Please contact the website owners to inform them of this problem.
  • + + ]]>
    + + Corrupted Content Error + The page you are trying to view cannot be shown because an error in the data transmission was detected.

    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]>
    + + Content crashed + The page you are trying to view cannot be shown because an error in the data transmission was detected.

    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]>
    + + Content Encoding Error + The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    +
      +
    • Please contact the website owners to inform them of this problem. +
    • +
    + ]]>
    + + + Address Not Found + The browser could not find the host server for the provided address.

    +
      +
    • Did you make a mistake when typing the domain? (e.g. ww.mozilla.org instead of www.mozilla.org)
    • Are you certain this domain address exists? Its registration may have expired.
    • +
    • Are you unable to browse other sites? Check your network connection and DNS server settings.
    • +
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    + ]]>
    + + Invalid Address + The provided address is not in a recognized format. Please check the location bar for mistakes and try again.

    + ]]>
    + + Unknown Protocol + The address specifies a protocol (e.g. wxyz://) the browser does not recognize, so the browser cannot properly connect to the site.

    +
      +
    • Are you trying to access multimedia or other non-text services? Check the site for extra requirements.
    • +
    • Some protocols may require third-party software or plugins before the browser can recognize them.
    • +
    + ]]>
    + + File Not Found + +
  • Could the item have been renamed, removed, or relocated?
  • +
  • Is there a spelling, capitalization, or other typographical error in the address?
  • +
  • Do you have sufficient access permissions to the requested item?
  • + + ]]>
    + + Access to the file was denied + +
  • It may have been removed, moved, or file permissions may be preventing access.
  • + + ]]>
    + + + Proxy Server Refused Connection + The browser is configured to use a proxy server, but the proxy refused a connection.

    +
      +
    • Is the browser\'s proxy configuration correct? Check the settings and try again.
    • +
    • Does the proxy service allow connections from this network?
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]>
    + + Proxy Server Not Found + The browser is configured to use a proxy server, but the proxy could not be found.

    +
      +
    • Is the browser\'s proxy configuration correct? Check the settings and try again.
    • +
    • Is the computer connected to an active network?
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]>
    + + + Malware site issue + The site at %1$s has been reported as an attack site and has been blocked based on your security preferences.

    + ]]>
    + + Unwanted site issue + The site at %1$s has been reported as serving unwanted software and has been blocked based on your security preferences.

    + ]]>
    + + Harmful site issue + The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.

    + ]]>
    + + Deceptive site issue + This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    + ]]>
    + + + Private Browsing + Private Browsing + +

    When you browse in a Private Window, Firefox Reality does not save:

    + +
      +
    • visited pages
    • +
    • searches
    • +
    • cookies
    • +
    • temporary files
    • +
    + +

    Private Browsing doesn\'t make you anonymous on the Internet. Your employer or Internet service provider can still know what page you visit.

    + +

    Learn more about Private Browsing.

    + ]]>
    - - Secure Site Not Available - - %1$s is not available.]]> - - Continue to HTTP Site
    From 0fc684dbeb73b7c2c2f36d1191ec50ca6c5bb55c Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Mon, 1 Oct 2018 10:05:21 -0400 Subject: [PATCH 008/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/881: Error Page support for both engines I decided to move the mappings to the respective EngineSession instead of having them in the Engine, since it wasn't possible to have them easily accessible from there via the RequestInterceptor. It made more sense to keep them hidden inside the session as a companion function for easier testing. On the same note, tests have also been included. Added an interceptor the SystemEngine sample app. Cleaned up the styling of the actual error page HTML to make them more mobile friendly. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@706fe98bb94d6ba323b9e31b5ab7d7cb47fb4b42 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 11c40168794..c272d5cfbe1 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7228c4592707143ace6ec78d500530f3b8220b2c" + "ac-prep": "706fe98bb94d6ba323b9e31b5ab7d7cb47fb4b42" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 010c87c6128..b5b23d2d2ac 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -265,23 +265,4 @@ be temporary, and you can try again later.

    This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    ]]> - - Private Browsing - Private Browsing - -

    When you browse in a Private Window, Firefox Reality does not save:

    - -
      -
    • visited pages
    • -
    • searches
    • -
    • cookies
    • -
    • temporary files
    • -
    - -

    Private Browsing doesn\'t make you anonymous on the Internet. Your employer or Internet service provider can still know what page you visit.

    - -

    Learn more about Private Browsing.

    - ]]>
    -
    From 0fbfd2f1d2ea59526b235ee07bfc4d431abab253 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 12 Oct 2018 18:35:53 +0200 Subject: [PATCH 009/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/506: Add new generic crash reporting component (lib-crash). X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b3d7937ea82d90c18c2cffcdb8d749733cabe968 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../lib/crash/src/main/res/values/strings.xml | 27 ------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c272d5cfbe1..da6dff02b4b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "706fe98bb94d6ba323b9e31b5ab7d7cb47fb4b42" + "ac-prep": "b3d7937ea82d90c18c2cffcdb8d749733cabe968" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 38b0b2e6475..26cfc0827e6 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -11,31 +11,4 @@ Restart %1$s - - - Crashes - - - Sorry. A problem occurred in %1$s. - - - Report - - - Sending crash report to %1$s - - - Gathering crash data - - - Gathering crash telemetry data - - - Crash Reports - - - No crash reports have been submitted. - - - Share From 3ffea2cea6819e38e5cb27c05b6359bd8f9643df Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 16 Oct 2018 13:29:33 -0400 Subject: [PATCH 010/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1057: Add localization notes to Error Pages X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@62e5ea0f325ef5ac0f149c7e9e50fa36043976a5 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 358 ++++++++++-------- 2 files changed, 194 insertions(+), 166 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index da6dff02b4b..59bedb2c519 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b3d7937ea82d90c18c2cffcdb8d749733cabe968" + "ac-prep": "62e5ea0f325ef5ac0f149c7e9e50fa36043976a5" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index b5b23d2d2ac..69f0b55f604 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -1,8 +1,8 @@ - - Unable to connect - + + Unable to connect +
  • The site could be temporarily unavailable or too busy. Try again in a few moments.
  • @@ -11,14 +11,11 @@ ]]>
    - @string/error_connectionfailure_title - @string/error_connectionfailure_message + + Server not found - The connection timed out - @string/error_connectionfailure_message - - Server not found - +
  • Check the address for typing errors such as ww.example.com instead of @@ -27,242 +24,273 @@ ]]> + + The address isn’t valid + + +
  • Web addresses are usually written like http://www.example.com/
  • +
  • Make sure that you’re using forward slashes (i.e. /).
  • + + ]]>
    - The address isn’t valid - -
  • Web addresses are usually written like http://www.example.com/
  • -
  • Make sure that you’re using forward slashes (i.e. /).
  • - + + The page isn’t redirecting properly + +
  • This problem can sometimes be caused by disabling or refusing to accept cookies.
  • + ]]>
    - The page isn’t redirecting properly - -
  • This problem can sometimes be caused by disabling or refusing to accept cookies.
  • - + + The address wasn’t understood + +
  • You might need to install other software to open this address.
  • + ]]>
    - The address wasn’t understood - -
  • You might need to install other software to open this address.
  • - + + Secure connection failed + +
  • This could be a problem with the server’s configuration, or it could be + someone trying to impersonate the server.
  • +
  • If you have connected to this server successfully in the past, the error may + be temporary, and you can try again later.
  • + ]]>
    - Secure connection failed - -
  • This could be a problem with the server’s configuration, or it could be -someone trying to impersonate the server.
  • -
  • If you have connected to this server successfully in the past, the error may -be temporary, and you can try again later.
  • - - ]]>
    - - - Problem loading page - Try Again - - + + Problem loading page + + + Try Again + + Cannot Complete Request Additional information about this problem or error is currently unavailable.

    - ]]>
    +

    Additional information about this problem or error is currently unavailable.

    + ]]>
    - + Secure Connection Failed The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

    -
    • Please contact the website owners to inform them of this problem.
    - ]]>
    +

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]>
    + Secure Connection Failed -
  • This could be a problem with the server\'s configuration, or it could be someone trying to impersonate the server.
  • -
  • If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
  • - - ]]>
    +
      +
    • This could be a problem with the server’s configuration, or it could be someone trying to impersonate the server.
    • +
    • If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
    • +
    + ]]>
    - + Data Transfer Interrupted The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

    -
      -
    • Are you unable to browse other sites? Check the computer\'s network connection.
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    +

    The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

    +
      +
    • Are you unable to browse other sites? Check the computer’s network connection.
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]>
    + Network Timeout The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

    -
      -
    • Could the server be experiencing high demand or a temporary outage? Try again later.
    • -
    • Are you unable to browse other sites? Check the computer\'s network connection.
    • -
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    +

    The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

    +
      +
    • Could the server be experiencing high demand or a temporary outage? Try again later.
    • +
    • Are you unable to browse other sites? Check the computer’s network connection.
    • +
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]>
    + Failed to Connect Though the site seems valid, the browser was unable to establish a connection.

    -
      -
    • Could the site be temporarily unavailable? Try again later.
    • -
    • Are you unable to browse other sites? Check the computer\'s network connection.
    • -
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • -
    - ]]>
    +

    Though the site seems valid, the browser was unable to establish a connection.

    +
      +
    • Could the site be temporarily unavailable? Try again later.
    • +
    • Are you unable to browse other sites? Check the computer’s network connection.
    • +
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    + ]]> + Incorrect Response The site responded to the network request in an unexpected way and the browser cannot continue.

    - ]]>
    +

    The site responded to the network request in an unexpected way and the browser cannot continue.

    + ]]> + Redirect Loop The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    -
      -
    • Have you disabled or blocked cookies required by this site?
    • -
    • NOTE: If accepting the site\'s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
    • -
    - ]]>
    +

    The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    +
      +
    • Have you disabled or blocked cookies required by this site?
    • +
    • NOTE: If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
    • +
    + ]]> + Offline Mode The browser is operating in its offline mode and cannot connect to the requested item.

    -
      -
    • Is the computer connected to an active network?
    • -
    • Press "Try Again" to switch to online mode and reload the page.
    • -
    - ]]>
    +

    The browser is operating in its offline mode and cannot connect to the requested item.

    +
      +
    • Is the computer connected to an active network?
    • +
    • Press “Try Again” to switch to online mode and reload the page.
    • +
    + ]]> + Port Restricted for Security Reasons The requested address specified a port (e.g. mozilla.org:80 for port 80 on mozilla.org) normally used for purposes other than Web browsing. The browser has canceled the request for your protection and security.

    - ]]>
    +

    The requested address specified a port (e.g., mozilla.org:80 for port 80 on mozilla.org) normally used for purposes other than Web browsing. The browser has canceled the request for your protection and security.

    + ]]> + Connection Interrupted The network link was interrupted while negotiating a connection. Please try again.

    - ]]>
    +

    The network link was interrupted while negotiating a connection. Please try again.

    + ]]> - + Unsafe File Type -
  • Please contact the website owners to inform them of this problem.
  • - - ]]>
    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]> + Corrupted Content Error The page you are trying to view cannot be shown because an error in the data transmission was detected.

    -
      -
    • Please contact the website owners to inform them of this problem.
    • -
    - ]]>
    +

    The page you are trying to view cannot be shown because an error in the data transmission was detected.

    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]> + Content crashed The page you are trying to view cannot be shown because an error in the data transmission was detected.

    -
      -
    • Please contact the website owners to inform them of this problem.
    • -
    - ]]>
    +

    The page you are trying to view cannot be shown because an error in the data transmission was detected.

    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]> + Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    -
      -
    • Please contact the website owners to inform them of this problem. -
    • -
    - ]]>
    - - +

    The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

    +
      +
    • Please contact the website owners to inform them of this problem.
    • +
    + ]]> + + Address Not Found + The browser could not find the host server for the provided address.

    -
      -
    • Did you make a mistake when typing the domain? (e.g. ww.mozilla.org instead of www.mozilla.org)
    • Are you certain this domain address exists? Its registration may have expired.
    • -
    • Are you unable to browse other sites? Check your network connection and DNS server settings.
    • -
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • -
    - ]]>
    +

    The browser could not find the host server for the provided address.

    +
      +
    • Did you make a mistake when typing the domain? (e.g., ww.mozilla.org instead of www.mozilla.org)
    • Are you certain this domain address exists? It’s registration may have expired.
    • +
    • Are you unable to browse other sites? Check your network connection and DNS server settings.
    • +
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    + ]]> + Invalid Address The provided address is not in a recognized format. Please check the location bar for mistakes and try again.

    - ]]>
    +

    The provided address is not in a recognized format. Please check the location bar for mistakes and try again.

    + ]]> + Unknown Protocol The address specifies a protocol (e.g. wxyz://) the browser does not recognize, so the browser cannot properly connect to the site.

    -
      -
    • Are you trying to access multimedia or other non-text services? Check the site for extra requirements.
    • -
    • Some protocols may require third-party software or plugins before the browser can recognize them.
    • -
    - ]]>
    +

    The address specifies a protocol (e.g., wxyz://) the browser does not recognize, so the browser cannot properly connect to the site.

    +
      +
    • Are you trying to access multimedia or other non-text services? Check the site for extra requirements.
    • +
    • Some protocols may require third-party software or plugins before the browser can recognize them.
    • +
    + ]]> + File Not Found -
  • Could the item have been renamed, removed, or relocated?
  • -
  • Is there a spelling, capitalization, or other typographical error in the address?
  • -
  • Do you have sufficient access permissions to the requested item?
  • - - ]]>
    +
      +
    • Could the item have been renamed, removed, or relocated?
    • +
    • Is there a spelling, capitalization, or other typographical error in the address?
    • +
    • Do you have sufficient access permissions to the requested item?
    • +
    + ]]> + Access to the file was denied -
  • It may have been removed, moved, or file permissions may be preventing access.
  • - - ]]>
    +
      +
    • It may have been removed, moved, or file permissions may be preventing access.
    • +
    + ]]> - + Proxy Server Refused Connection The browser is configured to use a proxy server, but the proxy refused a connection.

    -
      -
    • Is the browser\'s proxy configuration correct? Check the settings and try again.
    • -
    • Does the proxy service allow connections from this network?
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    +

    The browser is configured to use a proxy server, but the proxy refused a connection.

    +
      +
    • Is the browser’s proxy configuration correct? Check the settings and try again.
    • +
    • Does the proxy service allow connections from this network?
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]> + Proxy Server Not Found The browser is configured to use a proxy server, but the proxy could not be found.

    -
      -
    • Is the browser\'s proxy configuration correct? Check the settings and try again.
    • -
    • Is the computer connected to an active network?
    • -
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • -
    - ]]>
    - - +

    The browser is configured to use a proxy server, but the proxy could not be found.

    +
      +
    • Is the browser’s proxy configuration correct? Check the settings and try again.
    • +
    • Is the computer connected to an active network?
    • +
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    • +
    + ]]> + + Malware site issue + The site at %1$s has been reported as an attack site and has been blocked based on your security preferences.

    - ]]>
    +

    The site at %1$s has been reported as an attack site and has been blocked based on your security preferences.

    + ]]> + Unwanted site issue + The site at %1$s has been reported as serving unwanted software and has been blocked based on your security preferences.

    - ]]>
    +

    The site at %1$s has been reported as serving unwanted software and has been blocked based on your security preferences.

    + ]]> + Harmful site issue + The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.

    - ]]>
    +

    The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.

    + ]]> + Deceptive site issue + This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    - ]]>
    +

    This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    + ]]>
    From d0c012fcbed6f1e467f9cdb082c0f9595e1aeeff Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Wed, 17 Oct 2018 10:58:56 -0400 Subject: [PATCH 011/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1056: Add error page string resource namespacing All `error_*` string resources now use `mozac_browser_errorpages_` instead. [ci skip] X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@4b39024a9314cbe11022ae9cfc4d55cadd34f972 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 132 +++++++++--------- 2 files changed, 67 insertions(+), 67 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 59bedb2c519..428ee91812f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "62e5ea0f325ef5ac0f149c7e9e50fa36043976a5" + "ac-prep": "4b39024a9314cbe11022ae9cfc4d55cadd34f972" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 69f0b55f604..ab557cb32b7 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -1,8 +1,8 @@ - Unable to connect - + Unable to connect +
  • The site could be temporarily unavailable or too busy. Try again in a few moments.
  • @@ -12,10 +12,10 @@
    - Server not found + Server not found -
  • Check the address for typing errors such as ww.example.com instead of @@ -25,9 +25,9 @@ ]]> - The address isn’t valid + The address isn’t valid -
  • Web addresses are usually written like http://www.example.com/
  • Make sure that you’re using forward slashes (i.e. /).
  • @@ -35,24 +35,24 @@ ]]>
    - The page isn’t redirecting properly - The page isn’t redirecting properly +
  • This problem can sometimes be caused by disabling or refusing to accept cookies.
  • ]]>
    - The address wasn’t understood - The address wasn’t understood +
  • You might need to install other software to open this address.
  • ]]>
    - Secure connection failed - Secure connection failed +
  • This could be a problem with the server’s configuration, or it could be someone trying to impersonate the server.
  • @@ -62,20 +62,20 @@ ]]>
    - Problem loading page + Problem loading page - Try Again + Try Again - Cannot Complete Request - Cannot Complete Request + Additional information about this problem or error is currently unavailable.

    ]]>
    - Secure Connection Failed - Secure Connection Failed + The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

    • Please contact the website owners to inform them of this problem.
    • @@ -83,8 +83,8 @@ ]]> - Secure Connection Failed - Secure Connection Failed +
    • This could be a problem with the server’s configuration, or it could be someone trying to impersonate the server.
    • If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
    • @@ -92,8 +92,8 @@ ]]>
      - Data Transfer Interrupted - Data Transfer Interrupted + The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

      • Are you unable to browse other sites? Check the computer’s network connection.
      • @@ -102,8 +102,8 @@ ]]> - Network Timeout - Network Timeout + The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

        • Could the server be experiencing high demand or a temporary outage? Try again later.
        • @@ -114,8 +114,8 @@ ]]> - Failed to Connect - Failed to Connect + Though the site seems valid, the browser was unable to establish a connection.

          • Could the site be temporarily unavailable? Try again later.
          • @@ -125,14 +125,14 @@ ]]> - Incorrect Response - Incorrect Response + The site responded to the network request in an unexpected way and the browser cannot continue.

            ]]>
            - Redirect Loop - Redirect Loop + The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

            • Have you disabled or blocked cookies required by this site?
            • @@ -141,8 +141,8 @@ ]]> - Offline Mode - Offline Mode + The browser is operating in its offline mode and cannot connect to the requested item.

              • Is the computer connected to an active network?
              • @@ -151,28 +151,28 @@ ]]> - Port Restricted for Security Reasons - Port Restricted for Security Reasons + The requested address specified a port (e.g., mozilla.org:80 for port 80 on mozilla.org) normally used for purposes other than Web browsing. The browser has canceled the request for your protection and security.

                ]]>
                - Connection Interrupted - Connection Interrupted + The network link was interrupted while negotiating a connection. Please try again.

                ]]>
                - Unsafe File Type - Unsafe File Type +
              • Please contact the website owners to inform them of this problem.
              ]]>
              - Corrupted Content Error - Corrupted Content Error + The page you are trying to view cannot be shown because an error in the data transmission was detected.

              • Please contact the website owners to inform them of this problem.
              • @@ -180,8 +180,8 @@ ]]> - Content crashed - Content crashed + The page you are trying to view cannot be shown because an error in the data transmission was detected.

                • Please contact the website owners to inform them of this problem.
                • @@ -189,8 +189,8 @@ ]]> - Content Encoding Error - Content Encoding Error + The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

                  • Please contact the website owners to inform them of this problem.
                  • @@ -198,9 +198,9 @@ ]]> - Address Not Found + Address Not Found - The browser could not find the host server for the provided address.

                    • Did you make a mistake when typing the domain? (e.g., ww.mozilla.org instead of www.mozilla.org)
                    • Are you certain this domain address exists? It’s registration may have expired.
                    • @@ -210,14 +210,14 @@ ]]> - Invalid Address - Invalid Address + The provided address is not in a recognized format. Please check the location bar for mistakes and try again.

                      ]]>
                      - Unknown Protocol - Unknown Protocol + The address specifies a protocol (e.g., wxyz://) the browser does not recognize, so the browser cannot properly connect to the site.

                      • Are you trying to access multimedia or other non-text services? Check the site for extra requirements.
                      • @@ -226,8 +226,8 @@ ]]> - File Not Found - File Not Found +
                      • Could the item have been renamed, removed, or relocated?
                      • Is there a spelling, capitalization, or other typographical error in the address?
                      • @@ -236,16 +236,16 @@ ]]>
                        - Access to the file was denied - Access to the file was denied +
                      • It may have been removed, moved, or file permissions may be preventing access.
                      ]]>
                      - Proxy Server Refused Connection - Proxy Server Refused Connection + The browser is configured to use a proxy server, but the proxy refused a connection.

                      • Is the browser’s proxy configuration correct? Check the settings and try again.
                      • @@ -255,8 +255,8 @@ ]]> - Proxy Server Not Found - Proxy Server Not Found + The browser is configured to use a proxy server, but the proxy could not be found.

                        • Is the browser’s proxy configuration correct? Check the settings and try again.
                        • @@ -266,30 +266,30 @@ ]]> - Malware site issue + Malware site issue - The site at %1$s has been reported as an attack site and has been blocked based on your security preferences.

                          ]]>
                          - Unwanted site issue + Unwanted site issue - The site at %1$s has been reported as serving unwanted software and has been blocked based on your security preferences.

                          ]]>
                          - Harmful site issue + Harmful site issue - The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.

                          ]]>
                          - Deceptive site issue + Deceptive site issue - This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

                          ]]>
                          From 44af3293374966fa226fe9b7721b2aba2531bbed Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Tue, 16 Oct 2018 14:38:31 +0200 Subject: [PATCH 012/235] [components] Add l10n.toml configuration to specify what's localized and tested. We're not specifying a list of locales yet, we're going to add those once we actually localize. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@12fa5772d8be6b7db95404275980e9f5c4d3b78e --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 136 +++----------------- 2 files changed, 16 insertions(+), 122 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 428ee91812f..2c9148a9926 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "4b39024a9314cbe11022ae9cfc4d55cadd34f972" + "ac-prep": "12fa5772d8be6b7db95404275980e9f5c4d3b78e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 8e6a1c17d5d..d7fb60377cd 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,128 +2,22 @@ basepath = "." locales = [ - "ab", - "an", - "ann", - "ar", - "ast", - "az", - "ban", - "be", - "bg", - "bn", - "br", - "bs", - "ca", - "cak", - "ceb", - "ckb", - "co", - "cs", - "cy", - "da", - "de", - "dsb", - "el", - "en-CA", - "en-GB", - "eo", - "es", - "es-AR", - "es-CL", - "es-ES", - "es-MX", - "et", - "eu", - "fa", - "ff", - "fi", - "fr", - "fy-NL", - "ga-IE", - "gd", - "gl", - "gn", - "gu-IN", - "he", - "hi-IN", - "hil", - "hr", - "hsb", - "hu", - "hy-AM", - "ia", - "id", - "is", - "it", - "ja", - "ka", - "kab", - "kk", - "kmr", - "kn", - "ko", - "lij", - "lo", - "lt", - "mix", - "ml", - "mr", - "ms", - "my", - "nb-NO", - "ne-NP", - "nl", - "nn-NO", - "nv", - "oc", - "or", - "pa-IN", - "pl", - "pt-BR", - "pt-PT", - "rm", - "ro", - "ru", - "sat", - "si", - "sk", - "skr", - "sl", - "sq", - "sr", - "su", - "sv-SE", - "szl", - "ta", - "te", - "tg", - "th", - "tl", - "tok", - "tr", - "trs", - "tt", - "tzm", - "ug", - "uk", - "ur", - "uz", - "vec", - "vi", - "yo", - "zh-CN", - "zh-TW", -] - -# Expose the following branches to localization -# Changes to this list should be announced to the l10n team ahead of time. -branches = [ - "main", -] + ] [env] [[paths]] - reference = "components/**/src/main/res/values/strings.xml" - l10n = "components/**/src/main/res/values-{android_locale}/strings.xml" + reference = "components/ui/tabcounter/src/main/res/values/strings.xml" + l10n = "{l10n_base}/components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/browser/errorpages/src/main/res/values/strings.xml" + l10n = "{l10n_base}/components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/browser/toolbar/src/main/res/values/strings.xml" + l10n = "{l10n_base}/components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/tabs/src/main/res/values/strings.xml" + l10n = "{l10n_base}/components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" From e52ea9c056d27173f00e26c998393439a8367e5b Mon Sep 17 00:00:00 2001 From: Christopher Van Wiemeersch Date: Wed, 17 Oct 2018 16:57:46 -0700 Subject: [PATCH 013/235] [components] tweak errorpages L10n strings X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f947622b122d1082590fdb3534867d3414e38807 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 177 +++++++----------- 2 files changed, 71 insertions(+), 108 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 2c9148a9926..5e1334e0145 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "12fa5772d8be6b7db95404275980e9f5c4d3b78e" + "ac-prep": "f947622b122d1082590fdb3534867d3414e38807" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index ab557cb32b7..42a4cb9aae2 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -1,89 +1,31 @@ - - Unable to connect - - -
                        • The site could be temporarily unavailable or too busy. Try again in a few moments.
                        • -
                        • If you are unable to load any pages, check your mobile device’s data or Wi-Fi connection.
                        • -
                        - ]]> -
                        - - - Server not found - - - -
                      • Check the address for typing errors such as - ww.example.com instead of - www.example.com
                      • -
                      • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
                      • -
                      - ]]>
                      - - - The address isn’t valid - - -
                    • Web addresses are usually written like http://www.example.com/
                    • -
                    • Make sure that you’re using forward slashes (i.e. /).
                    • -
                    - ]]>
                    - - - The page isn’t redirecting properly - -
                  • This problem can sometimes be caused by disabling or refusing to accept cookies.
                  • -
                  - ]]>
                  - - - The address wasn’t understood - -
                • You might need to install other software to open this address.
                • -
                - ]]>
                - - - Secure connection failed - -
              • This could be a problem with the server’s configuration, or it could be - someone trying to impersonate the server.
              • -
              • If you have connected to this server successfully in the past, the error may - be temporary, and you can try again later.
              • -
              - ]]>
              - - + Problem loading page Try Again - + Cannot Complete Request + Additional information about this problem or error is currently unavailable.

              ]]>
              - + Secure Connection Failed + The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

                +
              • The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
              • Please contact the website owners to inform them of this problem.
              ]]>
              - + Secure Connection Failed +
            • This could be a problem with the server’s configuration, or it could be someone trying to impersonate the server.
            • @@ -91,18 +33,20 @@
            ]]>
            - - Data Transfer Interrupted + + The connection was interrupted + The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

              -
            • Are you unable to browse other sites? Check the computer’s network connection.
            • -
            • Still having trouble? Consult your network administrator or Internet provider for assistance.
            • +
            • The site could be temporarily unavailable or too busy. Try again in a few moments.
            • +
            • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
            ]]>
            - - Network Timeout + + The connection has timed out + The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

              @@ -113,35 +57,37 @@
            ]]>
            - - Failed to Connect + + Unable to connect + Though the site seems valid, the browser was unable to establish a connection.

              -
            • Could the site be temporarily unavailable? Try again later.
            • -
            • Are you unable to browse other sites? Check the computer’s network connection.
            • -
            • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
            • +
            • The site could be temporarily unavailable or too busy. Try again in a few moments.
            • +
            • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
            ]]>
            - - Incorrect Response + + Unexpected response from server + The site responded to the network request in an unexpected way and the browser cannot continue.

            ]]>
            - - Redirect Loop + + The page isn’t redirecting properly + The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

            • Have you disabled or blocked cookies required by this site?
            • -
            • NOTE: If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
            • +
            • If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
            ]]>
            - + Offline Mode + The browser is operating in its offline mode and cannot connect to the requested item.

              @@ -150,28 +96,36 @@
            ]]>
            - - Port Restricted for Security Reasons + + Port restricted for security reasons + The requested address specified a port (e.g., mozilla.org:80 for port 80 on mozilla.org) normally used for purposes other than Web browsing. The browser has canceled the request for your protection and security.

            ]]>
            - - Connection Interrupted + + The connection was reset + The network link was interrupted while negotiating a connection. Please try again.

            +
              +
            • The site could be temporarily unavailable or too busy. Try again in a few moments.
            • +
            • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
            • +
            ]]>
            - + Unsafe File Type +
          • Please contact the website owners to inform them of this problem.
          ]]>
          - + Corrupted Content Error + The page you are trying to view cannot be shown because an error in the data transmission was detected.

            @@ -179,7 +133,7 @@
          ]]>
          - + Content crashed The page you are trying to view cannot be shown because an error in the data transmission was detected.

          @@ -188,7 +142,7 @@
        ]]>
        - + Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

        @@ -197,25 +151,35 @@
      ]]>
      - + Address Not Found The browser could not find the host server for the provided address.

        -
      • Did you make a mistake when typing the domain? (e.g., ww.mozilla.org instead of www.mozilla.org)
      • Are you certain this domain address exists? It’s registration may have expired.
      • -
      • Are you unable to browse other sites? Check your network connection and DNS server settings.
      • -
      • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
      • +
      • Check the address for typing errors such as + ww.example.com instead of + www.example.com.
      • +
      • If you are unable to load any pages, check your device’s data or Wi-Fi connection.
      ]]>
      - + Invalid Address The provided address is not in a recognized format. Please check the location bar for mistakes and try again.

      ]]>
      + + The address isn’t valid + + +
    • Web addresses are usually written like http://www.example.com/
    • +
    • Make sure that you’re using forward slashes (i.e. /).
    • +
    + ]]>
    - + Unknown Protocol The address specifies a protocol (e.g., wxyz://) the browser does not recognize, so the browser cannot properly connect to the site.

    @@ -225,7 +189,7 @@ ]]>
    - + File Not Found @@ -235,7 +199,7 @@ ]]> - + Access to the file was denied @@ -243,7 +207,7 @@ ]]> - + Proxy Server Refused Connection The browser is configured to use a proxy server, but the proxy refused a connection.

    @@ -254,7 +218,7 @@ ]]>
    - + Proxy Server Not Found The browser is configured to use a proxy server, but the proxy could not be found.

    @@ -265,32 +229,31 @@ ]]>
    - + Malware site issue The site at %1$s has been reported as an attack site and has been blocked based on your security preferences.

    ]]>
    - + Unwanted site issue The site at %1$s has been reported as serving unwanted software and has been blocked based on your security preferences.

    ]]>
    - + Harmful site issue The site at %1$s has been reported as a potentially harmful site and has been blocked based on your security preferences.

    ]]>
    - + Deceptive site issue This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    ]]>
    -
    From 0881294937df4dcbcbf0d24bfb772b98e450090e Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 16 Oct 2018 17:02:36 -0400 Subject: [PATCH 014/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/988: Create feature-download (UI) X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8b18d2db92855b9fd007bc947a9715c73ee09812 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../downloads/src/main/res/values/strings.xml | 51 ++----------------- mozilla-mobile/android-components/l10n.toml | 4 ++ 3 files changed, 8 insertions(+), 49 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5e1334e0145..74d12d3d32d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f947622b122d1082590fdb3534867d3414e38807" + "ac-prep": "8b18d2db92855b9fd007bc947a9715c73ee09812" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 7250ffc1160..5313c29fbd7 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -1,56 +1,11 @@ - - Downloads + + Download File - - Download paused - - Download completed - - Download failed - - - Download (%1$s) Download + Cancel - - %1$s can’t download this file type - - - Could not open file - - - No app found to open %1$s files - - - Pause - - Resume - - Cancel - - Open - - Try Again - - - Close - - Complete action using - --> - Unable to open %1$s - - Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow. - - - Cancel private downloads? - - If you close all Private tabs now, %1$s download will be canceled. Are you sure you want to leave Private Browsing? - - Cancel downloads - - Stay in private browsing diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index d7fb60377cd..2f131fe76da 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -21,3 +21,7 @@ locales = [ [[paths]] reference = "components/feature/tabs/src/main/res/values/strings.xml" l10n = "{l10n_base}/components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/downloads/src/main/res/values/strings.xml" + l10n = "{l10n_base}/components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file From c51b3c5c6be079ee05e9afed7cc1dd9c9a2248b9 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 22 Nov 2018 21:37:38 +0100 Subject: [PATCH 015/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/1386: feature-contextmenu: A component for for displaying context menus when long-pressing web content. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b89ebb26b2c3368cb5ee4421f343b0e5f62f899d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 52 +++++++------------ mozilla-mobile/android-components/l10n.toml | 6 ++- 3 files changed, 24 insertions(+), 36 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 74d12d3d32d..8196af8ceaf 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8b18d2db92855b9fd007bc947a9715c73ee09812" + "ac-prep": "b89ebb26b2c3368cb5ee4421f343b0e5f62f899d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 8b47b9ae50f..40324c11063 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -1,51 +1,35 @@ - Open link in new tab + Open Link in New Tab + - Open link in private tab + Open Link in Private Tab + - Open image in new tab - - Download link + Open Image in New Tab + - Share link - - Share image + Share Link + - Copy link + Copy Link + - Copy image location + Copy Image Location + - Save image - - Save file to device + Save Image + New tab opened + New private tab opened + - Link copied to clipboard + Text copied to clipboard + Switch - - Open link in external app - - Share email address - - Copy email address - - Email address copied to clipboard - - Add to contact - - Search - - Private Search - - Share - - Email - - Call diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 2f131fe76da..3b02ad5ac06 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -24,4 +24,8 @@ locales = [ [[paths]] reference = "components/feature/downloads/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file + l10n = "{l10n_base}/components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/contextmenu/src/main/res/values/strings.xml" + l10n = "{l10n_base}/components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" From 1f2c0b10b2693148e68f036c66e9b089286639c0 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 20 Nov 2018 11:37:07 -0500 Subject: [PATCH 016/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1434: Add support for choice html elements for GeckoEngine X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@9a4aebdc98c34dbf99b839a71e74a44984b1b6f0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../prompts/src/main/res/values/strings.xml | 126 +----------------- 2 files changed, 3 insertions(+), 125 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 8196af8ceaf..04d85eb9e4a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b89ebb26b2c3368cb5ee4421f343b0e5f62f899d" + "ac-prep": "9a4aebdc98c34dbf99b839a71e74a44984b1b6f0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 028e1bac9e1..3aa9ad94b98 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -1,130 +1,8 @@ - + OK + Cancel - - Prevent this page from creating additional dialogs - - Set - - Clear - - Sign in - - Username - - Password - - Don’t save - - Never save - - Not now - - Save - - Don’t update - - Update - - Password field must not be empty - - Unable to save login - - Save this login? - - Update this login? - - Add username to saved password? - - - Label for entering a text input field - - Choose a color - - Allow - - Deny - - Are you sure? - - Do you want to leave this site? Data you have entered may not be saved - - Stay - - Leave - - Pick a month - - Jan - - Feb - - Mar - - Apr - - May - - Jun - - Jul - - Aug - - Sep - - Oct - - Nov - - Dec - - Set time - - Manage logins - - Expand suggested logins - - Collapse suggested logins - - Suggested logins - - - Resend data to this site? - Refreshing this page could duplicate recent actions, such as sending a payment or posting a comment twice. - - Resend data - - Cancel - - - - Select credit card - - Expand suggested credit cards - - Collapse suggested credit cards - - Manage credit cards - - Securely save this card? - - Update card expiration date? - - Card number will be encrypted. Security code won’t be saved. - - - - Select addresses - - Select address - - Expand suggested addresses - - Collapse suggested addresses - - Manage addresses From 4ebb1a4423de85854124622774f3185365639402 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Thu, 6 Dec 2018 14:51:13 +0100 Subject: [PATCH 017/235] [components] Update compare-locales to recent major version, stop using l10n_base in config l10n_base is actually in the way of creating a l10n-only cross-product repo, it turns out. It's not really needed for Android projects anyway, removing it. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@626027aeb04bac2265e99dd1e79445a815ab7b50 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 04d85eb9e4a..0e1e0b0091a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "9a4aebdc98c34dbf99b839a71e74a44984b1b6f0" + "ac-prep": "626027aeb04bac2265e99dd1e79445a815ab7b50" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 3b02ad5ac06..11c80ec6aab 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -8,24 +8,24 @@ locales = [ [[paths]] reference = "components/ui/tabcounter/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" + l10n = "components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/browser/errorpages/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" + l10n = "components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/browser/toolbar/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" + l10n = "components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/feature/tabs/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" + l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/feature/downloads/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" + l10n = "components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/feature/contextmenu/src/main/res/values/strings.xml" - l10n = "{l10n_base}/components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" + l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" From 4588d0dd88b675bf482b5b7be9170c1995daacfd Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Fri, 7 Dec 2018 15:26:06 +0100 Subject: [PATCH 018/235] [components] Add locales from FirefoxReality to android-components X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@90b9a25ad5583fddfecbf25f78546740ffc1de89 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0e1e0b0091a..7ac9651efa7 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "626027aeb04bac2265e99dd1e79445a815ab7b50" + "ac-prep": "90b9a25ad5583fddfecbf25f78546740ffc1de89" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 11c80ec6aab..880d7a03040 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,8 +2,15 @@ basepath = "." locales = [ - - ] + "de", + "es", + "fr", + "it", + "ja", + "ko", + "zh-CN", + "zh-TW", +] [env] [[paths]] From a2cc1563b8d51ffd7c7833b41e88dcb5a7892f94 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 28 Nov 2018 09:20:06 -0500 Subject: [PATCH 019/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1435: Add support for alert popup for GeckoEngine. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@4f8e0156d0921dbd02974ed051f06f50cc30f576 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7ac9651efa7..f41632c6677 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "90b9a25ad5583fddfecbf25f78546740ffc1de89" + "ac-prep": "4f8e0156d0921dbd02974ed051f06f50cc30f576" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 3aa9ad94b98..b8f4f763d09 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -5,4 +5,7 @@ Cancel + + + Prevent this page from creating additional dialogs From f039e710fa8bf802fdd6149f023077a3fbc0f9f1 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 12 Dec 2018 11:28:19 -0500 Subject: [PATCH 020/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1436: Add support for html input type date for GeckoEngine. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@837f67c9c56bc49009747dc14b2573fe245b48c4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f41632c6677..dd1c3ef25fc 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "4f8e0156d0921dbd02974ed051f06f50cc30f576" + "ac-prep": "837f67c9c56bc49009747dc14b2573fe245b48c4" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index b8f4f763d09..261cec6bf30 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -8,4 +8,13 @@ Prevent this page from creating additional dialogs + + + Pick a date + + + Set + + + Clear From 9bfa8336b34e898f41579297f50331f0a8384292 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 2 Jan 2019 13:45:46 -0500 Subject: [PATCH 021/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1504: Add support for alert popup in WebView. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b1ab769c03af21f05c3a934d5cb71deed2e66997 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../engine-system/src/main/res/values/strings.xml | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index dd1c3ef25fc..d3ede8cd0f6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "837f67c9c56bc49009747dc14b2573fe245b48c4" + "ac-prep": "b1ab769c03af21f05c3a934d5cb71deed2e66997" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml index 4863e650f6c..58d7b0b6479 100644 --- a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml @@ -1,8 +1,5 @@ - - pref_privacy_block_ads - pref_privacy_block_analytics - pref_privacy_block_social - pref_privacy_block_other - pref_performance_block_webfonts + + + The page at %1$s says: From a625b40e96032431ba2187b9e15afd7bbfe1460f Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Thu, 10 Jan 2019 08:37:38 -0500 Subject: [PATCH 022/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1470: Add support for Authentication dialogs. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d4ac33d40aaa8b50f2a52553bdaa7f7e5ea5fa3c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d3ede8cd0f6..d8c19e6bbde 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b1ab769c03af21f05c3a934d5cb71deed2e66997" + "ac-prep": "d4ac33d40aaa8b50f2a52553bdaa7f7e5ea5fa3c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 261cec6bf30..cacd7964702 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -17,4 +17,13 @@ Clear + + + Sign In + + + Username + + + Password From 9a513ca302415f254953156983302f17ecaf3a01 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 11 Jan 2019 13:49:08 -0500 Subject: [PATCH 023/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1469: Added support for input type color. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d31bb089b031fd2260349236c2bec706eea4b7e1 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d8c19e6bbde..5a76f96dc78 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d4ac33d40aaa8b50f2a52553bdaa7f7e5ea5fa3c" + "ac-prep": "d31bb089b031fd2260349236c2bec706eea4b7e1" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index cacd7964702..6900febdab5 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -18,7 +18,7 @@ Clear - + Sign In @@ -26,4 +26,8 @@ Password + + + Choose a color + From 3f42d9af79d69d7478940d5c3b677a3a02573760 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 4 Jan 2019 11:40:06 -0500 Subject: [PATCH 024/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1530: Add support for html input datetime-local and time for GeckoEngine. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@794341ef7bcb0757c3030a5eac7e757e09f823b0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5a76f96dc78..82bb9b43919 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d31bb089b031fd2260349236c2bec706eea4b7e1" + "ac-prep": "794341ef7bcb0757c3030a5eac7e757e09f823b0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 6900febdab5..fefb87867de 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -12,6 +12,12 @@ Pick a date + + Pick a time + + + Pick a date and time + Set From 3113706fdd407f5c589f0421d3459127b151e4ca Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 8 Jan 2019 09:26:59 -0500 Subject: [PATCH 025/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1471: Add support for text prompts dialogs. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c4570b5cbff052aef47d89c22179f7fb43df0f56 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 82bb9b43919..1af995fed25 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "794341ef7bcb0757c3030a5eac7e757e09f823b0" + "ac-prep": "c4570b5cbff052aef47d89c22179f7fb43df0f56" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index fefb87867de..0e98f708fea 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -33,7 +33,10 @@ Password + + + Label for entering a text input field + Choose a color - From b26293098e3c9dc71932f348ff202d9d9b7907f4 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 8 Jan 2019 16:52:44 -0500 Subject: [PATCH 026/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1400: Add close button to custom tabs Also makes the toolbar unclickable so it can't be switching into edit mode, and removes all other actions. Moved the custom tab back button bitmap checking to the feature from the CustomTabConfig since we needed to know the DisplayMetrics for the current screen to properly compare it to the max dp value. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@be9fd3a06afb26de96e6e19c2ea0f85dcbcfb083 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/customtabs/src/main/res/values/strings.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1af995fed25..eb482505164 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c4570b5cbff052aef47d89c22179f7fb43df0f56" + "ac-prep": "be9fd3a06afb26de96e6e19c2ea0f85dcbcfb083" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml index 7d001b2872e..19a3b433c92 100644 --- a/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml @@ -1,5 +1,6 @@ + Share via Return to previous app - Share link + Share… From f189ad14c4c8f99cea5f0ff93a7e3cf69a00cf8e Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Sat, 19 Jan 2019 00:26:10 -0500 Subject: [PATCH 027/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1401: Add default share menu for CustomTabs X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@64aaf72fffb57302a8bc1a04276b283fb98b9259 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/customtabs/src/main/res/values/strings.xml | 3 +-- .../components/support/ktx/src/main/res/values/strings.xml | 4 ---- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index eb482505164..94977a51879 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "be9fd3a06afb26de96e6e19c2ea0f85dcbcfb083" + "ac-prep": "64aaf72fffb57302a8bc1a04276b283fb98b9259" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml index 19a3b433c92..7d001b2872e 100644 --- a/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/customtabs/src/main/res/values/strings.xml @@ -1,6 +1,5 @@ - Share via Return to previous app - Share… + Share link diff --git a/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml index 1c874564cf7..53798a8a618 100644 --- a/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml @@ -1,9 +1,5 @@ - - Call with… - - Email with… Share with… Share via From 46e5b4a769df3d07c314c8ce36040f627c0f69cc Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 22 Jan 2019 18:19:14 -0500 Subject: [PATCH 028/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1473: Adding support for pop-up dialog when opening a new window for GeckoEngine. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ccc4eb5ff4bc449ed1dad026ce820df575bb0dd6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 94977a51879..a6ebe9ea139 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "64aaf72fffb57302a8bc1a04276b283fb98b9259" + "ac-prep": "ccc4eb5ff4bc449ed1dad026ce820df575bb0dd6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 0e98f708fea..673a7a18146 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -39,4 +39,13 @@ Choose a color + + + Allow + + + Deny + + + Prevent this site from opening this pop-up window? From edca3fed91253a0ee59a6a0df95ff0fce581ae37 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 23 Jan 2019 16:16:24 -0500 Subject: [PATCH 029/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1079: Adding find in page feature component. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@89419f2202839bb0f19ee754746045e5050df0ff --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a6ebe9ea139..adca63e1838 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ccc4eb5ff4bc449ed1dad026ce820df575bb0dd6" + "ac-prep": "89419f2202839bb0f19ee754746045e5050df0ff" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 880d7a03040..b56309c3efb 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -36,3 +36,7 @@ locales = [ [[paths]] reference = "components/feature/contextmenu/src/main/res/values/strings.xml" l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/findinpage/src/main/res/values/strings.xml" + l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file From 61a9d4fcba6e0d750c56012c082a37c3fc9b4857 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 6 Feb 2019 12:07:10 -0500 Subject: [PATCH 030/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1949: Adding feature-sitepermissions component X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@eca86233813d2a69e86bce96375d8e4b36ef4fdf --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 47 +++++++++---------- mozilla-mobile/android-components/l10n.toml | 6 ++- 3 files changed, 29 insertions(+), 26 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index adca63e1838..a0609305078 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "89419f2202839bb0f19ee754746045e5050df0ff" + "ac-prep": "eca86233813d2a69e86bce96375d8e4b36ef4fdf" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 9d9ff2ee683..6a90673b0b8 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -1,48 +1,47 @@ - + + Allow %1$s to send notifications? + Allow %1$s to use your camera? + Allow %1$s to use your microphone? + Allow %1$s to use your location? + Allow %1$s to use your camera and microphone? + Microphone 1 + - Rear-facing camera + Back facing camera + - Front-facing camera + Selfie back camera + Allow + - Don’t allow - - Remember decision for this site - - Always - - Never - - Allow %1$s to store data in persistent storage? - - Allow %1$s to play DRM-controlled content? - - Allow %1$s to use its cookies on %2$s? - - You may want to block access if it\'s not clear why %s needs this data. - - Block - - Learn more + Don\'t allow + + + Permission Icon + + + Camera Icon + + + Microphone Icon diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index b56309c3efb..c1231e0c017 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -39,4 +39,8 @@ locales = [ [[paths]] reference = "components/feature/findinpage/src/main/res/values/strings.xml" - l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file + l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" + + [[paths]] + reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" + l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file From fb2a58f3ed81fb3e546ff703825818e4cee037c6 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 12 Feb 2019 18:55:38 -0500 Subject: [PATCH 031/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2026: Ignoring schemes that are not https or http when downloading a file. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8bd5434deef1122a97348d0caf40f326d72616b8 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a0609305078..aed5115ca54 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "eca86233813d2a69e86bce96375d8e4b36ef4fdf" + "ac-prep": "8bd5434deef1122a97348d0caf40f326d72616b8" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 5313c29fbd7..598a88039d9 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -8,4 +8,7 @@ Cancel + + + Download protocol not supported From d26a5207ce60dc990a10e72b1cfe1f2b70b98ea5 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 15 Feb 2019 13:52:06 -0500 Subject: [PATCH 032/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1951: Adding UI for microphone content permission. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a2bb0030d98fb07d0068cdec6be6b03d6f13e71e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../sitepermissions/src/main/res/values/strings.xml | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index aed5115ca54..7242feff3a9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8bd5434deef1122a97348d0caf40f326d72616b8" + "ac-prep": "a2bb0030d98fb07d0068cdec6be6b03d6f13e71e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 6a90673b0b8..baf7c867cce 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - + Allow %1$s to send notifications? @@ -35,13 +35,4 @@ Don\'t allow - - - Permission Icon - - - Camera Icon - - - Microphone Icon From 4f8d40d9ad6c0239db15e695a4c6c73338e91620 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Thu, 7 Mar 2019 12:25:58 +0100 Subject: [PATCH 033/235] [components] Sort entries in l10n.toml X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@dffe2babc51d79c334dece9a0bb22990e142f04b --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 26 ++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7242feff3a9..d8bdd44b33a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a2bb0030d98fb07d0068cdec6be6b03d6f13e71e" + "ac-prep": "dffe2babc51d79c334dece9a0bb22990e142f04b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index c1231e0c017..5a7721a013f 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -13,10 +13,6 @@ locales = [ ] [env] -[[paths]] - reference = "components/ui/tabcounter/src/main/res/values/strings.xml" - l10n = "components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" - [[paths]] reference = "components/browser/errorpages/src/main/res/values/strings.xml" l10n = "components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" @@ -26,21 +22,25 @@ locales = [ l10n = "components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" [[paths]] - reference = "components/feature/tabs/src/main/res/values/strings.xml" - l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" + reference = "components/feature/contextmenu/src/main/res/values/strings.xml" + l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/feature/downloads/src/main/res/values/strings.xml" l10n = "components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" -[[paths]] - reference = "components/feature/contextmenu/src/main/res/values/strings.xml" - l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" - [[paths]] reference = "components/feature/findinpage/src/main/res/values/strings.xml" l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" - [[paths]] - reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" - l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file +[[paths]] + reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" + l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/tabs/src/main/res/values/strings.xml" + l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/ui/tabcounter/src/main/res/values/strings.xml" + l10n = "components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" From 94db1eff01db5c21d235e13cce95b507e440f271 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Thu, 7 Mar 2019 12:40:14 +0100 Subject: [PATCH 034/235] [components] Add missing components to l10n config, fixes https://github.com/mozilla-mobile/android-components/issues/1338 X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@bdf29a4a4f54280528b6cac6ce5c194d78cde88f --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d8bdd44b33a..29be236ced7 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "dffe2babc51d79c334dece9a0bb22990e142f04b" + "ac-prep": "bdf29a4a4f54280528b6cac6ce5c194d78cde88f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 5a7721a013f..a43f0e8b63c 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -13,6 +13,10 @@ locales = [ ] [env] +[[paths]] + reference = "components/browser/engine-system/src/main/res/values/strings.xml" + l10n = "components/browser/engine-system/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/browser/errorpages/src/main/res/values/strings.xml" l10n = "components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" @@ -25,6 +29,10 @@ locales = [ reference = "components/feature/contextmenu/src/main/res/values/strings.xml" l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" +[[paths]] + reference = "components/feature/customtabs/src/main/res/values/strings.xml" + l10n = "components/feature/customtabs/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/feature/downloads/src/main/res/values/strings.xml" l10n = "components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" @@ -33,6 +41,10 @@ locales = [ reference = "components/feature/findinpage/src/main/res/values/strings.xml" l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" +[[paths]] + reference = "components/feature/prompts/src/main/res/values/strings.xml" + l10n = "components/feature/prompts/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" @@ -41,6 +53,14 @@ locales = [ reference = "components/feature/tabs/src/main/res/values/strings.xml" l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" +[[paths]] + reference = "components/lib/crash/src/main/res/values/strings.xml" + l10n = "components/lib/crash/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/support/ktx/src/main/res/values/strings.xml" + l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/ui/tabcounter/src/main/res/values/strings.xml" l10n = "components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" From 68092c75c8fa0beaf7f13c4040669c01da9e6db0 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Thu, 7 Mar 2019 12:42:23 +0100 Subject: [PATCH 035/235] [components] Add a list of branches to expose to l10n X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@455aba0bc7018d7f879dd21e6e3e5267e717b5fc --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 29be236ced7..48cb296db6e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "bdf29a4a4f54280528b6cac6ce5c194d78cde88f" + "ac-prep": "455aba0bc7018d7f879dd21e6e3e5267e717b5fc" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index a43f0e8b63c..8a86ddd39c3 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -11,6 +11,13 @@ locales = [ "zh-CN", "zh-TW", ] + +# Expose the following branches to localization +# Changes to this list should be announced to the l10n team ahead of time. +branches = [ + "master", +] + [env] [[paths]] From 5a0c57822ae6f1280ab87ab54786d2c833b8a32a Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 5 Mar 2019 15:43:55 -0500 Subject: [PATCH 036/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2127 and https://github.com/mozilla-mobile/android-components/issues/2351: Integrating store to site permissions feature flow. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@043fe945d1eb3cb5a2f262e4548c6c3f3b454f41 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/sitepermissions/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 48cb296db6e..7689ae490c3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "455aba0bc7018d7f879dd21e6e3e5267e717b5fc" + "ac-prep": "043fe945d1eb3cb5a2f262e4548c6c3f3b454f41" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index baf7c867cce..2914f6d7da6 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -35,4 +35,7 @@ Don\'t allow + + + Don\'t ask again on this site From ae56d106088225bcd3f6dc7bb12ea1846f299307 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 20 Mar 2019 11:33:15 -0400 Subject: [PATCH 037/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2426: Updating apostrophes on Site Permissions prompts. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ddca4cb1ea31e2a3dbffb85905e8bb2e54f0e7bd --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/sitepermissions/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7689ae490c3..0d47495b8dc 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "043fe945d1eb3cb5a2f262e4548c6c3f3b454f41" + "ac-prep": "ddca4cb1ea31e2a3dbffb85905e8bb2e54f0e7bd" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 2914f6d7da6..20c76ef30f8 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -34,8 +34,8 @@ - Don\'t allow + Don’t allow - Don\'t ask again on this site + Don’t ask again on this site From 0c3bc9c56364ab18fca633e70e8703948b60310c Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Mon, 25 Mar 2019 16:50:37 +0100 Subject: [PATCH 038/235] [components] Update strings from review. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@45b9d4337a59f3f0c2e34fb0638ceab210149d66 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 24 ++++++------------- .../downloads/src/main/res/values/strings.xml | 9 +++---- .../prompts/src/main/res/values/strings.xml | 19 ++------------- .../src/main/res/values/strings.xml | 17 +++---------- 5 files changed, 16 insertions(+), 55 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0d47495b8dc..fa05700b5d3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ddca4cb1ea31e2a3dbffb85905e8bb2e54f0e7bd" + "ac-prep": "45b9d4337a59f3f0c2e34fb0638ceab210149d66" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 40324c11063..b72cd43ea7e 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -1,35 +1,25 @@ - Open Link in New Tab - + Open link in new tab - Open Link in Private Tab - + Open link in private tab - Open Image in New Tab - + Open image in new tab - Share Link - + Share link - Copy Link - + Copy link - Copy Image Location - + Copy image location - Save Image - + Save image New tab opened - New private tab opened - Text copied to clipboard - Switch diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 598a88039d9..46e3f7c0477 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -1,14 +1,11 @@ - Download File - + Download file Download - Cancel - - - Download protocol not supported + + %1$s can’t download this file type diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 673a7a18146..1bab1879678 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -2,50 +2,35 @@ OK - Cancel - Prevent this page from creating additional dialogs - Pick a date - Pick a time - Pick a date and time - Set - Clear - - Sign In - + Sign in Username - Password - Label for entering a text input field - Choose a color - Allow - Deny - - Prevent this site from opening this pop-up window? + Prevent this site from opening a pop-up window? diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 20c76ef30f8..c1e9498ccf5 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -1,41 +1,30 @@ - Allow %1$s to send notifications? - Allow %1$s to use your camera? - Allow %1$s to use your microphone? - Allow %1$s to use your location? - Allow %1$s to use your camera and microphone? - Microphone 1 - - Back facing camera - + Rear-facing camera - Selfie back camera - + Front-facing camera Allow - Don’t allow - - Don’t ask again on this site + Remember decision for this site From a86e8a0bd4332b307a796752c9b016da8f78e10c Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Tue, 26 Mar 2019 09:35:30 -0700 Subject: [PATCH 039/235] [components] Rename ToolBar entry button to Clear. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ce8079f0d01ede1a5ef52cc0937b373bf49ec15f --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/toolbar/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index fa05700b5d3..6169bafee1d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "45b9d4337a59f3f0c2e34fb0638ceab210149d66" + "ac-prep": "ce8079f0d01ede1a5ef52cc0937b373bf49ec15f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 691c9f3170e..592be2fe15e 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -2,5 +2,5 @@ Menu - Close + Clear From d978329780442a8efb8ebfa0d3453874eac7fe55 Mon Sep 17 00:00:00 2001 From: vladikoff Date: Thu, 24 Jan 2019 23:36:58 -0500 Subject: [PATCH 040/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1542: Add QR scanning component Co-authored-by: Christian Sadilek X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@aa8f734a182939e00724126e918d99ee7c4bf075 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/qr/src/main/res/values/strings.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 6169bafee1d..5c3b00c6b7b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ce8079f0d01ede1a5ef52cc0937b373bf49ec15f" + "ac-prep": "aa8f734a182939e00724126e918d99ee7c4bf075" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml index 5fae94c403f..02d47596b6a 100644 --- a/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml @@ -4,7 +4,4 @@ QR scanner - - No camera available on device - From 6ccb811c67c70af48968f0e0b994084a7a2895bb Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Tue, 26 Mar 2019 09:08:37 -0700 Subject: [PATCH 041/235] [components] Make loading page progress bar accessible to TalkBack. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@657828022d09a8b8c73ddaed13b11f5023097f8f --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/toolbar/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5c3b00c6b7b..c2ff613d8ff 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "aa8f734a182939e00724126e918d99ee7c4bf075" + "ac-prep": "657828022d09a8b8c73ddaed13b11f5023097f8f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 592be2fe15e..69fb2a9138d 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -3,4 +3,6 @@ Menu Clear + + Loading From 9149862a56393fbdbc863bf3e5874058787dc480 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Wed, 3 Apr 2019 10:54:19 +0200 Subject: [PATCH 042/235] [components] Move prompt string under discussion out of l10n, fixes https://github.com/mozilla-mobile/android-components/issues/2541 X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@e7a32dbfe3b2c9b5ce04cfdc16b0a6bc8bc2fced --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c2ff613d8ff..a2f9ddaca7f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "657828022d09a8b8c73ddaed13b11f5023097f8f" + "ac-prep": "e7a32dbfe3b2c9b5ce04cfdc16b0a6bc8bc2fced" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 1bab1879678..8b7f847c657 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -31,6 +31,4 @@ Allow Deny - - Prevent this site from opening a pop-up window? From e97c1547e4f0f35addf6e9585e00a8908d81a945 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 16 Apr 2019 00:10:04 -0400 Subject: [PATCH 043/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2623: Add customizable ReaderView UI Co-authored-by: Christian Sadilek X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0b3ee483a44bf7f721116fd0c37352ba066a6552 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 20 ++++--------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a2f9ddaca7f..066c8f00815 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "e7a32dbfe3b2c9b5ce04cfdc16b0a6bc8bc2fced" + "ac-prep": "0b3ee483a44bf7f721116fd0c37352ba066a6552" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml index c82bc128ac1..e8c6992a2b5 100644 --- a/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml @@ -1,29 +1,17 @@ - - Sans serif - + Sans serif Sans Serif font - - Serif - + Serif Serif font - - + - Font size decrease - - + + Font size increase - Dark - Dark color scheme - Sepia - Sepia color scheme - Light - Light color scheme From c050d8af33a184a645b9cf0c82a692a0678b1a53 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Wed, 17 Apr 2019 13:46:18 -0700 Subject: [PATCH 044/235] [components] For https://github.com/mozilla-mobile/android-components/issues/2718: Adds backButton string replacement X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3f52250ab9f5c7b4b0ca8d1f0daa17acdc4537fc --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 066c8f00815..a5abb9c88df 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0b3ee483a44bf7f721116fd0c37352ba066a6552" + "ac-prep": "3f52250ab9f5c7b4b0ca8d1f0daa17acdc4537fc" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 42a4cb9aae2..e2d2fb4a9a9 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -6,6 +6,9 @@ Try Again + + Go Back + Cannot Complete Request From c70f338f1e767f8dc3a228aa1afd49e6c0ce2fa8 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 17 Apr 2019 18:43:18 +0200 Subject: [PATCH 045/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2428: Update strings after L10N review. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@067f29aaecea772a79d2bb1209a2cb36b3a8595f --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/engine-system/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a5abb9c88df..ba33aa6207c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3f52250ab9f5c7b4b0ca8d1f0daa17acdc4537fc" + "ac-prep": "067f29aaecea772a79d2bb1209a2cb36b3a8595f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml index 58d7b0b6479..8778a301a6e 100644 --- a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - + The page at %1$s says: From 14665e45994d23e8d5148dcb1ed538839bd897cf Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Fri, 26 Apr 2019 13:45:45 +0200 Subject: [PATCH 046/235] [components] Import strings from android-l10n Status: mozilla-l10n/android-l10n@6f5b72b05bb7e250f72f0c931565c38e2b490714 X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@2a3917f91dc4544c7829146e04fd867cfc997d63 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ba33aa6207c..8317910eeda 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "067f29aaecea772a79d2bb1209a2cb36b3a8595f" + "ac-prep": "2a3917f91dc4544c7829146e04fd867cfc997d63" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 8a86ddd39c3..5e2ca4f9865 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -4,10 +4,12 @@ basepath = "." locales = [ "de", "es", + "es-ES", "fr", "it", "ja", "ko", + "ru", "zh-CN", "zh-TW", ] @@ -67,7 +69,3 @@ branches = [ [[paths]] reference = "components/support/ktx/src/main/res/values/strings.xml" l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/ui/tabcounter/src/main/res/values/strings.xml" - l10n = "components/ui/tabcounter/src/main/res/values-{android_locale}/strings.xml" From dfb9d63d2b3b61fb5610622b5723d0fc214a86c1 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Thu, 2 May 2019 09:37:20 -0400 Subject: [PATCH 047/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2489 https://github.com/mozilla-mobile/android-components/issues/2125 https://github.com/mozilla-mobile/android-components/issues/2097 Using DialogFragment in site permission prompts X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7bc30eb7f988ccafed4d6b2764d1286a3d4ed898 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/sitepermissions/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 8317910eeda..0e6de2fbfcf 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "2a3917f91dc4544c7829146e04fd867cfc997d63" + "ac-prep": "7bc30eb7f988ccafed4d6b2764d1286a3d4ed898" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index c1e9498ccf5..f0ed6a682dc 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -27,4 +27,8 @@ Don’t allow Remember decision for this site + + Always + + Never From 6b27d9fa56a3d969ceb9b99a9250c217ba5de3e0 Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Fri, 3 May 2019 19:09:35 +0700 Subject: [PATCH 048/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1740: Add support for authentication alerts for SystemEngineView. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@44449a60acdbd423eb067cdeea3ea7d02164627c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/engine-system/src/main/res/values/strings.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0e6de2fbfcf..22dd1a3653f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7bc30eb7f988ccafed4d6b2764d1286a3d4ed898" + "ac-prep": "44449a60acdbd423eb067cdeea3ea7d02164627c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml index 8778a301a6e..b70ef57248c 100644 --- a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml @@ -2,4 +2,9 @@ The page at %1$s says: + + %2$s is requesting your username and password. The site says: “%1$s” + + %1$s is requesting your username and password. From d4be1a63044fcd18f0a7a34977ce16c29970edb6 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Wed, 1 May 2019 09:11:55 -0400 Subject: [PATCH 049/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2799: Add ReaderView L10N comments X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@19ed0e31d0d5746f4d45264a8d952268fe1ca6b6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 20 +++++++++++++++---- mozilla-mobile/android-components/l10n.toml | 4 ++++ 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 22dd1a3653f..30da3b2f175 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "44449a60acdbd423eb067cdeea3ea7d02164627c" + "ac-prep": "19ed0e31d0d5746f4d45264a8d952268fe1ca6b6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml index e8c6992a2b5..c82bc128ac1 100644 --- a/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/readerview/src/main/res/values/strings.xml @@ -1,17 +1,29 @@ - Sans serif + + Sans serif + Sans Serif font - Serif + + Serif + Serif font - - + + Font size decrease - + + + Font size increase + Dark + Dark color scheme + Sepia + Sepia color scheme + Light + Light color scheme diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 5e2ca4f9865..812d2c6992b 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -50,6 +50,10 @@ branches = [ reference = "components/feature/findinpage/src/main/res/values/strings.xml" l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" +[[paths]] + reference = "components/feature/readerview/src/main/res/values/strings.xml" + l10n = "components/feature/readerview/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/feature/prompts/src/main/res/values/strings.xml" l10n = "components/feature/prompts/src/main/res/values-{android_locale}/strings.xml" From a22d0fb1e6f92b9bd0ed52b5a43023231db14837 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 24 May 2019 17:34:59 -0400 Subject: [PATCH 050/235] [components] Add strings for media notifications. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@5e69419065342c909e280ce012fb46a61261a685 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/media/src/main/res/values/strings.xml | 11 +---------- mozilla-mobile/android-components/l10n.toml | 4 ++++ 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 30da3b2f175..e856abbcf6d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "19ed0e31d0d5746f4d45264a8d952268fe1ca6b6" + "ac-prep": "5e69419065342c909e280ce012fb46a61261a685" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml index a8ed5478204..39e85dd4c23 100644 --- a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml @@ -8,14 +8,5 @@ Microphone is on - Camera and microphone are on - - - Play - - - Pause - - - A site is playing media + Camera and microphone is on diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 812d2c6992b..8cf3d571deb 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -50,6 +50,10 @@ branches = [ reference = "components/feature/findinpage/src/main/res/values/strings.xml" l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" +[[paths]] + reference = "components/feature/media/src/main/res/values/strings.xml" + l10n = "components/feature/media/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/feature/readerview/src/main/res/values/strings.xml" l10n = "components/feature/readerview/src/main/res/values-{android_locale}/strings.xml" From 21fc910a737ff6e4139fbc6e916267ab3bd8de60 Mon Sep 17 00:00:00 2001 From: mheubusch Date: Fri, 24 May 2019 16:40:34 -0500 Subject: [PATCH 051/235] [components] Update strings.xml 2 items (camera and microphone) take the plural form (are) X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@5546f54f69cbf24b238d6f116ae9f1025c55813d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/media/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e856abbcf6d..fe8d8ded852 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "5e69419065342c909e280ce012fb46a61261a685" + "ac-prep": "5546f54f69cbf24b238d6f116ae9f1025c55813d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml index 39e85dd4c23..df5b3d3b992 100644 --- a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml @@ -8,5 +8,5 @@ Microphone is on - Camera and microphone is on + Camera and microphone are on From eee1b56724ab1265267a0b07b33c2a6d77e89416 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 24 May 2019 18:13:15 -0400 Subject: [PATCH 052/235] [components] Add applink strings to error pages X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c77feea6e54e9b1281b07ed7be599bd381cdf0a1 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index fe8d8ded852..f99054a3481 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "5546f54f69cbf24b238d6f116ae9f1025c55813d" + "ac-prep": "c77feea6e54e9b1281b07ed7be599bd381cdf0a1" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index e2d2fb4a9a9..29d228f9eac 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -259,4 +259,13 @@ This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    ]]>
    + + + Open in… + + Open in app? Your activity may no longer be private. + + Open + + Cancel From 45e3b6f64f8cfaaf511f4169f4b5d076ac7bbe7f Mon Sep 17 00:00:00 2001 From: James Hugman Date: Tue, 14 May 2019 13:20:51 +0100 Subject: [PATCH 053/235] [components] Fixes https://github.com/mozilla-mobile/android-components/issues/2976 Introduce feature-app-links This includes UI in private tabs. Squashed commits: [180e515e8] Connect to Session Observer and thence to AppLinksFeature. [77922dcc0] browser-engine-system tests passing [045717868] lint etc [6f7b44cad] Thread another Boolean through EngineObserver -> Session onLoadRequest [18693cad0] Start testing the feature. [5e0a93556] Fixup tests to use shadow package manager, and catch some new bugs. [3a5976dde] Split use cases up for menu and intercepting cases. [f7eae96dd] Address reviewer comments re: dead code and docs [b15ffb88c] Rename triggeredByUserInteraction to loadRequestTriggeredByUserInteraction [edc49b573] Move session observer into member of feature [91ed1f5ac] Add changelog entry [098dc5067] Add boolean flag to prevent interception of links [f92731a44] Add load request/trigger by user interaction to session.observer [46385577d] Move opening to another use case, with test [56da7e7c1] Change into using feature [643c9f453] Remove duplicate copyright [6b3f80bbc] Add testing of get and a fragment for open use cases [669c84567] Add AppLinksRedirectConfig and supporting use cases. There is a url redirect creation use case, a load URL use case and an interceptor. [72896a567] AppLinksUseCases detects if a URL can be opened with another non-browser app [939eb62fa] Initial commit of empty feature-app-links X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@5f99ead9cada2a213db88fb4eefedc601bfbe506 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/app-links/src/main/res/values/strings.xml | 6 +----- mozilla-mobile/android-components/l10n.toml | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f99054a3481..165d3ad5fdd 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c77feea6e54e9b1281b07ed7be599bd381cdf0a1" + "ac-prep": "5f99ead9cada2a213db88fb4eefedc601bfbe506" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml index c91c76627f6..7618e8c59b6 100644 --- a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml @@ -1,11 +1,7 @@ - Open in… - - Open in app? Your activity may no longer be private. - + Open in external app? Open - Cancel diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 8cf3d571deb..7b2ad1dc3a2 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -34,6 +34,10 @@ branches = [ reference = "components/browser/toolbar/src/main/res/values/strings.xml" l10n = "components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" +[[paths]] + reference = "components/feature/app-links/src/main/res/values/strings.xml" + l10n = "components/feature/app-links/src/main/res/values-{android_locale}/strings.xml" + [[paths]] reference = "components/feature/contextmenu/src/main/res/values/strings.xml" l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" From 99a08d183734883a9c7350c310b15f65339bfc9f Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 31 May 2019 20:59:37 -0400 Subject: [PATCH 054/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3113: Move app-links to correct component X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f09cbc52553cc79c688a2f5b75249d84f0ea4889 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 9 --------- .../feature/app-links/src/main/res/values/strings.xml | 6 +++++- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 165d3ad5fdd..482339d89b3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "5f99ead9cada2a213db88fb4eefedc601bfbe506" + "ac-prep": "f09cbc52553cc79c688a2f5b75249d84f0ea4889" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 29d228f9eac..e2d2fb4a9a9 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -259,13 +259,4 @@ This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    ]]>
    - - - Open in… - - Open in app? Your activity may no longer be private. - - Open - - Cancel diff --git a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml index 7618e8c59b6..c91c76627f6 100644 --- a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml @@ -1,7 +1,11 @@ + Open in… - Open in external app? + + Open in app? Your activity may no longer be private. + Open + Cancel From 30dd204f46f95f9db80575a41ff87729b6ff036c Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Wed, 5 Jun 2019 16:39:41 -0400 Subject: [PATCH 055/235] [components] Replace TimePicker and DatePicker with Dialogs X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0d0c4fd717c9eee605007643a9d5606d90c1037e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 482339d89b3..2ae2a03b7da 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f09cbc52553cc79c688a2f5b75249d84f0ea4889" + "ac-prep": "0d0c4fd717c9eee605007643a9d5606d90c1037e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 8b7f847c657..bfd16892177 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -6,12 +6,6 @@ Cancel Prevent this page from creating additional dialogs - - Pick a date - - Pick a time - - Pick a date and time Set From e612aa876785b9d587c942de572dbded35c7baef Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 13 Jun 2019 12:26:37 +0200 Subject: [PATCH 056/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3097: Show notification for fatal crashes on Android Q+. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@32b3e70b7b0ca4a26fcc9199bb766558da2ad609 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 2ae2a03b7da..c3d9df8449c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0d0c4fd717c9eee605007643a9d5606d90c1037e" + "ac-prep": "32b3e70b7b0ca4a26fcc9199bb766558da2ad609" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 26cfc0827e6..6c5ae67173e 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -11,4 +11,10 @@ Restart %1$s + + + Crashes + + Report + From 50c0d721080a1383b16a1bc2c12b95d28fd20191 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 4 Jul 2019 18:02:26 +0200 Subject: [PATCH 057/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3643: Add localization comment to mozac_lib_crash_notification_action_report. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b469211987ec43e4ed23acaa45cc160f5efff916 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c3d9df8449c..5304096ab1d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "32b3e70b7b0ca4a26fcc9199bb766558da2ad609" + "ac-prep": "b469211987ec43e4ed23acaa45cc160f5efff916" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 6c5ae67173e..003a5b67d29 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -15,6 +15,7 @@ Crashes + Report From cdc5b24a1849e8dab2534f0c5ced7f6d711391a8 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 2 Jul 2019 11:49:38 -0400 Subject: [PATCH 058/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3584: Api for supporting language switching. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ce4d369a5b30b1ffa576184a462fd5c76bc42d6a --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/support/base/src/main/res/values/strings.xml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5304096ab1d..48b5994121e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b469211987ec43e4ed23acaa45cc160f5efff916" + "ac-prep": "ce4d369a5b30b1ffa576184a462fd5c76bc42d6a" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml index 815bb46e4f0..021ff2dcc18 100644 --- a/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml @@ -1,7 +1,4 @@ - - Go to settings - - Dismiss + mozac_support_base_locale_preference_key_locale From 430a78fd8aa36389c8d1eed8b5a04772296fd175 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Fri, 7 Jun 2019 14:57:00 -0400 Subject: [PATCH 059/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/1968 - Add FetchDownloadManager X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0ef484b2897708e388b45d8849e14c03c671f25b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 48b5994121e..365da126132 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ce4d369a5b30b1ffa576184a462fd5c76bc42d6a" + "ac-prep": "0ef484b2897708e388b45d8849e14c03c671f25b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 46e3f7c0477..49cb5b9c3d2 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -1,5 +1,12 @@ + + Downloads + + Downloading + + Download in progress + Download file From d6aacd646b1c0fee9f5538019383995460cb40b0 Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Wed, 17 Jul 2019 12:46:18 +0200 Subject: [PATCH 060/235] [components] Import strings from android-l10n State: mozilla-l10n/android-l10n@e521a2aab2cc7d45f47523f7c620cb5c4228ff89 X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@17a617e9d49064649c271ab61e32f9937a46d80f --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 365da126132..85fddafd71d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0ef484b2897708e388b45d8849e14c03c671f25b" + "ac-prep": "17a617e9d49064649c271ab61e32f9937a46d80f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 7b2ad1dc3a2..b3c31bd90bf 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -5,11 +5,19 @@ locales = [ "de", "es", "es-ES", + "et", + "eu", "fr", + "gd", + "id", "it", "ja", "ko", + "nl", + "pl", "ru", + "sk", + "sv-SE", "zh-CN", "zh-TW", ] From 758a95d759c672056385c0fef65e76569709a19d Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Sun, 21 Jul 2019 18:22:54 -0400 Subject: [PATCH 061/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3843: Ported the Month picker widget from Fennec X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d607f4dada655740ba776bbbff4b715e323f1fae --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../prompts/src/main/res/values/strings.xml | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 85fddafd71d..e2ea922c8ee 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "17a617e9d49064649c271ab61e32f9937a46d80f" + "ac-prep": "d607f4dada655740ba776bbbff4b715e323f1fae" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index bfd16892177..7849cfd1560 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -25,4 +25,30 @@ Allow Deny + + Pick a month + + Jan + + Feb + + Mar + + Apr + + May + + Jun + + Jul + + Aug + + Sep + + Oct + + Nov + + Dec From f5e3f20ba6c97bc3f7e5a98be54f5306ff9730aa Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Thu, 18 Jul 2019 11:56:47 -0400 Subject: [PATCH 062/235] [components] Fixes https://github.com/mozilla-mobile/android-components/issues/3782 - Add fallback shortcut label X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@09ca08a4d487d791f0b947bc10647d38c3ad13c0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/pwa/src/main/res/values/strings.xml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e2ea922c8ee..b5f97357030 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d607f4dada655740ba776bbbff4b715e323f1fae" + "ac-prep": "09ca08a4d487d791f0b947bc10647d38c3ad13c0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml index 35087f8f0e4..e531624c65e 100644 --- a/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml @@ -2,13 +2,4 @@ Website - - - Full screen site controls - - Tap to copy the URL for this app - - Refresh - - URL copied. From 70b74014b3bc81125bfe8b8e8af940c99fbeefa3 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Thu, 25 Jul 2019 14:36:29 -0400 Subject: [PATCH 063/235] [components] Fixes https://github.com/mozilla-mobile/android-components/issues/3900 - Catch download IOExceptions X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@4832efb67ff5ef1198c3faba256ac3d91ed44cac --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b5f97357030..56b3475ecf8 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "09ca08a4d487d791f0b947bc10647d38c3ad13c0" + "ac-prep": "4832efb67ff5ef1198c3faba256ac3d91ed44cac" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 49cb5b9c3d2..df0fc3c8caa 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -7,6 +7,11 @@ Download in progress + + Download completed. + + Failed to download. + Download file From ac20330691e8d57a6c5707c318b599b30fef1a6b Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Tue, 30 Jul 2019 12:40:38 +0200 Subject: [PATCH 064/235] [components] Import strings from android-l10n State: mozilla-l10n/android-l10n@1412258878edd800c038c4cc11b042fb6d862b7a X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@15f0b842f66ff9ca8a0c092a3ca7a1d33a6b60d9 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 56b3475ecf8..f2a1c783292 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "4832efb67ff5ef1198c3faba256ac3d91ed44cac" + "ac-prep": "15f0b842f66ff9ca8a0c092a3ca7a1d33a6b60d9" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index b3c31bd90bf..4c0b421c0a3 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,11 +2,15 @@ basepath = "." locales = [ + "ca", + "cs", "de", "es", + "es-AR", "es-ES", "et", "eu", + "fi", "fr", "gd", "id", @@ -14,6 +18,7 @@ locales = [ "ja", "ko", "nl", + "pa-IN", "pl", "ru", "sk", From 33a9bcd4769a61d3e52911b9623f5bc279353f8c Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Mon, 22 Jul 2019 14:30:15 -0400 Subject: [PATCH 065/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3487 - Display PWA controls notification X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d8344ae75e4f61794c473f74f7287dc6843ce446 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/pwa/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f2a1c783292..c89e038b10b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "15f0b842f66ff9ca8a0c092a3ca7a1d33a6b60d9" + "ac-prep": "d8344ae75e4f61794c473f74f7287dc6843ce446" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml index e531624c65e..35087f8f0e4 100644 --- a/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/pwa/src/main/res/values/strings.xml @@ -2,4 +2,13 @@ Website + + + Full screen site controls + + Tap to copy the URL for this app + + Refresh + + URL copied. From 75099aada95d8c245f48a239e45fda1924153eff Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 1 Aug 2019 11:23:02 +0200 Subject: [PATCH 066/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/3937: Add controls to media notification. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b4c03eb43c00417091d1784d5b5156ec23d31863 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/media/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c89e038b10b..b9452673768 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d8344ae75e4f61794c473f74f7287dc6843ce446" + "ac-prep": "b4c03eb43c00417091d1784d5b5156ec23d31863" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml index df5b3d3b992..b4269d06551 100644 --- a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml @@ -9,4 +9,10 @@ Microphone is on Camera and microphone are on + + + Play + + + Pause From d0cac920e4cf0bffb812466354cbb626010e54c1 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 26 Jul 2019 01:02:23 -0400 Subject: [PATCH 067/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3824: Adding the site tracking protection icon on the toolbar. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@61f085dccea278c204c2fb2b362872ba25d9e51c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/toolbar/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b9452673768..ed232e59c3e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b4c03eb43c00417091d1784d5b5156ec23d31863" + "ac-prep": "61f085dccea278c204c2fb2b362872ba25d9e51c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 69fb2a9138d..114b8735e0c 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -3,6 +3,12 @@ Menu Clear + + Tracking Protection is on + + Tracking Protection is active blocking trackers + + Tracking Protection is disabled for this site Loading From ed65dc6066dc52ec22bb65584cd8cd012b319a7c Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Tue, 13 Aug 2019 13:42:33 +0200 Subject: [PATCH 068/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3797: Do not display site title/url/icon in media notification in private mode. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7b0d0b83d898cafbe7d1764e3b6ef452a877754e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/media/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ed232e59c3e..5e5bfd526cd 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "61f085dccea278c204c2fb2b362872ba25d9e51c" + "ac-prep": "7b0d0b83d898cafbe7d1764e3b6ef452a877754e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml index b4269d06551..a8ed5478204 100644 --- a/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/media/src/main/res/values/strings.xml @@ -15,4 +15,7 @@ Pause + + + A site is playing media From 1f41a0242f20592b61789a1dc07eb6ccf34d64ba Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Wed, 14 Aug 2019 10:58:48 -0400 Subject: [PATCH 069/235] [components] For https://github.com/mozilla-mobile/android-components/issues/3439 - Add "report" action to crash notification X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@58310fd85818fe5cb736fc03d2529d5350d1e875 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5e5bfd526cd..5efef1527b9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7b0d0b83d898cafbe7d1764e3b6ef452a877754e" + "ac-prep": "58310fd85818fe5cb736fc03d2529d5350d1e875" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 003a5b67d29..a542a29c19c 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -18,4 +18,6 @@ Report + + Sending crash report to %1$s From 7ed268c5b08fc780faccf317063b23341a1c5126 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 14 Aug 2019 19:25:21 -0400 Subject: [PATCH 070/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3925: Adding meaningful content descriptions to tracking protection toolbar icon for different states. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@01affcf6c800f0801233a43c41eb78f2b8607704 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/toolbar/src/main/res/values/strings.xml | 4 ++-- .../components/lib/crash/src/main/res/values/strings.xml | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5efef1527b9..7416def50d2 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "58310fd85818fe5cb736fc03d2529d5350d1e875" + "ac-prep": "01affcf6c800f0801233a43c41eb78f2b8607704" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 114b8735e0c..cb42acf50e3 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -6,9 +6,9 @@ Tracking Protection is on - Tracking Protection is active blocking trackers + Tracking Protection has blocked trackers - Tracking Protection is disabled for this site + Tracking Protection is off for this site Loading diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index a542a29c19c..003a5b67d29 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -18,6 +18,4 @@ Report - - Sending crash report to %1$s From 26c7150d48081047825cc560e6b8361c2e2478c3 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Thu, 15 Aug 2019 13:49:49 -0400 Subject: [PATCH 071/235] [components] Update month chooser strings descriptions X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f2b1549ae36cd1142d3ec00a72d7d01832a1936c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../toolbar/src/main/res/values/strings.xml | 4 ++-- .../prompts/src/main/res/values/strings.xml | 24 +++++++++---------- .../lib/crash/src/main/res/values/strings.xml | 2 ++ 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7416def50d2..3e105f60ff8 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "01affcf6c800f0801233a43c41eb78f2b8607704" + "ac-prep": "f2b1549ae36cd1142d3ec00a72d7d01832a1936c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index cb42acf50e3..114b8735e0c 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -6,9 +6,9 @@ Tracking Protection is on - Tracking Protection has blocked trackers + Tracking Protection is active blocking trackers - Tracking Protection is off for this site + Tracking Protection is disabled for this site Loading diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 7849cfd1560..8b377175d9e 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -27,28 +27,28 @@ Deny Pick a month - + Jan - + Feb - + Mar - + Apr - + May - + Jun - + Jul - + Aug - + Sep - + Oct - + Nov - + Dec diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 003a5b67d29..a542a29c19c 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -18,4 +18,6 @@ Report + + Sending crash report to %1$s From eee5eddad5bc6b2d60a7256547c804468859e49f Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Fri, 23 Aug 2019 12:33:53 +0200 Subject: [PATCH 072/235] [components] Import strings from android-l10n State: mozilla-l10n/android-l10n@90a28fd458121912326bb5fa6ad55cde0097a2ff X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@1bbaf50133bd57062d2bf9248bfc542fddef2ff4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3e105f60ff8..f462eeb7df5 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f2b1549ae36cd1142d3ec00a72d7d01832a1936c" + "ac-prep": "1bbaf50133bd57062d2bf9248bfc542fddef2ff4" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 4c0b421c0a3..b83a665c1ae 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,8 +2,10 @@ basepath = "." locales = [ + "bg", "ca", "cs", + "da", "de", "es", "es-AR", @@ -13,16 +15,22 @@ locales = [ "fi", "fr", "gd", + "hu", "id", "it", "ja", "ko", + "nb-NO", "nl", + "nn-NO", "pa-IN", "pl", "ru", "sk", + "tr", + "ta", "sv-SE", + "vi", "zh-CN", "zh-TW", ] From 1d60a959af23d15b86cbc96fcfda8e00aa4816d8 Mon Sep 17 00:00:00 2001 From: MozLando Date: Fri, 23 Aug 2019 19:32:43 +0000 Subject: [PATCH 073/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/4130 4130: Closes https://github.com/mozilla-mobile/android-components/issues/3925: Adding meaningful content descriptions to tracking protection toolbar icon for different states. r=rocketsroger a=Amejia481 Co-authored-by: Arturo Mejia X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a5f043c2becd030d7856d2ee93a1cef2652c8f22 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/toolbar/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f462eeb7df5..e97c052a027 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "1bbaf50133bd57062d2bf9248bfc542fddef2ff4" + "ac-prep": "a5f043c2becd030d7856d2ee93a1cef2652c8f22" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 114b8735e0c..cb42acf50e3 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -6,9 +6,9 @@ Tracking Protection is on - Tracking Protection is active blocking trackers + Tracking Protection has blocked trackers - Tracking Protection is disabled for this site + Tracking Protection is off for this site Loading From 0daa8af1d1cb38c47b89c9ac6edcfc65f59ac6f3 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 28 Aug 2019 15:24:22 -0400 Subject: [PATCH 074/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/4250: Update the tracking protection icon content description XML IDS. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@10cc2c0609f4a7e09625cee5c61bfded0dfc6983 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/toolbar/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e97c052a027..82f2033be29 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a5f043c2becd030d7856d2ee93a1cef2652c8f22" + "ac-prep": "10cc2c0609f4a7e09625cee5c61bfded0dfc6983" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index cb42acf50e3..f2a8e51d870 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -6,9 +6,9 @@ Tracking Protection is on - Tracking Protection has blocked trackers + Tracking Protection has blocked trackers - Tracking Protection is off for this site + Tracking Protection is off for this site Loading From fd593dc40596945e7b46b2806ef0a994ff1d06b0 Mon Sep 17 00:00:00 2001 From: mcarare Date: Wed, 18 Sep 2019 11:49:23 +0300 Subject: [PATCH 075/235] [components] For https://github.com/mozilla-mobile/android-components/issues/4451 Changed string to "Link copied to clipboard" Changed string identifier to enable re-translation X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@09826d661f6b6565d6b9ad37569456e203a7eb6c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 82f2033be29..e81e2fb7616 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "10cc2c0609f4a7e09625cee5c61bfded0dfc6983" + "ac-prep": "09826d661f6b6565d6b9ad37569456e203a7eb6c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index b72cd43ea7e..132dda9708d 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -19,7 +19,7 @@ New private tab opened - Text copied to clipboard + Link copied to clipboard Switch From 2c1a0f64b32dc9116f2d235e680f1cd1585ba6e8 Mon Sep 17 00:00:00 2001 From: mcarare Date: Wed, 23 Oct 2019 17:17:27 +0300 Subject: [PATCH 076/235] [components] For https://github.com/mozilla-mobile/android-components/issues/4765 Added content description to site security info icon X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@881382faf7043f9cbd6bf9cf482802f922bc5966 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/toolbar/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e81e2fb7616..5aff72efb2c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "09826d661f6b6565d6b9ad37569456e203a7eb6c" + "ac-prep": "881382faf7043f9cbd6bf9cf482802f922bc5966" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index f2a8e51d870..678e3911015 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -9,6 +9,8 @@ Tracking Protection has blocked trackers Tracking Protection is off for this site + + Site information Loading From e9ab7929bcc17e4cdba123cd84b65f8fab645c0e Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Wed, 16 Oct 2019 18:35:50 -0400 Subject: [PATCH 077/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2295, https://github.com/mozilla-mobile/android-components/issues/4549: Implement Web Notification Feature X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@01a7da06d15692780655935d40dce7201e56a13a --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5aff72efb2c..a417612e1ab 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "881382faf7043f9cbd6bf9cf482802f922bc5966" + "ac-prep": "01a7da06d15692780655935d40dce7201e56a13a" } } \ No newline at end of file From 786431b63ca33a9fc7c1183175a15493c6638889 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Mon, 14 Oct 2019 14:30:03 -0700 Subject: [PATCH 078/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/4896: Adds download management X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b9f1c76c75282ca7590810d5f98f1b1d9c0d1e42 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../downloads/src/main/res/values/strings.xml | 26 ++++++++++++++----- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a417612e1ab..a95ba6c4821 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "01a7da06d15692780655935d40dce7201e56a13a" + "ac-prep": "b9f1c76c75282ca7590810d5f98f1b1d9c0d1e42" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index df0fc3c8caa..4c3b0106e2e 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -2,22 +2,34 @@ Downloads - - Downloading - - Download in progress + + Download paused - Download completed. + Download completed - Failed to download. + Download failed - Download file + Download (%1$s) Download Cancel %1$s can’t download this file type + + + Pause + + Resume + + Cancel + + Open + + Try Again + + + Close From 4fbe280bbdc038c1796f3d878cf7cc8a22d12714 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Tue, 5 Nov 2019 10:26:56 -0800 Subject: [PATCH 079/235] [components] No issue: Fixes download file string for l10n X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@791236154afd24759cecb7a8930f0165adafe817 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a95ba6c4821..1303c485069 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b9f1c76c75282ca7590810d5f98f1b1d9c0d1e42" + "ac-prep": "791236154afd24759cecb7a8930f0165adafe817" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 4c3b0106e2e..48fe52874f6 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -10,7 +10,7 @@ Download failed - + Download (%1$s) Download From 663680ebae8a9f24fc69299944d21a574bc7cf63 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 6 Nov 2019 16:41:05 -0500 Subject: [PATCH 080/235] [components] Closes issue https://github.com/mozilla-mobile/android-components/issues/4871: Provide a mapping for translations of permissions from AMO API. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f81c4cf08d8f63443235b19f8ad933800a575446 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 166 +----------------- 2 files changed, 3 insertions(+), 165 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1303c485069..330130c6345 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "791236154afd24759cecb7a8930f0165adafe817" + "ac-prep": "f81c4cf08d8f63443235b19f8ad933800a575446" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index cd3217137ea..bfb6e5e6422 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -1,27 +1,9 @@ - + Read and modify privacy settings Access your data for all websites - - Access your data for %1$s - - Access your data for sites in the %1$s domain - - Access your data on 1 other site - - Access your data on %1$d other sites - - Access your data on 1 other domain - - Access your data on %1$d other domains Access browser tabs @@ -38,8 +20,6 @@ Get data from the clipboard Input data to the clipboard - - Block content on any page Download files and read and modify the browser’s download history @@ -53,7 +33,7 @@ Monitor extension usage and manage themes - Exchange messages with apps other than this one + Exchange messages with apps other that this one Display notifications to you @@ -68,146 +48,4 @@ Access browsing history Extend developer tools to access your data in open tabs - - Version - - Authors - - Last updated - - Homepage - - Learn more about permissions - - Rating - - Settings - - On - - Off - - Allow in private browsing - - Run in private browsing - - Enabled - - Disabled - - Installed - - Recommended - - Not yet supported - - Not yet available - - Disabled - - Details - - Permissions - - Remove - - Add %1$s? - - It requires your permission to: - - Add - - Cancel - - Install Add-on - - Cancel - - Reviews: %1$s - - %1$.02f/5 - - Add-ons - - Add-ons Manager - - Allow - - Deny - - %1$s has a new update - - %1$d new permissions are required - - A new permission is required - - Add-on updates - - Supported add-ons checker - - New add-on available - - New add-ons available - - Add %1$s to %2$s - - Add %1$s and %2$s to %3$s - - Add them to %1$s - - Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. - - We‘re currently building support for an initial selection of Recommended Extensions. - - Downloading and verifying add-on… - - Failed to query Add-ons! - - Translation not found, for locale %1$s neither default language %2$s - - Successfully installed %1$s - - Failed to install %1$s - - Successfully enabled %1$s - - Failed to enable %1$s - - Successfully disabled %1$s - - Failed to disable %1$s - - Successfully uninstalled %1$s - - Failed to uninstall %1$s - - Successfully removed %1$s - - Failed to remove %1$s - - This add-on was migrated from a previous version of %1$s - - 1 add-on - - %1$s add-ons - - Learn more - - Successfully updated - - No update available - - Error - - Updater Information - - Last attempt: - - Status: - - %1$s has been added to %2$s - - Open it in the menu - - Okay, Got it From 31e2ff13c2f2254de0337f8b54d85281089b476f Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Fri, 8 Nov 2019 14:03:18 -0800 Subject: [PATCH 081/235] [components] For https://github.com/mozilla-mobile/android-components/issues/5021: Adds failure case for openFile X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f6c08efbabd5b4f1bccc1400bf560c1f4ddb4f4c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 330130c6345..0ff8988dd19 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f81c4cf08d8f63443235b19f8ad933800a575446" + "ac-prep": "f6c08efbabd5b4f1bccc1400bf560c1f4ddb4f4c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index 48fe52874f6..a4aac461a4f 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -19,6 +19,9 @@ %1$s can’t download this file type + + Could not open file + Pause From 16c5167628bf32714bed17126e00171aa9cf9e02 Mon Sep 17 00:00:00 2001 From: Severin Rudie Date: Tue, 26 Nov 2019 09:11:15 -0800 Subject: [PATCH 082/235] [components] For https://github.com/mozilla-mobile/fenix/issues/5540: add 'no internet' error X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b074c752059114176c5b38f3982135287244834d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0ff8988dd19..9bc4dfcfb34 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f6c08efbabd5b4f1bccc1400bf560c1f4ddb4f4c" + "ac-prep": "b074c752059114176c5b38f3982135287244834d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index e2d2fb4a9a9..e8c164c438e 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -167,6 +167,13 @@ ]]> + + No internet connection + + Check your network connection or try reloading the page in a few moments. + + Reload + Invalid Address Date: Fri, 6 Dec 2019 00:01:30 +0000 Subject: [PATCH 083/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3b8ed4c92050e89724eb1ca2ed758c42c34c46bd --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 9bc4dfcfb34..c6b1ff73ce9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b074c752059114176c5b38f3982135287244834d" + "ac-prep": "3b8ed4c92050e89724eb1ca2ed758c42c34c46bd" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index b83a665c1ae..514d2fe96b5 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -20,6 +20,7 @@ locales = [ "it", "ja", "ko", + "ml", "nb-NO", "nl", "nn-NO", From 4b7843ff258ac363df96b03a2a73f1810dd2fe6f Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 17 Dec 2019 11:24:42 -0500 Subject: [PATCH 084/235] [components] Add addons strings in l10n to be localized X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3ef613faaaf73482236917c636074d5060941655 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 44 +++++++++++++++++++ mozilla-mobile/android-components/l10n.toml | 4 ++ 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c6b1ff73ce9..de7ec8d870f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3b8ed4c92050e89724eb1ca2ed758c42c34c46bd" + "ac-prep": "3ef613faaaf73482236917c636074d5060941655" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index bfb6e5e6422..4a63724d8dc 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -48,4 +48,48 @@ Access browsing history Extend developer tools to access your data in open tabs + + Version + + Authors + + Last updated + + Homepage + + Learn more about permissions + + Rating + + Settings + + On + + Off + + Installed + + Recommended + + Details + + Permissions + + Remove + + Add %1$s? + + It requires your permission to: + + Add + + Cancel + + Install Add-on + + Users: %1$s + + %1$.02f/5 + + Add-ons diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 514d2fe96b5..488d010732a 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -103,3 +103,7 @@ branches = [ [[paths]] reference = "components/support/ktx/src/main/res/values/strings.xml" l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/addons/src/main/res/values/strings.xml" + l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" \ No newline at end of file From 1dac0898941de87520c5bf7cf0a7a6c7ab1c686f Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Tue, 17 Dec 2019 18:39:45 +0000 Subject: [PATCH 085/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@48cc8f188a2e8802c4a6a989a8ff26ee723091e6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 44 ------------------- mozilla-mobile/android-components/l10n.toml | 10 +++-- 3 files changed, 7 insertions(+), 49 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index de7ec8d870f..5271e246050 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3ef613faaaf73482236917c636074d5060941655" + "ac-prep": "48cc8f188a2e8802c4a6a989a8ff26ee723091e6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 4a63724d8dc..bfb6e5e6422 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -48,48 +48,4 @@ Access browsing history Extend developer tools to access your data in open tabs - - Version - - Authors - - Last updated - - Homepage - - Learn more about permissions - - Rating - - Settings - - On - - Off - - Installed - - Recommended - - Details - - Permissions - - Remove - - Add %1$s? - - It requires your permission to: - - Add - - Cancel - - Install Add-on - - Users: %1$s - - %1$.02f/5 - - Add-ons diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 488d010732a..759d69fdfae 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -5,6 +5,7 @@ locales = [ "bg", "ca", "cs", + "cy", "da", "de", "es", @@ -12,18 +13,23 @@ locales = [ "es-ES", "et", "eu", + "fa", "fi", "fr", "gd", + "he", "hu", "id", "it", "ja", + "kab", "ko", + "lo", "ml", "nb-NO", "nl", "nn-NO", + "oc", "pa-IN", "pl", "ru", @@ -103,7 +109,3 @@ branches = [ [[paths]] reference = "components/support/ktx/src/main/res/values/strings.xml" l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/addons/src/main/res/values/strings.xml" - l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" \ No newline at end of file From 8967cf5ecc8a64c0ce209050c7cdff48d5d3e906 Mon Sep 17 00:00:00 2001 From: MozLando Date: Tue, 17 Dec 2019 19:30:53 +0000 Subject: [PATCH 086/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/5337 5337: Add addons strings in l10n to be localized r=psymoon a=Amejia481 Co-authored-by: Arturo Mejia X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0cc55504f1a8cd367aa28d33b998495201c2bea5 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 44 +++++++++++++++++++ mozilla-mobile/android-components/l10n.toml | 4 ++ 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5271e246050..e8ed69738e6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "48cc8f188a2e8802c4a6a989a8ff26ee723091e6" + "ac-prep": "0cc55504f1a8cd367aa28d33b998495201c2bea5" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index bfb6e5e6422..4a63724d8dc 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -48,4 +48,48 @@ Access browsing history Extend developer tools to access your data in open tabs + + Version + + Authors + + Last updated + + Homepage + + Learn more about permissions + + Rating + + Settings + + On + + Off + + Installed + + Recommended + + Details + + Permissions + + Remove + + Add %1$s? + + It requires your permission to: + + Add + + Cancel + + Install Add-on + + Users: %1$s + + %1$.02f/5 + + Add-ons diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 759d69fdfae..725b9f00396 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -109,3 +109,7 @@ branches = [ [[paths]] reference = "components/support/ktx/src/main/res/values/strings.xml" l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/addons/src/main/res/values/strings.xml" + l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" \ No newline at end of file From 17639172d1144c0a00a0379f4c56c5bc4c68380a Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 27 Dec 2019 00:08:43 +0000 Subject: [PATCH 087/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@483e307f4b645561eaf7cb36070e9604565e4647 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e8ed69738e6..f90866c60d9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0cc55504f1a8cd367aa28d33b998495201c2bea5" + "ac-prep": "483e307f4b645561eaf7cb36070e9604565e4647" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 725b9f00396..66d40bcbcb6 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -4,6 +4,7 @@ basepath = "." locales = [ "bg", "ca", + "co", "cs", "cy", "da", @@ -16,7 +17,9 @@ locales = [ "fa", "fi", "fr", + "fy-NL", "gd", + "gu-IN", "he", "hu", "id", @@ -29,7 +32,6 @@ locales = [ "nb-NO", "nl", "nn-NO", - "oc", "pa-IN", "pl", "ru", @@ -112,4 +114,4 @@ branches = [ [[paths]] reference = "components/feature/addons/src/main/res/values/strings.xml" - l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" \ No newline at end of file + l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" From 4e19719a8b5e4775b0f6b5b37b2bda3a9bb7e83c Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Tue, 31 Dec 2019 00:01:21 +0000 Subject: [PATCH 088/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@56b9ef40685cfa09e619ae77acbe3e60572450a0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f90866c60d9..d4f4798a501 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "483e307f4b645561eaf7cb36070e9604565e4647" + "ac-prep": "56b9ef40685cfa09e619ae77acbe3e60572450a0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 66d40bcbcb6..c0613a9fbfe 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -36,9 +36,12 @@ locales = [ "pl", "ru", "sk", + "su", + "sv-SE", "tr", "ta", - "sv-SE", + "uk", + "ur", "vi", "zh-CN", "zh-TW", From 6e4724842784ba72c0a260eb133b652fe8c1b4d7 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Tue, 31 Dec 2019 10:32:50 -0500 Subject: [PATCH 089/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/5446: Move addon install progress caption to feature-addon X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d39df6fc364131bf8c1529741858d6d707e5a980 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/addons/src/main/res/values/strings.xml | 2 ++ mozilla-mobile/android-components/l10n.toml | 5 +---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d4f4798a501..a755ff164a9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "56b9ef40685cfa09e619ae77acbe3e60572450a0" + "ac-prep": "d39df6fc364131bf8c1529741858d6d707e5a980" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 4a63724d8dc..1bff49a86b7 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -92,4 +92,6 @@ %1$.02f/5 Add-ons + + Downloading and verifying add-on… diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index c0613a9fbfe..66d40bcbcb6 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -36,12 +36,9 @@ locales = [ "pl", "ru", "sk", - "su", - "sv-SE", "tr", "ta", - "uk", - "ur", + "sv-SE", "vi", "zh-CN", "zh-TW", From de62d97dd695ff542f0e0c7fddff93294d3d0ab9 Mon Sep 17 00:00:00 2001 From: MozLando Date: Tue, 31 Dec 2019 15:43:22 +0000 Subject: [PATCH 090/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/5447 5447: Closes https://github.com/mozilla-mobile/android-components/issues/5446: Move addon install progress caption to feature-addon r=csadilek a=psymoon Co-authored-by: Simon Chae X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@956e0d4ae035210323f10cb794d6ee7e565c9a66 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a755ff164a9..0c39169a05c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d39df6fc364131bf8c1529741858d6d707e5a980" + "ac-prep": "956e0d4ae035210323f10cb794d6ee7e565c9a66" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 66d40bcbcb6..c0613a9fbfe 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -36,9 +36,12 @@ locales = [ "pl", "ru", "sk", + "su", + "sv-SE", "tr", "ta", - "sv-SE", + "uk", + "ur", "vi", "zh-CN", "zh-TW", From a5f9525f3e3dcd346a7f1ed7efdba88cbc4f957e Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 3 Jan 2020 00:06:56 +0000 Subject: [PATCH 091/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f47ef1b2fac794551f72809271511fcbb5d569f1 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0c39169a05c..3de921c6f35 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "956e0d4ae035210323f10cb794d6ee7e565c9a66" + "ac-prep": "f47ef1b2fac794551f72809271511fcbb5d569f1" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index c0613a9fbfe..6aadc22bbd7 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -9,6 +9,7 @@ locales = [ "cy", "da", "de", + "en-GB", "es", "es-AR", "es-ES", @@ -32,6 +33,7 @@ locales = [ "nb-NO", "nl", "nn-NO", + "nv", "pa-IN", "pl", "ru", From f02538a7f8c3527ba8be9e1e5b1537ca08b92a09 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Sun, 15 Dec 2019 11:44:11 -0500 Subject: [PATCH 092/235] [components] Closes issue https://github.com/mozilla-mobile/android-components/issues/5143 Adds support for while updating an Addon it requires new permissions. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@2bdcb4ee9fcf6152d465e70d05b4154f4c827286 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/addons/src/main/res/values/strings.xml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3de921c6f35..edb0788b86d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f47ef1b2fac794551f72809271511fcbb5d569f1" + "ac-prep": "2bdcb4ee9fcf6152d465e70d05b4154f4c827286" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 1bff49a86b7..70c1a318674 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - + Read and modify privacy settings @@ -92,6 +92,17 @@ %1$.02f/5 Add-ons + + Allow + + Deny + + %1$s has a new update + + %1$d new permissions are required + + Addon updates Downloading and verifying add-on… + From 5fb12dc36e3ffc8b4bcf38982433cf0e6c4989c9 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Thu, 9 Jan 2020 11:53:44 -0500 Subject: [PATCH 093/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/5433: Add UX flow for unsupported add-ons Also allow AddonManager.getAddons() to return unsupported add-ons X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@71da671203d057269d356053203f4f6ef6e280e2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index edb0788b86d..bca3ecb9547 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "2bdcb4ee9fcf6152d465e70d05b4154f4c827286" + "ac-prep": "71da671203d057269d356053203f4f6ef6e280e2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 70c1a318674..aff755e553b 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -70,6 +70,8 @@ Installed Recommended + + Not yet supported Details @@ -102,6 +104,8 @@ %1$d new permissions are required Addon updates + + Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. Downloading and verifying add-on… From dfadf403b93a996d1abc29039d01efbdee13cd05 Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Fri, 10 Jan 2020 12:28:29 +0100 Subject: [PATCH 094/235] [components] Adds support for bypassing SSL certificates X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@02193db25faa37d78316997130d3b46eab2496b2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../errorpages/src/main/res/values/strings.xml | 13 +++++++++++++ .../feature/addons/src/main/res/values/strings.xml | 4 ---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index bca3ecb9547..3111d70d18b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "71da671203d057269d356053203f4f6ef6e280e2" + "ac-prep": "02193db25faa37d78316997130d3b46eab2496b2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index e8c164c438e..7cecaa72d60 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -36,6 +36,19 @@ ]]> + + Advanced… + + Someone could be trying to impersonate the site and you should not continue. +

    + + ]]>
    + + Go Back (Recommended) + + Accept the Risk and Continue0 + The connection was interrupted diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index aff755e553b..70c1a318674 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -70,8 +70,6 @@ Installed Recommended - - Not yet supported Details @@ -104,8 +102,6 @@ %1$d new permissions are required Addon updates - - Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. Downloading and verifying add-on… From 871af91ba2a0221104fdc7e2376bb412ea53d93b Mon Sep 17 00:00:00 2001 From: MozLando Date: Fri, 10 Jan 2020 15:27:09 +0000 Subject: [PATCH 095/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/5484 5484: Closes https://github.com/mozilla-mobile/android-components/issues/3960 Support for bypassing SSL certificates r=jonalmeida a=keianhzo This PR adds support for bypassing SSL certificates. Only temporary bypass is supported by GV right now. Closes https://github.com/mozilla-mobile/android-components/issues/3960. Co-authored-by: Manuel Martin X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b66ca8ba599f775ce187d95d0ee892b175122d01 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3111d70d18b..3c69ec41d19 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "02193db25faa37d78316997130d3b46eab2496b2" + "ac-prep": "b66ca8ba599f775ce187d95d0ee892b175122d01" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 70c1a318674..aff755e553b 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -70,6 +70,8 @@ Installed Recommended + + Not yet supported Details @@ -102,6 +104,8 @@ %1$d new permissions are required Addon updates + + Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. Downloading and verifying add-on… From 7907b4d44f767ed9b6d0adba4d554abb31793bf8 Mon Sep 17 00:00:00 2001 From: Severin Rudie Date: Fri, 10 Jan 2020 10:04:26 -0800 Subject: [PATCH 096/235] [components] For Fenix:5543, Fenix:5542: add delegates for login autofill X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ad79e89f93d4c3711c5ff4b52fcb10199e5f9dcd --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../errorpages/src/main/res/values/strings.xml | 13 ------------- .../feature/prompts/src/main/res/values/strings.xml | 12 ++++++++++++ 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3c69ec41d19..0f80830f58f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b66ca8ba599f775ce187d95d0ee892b175122d01" + "ac-prep": "ad79e89f93d4c3711c5ff4b52fcb10199e5f9dcd" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 7cecaa72d60..e8c164c438e 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -36,19 +36,6 @@ ]]> - - Advanced… - - Someone could be trying to impersonate the site and you should not continue. -

    - - ]]>
    - - Go Back (Recommended) - - Accept the Risk and Continue0 - The connection was interrupted diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 8b377175d9e..1663ed6f4ce 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -16,6 +16,18 @@ Username Password + + Don’t save + + Save + + Update + + Password field must not be empty + + Unable to save login + + Do you want %s to save this login? Label for entering a text input field From f0dc6c2dda119b6e8444b8bf96829d028ad62328 Mon Sep 17 00:00:00 2001 From: MozLando Date: Fri, 10 Jan 2020 18:55:09 +0000 Subject: [PATCH 097/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/5316 5316: Add LoginPromptDelegate to support password autofill r=grigoryk a=Baron-Severin For https://github.com/mozilla-mobile/fenix/issues/1284 adds LoginPromptDelegate to support password autofill Co-authored-by: Severin Rudie X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@78f3fb8ae0463aa6faa317b369be0066aeaf462d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../errorpages/src/main/res/values/strings.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0f80830f58f..172e928dd80 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ad79e89f93d4c3711c5ff4b52fcb10199e5f9dcd" + "ac-prep": "78f3fb8ae0463aa6faa317b369be0066aeaf462d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index e8c164c438e..7cecaa72d60 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -36,6 +36,19 @@ ]]> + + Advanced… + + Someone could be trying to impersonate the site and you should not continue. +

    + + ]]>
    + + Go Back (Recommended) + + Accept the Risk and Continue0 + The connection was interrupted From 01b00d87736f53ce18d1f7acf82be5857ca71413 Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Tue, 14 Jan 2020 16:45:17 +0100 Subject: [PATCH 098/235] [components] Added description for a string variable X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ec3c171c23ee072d8470e1a67e71186198dab464 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 172e928dd80..dfbe47afb6f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "78f3fb8ae0463aa6faa317b369be0066aeaf462d" + "ac-prep": "ec3c171c23ee072d8470e1a67e71186198dab464" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 7cecaa72d60..2fcf0507afc 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -38,7 +38,7 @@ Advanced… - + Someone could be trying to impersonate the site and you should not continue.

    From 67276bd2432ec4df6b3fa6334ae2b314cf1c52d8 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 14 Jan 2020 11:20:07 -0500 Subject: [PATCH 099/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/5564: Fix typo on add-ons strings xml file. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7e6977ad11437ee7cec9b080379f6f4e30461cc8 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 2 +- .../addons/src/main/res/values/strings.xml | 58 +++++++++---------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index dfbe47afb6f..ebd0cd197d7 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ec3c171c23ee072d8470e1a67e71186198dab464" + "ac-prep": "7e6977ad11437ee7cec9b080379f6f4e30461cc8" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 2fcf0507afc..7cecaa72d60 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -38,7 +38,7 @@ Advanced… - + Someone could be trying to impersonate the site and you should not continue.

    diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index aff755e553b..cfed9c9c306 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -48,65 +48,65 @@ Access browsing history Extend developer tools to access your data in open tabs - + Version - + Authors - + Last updated - + Homepage - + Learn more about permissions - + Rating - + Settings - + On - + Off - + Installed - + Recommended - + Not yet supported - + Details - + Permissions - + Remove - + Add %1$s? - + It requires your permission to: - + Add - + Cancel - + Install Add-on - + Users: %1$s - + %1$.02f/5 Add-ons - + Allow - + Deny - + %1$s has a new update - + %1$d new permissions are required - - Addon updates + + Add-on updates Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. - + Downloading and verifying add-on…
    From 4734a5b695ba7a77804c57f4532795a8f581b168 Mon Sep 17 00:00:00 2001 From: MozLando Date: Tue, 14 Jan 2020 20:57:08 +0000 Subject: [PATCH 100/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/5566 5566: Closes https://github.com/mozilla-mobile/android-components/issues/5564: Fix typo on add-ons strings xml file r=flodolo,delphine a=Amejia481 Co-authored-by: Arturo Mejia X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@60081e789a5e8ae296f611b863886c74e3f0eaf8 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ebd0cd197d7..7e7e7a01650 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7e6977ad11437ee7cec9b080379f6f4e30461cc8" + "ac-prep": "60081e789a5e8ae296f611b863886c74e3f0eaf8" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 7cecaa72d60..2fcf0507afc 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -38,7 +38,7 @@ Advanced… - + Someone could be trying to impersonate the site and you should not continue.

    From 4793d1495140074aa659c3dd7158117dd67a64bd Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Thu, 16 Jan 2020 17:42:06 -0800 Subject: [PATCH 101/235] [components] For https://github.com/mozilla-mobile/fenix/issues/7506 - Expose MenuButton X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@fe8d581ed9fb22e57a0674d0a47a9da70843b240 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/menu/src/main/res/values/strings.xml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7e7e7a01650..01f3ecfbd46 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "60081e789a5e8ae296f611b863886c74e3f0eaf8" + "ac-prep": "fe8d581ed9fb22e57a0674d0a47a9da70843b240" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml index 7dfe36e736a..438c18a6555 100644 --- a/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml @@ -4,8 +4,4 @@ Menu Highlighted - - Add-ons - - Add-ons Manager From f1b3255c4761b0889dfeffb10bc675a518326ace Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Mon, 20 Jan 2020 00:03:35 +0000 Subject: [PATCH 102/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@76087b9d326c0119ac0200c59071988c3652c052 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 01f3ecfbd46..48a898a1412 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "fe8d581ed9fb22e57a0674d0a47a9da70843b240" + "ac-prep": "76087b9d326c0119ac0200c59071988c3652c052" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 6aadc22bbd7..0fe314bf09c 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -9,6 +9,7 @@ locales = [ "cy", "da", "de", + "dsb", "en-GB", "es", "es-AR", @@ -22,6 +23,7 @@ locales = [ "gd", "gu-IN", "he", + "hsb", "hu", "id", "it", @@ -36,6 +38,7 @@ locales = [ "nv", "pa-IN", "pl", + "pt-BR", "ru", "sk", "su", From 64bb6204a525f0c6a9bcd6e0277ce4848f0faad4 Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Fri, 17 Jan 2020 11:27:23 +0100 Subject: [PATCH 103/235] [components] L10n fixes X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@01b853080277718215e038488fef6699ebe59423 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 48a898a1412..6c720eee001 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "76087b9d326c0119ac0200c59071988c3652c052" + "ac-prep": "01b853080277718215e038488fef6699ebe59423" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 2fcf0507afc..19d54adb5d7 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -38,16 +38,16 @@ Advanced… - + Someone could be trying to impersonate the site and you should not continue.

    - + ]]>
    Go Back (Recommended) - Accept the Risk and Continue0 + Accept the Risk and Continue The connection was interrupted From 8e522e4d31d74c4816a42d4ce60fab630d06ac74 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sun, 29 Dec 2019 18:01:08 +0100 Subject: [PATCH 104/235] [components] For https://github.com/mozilla-mobile/android-components/issues/3790: Add 'Open link in external app' to context menu Add changelog entry Show open in external app for intent: links Open market place intents X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@6181f6fc78c574b5174301239c30becc3b18c42e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 6c720eee001..175db908ac9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "01b853080277718215e038488fef6699ebe59423" + "ac-prep": "6181f6fc78c574b5174301239c30becc3b18c42e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 132dda9708d..3795d4410cb 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -22,4 +22,5 @@ Link copied to clipboard Switch + Open link in external app From 4dfdf625f8b52114200c0f085518e1bd34b03720 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Thu, 23 Jan 2020 15:26:00 -0500 Subject: [PATCH 105/235] [components] Move add-on management strings to feature add-ons. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0208d2e6738ff37a41048862cdceac9d0ca9a7ae --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 25 ++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 175db908ac9..3b72e258ef2 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "6181f6fc78c574b5174301239c30becc3b18c42e" + "ac-prep": "0208d2e6738ff37a41048862cdceac9d0ca9a7ae" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index cfed9c9c306..05b27bddb4f 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -108,5 +108,28 @@ Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. Downloading and verifying add-on… - + + Failed to query Add-ons! + + Successfully installed: %1$s + + Failed to install %1$s + + Successfully enabled %1$s + + Failed to enable %1$s + + Successfully disabled %1$s + + Failed to disable %1$s + + Successfully uninstalled %1$s + + Failed to uninstall %1$s + + Successfully removed %1$s + + Failed to remove %1$s + + This add-on was migrated from a previous version of %1$s From 298122952ec10a89e1d94f497a8a1c20fd9e93be Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 24 Jan 2020 12:24:56 +0100 Subject: [PATCH 106/235] [components] Remove colon from feature addons strings X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@771117adbc720417e2690cd5546d628b9dafb4d9 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3b72e258ef2..d02fcfaa881 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0208d2e6738ff37a41048862cdceac9d0ca9a7ae" + "ac-prep": "771117adbc720417e2690cd5546d628b9dafb4d9" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 05b27bddb4f..b20feab9c34 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -111,7 +111,7 @@ Failed to query Add-ons! - Successfully installed: %1$s + Successfully installed %1$s Failed to install %1$s From f94a1ec8f99a601b4783666a7064dba8ea365091 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Tue, 28 Jan 2020 15:04:05 +0100 Subject: [PATCH 107/235] [components] Update NotYetSupported add-on section UI X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7a65a947128f3bd08bb2fb51c938601c9a6518d7 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d02fcfaa881..1762f7ae5be 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "771117adbc720417e2690cd5546d628b9dafb4d9" + "ac-prep": "7a65a947128f3bd08bb2fb51c938601c9a6518d7" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index b20feab9c34..5769688feb4 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -132,4 +132,8 @@ Failed to remove %1$s This add-on was migrated from a previous version of %1$s + + 1 add-on + + %1$s add-ons From 982eb2d0352824a4ed5861f3c07ae4978fc74033 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Thu, 30 Jan 2020 10:49:01 +0100 Subject: [PATCH 108/235] [components] Add learn more section for NotYetSupportedAddons X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@98ba4cdedd51dcaf021971d07c9a0c0478efe9c9 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1762f7ae5be..a8b837cdd28 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7a65a947128f3bd08bb2fb51c938601c9a6518d7" + "ac-prep": "98ba4cdedd51dcaf021971d07c9a0c0478efe9c9" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 5769688feb4..a8f3cf0f8f0 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -136,4 +136,6 @@ 1 add-on %1$s add-ons + + Learn more From b549b24f05417c44c97e28e5abe45b42f5f5c70c Mon Sep 17 00:00:00 2001 From: ValentinTimisica Date: Fri, 31 Jan 2020 17:42:36 +0200 Subject: [PATCH 109/235] [components] For https://github.com/mozilla-mobile/android-components/issues/5771: Changes description for a suggestion that represents an opened tab X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c90e04b09f0a38d77d0e5f96a86c1aa2294e7751 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a8b837cdd28..e7a42d34d21 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "98ba4cdedd51dcaf021971d07c9a0c0478efe9c9" + "ac-prep": "c90e04b09f0a38d77d0e5f96a86c1aa2294e7751" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 0fe314bf09c..63d60584ca1 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -123,3 +123,7 @@ branches = [ [[paths]] reference = "components/feature/addons/src/main/res/values/strings.xml" l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/awesomebar/src/main/res/values/strings.xml" + l10n = "components/feature/awesomebar/src/main/res/values-{android_locale}/strings.xml" From 643ed0d916f6ee1da20bf4defddb64c0c8170920 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 7 Feb 2020 00:05:20 +0000 Subject: [PATCH 110/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3618a98dc12854935e17657deab6df3fa92a37ea --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 47 ++++++++++++++++++--- 2 files changed, 43 insertions(+), 6 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e7a42d34d21..47420d08f1c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c90e04b09f0a38d77d0e5f96a86c1aa2294e7751" + "ac-prep": "3618a98dc12854935e17657deab6df3fa92a37ea" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 63d60584ca1..803cdf3577a 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,51 +2,92 @@ basepath = "." locales = [ + "an", + "ar", + "ast", + "az", + "be", "bg", + "bn", + "br", + "bs", "ca", + "cak", "co", "cs", "cy", "da", "de", "dsb", + "el", + "en-CA", "en-GB", + "eo", "es", "es-AR", + "es-CL", "es-ES", "et", "eu", "fa", + "ff", "fi", "fr", "fy-NL", + "ga-IE", "gd", + "gn", "gu-IN", "he", + "hi-IN", + "hr", "hsb", "hu", + "hy-AM", "id", + "is", "it", "ja", + "ka", "kab", + "kk", + "kn", "ko", + "lij", "lo", + "lt", "ml", + "mr", + "ms", + "my", "nb-NO", + "ne-NP", "nl", "nn-NO", "nv", + "oc", "pa-IN", "pl", "pt-BR", + "pt-PT", + "rm", + "ro", "ru", "sk", + "sl", + "sq", + "sr", "su", "sv-SE", - "tr", "ta", + "te", + "th", + "tr", + "trs", "uk", "ur", + "uz", + "vec", "vi", "zh-CN", "zh-TW", @@ -123,7 +164,3 @@ branches = [ [[paths]] reference = "components/feature/addons/src/main/res/values/strings.xml" l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/awesomebar/src/main/res/values/strings.xml" - l10n = "components/feature/awesomebar/src/main/res/values-{android_locale}/strings.xml" From 72e97d4db5bc5ed02a6f0810452ae01d8162cafc Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Fri, 7 Feb 2020 10:12:14 +0100 Subject: [PATCH 111/235] [components] Add back awesomebar to l10n.toml X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3715c869148a2d56ec747d4526a930b12889ce72 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 47420d08f1c..5935dec1436 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3618a98dc12854935e17657deab6df3fa92a37ea" + "ac-prep": "3715c869148a2d56ec747d4526a930b12889ce72" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 803cdf3577a..7fb53d7d0c3 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -164,3 +164,7 @@ branches = [ [[paths]] reference = "components/feature/addons/src/main/res/values/strings.xml" l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/awesomebar/src/main/res/values/strings.xml" + l10n = "components/feature/awesomebar/src/main/res/values-{android_locale}/strings.xml" From 74e0b963fbcc1d3079b01f69fee20ed68b1de40d Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Fri, 7 Feb 2020 14:33:17 +0100 Subject: [PATCH 112/235] [components] No issue: land context menu search strings X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c9e50eff0ee1b27ea10c6c859e0f514e2ce248c3 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 4 ++ mozilla-mobile/android-components/l10n.toml | 43 +------------------ 3 files changed, 6 insertions(+), 43 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5935dec1436..3781d79893e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3715c869148a2d56ec747d4526a930b12889ce72" + "ac-prep": "c9e50eff0ee1b27ea10c6c859e0f514e2ce248c3" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 3795d4410cb..8eb15079800 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -23,4 +23,8 @@ Switch Open link in external app + + %s Search + + %s Private Search diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 7fb53d7d0c3..63d60584ca1 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,92 +2,51 @@ basepath = "." locales = [ - "an", - "ar", - "ast", - "az", - "be", "bg", - "bn", - "br", - "bs", "ca", - "cak", "co", "cs", "cy", "da", "de", "dsb", - "el", - "en-CA", "en-GB", - "eo", "es", "es-AR", - "es-CL", "es-ES", "et", "eu", "fa", - "ff", "fi", "fr", "fy-NL", - "ga-IE", "gd", - "gn", "gu-IN", "he", - "hi-IN", - "hr", "hsb", "hu", - "hy-AM", "id", - "is", "it", "ja", - "ka", "kab", - "kk", - "kn", "ko", - "lij", "lo", - "lt", "ml", - "mr", - "ms", - "my", "nb-NO", - "ne-NP", "nl", "nn-NO", "nv", - "oc", "pa-IN", "pl", "pt-BR", - "pt-PT", - "rm", - "ro", "ru", "sk", - "sl", - "sq", - "sr", "su", "sv-SE", - "ta", - "te", - "th", "tr", - "trs", + "ta", "uk", "ur", - "uz", - "vec", "vi", "zh-CN", "zh-TW", From ef3d25f3af7a47ea00335f06bb7b7d16898f6c6c Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Sat, 8 Feb 2020 01:37:37 -0500 Subject: [PATCH 113/235] [components] Add disabled section in AddonsManagerAdapter. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@4abcadffe872881599db5e2ea2fa3466c1659fb2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 2 + .../src/main/res/values/strings.xml | 4 -- mozilla-mobile/android-components/l10n.toml | 43 ++++++++++++++++++- 4 files changed, 45 insertions(+), 6 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3781d79893e..8f608c418ab 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c9e50eff0ee1b27ea10c6c859e0f514e2ce248c3" + "ac-prep": "4abcadffe872881599db5e2ea2fa3466c1659fb2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index a8f3cf0f8f0..a753867f383 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -72,6 +72,8 @@ Recommended Not yet supported + + Disabled Details diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 8eb15079800..3795d4410cb 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -23,8 +23,4 @@ Switch Open link in external app - - %s Search - - %s Private Search diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 63d60584ca1..7fb53d7d0c3 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,51 +2,92 @@ basepath = "." locales = [ + "an", + "ar", + "ast", + "az", + "be", "bg", + "bn", + "br", + "bs", "ca", + "cak", "co", "cs", "cy", "da", "de", "dsb", + "el", + "en-CA", "en-GB", + "eo", "es", "es-AR", + "es-CL", "es-ES", "et", "eu", "fa", + "ff", "fi", "fr", "fy-NL", + "ga-IE", "gd", + "gn", "gu-IN", "he", + "hi-IN", + "hr", "hsb", "hu", + "hy-AM", "id", + "is", "it", "ja", + "ka", "kab", + "kk", + "kn", "ko", + "lij", "lo", + "lt", "ml", + "mr", + "ms", + "my", "nb-NO", + "ne-NP", "nl", "nn-NO", "nv", + "oc", "pa-IN", "pl", "pt-BR", + "pt-PT", + "rm", + "ro", "ru", "sk", + "sl", + "sq", + "sr", "su", "sv-SE", - "tr", "ta", + "te", + "th", + "tr", + "trs", "uk", "ur", + "uz", + "vec", "vi", "zh-CN", "zh-TW", From e48bfc038869c6a25cd9d29363e760a233807170 Mon Sep 17 00:00:00 2001 From: MozLando Date: Mon, 10 Feb 2020 13:43:41 +0000 Subject: [PATCH 114/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/5826 https://github.com/mozilla-mobile/android-components/pull/5847 5826: Update androidx.core to 1.2 r=pocmo a=NotWoods Switched over to the new blend mode compat system and added some annotations 5847: No issue: land context menu search strings r=pocmo a=ekager Co-authored-by: Tiger Oakes Co-authored-by: Emily Kager X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c1e73e3576c99135801486c623afc1334b2164ab --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 8f608c418ab..ea91e3386a5 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "4abcadffe872881599db5e2ea2fa3466c1659fb2" + "ac-prep": "c1e73e3576c99135801486c623afc1334b2164ab" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 3795d4410cb..8eb15079800 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -23,4 +23,8 @@ Switch Open link in external app + + %s Search + + %s Private Search From 6f19370000b667551eb716c74861966dff2314bf Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Mon, 10 Feb 2020 18:24:26 -0500 Subject: [PATCH 115/235] [components] Use Enabled/Disabled strings in addons settings and manager X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b939ccb003d42c721a45b9c20eed69cb635976e3 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ea91e3386a5..3197097d689 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c1e73e3576c99135801486c623afc1334b2164ab" + "ac-prep": "b939ccb003d42c721a45b9c20eed69cb635976e3" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index a753867f383..6cf39855332 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -66,6 +66,10 @@ On Off + + Enabled + + Disabled Installed From 6052a34f477214bcfb63022cb2edfcac8a62762b Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 11 Feb 2020 14:59:04 -0500 Subject: [PATCH 116/235] [components] Move add-ons translations on the right path X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b21c0a60e8c6503ef5182d930bd4104a0ea9e03b --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3197097d689..95d67d8d3f6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b939ccb003d42c721a45b9c20eed69cb635976e3" + "ac-prep": "b21c0a60e8c6503ef5182d930bd4104a0ea9e03b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 7fb53d7d0c3..877d158a324 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -163,7 +163,7 @@ branches = [ [[paths]] reference = "components/feature/addons/src/main/res/values/strings.xml" - l10n = "components/feature/addons/src/main/res/values/values-{android_locale}/strings.xml" + l10n = "components/feature/addons/src/main/res/values-{android_locale}/strings.xml" [[paths]] reference = "components/feature/awesomebar/src/main/res/values/strings.xml" From db53135584f0c0ff5583824af5e81f9528b2e09c Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Tue, 18 Feb 2020 14:09:35 -0500 Subject: [PATCH 117/235] [components] Update strings.xml to use "device" instead of "computer" X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@11c052f1112f6520e1cf570707d0b744b9a3cbb8 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 95d67d8d3f6..00829931a40 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b21c0a60e8c6503ef5182d930bd4104a0ea9e03b" + "ac-prep": "11c052f1112f6520e1cf570707d0b744b9a3cbb8" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 19d54adb5d7..4b6b2869306 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -67,8 +67,8 @@

    The requested site did not respond to a connection request and the browser has stopped waiting for a reply.

    • Could the server be experiencing high demand or a temporary outage? Try again later.
    • -
    • Are you unable to browse other sites? Check the computer’s network connection.
    • -
    • Is your computer or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • +
    • Are you unable to browse other sites? Check the device’s network connection.
    • +
    • Is your device or network protected by a firewall or proxy? Incorrect settings can interfere with Web browsing.
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    ]]>
    @@ -97,7 +97,7 @@

    The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.

    • Have you disabled or blocked cookies required by this site?
    • -
    • If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
    • +
    • If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your device.
    ]]> @@ -107,7 +107,7 @@ The browser is operating in its offline mode and cannot connect to the requested item.

      -
    • Is the computer connected to an active network?
    • +
    • Is the device connected to an active network?
    • Press “Try Again” to switch to online mode and reload the page.
    ]]>
    @@ -247,7 +247,7 @@

    The browser is configured to use a proxy server, but the proxy could not be found.

    • Is the browser’s proxy configuration correct? Check the settings and try again.
    • -
    • Is the computer connected to an active network?
    • +
    • Is the device connected to an active network?
    • Still having trouble? Consult your network administrator or Internet provider for assistance.
    ]]> From 21c0bdb7b1343b73a7b43d7e842ab8524206de75 Mon Sep 17 00:00:00 2001 From: ekager Date: Fri, 21 Feb 2020 23:12:00 -0800 Subject: [PATCH 118/235] [components] For https://github.com/mozilla-mobile/fenix/issues/5696 - Add share to selection action delegate X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a3c7c97b08248b1799d03966d217c414cddd41f2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 00829931a40..11b00804eb1 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "11c052f1112f6520e1cf570707d0b744b9a3cbb8" + "ac-prep": "a3c7c97b08248b1799d03966d217c414cddd41f2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 8eb15079800..2bf7a75401e 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -27,4 +27,6 @@ %s Search %s Private Search + + Share From 2652abe2229c21c26cb7e1af9fb351bb1d1dab71 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Wed, 26 Feb 2020 11:47:34 -0500 Subject: [PATCH 119/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/4021: Use save image candidate be used with video and audio elements X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7807cdcbe9b70d1b02e3fbbf8ec5e67a2b69fc97 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 11b00804eb1..d72a4202b81 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a3c7c97b08248b1799d03966d217c414cddd41f2" + "ac-prep": "7807cdcbe9b70d1b02e3fbbf8ec5e67a2b69fc97" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 2bf7a75401e..9dc1eae3e38 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -14,6 +14,8 @@ Copy image location Save image + + Save file to device New tab opened @@ -22,6 +24,7 @@ Link copied to clipboard Switch + Open link in external app %s Search From c7ff18e9326b22aded91ac58a911c1196e445831 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Wed, 4 Mar 2020 00:03:47 +0000 Subject: [PATCH 120/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@604659336a29ee4ea05d69c3ca33a030a72640a3 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d72a4202b81..1ae1f8c2f15 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7807cdcbe9b70d1b02e3fbbf8ec5e67a2b69fc97" + "ac-prep": "604659336a29ee4ea05d69c3ca33a030a72640a3" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 877d158a324..5dc1fca6d2a 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -27,6 +27,7 @@ locales = [ "es-AR", "es-CL", "es-ES", + "es-MX", "et", "eu", "fa", From cc1c9704df23ca9397e0f646a246950df030e5cd Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 28 Feb 2020 14:33:51 -0500 Subject: [PATCH 121/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/5434: Notify user when previously unsupported addons become available X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@61b13f7697bc25fe1b5fbd00a6dc692150821181 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/addons/src/main/res/values/strings.xml | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1ae1f8c2f15..9405ce601a6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "604659336a29ee4ea05d69c3ca33a030a72640a3" + "ac-prep": "61b13f7697bc25fe1b5fbd00a6dc692150821181" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 6cf39855332..3fec7a8c159 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -110,6 +110,18 @@ %1$d new permissions are required Add-on updates + + Supported add-ons checker + + New add-on available + + New add-ons available + + Add %1$s to %2$s + + Add %1$s and %2$s to %3$s + + Add them to %1$s Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. @@ -136,7 +148,7 @@ Successfully removed %1$s Failed to remove %1$s - + This add-on was migrated from a previous version of %1$s 1 add-on From 5b8286154ac9bc4436c6b928d8950ec0b2dfa832 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 10 Mar 2020 20:56:11 -0400 Subject: [PATCH 122/235] [components] Improve descriptions on add-on strings X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@65dd1f74a40a30625e0fecd57b4c5bd88154232b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/addons/src/main/res/values/strings.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 9405ce601a6..ddb2a1678f5 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "61b13f7697bc25fe1b5fbd00a6dc692150821181" + "ac-prep": "65dd1f74a40a30625e0fecd57b4c5bd88154232b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 3fec7a8c159..f43c79ea441 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -116,11 +116,11 @@ New add-on available New add-ons available - + Add %1$s to %2$s - + Add %1$s and %2$s to %3$s - + Add them to %1$s Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. From 7ccd1a89518d4231b5b24bbc40b8d6521efa8fdc Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Wed, 26 Feb 2020 15:49:31 -0500 Subject: [PATCH 123/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/6092: Add download link in context menu X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@930d40921a665c0e2ec65995976ca00afdb5b21f --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ddb2a1678f5..6988083ce55 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "65dd1f74a40a30625e0fecd57b4c5bd88154232b" + "ac-prep": "930d40921a665c0e2ec65995976ca00afdb5b21f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 9dc1eae3e38..8fd30f6e808 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -6,6 +6,8 @@ Open link in private tab Open image in new tab + + Download link Share link From 47301527cc7fb383f6e6549f5fba1587a42774b2 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 13 Mar 2020 15:39:48 -0400 Subject: [PATCH 124/235] [components] Closes https://github.com/mozilla-mobile/android-components/pull/9150: Do not prompt users for invalid add-on permissions X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@2aaf13af25df7ce041a836a47ca7b9ec5e7b7e96 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ .../feature/contextmenu/src/main/res/values/strings.xml | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 6988083ce55..f68aae92a3c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "930d40921a665c0e2ec65995976ca00afdb5b21f" + "ac-prep": "2aaf13af25df7ce041a836a47ca7b9ec5e7b7e96" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index f43c79ea441..73ba96f9c35 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -108,6 +108,8 @@ %1$s has a new update %1$d new permissions are required + + A new permissions is required Add-on updates diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 8fd30f6e808..9dc1eae3e38 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -6,8 +6,6 @@ Open link in private tab Open image in new tab - - Download link Share link From 710ce4785e3ab1543798a1b5ae590f38c74edf89 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 16 Mar 2020 11:43:41 -0400 Subject: [PATCH 125/235] [components] Fix addons_updater_notification_content_singular string X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@fe8f6ad72821d5569fa470464514c120dec76de4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f68aae92a3c..caf22065d5b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "2aaf13af25df7ce041a836a47ca7b9ec5e7b7e96" + "ac-prep": "fe8f6ad72821d5569fa470464514c120dec76de4" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 73ba96f9c35..653fdb440fa 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -108,8 +108,8 @@ %1$s has a new update %1$d new permissions are required - - A new permissions is required + + A new permission is required Add-on updates From 2c958dbae53d3de3b792698757a3763dbc0bce53 Mon Sep 17 00:00:00 2001 From: MozLando Date: Thu, 19 Mar 2020 20:53:42 +0000 Subject: [PATCH 126/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/6203 6203: Closes https://github.com/mozilla-mobile/android-components/issues/6092: Add download link in context menu. r=psymoon a=rocketsroger Co-authored-by: Roger Yang X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@4383da7e35e92ae1c67b60222b02c2e3d3dbfa99 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index caf22065d5b..eab9ba0d27d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "fe8f6ad72821d5569fa470464514c120dec76de4" + "ac-prep": "4383da7e35e92ae1c67b60222b02c2e3d3dbfa99" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 9dc1eae3e38..8fd30f6e808 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -6,6 +6,8 @@ Open link in private tab Open image in new tab + + Download link Share link From b94a2a44649ecf53edd4d614a84213b4062e9208 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Sun, 22 Mar 2020 18:37:56 -0400 Subject: [PATCH 127/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/6278: Expose information about the last attempt to update an add-on X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@36fc3b3bf1ac0fde4f9a95476750fcb2f54443a3 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/addons/src/main/res/values/strings.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index eab9ba0d27d..319a07ca737 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "4383da7e35e92ae1c67b60222b02c2e3d3dbfa99" + "ac-prep": "36fc3b3bf1ac0fde4f9a95476750fcb2f54443a3" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 653fdb440fa..ac9035a35fe 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -158,4 +158,16 @@ %1$s add-ons Learn more + + Successfully updated + + No update available + + Error + + Updater Information + + Last attempt: + + Status: From d938098c29c71ec18d9c0260eed99d0145a57aee Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Wed, 25 Mar 2020 14:32:07 -0400 Subject: [PATCH 128/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/6287: Update Not Yet Supported caption X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a7ff2cf82d5ad6b5bbc2b8b0fb1c9beef6a94770 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 319a07ca737..2a371677f3a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "36fc3b3bf1ac0fde4f9a95476750fcb2f54443a3" + "ac-prep": "a7ff2cf82d5ad6b5bbc2b8b0fb1c9beef6a94770" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index ac9035a35fe..0d42ab14040 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -126,6 +126,8 @@ Add them to %1$s Firefox add-on technology is modernizing. These add-ons use frameworks that are not compatible with Firefox 75 & beyond. + + We‘re currently building support for an initial selection of Recommended Extensions. Downloading and verifying add-on… From 4f523d727e22352c4398b5554cfc7c47631a8c49 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Wed, 1 Apr 2020 10:19:48 -0400 Subject: [PATCH 129/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/6287: Add Not yet available string X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@af6c6c2cdcbb4fb649e149ef5d4990c34882304c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 2a371677f3a..cfab330eacf 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a7ff2cf82d5ad6b5bbc2b8b0fb1c9beef6a94770" + "ac-prep": "af6c6c2cdcbb4fb649e149ef5d4990c34882304c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 0d42ab14040..54cbb3d6fa9 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -76,6 +76,8 @@ Recommended Not yet supported + + Not yet available Disabled From d40105a23dadd58e2f395ed90b891eb669b795bf Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Fri, 17 Apr 2020 16:14:35 -0400 Subject: [PATCH 130/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/6228: Expose allowedInPrivateBrowsing control X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ec46ac1749699143a6cfd9fde6257c079a24fb00 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index cfab330eacf..40eb55084e8 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "af6c6c2cdcbb4fb649e149ef5d4990c34882304c" + "ac-prep": "ec46ac1749699143a6cfd9fde6257c079a24fb00" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 54cbb3d6fa9..041eaf8adcf 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -66,6 +66,8 @@ On Off + + Allow in private browsing Enabled From 0dbdd48945da78d734babe9c224267527f2076cf Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Tue, 21 Apr 2020 18:25:43 -0400 Subject: [PATCH 131/235] [components] Add run_in_private_browsing string X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@de5a65ef7144465e2c050db0e30210a071636878 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 40eb55084e8..78167cb762a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ec46ac1749699143a6cfd9fde6257c079a24fb00" + "ac-prep": "de5a65ef7144465e2c050db0e30210a071636878" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 041eaf8adcf..3f2eb93538f 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -68,6 +68,8 @@ Off Allow in private browsing + + Run in private browsing Enabled From 0cd057d469bd6c71d173cfda823e71e1e52f663c Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Tue, 5 May 2020 11:16:26 +0200 Subject: [PATCH 132/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/1705: Add UI for listing past recorded crashes. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@684e92cc10ea89ebba2675c6bca7c5ffcfae7803 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 78167cb762a..9033e3fb90f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "de5a65ef7144465e2c050db0e30210a071636878" + "ac-prep": "684e92cc10ea89ebba2675c6bca7c5ffcfae7803" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index a542a29c19c..22969b43723 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -20,4 +20,10 @@ Sending crash report to %1$s + + + Crash Reports + + + No crash reports have been submitted. From 2f00b8263b1bfa33727765d6358952a9f15f6d82 Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Fri, 8 May 2020 11:01:30 -0400 Subject: [PATCH 133/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/6915: Add addon installation confirmation dialog X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d6980d6a178e725d03a2d110981935eddf8657ae --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/addons/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 9033e3fb90f..7b9e2607b64 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "684e92cc10ea89ebba2675c6bca7c5ffcfae7803" + "ac-prep": "d6980d6a178e725d03a2d110981935eddf8657ae" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 3f2eb93538f..17e099c84f2 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -178,4 +178,10 @@ Last attempt: Status: + + %1$s has been added to %2$s + + Open it in the menu + + Okay, Got It From fb89e68080bfa6ebe9de4c5c112ca3ebdbe2c4d7 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 18 May 2020 15:12:10 -0400 Subject: [PATCH 134/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7013 fix mozac_browser_engine_system_auth_message description comment X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ce3a377f47ac4b74298ca7d586fd80bccf8a7a94 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/engine-system/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7b9e2607b64..0d74f43d638 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d6980d6a178e725d03a2d110981935eddf8657ae" + "ac-prep": "ce3a377f47ac4b74298ca7d586fd80bccf8a7a94" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml index b70ef57248c..d35cb503c84 100644 --- a/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/engine-system/src/main/res/values/strings.xml @@ -3,7 +3,7 @@ The page at %1$s says: + %1$s will be replaced by the hostname or a description of the protected area/site, %2$s will be replaced with the URL of the current page (displaying the dialog). --> %2$s is requesting your username and password. The site says: “%1$s” %1$s is requesting your username and password. From 916795583fecc9240398b045cf2f9fa9a0042e14 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 20 May 2020 19:29:01 +0200 Subject: [PATCH 135/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/7012: Add share option to crash list. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f184a9a65aca1e0ba54f20bb57ae361126b0ad44 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0d74f43d638..e544e01719b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ce3a377f47ac4b74298ca7d586fd80bccf8a7a94" + "ac-prep": "f184a9a65aca1e0ba54f20bb57ae361126b0ad44" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 22969b43723..e1f5e892120 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -26,4 +26,7 @@ No crash reports have been submitted. + + + Share From 826c62145de1ceee2158425c2816b146ba2d54df Mon Sep 17 00:00:00 2001 From: Kate Glazko Date: Wed, 20 May 2020 09:37:14 -0700 Subject: [PATCH 136/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7064: New error message to indicate we don't support opening Zip files X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@9810231135b1dce6b824e1574ebcb37208072a79 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 3 +++ .../components/lib/crash/src/main/res/values/strings.xml | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e544e01719b..a20d772a1ec 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f184a9a65aca1e0ba54f20bb57ae361126b0ad44" + "ac-prep": "9810231135b1dce6b824e1574ebcb37208072a79" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index a4aac461a4f..aca2cce3487 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -22,6 +22,9 @@ Could not open file + + No app found to open %1$s files + Pause diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index e1f5e892120..22969b43723 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -26,7 +26,4 @@ No crash reports have been submitted. - - - Share From 56e4a153b38ce3c4c86bcb0c6dc951390ff280f3 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Tue, 12 May 2020 13:36:39 -0700 Subject: [PATCH 137/235] [components] Add menu2 recycler view adapter MenuCandidateListAdapter converts MenuCandidate items into a list of menu items X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@60155bce7b46ebfde8629e6f24229f8a3dde703d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 3 --- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a20d772a1ec..b4417459d77 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "9810231135b1dce6b824e1574ebcb37208072a79" + "ac-prep": "60155bce7b46ebfde8629e6f24229f8a3dde703d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index aca2cce3487..a4aac461a4f 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -22,9 +22,6 @@ Could not open file - - No app found to open %1$s files - Pause diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 22969b43723..e1f5e892120 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -26,4 +26,7 @@ No crash reports have been submitted. + + + Share From cdd0e8a5c6347cf4c9ecac1a501c7d0ff7e85f4e Mon Sep 17 00:00:00 2001 From: Simon Chae Date: Fri, 22 May 2020 10:41:03 -0400 Subject: [PATCH 138/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7062: Add nested menu UI for web extensions actions X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7ea81db4b96bde454d8d3c423d0f85e62a178d65 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/menu/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b4417459d77..4c867acb937 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "60155bce7b46ebfde8629e6f24229f8a3dde703d" + "ac-prep": "7ea81db4b96bde454d8d3c423d0f85e62a178d65" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml index 438c18a6555..7dfe36e736a 100644 --- a/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml @@ -4,4 +4,8 @@ Menu Highlighted + + Add-ons + + Add-ons Manager From 83bd5a7ee76c1f3402f7bf07d461d148e7fe5e46 Mon Sep 17 00:00:00 2001 From: MozLando Date: Mon, 25 May 2020 20:48:22 +0000 Subject: [PATCH 139/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/7078 7078: Closes https://github.com/mozilla-mobile/android-components/issues/7062: Add nested menu UI for web extensions actions r=Amejia481,csadilek a=psymoon Co-authored-by: Simon Chae X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@7e68e5faec0bab697e43a3dc28be0c7f5f1fac63 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 4c867acb937..27558200e3d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7ea81db4b96bde454d8d3c423d0f85e62a178d65" + "ac-prep": "7e68e5faec0bab697e43a3dc28be0c7f5f1fac63" } } \ No newline at end of file From 4210dfedb64bd28d9fa1203aa1a9dcccbb9c969a Mon Sep 17 00:00:00 2001 From: MozLando Date: Mon, 25 May 2020 21:32:28 +0000 Subject: [PATCH 140/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/7048 7048: For https://github.com/mozilla-mobile/android-components/issues/7064: New error message to indicate we don't support opening Zip files r=Amejia481 a=kglazko Co-authored-by: Kate Glazko X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@6f04a04796c2f0dd768c615c64c9617b0c420f50 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 27558200e3d..71b2becbf01 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "7e68e5faec0bab697e43a3dc28be0c7f5f1fac63" + "ac-prep": "6f04a04796c2f0dd768c615c64c9617b0c420f50" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index a4aac461a4f..aca2cce3487 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -22,6 +22,9 @@ Could not open file + + No app found to open %1$s files + Pause From 71867cbc5862dbea1bed834f1ff0cfa9587b2ad6 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 27 May 2020 12:54:50 -0400 Subject: [PATCH 141/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7113: Implement the before unload prompt X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0849cf59d9b9df748e8ea1b9c85107934269c925 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 71b2becbf01..1612b174328 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "6f04a04796c2f0dd768c615c64c9617b0c420f50" + "ac-prep": "0849cf59d9b9df748e8ea1b9c85107934269c925" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 1663ed6f4ce..3535209784d 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -37,6 +37,14 @@ Allow Deny + + Are you sure? + + Do you want to leave this site? Data you have entered may not be saved + + Stay + + Leave Pick a month From c7046a2f0566de0cf37821908ccc609acb929ca9 Mon Sep 17 00:00:00 2001 From: ekager Date: Thu, 4 Jun 2020 21:13:26 -0400 Subject: [PATCH 142/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7256 - Updates save login dialog strings X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@58bbb14d95edcd482dc6c786642bc04fbe3d10ae --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1612b174328..5b3683e56d0 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0849cf59d9b9df748e8ea1b9c85107934269c925" + "ac-prep": "58bbb14d95edcd482dc6c786642bc04fbe3d10ae" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 3535209784d..3d68b117160 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -20,14 +20,20 @@ Don’t save Save + + Don’t update Update Password field must not be empty Unable to save login - - Do you want %s to save this login? + + Save this login? + + Update this login? + + Add username to saved password? Label for entering a text input field From f18ebc958d087d9f1a38839632fa4305918df410 Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Tue, 14 Apr 2020 13:43:02 -0400 Subject: [PATCH 143/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/6644: Integrate UI to cancel add-on installation X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@6667b26e81145cf0c248b3bc997013df0af231f5 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5b3683e56d0..54cfd433279 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "58bbb14d95edcd482dc6c786642bc04fbe3d10ae" + "ac-prep": "6667b26e81145cf0c248b3bc997013df0af231f5" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 17e099c84f2..dbdc36562e1 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -100,6 +100,8 @@ Cancel Install Add-on + + Cancel Users: %1$s From 607576efa035b31040dc87f5282937d18a230121 Mon Sep 17 00:00:00 2001 From: person808 Date: Thu, 4 Jun 2020 13:15:00 -0700 Subject: [PATCH 144/235] [components] For https://github.com/mozilla-mobile/fenix/issues/11023: Fix some popup layout issues. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@92420c64184246eb1f823ca3ff492ea5317da2fd --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 54cfd433279..a29b01ed03d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "6667b26e81145cf0c248b3bc997013df0af231f5" + "ac-prep": "92420c64184246eb1f823ca3ff492ea5317da2fd" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index dbdc36562e1..8ed8db8dc10 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -100,8 +100,6 @@ Cancel Install Add-on - - Cancel Users: %1$s @@ -185,5 +183,5 @@ Open it in the menu - Okay, Got It + Okay, Got it From 71049c9995830f6fc26fa7fc5690f9d3043c81fe Mon Sep 17 00:00:00 2001 From: MozLando Date: Tue, 9 Jun 2020 21:38:15 +0000 Subject: [PATCH 145/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/7252 7252: Fix some popup style issues. r=psymoon a=person808 Co-authored-by: person808 X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@cc4a37e8f159465ba6a28a2f3f3d796be846315f --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a29b01ed03d..3b6633bfcf2 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "92420c64184246eb1f823ca3ff492ea5317da2fd" + "ac-prep": "cc4a37e8f159465ba6a28a2f3f3d796be846315f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 8ed8db8dc10..4fdfc4723d7 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -100,6 +100,8 @@ Cancel Install Add-on + + Cancel Users: %1$s From db21fbbe2a23beb741c4560a661d4e6d5fa8d31f Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 23 Jun 2020 02:32:56 -0400 Subject: [PATCH 146/235] [components] Close https://github.com/mozilla-mobile/android-components/issues/7461: Add share image context menu X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@446f0c92b813e0d3eef2fda1751428caf5a1960d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3b6633bfcf2..f5b42b596ad 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "cc4a37e8f159465ba6a28a2f3f3d796be846315f" + "ac-prep": "446f0c92b813e0d3eef2fda1751428caf5a1960d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 8fd30f6e808..ef4817d6fc5 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -10,6 +10,8 @@ Download link Share link + + Share image Copy link From 5d5c5527a252bfb4ddfc4f941007293ae85017f5 Mon Sep 17 00:00:00 2001 From: Kate Glazko Date: Wed, 24 Jun 2020 13:28:25 -0700 Subject: [PATCH 147/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7064 Update Res Name So Translation Sees It X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c9d7b0abe080a3f80311f9568d1acd20817fcb7c --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f5b42b596ad..4851b1d7e32 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "446f0c92b813e0d3eef2fda1751428caf5a1960d" + "ac-prep": "c9d7b0abe080a3f80311f9568d1acd20817fcb7c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index aca2cce3487..a5c19963a82 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -23,7 +23,7 @@ Could not open file - No app found to open %1$s files + No app found to open %1$s files Pause From 231db8bf7a763fc79993814eb492a57fded82dfa Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Wed, 24 Jun 2020 15:16:01 -0400 Subject: [PATCH 148/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7483: Fix telemetry foreground service notification string X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@81085fbe55b8457afc717413c6cebe26a4c50399 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 4851b1d7e32..cd6141905a9 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c9d7b0abe080a3f80311f9568d1acd20817fcb7c" + "ac-prep": "81085fbe55b8457afc717413c6cebe26a4c50399" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index e1f5e892120..9c0dc207aeb 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -21,6 +21,9 @@ Sending crash report to %1$s + + Collecting telemetry data for %1$s + Crash Reports From b888bdaf6672d9d6625777b27dc13af3d3027e88 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Mon, 22 Jun 2020 17:37:25 -0700 Subject: [PATCH 149/235] [components] Add private notification service X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@590e7054aebc3504b4b1adedfb40c5a06464b606 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index cd6141905a9..0a7f814e2d2 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "81085fbe55b8457afc717413c6cebe26a4c50399" + "ac-prep": "590e7054aebc3504b4b1adedfb40c5a06464b606" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 9c0dc207aeb..e1f5e892120 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -21,9 +21,6 @@ Sending crash report to %1$s - - Collecting telemetry data for %1$s - Crash Reports From 97e26c5b1433393a7876cf3cb08188007ab2c70b Mon Sep 17 00:00:00 2001 From: MozLando Date: Thu, 2 Jul 2020 16:25:06 +0000 Subject: [PATCH 150/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/7492 7492: Closes https://github.com/mozilla-mobile/android-components/issues/7483: Fix telemetry foreground service notification string r=pocmo a=rocketsroger Co-authored-by: Roger Yang X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8a20d082d3b013ba2c3d6e337bac28a17c51cca2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0a7f814e2d2..0f5906df08b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "590e7054aebc3504b4b1adedfb40c5a06464b606" + "ac-prep": "8a20d082d3b013ba2c3d6e337bac28a17c51cca2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index e1f5e892120..9c0dc207aeb 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -21,6 +21,9 @@ Sending crash report to %1$s + + Collecting telemetry data for %1$s + Crash Reports From e0b07d8237c8d3a6a64d69576fda7e70e2f80210 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Thu, 2 Jul 2020 14:38:40 -0400 Subject: [PATCH 151/235] [components] Revert "Closes https://github.com/mozilla-mobile/android-components/issues/7483: Fix telemetry foreground service notification string" X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@dfb227b52f10d3806454bc4e0315832f8a8f3dcf --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0f5906df08b..793122a3e1e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8a20d082d3b013ba2c3d6e337bac28a17c51cca2" + "ac-prep": "dfb227b52f10d3806454bc4e0315832f8a8f3dcf" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 9c0dc207aeb..e1f5e892120 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -21,9 +21,6 @@ Sending crash report to %1$s - - Collecting telemetry data for %1$s - Crash Reports From 81c1a3151dc119d12f9d6817235085f76ed233d2 Mon Sep 17 00:00:00 2001 From: ekager Date: Wed, 1 Jul 2020 20:25:56 -0400 Subject: [PATCH 152/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7592 - Adds Login Exception Storage Feature X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@e96ac874b87d4326ee474b3d5fc517126608b289 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 793122a3e1e..3fe8f558017 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "dfb227b52f10d3806454bc4e0315832f8a8f3dcf" + "ac-prep": "e96ac874b87d4326ee474b3d5fc517126608b289" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 3d68b117160..da919c88a89 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -18,6 +18,8 @@ Password Don’t save + + Never save Save From 8017a54a99b905426282a9d37306fc4cb3313e20 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Wed, 1 Jul 2020 16:24:50 -0700 Subject: [PATCH 153/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7588: Rename search context menu action X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f188999f63385343045e3c0c7941f29c639ec83d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 8 ++++---- .../feature/prompts/src/main/res/values/strings.xml | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3fe8f558017..47173d0e068 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "e96ac874b87d4326ee474b3d5fc517126608b289" + "ac-prep": "f188999f63385343045e3c0c7941f29c639ec83d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index ef4817d6fc5..bd7d830b3ee 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -30,10 +30,10 @@ Switch Open link in external app - - %s Search - - %s Private Search + + Search + + Private Search Share diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index da919c88a89..3d68b117160 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -18,8 +18,6 @@ Password Don’t save - - Never save Save From 3243f765a479687a4f02aa3dbb929bef2aab8249 Mon Sep 17 00:00:00 2001 From: MozLando Date: Tue, 7 Jul 2020 19:53:13 +0000 Subject: [PATCH 154/235] [components] Merge https://github.com/mozilla-mobile/android-components/pull/7589 7589: For https://github.com/mozilla-mobile/android-components/issues/7588: Rename search context menu action r=pocmo a=sblatz Co-authored-by: Sawyer Blatz X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8ffbc64048ecd67a551296eb867b118c2e435b5d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 47173d0e068..7b4cf388072 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f188999f63385343045e3c0c7941f29c639ec83d" + "ac-prep": "8ffbc64048ecd67a551296eb867b118c2e435b5d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 3d68b117160..da919c88a89 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -18,6 +18,8 @@ Password Don’t save + + Never save Save From 1013d3ced4646cf1c1fca3375245e6be3afaa6ae Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Wed, 1 Jul 2020 16:12:56 -0700 Subject: [PATCH 155/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7586: Add email & call actions to context menu X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@2e4737c4b052a1fc1632bde104f90d56561136ce --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 4 ++++ .../components/support/ktx/src/main/res/values/strings.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7b4cf388072..39016d6e3a4 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8ffbc64048ecd67a551296eb867b118c2e435b5d" + "ac-prep": "2e4737c4b052a1fc1632bde104f90d56561136ce" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index bd7d830b3ee..156433ea8a8 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -36,4 +36,8 @@ Private Search Share + + Email + + Call diff --git a/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml index 53798a8a618..1c874564cf7 100644 --- a/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/support/ktx/src/main/res/values/strings.xml @@ -1,5 +1,9 @@ + + Call with… + + Email with… Share with… Share via From 9735606a41dc857a01e524ea79e1ffeee93612fa Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Mon, 20 Jul 2020 20:46:35 +0200 Subject: [PATCH 156/235] [components] Expose l10n strings by default (fix https://github.com/mozilla-mobile/android-components/issues/7777) Use a wild card pattern to find localizable strings. If you're having WIP strings, put them into another file that's not name `strings.xml`. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@dc84373256981dc32351b2fdc4942f403380b540 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 68 +-------------------- 2 files changed, 3 insertions(+), 67 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 39016d6e3a4..57ea4c36d2e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "2e4737c4b052a1fc1632bde104f90d56561136ce" + "ac-prep": "dc84373256981dc32351b2fdc4942f403380b540" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 5dc1fca6d2a..ca9f87af954 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -103,69 +103,5 @@ branches = [ [env] [[paths]] - reference = "components/browser/engine-system/src/main/res/values/strings.xml" - l10n = "components/browser/engine-system/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/browser/errorpages/src/main/res/values/strings.xml" - l10n = "components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/browser/toolbar/src/main/res/values/strings.xml" - l10n = "components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/app-links/src/main/res/values/strings.xml" - l10n = "components/feature/app-links/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/contextmenu/src/main/res/values/strings.xml" - l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/customtabs/src/main/res/values/strings.xml" - l10n = "components/feature/customtabs/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/downloads/src/main/res/values/strings.xml" - l10n = "components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/findinpage/src/main/res/values/strings.xml" - l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/media/src/main/res/values/strings.xml" - l10n = "components/feature/media/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/readerview/src/main/res/values/strings.xml" - l10n = "components/feature/readerview/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/prompts/src/main/res/values/strings.xml" - l10n = "components/feature/prompts/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" - l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/tabs/src/main/res/values/strings.xml" - l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/lib/crash/src/main/res/values/strings.xml" - l10n = "components/lib/crash/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/support/ktx/src/main/res/values/strings.xml" - l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/addons/src/main/res/values/strings.xml" - l10n = "components/feature/addons/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/awesomebar/src/main/res/values/strings.xml" - l10n = "components/feature/awesomebar/src/main/res/values-{android_locale}/strings.xml" + reference = "components/**/src/main/res/values/strings.xml" + l10n = "components/**/src/main/res/values-{android_locale}/strings.xml" From 906bbcc5fe205fa83d62634fe23fe07b757d515c Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Tue, 21 Jul 2020 00:04:28 +0000 Subject: [PATCH 157/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@2df43bcc5edef43ee3675254d69aacd37b88d33f --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 68 ++++++++++++++++++++- 2 files changed, 67 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 57ea4c36d2e..b7afbfc16b3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "dc84373256981dc32351b2fdc4942f403380b540" + "ac-prep": "2df43bcc5edef43ee3675254d69aacd37b88d33f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index ca9f87af954..5dc1fca6d2a 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -103,5 +103,69 @@ branches = [ [env] [[paths]] - reference = "components/**/src/main/res/values/strings.xml" - l10n = "components/**/src/main/res/values-{android_locale}/strings.xml" + reference = "components/browser/engine-system/src/main/res/values/strings.xml" + l10n = "components/browser/engine-system/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/browser/errorpages/src/main/res/values/strings.xml" + l10n = "components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/browser/toolbar/src/main/res/values/strings.xml" + l10n = "components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/app-links/src/main/res/values/strings.xml" + l10n = "components/feature/app-links/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/contextmenu/src/main/res/values/strings.xml" + l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/customtabs/src/main/res/values/strings.xml" + l10n = "components/feature/customtabs/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/downloads/src/main/res/values/strings.xml" + l10n = "components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/findinpage/src/main/res/values/strings.xml" + l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/media/src/main/res/values/strings.xml" + l10n = "components/feature/media/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/readerview/src/main/res/values/strings.xml" + l10n = "components/feature/readerview/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/prompts/src/main/res/values/strings.xml" + l10n = "components/feature/prompts/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" + l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/tabs/src/main/res/values/strings.xml" + l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/lib/crash/src/main/res/values/strings.xml" + l10n = "components/lib/crash/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/support/ktx/src/main/res/values/strings.xml" + l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/addons/src/main/res/values/strings.xml" + l10n = "components/feature/addons/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/awesomebar/src/main/res/values/strings.xml" + l10n = "components/feature/awesomebar/src/main/res/values-{android_locale}/strings.xml" From 55d17895c9f5b51f83960653f031bd72af1e144e Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Tue, 21 Jul 2020 10:48:35 -0400 Subject: [PATCH 158/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7777: Expose l10n strings by default Use a wild card pattern to find localizable strings. If you're having WIP strings, put them into another file that's not name `strings.xml`. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@53b8604446bd8465c5dfce132792268f5303c63e --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 68 +-------------------- 2 files changed, 3 insertions(+), 67 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b7afbfc16b3..37f86178570 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "2df43bcc5edef43ee3675254d69aacd37b88d33f" + "ac-prep": "53b8604446bd8465c5dfce132792268f5303c63e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 5dc1fca6d2a..ca9f87af954 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -103,69 +103,5 @@ branches = [ [env] [[paths]] - reference = "components/browser/engine-system/src/main/res/values/strings.xml" - l10n = "components/browser/engine-system/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/browser/errorpages/src/main/res/values/strings.xml" - l10n = "components/browser/errorpages/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/browser/toolbar/src/main/res/values/strings.xml" - l10n = "components/browser/toolbar/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/app-links/src/main/res/values/strings.xml" - l10n = "components/feature/app-links/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/contextmenu/src/main/res/values/strings.xml" - l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/customtabs/src/main/res/values/strings.xml" - l10n = "components/feature/customtabs/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/downloads/src/main/res/values/strings.xml" - l10n = "components/feature/downloads/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/findinpage/src/main/res/values/strings.xml" - l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/media/src/main/res/values/strings.xml" - l10n = "components/feature/media/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/readerview/src/main/res/values/strings.xml" - l10n = "components/feature/readerview/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/prompts/src/main/res/values/strings.xml" - l10n = "components/feature/prompts/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/sitepermissions/src/main/res/values/strings.xml" - l10n = "components/feature/sitepermissions/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/tabs/src/main/res/values/strings.xml" - l10n = "components/feature/tabs/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/lib/crash/src/main/res/values/strings.xml" - l10n = "components/lib/crash/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/support/ktx/src/main/res/values/strings.xml" - l10n = "components/support/ktx/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/addons/src/main/res/values/strings.xml" - l10n = "components/feature/addons/src/main/res/values-{android_locale}/strings.xml" - -[[paths]] - reference = "components/feature/awesomebar/src/main/res/values/strings.xml" - l10n = "components/feature/awesomebar/src/main/res/values-{android_locale}/strings.xml" + reference = "components/**/src/main/res/values/strings.xml" + l10n = "components/**/src/main/res/values-{android_locale}/strings.xml" From a7c4d043aa02bfe7add0467874a0d92862be80f3 Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Wed, 29 Jul 2020 13:18:51 -0400 Subject: [PATCH 159/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7893: Prevent crash in QrFragment on devices without camera X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b367882be01faa8b8b1b44d0561f551248b0be82 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/qr/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 37f86178570..becf223d3b6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "53b8604446bd8465c5dfce132792268f5303c63e" + "ac-prep": "b367882be01faa8b8b1b44d0561f551248b0be82" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml index 02d47596b6a..5fae94c403f 100644 --- a/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/qr/src/main/res/values/strings.xml @@ -4,4 +4,7 @@ QR scanner + + No camera available on device + From b442a39eecfbf969e10a4292425a28672e4da839 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Thu, 30 Jul 2020 18:24:08 -0400 Subject: [PATCH 160/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7933: Add context menu handling for mailto URL X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@885a0bce4bfc50db0cbc349aede572be53bc0fdf --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index becf223d3b6..09345e142ef 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b367882be01faa8b8b1b44d0561f551248b0be82" + "ac-prep": "885a0bce4bfc50db0cbc349aede572be53bc0fdf" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index 156433ea8a8..d4aeae501b2 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -30,6 +30,14 @@ Switch Open link in external app + + Share email address + + Copy email address + + Email address copied to clipboard + + Add to contact Search From 2fcb2eb4a65c10edc7a01eae182de888ba867d17 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Thu, 6 Aug 2020 13:41:33 -0400 Subject: [PATCH 161/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7933: Clarify add to contact comment for translation X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@80edcfaca4297285768b672c92ffd7ae6f9b4b26 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/contextmenu/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 09345e142ef..5ca336d3d1e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "885a0bce4bfc50db0cbc349aede572be53bc0fdf" + "ac-prep": "80edcfaca4297285768b672c92ffd7ae6f9b4b26" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml index d4aeae501b2..8b47b9ae50f 100644 --- a/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/contextmenu/src/main/res/values/strings.xml @@ -36,7 +36,7 @@ Copy email address Email address copied to clipboard - + Add to contact Search From fcf5e8bae0494b5de54525248f815d98eb22769e Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Thu, 30 Jul 2020 07:30:51 -0400 Subject: [PATCH 162/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/4772: Add support allowing third party apps to download content X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@927e9d633a53839ce6a35c36f8e12886d278c218 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5ca336d3d1e..dd44315b43c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "80edcfaca4297285768b672c92ffd7ae6f9b4b26" + "ac-prep": "927e9d633a53839ce6a35c36f8e12886d278c218" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index a5c19963a82..dc53d4e5eb4 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -38,4 +38,8 @@ Close + + Complete action using + --> + Unable to open %1$s From ffc9c51a21d51d202e332e225a58c2b3cf1a6e1d Mon Sep 17 00:00:00 2001 From: ekager Date: Wed, 19 Aug 2020 22:03:59 -0400 Subject: [PATCH 163/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7134 - Adds login selection to prompt feature X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d3f1d353b1892c0443ad3c003c4b6fb5eb90869e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index dd44315b43c..291a421b31d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "927e9d633a53839ce6a35c36f8e12886d278c218" + "ac-prep": "d3f1d353b1892c0443ad3c003c4b6fb5eb90869e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index da919c88a89..2b80f38e359 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -79,4 +79,12 @@ Nov Dec + + Manage logins + + Expand suggested logins + + Collapse suggested logins + + Suggested logins From ed2c4cf7a76636f973caf7680696a5e66338db13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88ren=20Hentzschel?= Date: Sun, 23 Aug 2020 00:11:12 +0200 Subject: [PATCH 164/235] [components] for https://github.com/mozilla-mobile/android-components/issues/8200 - renamed "users" to "reviews" in add-on manager X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ac5d92cafd775e909eced68fefd874c2bdb3e16d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 291a421b31d..73084ea26df 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d3f1d353b1892c0443ad3c003c4b6fb5eb90869e" + "ac-prep": "ac5d92cafd775e909eced68fefd874c2bdb3e16d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 4fdfc4723d7..ae889c642fa 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -102,8 +102,8 @@ Install Add-on Cancel - - Users: %1$s + + Reviews: %1$s %1$.02f/5 From 17f5e79778f18dd787307c92b3c6311296acfa17 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 28 Aug 2020 00:06:37 +0000 Subject: [PATCH 165/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8a3cfa53f6ebf5dc697672d1b1176b6a60c9cb29 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 73084ea26df..b08b81d5e3f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ac5d92cafd775e909eced68fefd874c2bdb3e16d" + "ac-prep": "8a3cfa53f6ebf5dc697672d1b1176b6a60c9cb29" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index ca9f87af954..e7caaa8820a 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -37,6 +37,7 @@ locales = [ "fy-NL", "ga-IE", "gd", + "gl", "gn", "gu-IN", "he", From c02be150a42e35f6a014a9d4d34e0b8c718ae40d Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Fri, 11 Sep 2020 15:40:57 -0400 Subject: [PATCH 166/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/8323: Add-on permission dialog does not prompt for host permissions X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@222637cd1c352e8a1755dd4561cdc875e4274445 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../addons/src/main/res/values/strings.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b08b81d5e3f..57dc1ec969c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8a3cfa53f6ebf5dc697672d1b1176b6a60c9cb29" + "ac-prep": "222637cd1c352e8a1755dd4561cdc875e4274445" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index ae889c642fa..6a9be932420 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -4,6 +4,24 @@ Read and modify privacy settings Access your data for all websites + + Access your data for %1$s + + Access your data for sites in the %1$s domain + + Access your data on 1 other site + + Access your data on %1$d other sites + + Access your data on 1 other domain + + Access your data on %1$d other domains Access browser tabs From 9f089b1e959e4f5b2825e6f6142aa9c473bacf16 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Thu, 24 Sep 2020 00:07:43 +0000 Subject: [PATCH 167/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b7bf4c8ff80ec6e1720a6639457f465aa927d01f --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 57dc1ec969c..536f2c792f0 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "222637cd1c352e8a1755dd4561cdc875e4274445" + "ac-prep": "b7bf4c8ff80ec6e1720a6639457f465aa927d01f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index e7caaa8820a..0e63960ab5d 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -75,6 +75,7 @@ locales = [ "rm", "ro", "ru", + "sat-Olck", "sk", "sl", "sq", @@ -83,6 +84,7 @@ locales = [ "sv-SE", "ta", "te", + "tg", "th", "tr", "trs", From 43f0598c8eef4e974f8cc33404001ad81a8fb85a Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sun, 4 Oct 2020 00:07:29 +0000 Subject: [PATCH 168/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@5e139e9de31095c2442b6dd079d00ebfc5c1c1a0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 536f2c792f0..27302d5d674 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b7bf4c8ff80ec6e1720a6639457f465aa927d01f" + "ac-prep": "5e139e9de31095c2442b6dd079d00ebfc5c1c1a0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 0e63960ab5d..53626b5f60b 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -86,6 +86,7 @@ locales = [ "te", "tg", "th", + "tl", "tr", "trs", "uk", From f67fc3cb30bec4b23e042aeb397e699e48fff17e Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 5 Oct 2020 16:49:55 -0400 Subject: [PATCH 169/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/3153: Add support for the local storage permission X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@088830be88028f93779387e0a398a7e1667c6356 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/sitepermissions/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 27302d5d674..c93de100a26 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "5e139e9de31095c2442b6dd079d00ebfc5c1c1a0" + "ac-prep": "088830be88028f93779387e0a398a7e1667c6356" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index f0ed6a682dc..02453eea998 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -31,4 +31,6 @@ Always Never + + Allow %1$s to store data in persistent storage? From 40e52cc8533cc51805db64203e6d1e6002304f05 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Thu, 1 Oct 2020 09:09:10 +0300 Subject: [PATCH 170/235] [components] For https://github.com/mozilla-mobile/android-components/issues/8565 - New RepostPrompt that inform if users don't proceed with reload The prompt for a repost request was previously an instance of Confirm, type used for many other requests. We'll now use a new Repost type that allows easily identifying the particular scenario for a repost request, prompt that will now show a slightly different text and will notify engine observers of "onRepostPromptCancelled" when users asked to refresh the page but then cancelled that operation in the repost prompt, callback used to hide the pull to refresh throbber. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@79727628dd050b754467c09c0943cd271a6208a9 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c93de100a26..f1e7f9872c6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "088830be88028f93779387e0a398a7e1667c6356" + "ac-prep": "79727628dd050b754467c09c0943cd271a6208a9" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 2b80f38e359..784f975191b 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -87,4 +87,12 @@ Collapse suggested logins Suggested logins + + + Resend data to this site? + Refreshing this page could duplicate recent actions, such as sending a payment or posting a comment twice. + + Resend data + + Cancel From 93b0e5b8dd11ba5853d9bbd3c75a4739e2f98388 Mon Sep 17 00:00:00 2001 From: Tiger Oakes Date: Tue, 25 Aug 2020 11:49:07 -0700 Subject: [PATCH 171/235] [components] For https://github.com/mozilla-mobile/android-components/issues/7833: Generate concept-menu items for addons X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f506f74dfb701569b14cf9b615d22d46b8a4d8c0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f1e7f9872c6..d1ea7f306f5 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "79727628dd050b754467c09c0943cd271a6208a9" + "ac-prep": "f506f74dfb701569b14cf9b615d22d46b8a4d8c0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 6a9be932420..0bcdd93b654 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -126,6 +126,8 @@ %1$.02f/5 Add-ons + + Add-ons Manager Allow From 1bd91100d74fab11b6771305a5922d3753befa81 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 26 Oct 2020 16:30:33 -0400 Subject: [PATCH 172/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/7879 Provide an error message when non translation is found for an add-on field. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3ba30278c91dd3c7a60f8d604e67763854659007 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d1ea7f306f5..da5a6b78274 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f506f74dfb701569b14cf9b615d22d46b8a4d8c0" + "ac-prep": "3ba30278c91dd3c7a60f8d604e67763854659007" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index 0bcdd93b654..fd39cc0aa4a 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -160,6 +160,8 @@ Downloading and verifying add-on… Failed to query Add-ons! + + Translation not found, for locale %1$s neither default language %2$s Successfully installed %1$s From 2c27affaff8286d78c71560c84915f688dfdeddc Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sat, 31 Oct 2020 00:07:06 +0000 Subject: [PATCH 173/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f5a59c16578f605e97db114ef78c9d3d57783a1f --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index da5a6b78274..c095d8f19e3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3ba30278c91dd3c7a60f8d604e67763854659007" + "ac-prep": "f5a59c16578f605e97db114ef78c9d3d57783a1f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 53626b5f60b..845e2e120d3 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -75,7 +75,7 @@ locales = [ "rm", "ro", "ru", - "sat-Olck", + "sat", "sk", "sl", "sq", From 074e3dd3ec272cb78ee20e94009c6f3e90bd7d42 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sun, 22 Nov 2020 00:03:55 +0000 Subject: [PATCH 174/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d95297c2e10128e4b909fe1074dea0bd92d5869d --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c095d8f19e3..077b3fddc88 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f5a59c16578f605e97db114ef78c9d3d57783a1f" + "ac-prep": "d95297c2e10128e4b909fe1074dea0bd92d5869d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 845e2e120d3..4d472a4204d 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -58,6 +58,7 @@ locales = [ "lij", "lo", "lt", + "mix", "ml", "mr", "ms", From 7d2b6fc86b5d35eb621cc60db37cf1bc526759d2 Mon Sep 17 00:00:00 2001 From: Elise Richards Date: Thu, 29 Oct 2020 14:43:16 -0500 Subject: [PATCH 175/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/2743: Upstream tab counter changes from Fenix X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@30ffce019d78a6b78e8e4be77256adf7c9e4704b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../ui/tabcounter/src/main/res/values/strings.xml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 077b3fddc88..aeebff5c042 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d95297c2e10128e4b909fe1074dea0bd92d5869d" + "ac-prep": "30ffce019d78a6b78e8e4be77256adf7c9e4704b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml index 39ff27827c7..d9060f9e419 100644 --- a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml @@ -1,4 +1,15 @@ - Tab Counter + + 1 open tab. Tap to switch tabs. + + %1$s open tabs. Tap to switch tabs. + + New tab + + New private tab + + Close tab + + The tab counter toolbar button. From 1a24b5ae2dbe45e3780a41e6cc28390770e48928 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Wed, 2 Dec 2020 21:39:19 +0200 Subject: [PATCH 176/235] [components] For https://github.com/mozilla-mobile/android-components/issues/9091 - Remove the data url error page This was already deprecated. No need to keep supporting it. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@89348a0424609ba7efcaaf83ad15cecd83dc504a --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index aeebff5c042..69e0b0c8c4e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "30ffce019d78a6b78e8e4be77256adf7c9e4704b" + "ac-prep": "89348a0424609ba7efcaaf83ad15cecd83dc504a" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 4b6b2869306..8ca4fde9e0a 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -1,14 +1,8 @@ - - Problem loading page - Try Again - - Go Back - Cannot Complete Request From 02e2961cf3b3da505650d1216ededfcc2e237597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 3 Dec 2020 14:38:08 +0100 Subject: [PATCH 177/235] [components] Handle GeckoView EME permission requests. This allows Fenix to play EME content without having to toggle manually `media.eme.require-app-approval=false` in `about:config`. Closes https://github.com/mozilla-mobile/android-components/issues/7121 X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ac788e1caf34b2bae236d33221e53d9e9de77ce9 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/sitepermissions/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 69e0b0c8c4e..f8bebfc601a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "89348a0424609ba7efcaaf83ad15cecd83dc504a" + "ac-prep": "ac788e1caf34b2bae236d33221e53d9e9de77ce9" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 02453eea998..24216413f7c 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -33,4 +33,6 @@ Never Allow %1$s to store data in persistent storage? + + Allow %1$s to play DRM-controlled content? From c26f5fad5b89ce2bd57409781c6e097f82dd5f18 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Mon, 7 Dec 2020 22:55:39 -0500 Subject: [PATCH 178/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/9131: Add site permission indicators in the toolbar. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a5a6f514194ab65dcf39cca28c23ea7da1fab4a4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/toolbar/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index f8bebfc601a..adbfbf33415 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ac788e1caf34b2bae236d33221e53d9e9de77ce9" + "ac-prep": "a5a6f514194ab65dcf39cca28c23ea7da1fab4a4" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 678e3911015..63bd4a57696 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -13,4 +13,6 @@ Site information Loading + + Some content has been blocked by the autoplay setting From 32355c41190bb446af3d3983a18060d78de8b24e Mon Sep 17 00:00:00 2001 From: Elise Richards Date: Thu, 10 Dec 2020 13:26:18 -0500 Subject: [PATCH 179/235] [components] Update string description for plurals X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@6897b66eb8a9d61c577be3db74adc45581cec5a8 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/ui/tabcounter/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index adbfbf33415..ab47aeed8ff 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a5a6f514194ab65dcf39cca28c23ea7da1fab4a4" + "ac-prep": "6897b66eb8a9d61c577be3db74adc45581cec5a8" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml index d9060f9e419..a90dd72341f 100644 --- a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml @@ -2,7 +2,7 @@ 1 open tab. Tap to switch tabs. - + %1$s open tabs. Tap to switch tabs. New tab From c6a5d8d1fd2ecac8e22efe6e3301a07116637bbe Mon Sep 17 00:00:00 2001 From: Tony Gambone Date: Sat, 23 Jan 2021 20:59:15 -0700 Subject: [PATCH 180/235] [components] Fix typo in native_messaging description X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@0b5c6d265e7c5efb50535e51905383a52f901be1 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index ab47aeed8ff..0c8fba08a92 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "6897b66eb8a9d61c577be3db74adc45581cec5a8" + "ac-prep": "0b5c6d265e7c5efb50535e51905383a52f901be1" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index fd39cc0aa4a..d29fae1ca10 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -51,7 +51,7 @@ Monitor extension usage and manage themes - Exchange messages with apps other that this one + Exchange messages with apps other than this one Display notifications to you From 34a54519200f3c19e964aa4b7f34bd4c54264723 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 29 Jan 2021 00:06:29 +0000 Subject: [PATCH 181/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a7d69a51403f448e2c6b5b7b80241da5f84ca0a6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 0c8fba08a92..531b3d7d94b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "0b5c6d265e7c5efb50535e51905383a52f901be1" + "ac-prep": "a7d69a51403f448e2c6b5b7b80241da5f84ca0a6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 4d472a4204d..5d63a93b718 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -53,6 +53,7 @@ locales = [ "ka", "kab", "kk", + "kmr", "kn", "ko", "lij", From 8a016f7e64cedba4da59932f4dbd0e84f8b92330 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 17 Feb 2021 14:44:30 +0100 Subject: [PATCH 182/235] [components] Add prototype component to support Android's autofill framework. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@9b8fc99098c3ebabfb006d573aad472efb8f3ef1 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../autofill/src/main/res/values/strings.xml | 38 ------------------- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 531b3d7d94b..b192b3342d7 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a7d69a51403f448e2c6b5b7b80241da5f84ca0a6" + "ac-prep": "9b8fc99098c3ebabfb006d573aad472efb8f3ef1" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml index 31b82b38e89..d93ddc92523 100644 --- a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml @@ -4,42 +4,4 @@ a username or password can be autofilled for the highlighted text field. %1$s will be replaced with the name of the browser application (e.g. Firefox) --> Unlock %1$s - - - (No username) - - - Password for %1$s - - - Verification failed - - - %1$s could not verify the authenticity of the application. Do you want to proceed with autofilling the selected credentials? - - - Yes - - - No - - - Search %1$s - - - Search logins From 169cbde4ab948557f3db1f333f57e7fbcb6bf272 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 19 Feb 2021 00:04:54 +0000 Subject: [PATCH 183/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@100247ffdcff216151614933690c7dc9532187c2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b192b3342d7..283e4428543 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "9b8fc99098c3ebabfb006d573aad472efb8f3ef1" + "ac-prep": "100247ffdcff216151614933690c7dc9532187c2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 5d63a93b718..6e303777e24 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -13,6 +13,7 @@ locales = [ "bs", "ca", "cak", + "ceb", "co", "cs", "cy", @@ -42,6 +43,7 @@ locales = [ "gu-IN", "he", "hi-IN", + "hil", "hr", "hsb", "hu", From 4536e77ae84cfb24c85999f13eba59f2e7d5a6b7 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 19 Feb 2021 16:39:14 +0100 Subject: [PATCH 184/235] [components] Autofill: Show fallback if login is empty. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8da64a1a02d9d451f7a9e90242d76b7750a6e5f9 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/autofill/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 283e4428543..c9606483815 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "100247ffdcff216151614933690c7dc9532187c2" + "ac-prep": "8da64a1a02d9d451f7a9e90242d76b7750a6e5f9" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml index d93ddc92523..6f8bbd79957 100644 --- a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml @@ -4,4 +4,13 @@ a username or password can be autofilled for the highlighted text field. %1$s will be replaced with the name of the browser application (e.g. Firefox) --> Unlock %1$s + + + (No username) + + + Password for %1$s From b5111c43a5e50c06ba8c24ef3b7fb0175b47451f Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 3 Mar 2021 17:00:49 -0500 Subject: [PATCH 185/235] [components] Close issue https://github.com/mozilla-mobile/android-components/issues/9823 Make users aware that download was not performed because of a denied permission X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f9acb8ffd4fc27e296020bb1f46886bad915f82e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 2 ++ .../components/support/base/src/main/res/values/strings.xml | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c9606483815..5c731860a1e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8da64a1a02d9d451f7a9e90242d76b7750a6e5f9" + "ac-prep": "f9acb8ffd4fc27e296020bb1f46886bad915f82e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index dc53d4e5eb4..e0de2567ca5 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -42,4 +42,6 @@ Complete action using --> Unable to open %1$s + + Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow. diff --git a/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml index 021ff2dcc18..815bb46e4f0 100644 --- a/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/support/base/src/main/res/values/strings.xml @@ -1,4 +1,7 @@ - mozac_support_base_locale_preference_key_locale + + Go to settings + + Dismiss From 3a3945e7c200a67555f60ef25ab5ad96ac70612a Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 3 Mar 2021 13:34:42 +0100 Subject: [PATCH 186/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/9777: Android Autofill: Verify app <-> domain relationship and let user confirm. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c4713f82405389742b51fbaeccf1fa3a9eeee31b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../autofill/src/main/res/values/strings.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5c731860a1e..789271629b6 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f9acb8ffd4fc27e296020bb1f46886bad915f82e" + "ac-prep": "c4713f82405389742b51fbaeccf1fa3a9eeee31b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml index 6f8bbd79957..fda4a935423 100644 --- a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml @@ -13,4 +13,22 @@ Password for %1$s + + + Verification failed + + + %1$s could not verify the authenticity of the application. Do you want to proceed with autofilling the selected credentials? + + + Yes + + + No From f6f9746131d39d51f1b3476d93dbfc8fd1365f7d Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 10 Mar 2021 18:18:26 +0100 Subject: [PATCH 187/235] [components] Autofill: Update string description. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@aed1b693b733f95e990dbbe6086e368cf9e474b6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/autofill/src/main/res/values/strings.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 789271629b6..3a382782019 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c4713f82405389742b51fbaeccf1fa3a9eeee31b" + "ac-prep": "aed1b693b733f95e990dbbe6086e368cf9e474b6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml index fda4a935423..c23f7e30041 100644 --- a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml @@ -21,7 +21,9 @@ + Links" this application is not the official Twitter application for twitter.com credentials. + %1$s will be replaced with the name of the browser application (e.g. Firefox). + --> %1$s could not verify the authenticity of the application. Do you want to proceed with autofilling the selected credentials? Highlighted - Add-ons + Extensions - Add-ons Manager + Extensions Manager diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index d29fae1ca10..a83ddf86769 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -125,9 +125,9 @@ %1$.02f/5 - Add-ons + Extensions - Add-ons Manager + Extensions Manager Allow @@ -159,7 +159,7 @@ Downloading and verifying add-on… - Failed to query Add-ons! + Failed to query Extensions! Translation not found, for locale %1$s neither default language %2$s From b69bde2478b2856fc45318b8a17cb88e209b5a92 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Wed, 6 Jan 2021 18:18:09 -0500 Subject: [PATCH 189/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/9464: Display a list of active Nimbus experiment X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@2ea8879e2b5c05cb05ca32cf7a13eae5212ca874 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a7cf2be76a4..7ee95732c4d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "e581cfe58c2770adf65ba58fb8259547e9d927a1" + "ac-prep": "2ea8879e2b5c05cb05ca32cf7a13eae5212ca874" } } \ No newline at end of file From 9813a4b5a152949285dce04026e7c7d8953711ed Mon Sep 17 00:00:00 2001 From: mcarare Date: Thu, 18 Mar 2021 09:04:40 +0200 Subject: [PATCH 190/235] [components] No issue: REVERT renaming add-ons to extensions. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f202ebacb2108c812bb398defb77f8fa19863ce0 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/browser/menu/src/main/res/values/strings.xml | 4 ++-- .../feature/addons/src/main/res/values/strings.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7ee95732c4d..5cf32a00588 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "2ea8879e2b5c05cb05ca32cf7a13eae5212ca874" + "ac-prep": "f202ebacb2108c812bb398defb77f8fa19863ce0" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml index 144ad1eba8f..7dfe36e736a 100644 --- a/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/menu/src/main/res/values/strings.xml @@ -5,7 +5,7 @@ Highlighted - Extensions + Add-ons - Extensions Manager + Add-ons Manager diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index a83ddf86769..d29fae1ca10 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -125,9 +125,9 @@ %1$.02f/5 - Extensions + Add-ons - Extensions Manager + Add-ons Manager Allow @@ -159,7 +159,7 @@ Downloading and verifying add-on… - Failed to query Extensions! + Failed to query Add-ons! Translation not found, for locale %1$s neither default language %2$s From e7e0177c9c9c5da1fadd5a5477a54ac6d4a4028b Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 26 Mar 2021 00:04:05 +0000 Subject: [PATCH 191/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@78d9ac4850b327a7b38e940a6d126b4a8e8077c2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 5cf32a00588..8ff4f417256 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f202ebacb2108c812bb398defb77f8fa19863ce0" + "ac-prep": "78d9ac4850b327a7b38e940a6d126b4a8e8077c2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 6e303777e24..243e06dc91e 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -93,6 +93,7 @@ locales = [ "tl", "tr", "trs", + "tt", "uk", "ur", "uz", From f61b50545ff40dd36d49044d95acdda16823b5eb Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 24 Feb 2021 15:02:19 +0100 Subject: [PATCH 192/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/9768: Add support for duplicating tabs. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@9cee9a23a8b34c536f97bf4eb61b169a44227e69 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/ui/tabcounter/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 8ff4f417256..b6553bc840b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "78d9ac4850b327a7b38e940a6d126b4a8e8077c2" + "ac-prep": "9cee9a23a8b34c536f97bf4eb61b169a44227e69" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml index a90dd72341f..04c14f2b614 100644 --- a/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/ui/tabcounter/src/main/res/values/strings.xml @@ -10,6 +10,8 @@ New private tab Close tab + + Duplicate tab The tab counter toolbar button. From 7d2e6629e160ac76f93f0010758b717f2709bb7f Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sat, 10 Apr 2021 00:04:03 +0000 Subject: [PATCH 193/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b3d5690bab98a984fbafcf12a7e3cf8dab25c5a6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b6553bc840b..9cd86e7bbb4 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "9cee9a23a8b34c536f97bf4eb61b169a44227e69" + "ac-prep": "b3d5690bab98a984fbafcf12a7e3cf8dab25c5a6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 243e06dc91e..5e312f839f6 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -48,6 +48,7 @@ locales = [ "hsb", "hu", "hy-AM", + "ia", "id", "is", "it", @@ -72,6 +73,7 @@ locales = [ "nn-NO", "nv", "oc", + "or", "pa-IN", "pl", "pt-BR", @@ -80,6 +82,7 @@ locales = [ "ro", "ru", "sat", + "szl", "sk", "sl", "sq", From 59054de629241608cbc96ebebaafdbc1d729c37e Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sat, 8 May 2021 00:03:45 +0000 Subject: [PATCH 194/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@79c014d836357e3ef532faa7f8272049bff359a8 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 9cd86e7bbb4..2981f0c88a1 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b3d5690bab98a984fbafcf12a7e3cf8dab25c5a6" + "ac-prep": "79c014d836357e3ef532faa7f8272049bff359a8" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 5e312f839f6..4c38c6b60c7 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -14,6 +14,7 @@ locales = [ "ca", "cak", "ceb", + "ckb", "co", "cs", "cy", @@ -97,6 +98,7 @@ locales = [ "tr", "trs", "tt", + "tzm", "uk", "ur", "uz", From 9df25d530f369758e58408f64d1e8a92cba5e533 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Mon, 19 Apr 2021 10:43:46 -0400 Subject: [PATCH 195/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/9457: Add support to display a credit card picker to handle a SelectCreditCard request X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@eaf865cd6fcd503f8120fa3f40bfae35379e279d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 2981f0c88a1..b0fe3faac4f 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "79c014d836357e3ef532faa7f8272049bff359a8" + "ac-prep": "eaf865cd6fcd503f8120fa3f40bfae35379e279d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 784f975191b..c6a94903104 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -95,4 +95,14 @@ Resend data Cancel + + + + Select credit card + + Expand suggested credit cards + + Collapse suggested credit cards + + Manage credit cards From 115d42383c3a187e6120dfe991bc7d98208799e8 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 28 May 2021 18:12:18 +0200 Subject: [PATCH 196/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/10302: Android Autofill: Support manually searching logins. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@347edf3dcdac5d29eed1c337c70b1e4dd448347f --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/autofill/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b0fe3faac4f..14e8589ecdb 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "eaf865cd6fcd503f8120fa3f40bfae35379e279d" + "ac-prep": "347edf3dcdac5d29eed1c337c70b1e4dd448347f" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml index c23f7e30041..31b82b38e89 100644 --- a/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/autofill/src/main/res/values/strings.xml @@ -33,4 +33,13 @@ No + + + Search %1$s + + + Search logins From d0fc7c3537ae42230bcbd686760913f5758ef86c Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sat, 12 Jun 2021 00:04:09 +0000 Subject: [PATCH 197/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@59ceaf35566372801d6876c46f4f0c01c1182697 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 14e8589ecdb..e7cd321e647 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "347edf3dcdac5d29eed1c337c70b1e4dd448347f" + "ac-prep": "59ceaf35566372801d6876c46f4f0c01c1182697" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 4c38c6b60c7..efed21cf05b 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -6,6 +6,7 @@ locales = [ "ar", "ast", "az", + "ban", "be", "bg", "bn", @@ -104,6 +105,7 @@ locales = [ "uz", "vec", "vi", + "yo", "zh-CN", "zh-TW", ] From c3925c0a30df04c63c2985968e2e1b1e7ea69cff Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 27 May 2021 11:39:06 +0200 Subject: [PATCH 198/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/10335: Update dependencies to support Jetpack Compose and add first prototype components. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Upgrade to Gradle 7. * Update Android Gradle Plugin to 7.0.0 Beta 2. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Generate BuildConfig with VERSION_CODE and VERSION_NAME fields in library modules (for Glean). * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add first component using Jetpack Compose: compose-browser-toolbar. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Introduce Jetpack Compose bindings for lib-state. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Upstream Jetpack Compose toolbar prototype from Reference Browser. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add TargetTab helper for observing specific tabs. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add compose-engine component for adding Jetpack Compose bindings to a concept-engine implementation. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Add new sample app (samples-compose-browser) for prototyping browser UI using Jetpack Compose. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Update to Beta 3 of the Android Gradle plugin. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Allow usage of http when substituting maven repositories in CI. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Rename TabTarget helper to just Target. * Issue https://github.com/mozilla-mobile/android-components/issues/10335: Make BrowserToolbar follow target tab too. * Add awesomebar prototype using Jetpack Compose. * Update to Gradle 7.0.2. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@06c42dd893188a7da69ac2eba10f4fc1d44fab3d --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/toolbar/src/main/res/values/strings.xml | 2 -- .../feature/app-links/src/main/res/values/strings.xml | 2 -- .../feature/downloads/src/main/res/values/strings.xml | 6 +++--- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e7cd321e647..4752a5e73d2 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "59ceaf35566372801d6876c46f4f0c01c1182697" + "ac-prep": "06c42dd893188a7da69ac2eba10f4fc1d44fab3d" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index 63bd4a57696..fa5403dc7cd 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -1,7 +1,5 @@ - - Menu Clear Tracking Protection is on diff --git a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml index c91c76627f6..e6bf72953d6 100644 --- a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml @@ -1,7 +1,5 @@ - - Open in… Open in app? Your activity may no longer be private. diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index e0de2567ca5..f07bfa08151 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -15,12 +15,12 @@ Download - Cancel + %1$s can’t download this file type - Could not open file + No app found to open %1$s files @@ -32,7 +32,7 @@ Cancel - Open + Try Again From b6665d96b3a881bf13a6a98b0d79cab0e6112f69 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Tue, 20 Jul 2021 19:52:19 +0200 Subject: [PATCH 199/235] [components] Revert string removal by 06c42dd893188a7da69ac2eba10f4fc1d44fab3d Some of those strings seem to be used by Fenix only. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b16963e7f5aa3042a15329535c9076a37a556233 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/toolbar/src/main/res/values/strings.xml | 2 ++ .../feature/app-links/src/main/res/values/strings.xml | 2 ++ .../feature/downloads/src/main/res/values/strings.xml | 6 +++--- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 4752a5e73d2..61d8cdb036c 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "06c42dd893188a7da69ac2eba10f4fc1d44fab3d" + "ac-prep": "b16963e7f5aa3042a15329535c9076a37a556233" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml index fa5403dc7cd..63bd4a57696 100644 --- a/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/toolbar/src/main/res/values/strings.xml @@ -1,5 +1,7 @@ + + Menu Clear Tracking Protection is on diff --git a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml index e6bf72953d6..c91c76627f6 100644 --- a/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/app-links/src/main/res/values/strings.xml @@ -1,5 +1,7 @@ + + Open in… Open in app? Your activity may no longer be private. diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index f07bfa08151..e0de2567ca5 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -15,12 +15,12 @@ Download - + Cancel %1$s can’t download this file type - + Could not open file No app found to open %1$s files @@ -32,7 +32,7 @@ Cancel - + Open Try Again From 55d8b499dd7276f3a57e36566019a4280418b1e3 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Wed, 21 Jul 2021 09:59:30 -0400 Subject: [PATCH 200/235] [components] For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master branch to main (https://github.com/mozilla-mobile/android-components/pull/10647) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (GitHub Workflows) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (Pull Request Template) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (README) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (l10n.toml) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (GitHubPlugin.kt) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (Documentation & Comments) * For https://github.com/mozilla-mobile/android-components/issues/10137 - Rename master to main (TaskCluster) X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@4e60bfdf6c46c0cb0f792979cda1863c1afbfdd4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 61d8cdb036c..bbdcc65ad2e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b16963e7f5aa3042a15329535c9076a37a556233" + "ac-prep": "4e60bfdf6c46c0cb0f792979cda1863c1afbfdd4" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index efed21cf05b..33e597cd1fa 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -113,7 +113,7 @@ locales = [ # Expose the following branches to localization # Changes to this list should be announced to the l10n team ahead of time. branches = [ - "master", + "main", ] [env] From 9e047db3754c45bea976c31f699b2ba233a06d61 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Wed, 21 Jul 2021 14:13:38 +0000 Subject: [PATCH 201/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@cc1df7486f26d9938e8dc0b9fea3ea2f847b1a66 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index bbdcc65ad2e..9c31b4b03ce 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "4e60bfdf6c46c0cb0f792979cda1863c1afbfdd4" + "ac-prep": "cc1df7486f26d9938e8dc0b9fea3ea2f847b1a66" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 33e597cd1fa..efed21cf05b 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -113,7 +113,7 @@ locales = [ # Expose the following branches to localization # Changes to this list should be announced to the l10n team ahead of time. branches = [ - "main", + "master", ] [env] From f340845f63461656d01fa6c42094e175a83d27bc Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Wed, 21 Jul 2021 12:31:25 -0400 Subject: [PATCH 202/235] [components] Change the branch name in l10n.toml back to main (https://github.com/mozilla-mobile/android-components/pull/10661) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b96ee316913fc97d20031c28c282be469f780c86 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 9c31b4b03ce..7ce05d14d58 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "cc1df7486f26d9938e8dc0b9fea3ea2f847b1a66" + "ac-prep": "b96ee316913fc97d20031c28c282be469f780c86" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index efed21cf05b..33e597cd1fa 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -113,7 +113,7 @@ locales = [ # Expose the following branches to localization # Changes to this list should be announced to the l10n team ahead of time. branches = [ - "master", + "main", ] [env] From 1f79c91b2f37e6079b282ee60d4268cca786b660 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Thu, 22 Jul 2021 00:04:40 +0000 Subject: [PATCH 203/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b0b916597256df2f44bde323f0fedd09084524c4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7ce05d14d58..c1a579cf607 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b96ee316913fc97d20031c28c282be469f780c86" + "ac-prep": "b0b916597256df2f44bde323f0fedd09084524c4" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 33e597cd1fa..efed21cf05b 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -113,7 +113,7 @@ locales = [ # Expose the following branches to localization # Changes to this list should be announced to the l10n team ahead of time. branches = [ - "main", + "master", ] [env] From 0fe34463fe18f8fea405bcf465e2eebaed895de4 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Wed, 28 Jul 2021 00:04:13 +0000 Subject: [PATCH 204/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d757296909f87466ab4c324370cd3d35063518aa --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c1a579cf607..1c46c59cce3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b0b916597256df2f44bde323f0fedd09084524c4" + "ac-prep": "d757296909f87466ab4c324370cd3d35063518aa" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index efed21cf05b..33e597cd1fa 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -113,7 +113,7 @@ locales = [ # Expose the following branches to localization # Changes to this list should be announced to the l10n team ahead of time. branches = [ - "master", + "main", ] [env] From dc713439557aced939e0e5f14c75c3e106b53a7c Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 22 Jul 2021 17:29:07 +0200 Subject: [PATCH 205/235] [components] Add simple TabCounterButton to compose-tabstray. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@8807ff7836ea7bbac15432a1ffe009e0e23ffe14 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/compose/tabstray/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 1c46c59cce3..475f9c4b4ea 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d757296909f87466ab4c324370cd3d35063518aa" + "ac-prep": "8807ff7836ea7bbac15432a1ffe009e0e23ffe14" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml index 4ca62a8c456..493a1a42c64 100644 --- a/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml @@ -2,6 +2,6 @@ 1 open tab. Tap to switch tabs. - + %1$s open tabs. Tap to switch tabs. From c477bd257acd758c2f4ec959199649a980d7480c Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Fri, 23 Jul 2021 00:59:10 -0400 Subject: [PATCH 206/235] [components] Add a clear button to the BrowserEditToolbar X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f659813b751bb666ae67ebeb8d548d6daafdec11 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 475f9c4b4ea..e9a4d11d399 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "8807ff7836ea7bbac15432a1ffe009e0e23ffe14" + "ac-prep": "f659813b751bb666ae67ebeb8d548d6daafdec11" } } \ No newline at end of file From be0021abcb19c6f798276c8c1c5130d1f0d4cd61 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Wed, 4 Aug 2021 18:14:06 +0200 Subject: [PATCH 207/235] [components] AwesomeBar(): Add option to autocomplete from suggestions that support it. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@a25c2eb26d86bc81f9865b0d2a942adb0595b075 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e9a4d11d399..02f99781536 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f659813b751bb666ae67ebeb8d548d6daafdec11" + "ac-prep": "a25c2eb26d86bc81f9865b0d2a942adb0595b075" } } \ No newline at end of file From a678fa2df3094ad7d19b5b1cb8808315e48ae632 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Fri, 13 Aug 2021 10:21:49 +0200 Subject: [PATCH 208/235] [components] compose-tabstray: Update comment of string mozac_tab_counter_open_tab_tray_plural. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@e86a6755070067bc8122e8df18ef4543aac7b0f2 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/compose/tabstray/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 02f99781536..955af9bf421 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "a25c2eb26d86bc81f9865b0d2a942adb0595b075" + "ac-prep": "e86a6755070067bc8122e8df18ef4543aac7b0f2" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml index 493a1a42c64..4ca62a8c456 100644 --- a/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/compose/tabstray/src/main/res/values/strings.xml @@ -2,6 +2,6 @@ 1 open tab. Tap to switch tabs. - + %1$s open tabs. Tap to switch tabs. From 61d0565594ee84a9c4b366ed180f3aaf671f4055 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 2 Dec 2021 17:51:13 +0100 Subject: [PATCH 209/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/11306: Add minimal error page for HTTPS-Only mode. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@ed60f2e5df656f4aaf2d08c7f39f57583eb01466 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 955af9bf421..182aba3fb36 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "e86a6755070067bc8122e8df18ef4543aac7b0f2" + "ac-prep": "ed60f2e5df656f4aaf2d08c7f39f57583eb01466" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 8ca4fde9e0a..4a183d8418e 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -273,4 +273,11 @@ This web page at %1$s has been reported as a deceptive site and has been blocked based on your security preferences.

    ]]>
    + + + Secure Site Not Available + + %1$s is not available.]]> + + Continue to HTTP Site
    From ee69cd082c5853942e551038c081b4ed3c06f725 Mon Sep 17 00:00:00 2001 From: mike a Date: Sun, 19 Dec 2021 19:38:51 -0800 Subject: [PATCH 210/235] [components] Closes https://github.com/mozilla-mobile/android-components/issues/11411: Cancel downloads prompt X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@07ea3d8a48b8697b47b8780c0e20f7670145b24b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 182aba3fb36..3a32d1ca778 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "ed60f2e5df656f4aaf2d08c7f39f57583eb01466" + "ac-prep": "07ea3d8a48b8697b47b8780c0e20f7670145b24b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index e0de2567ca5..adc44c58feb 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -44,4 +44,13 @@ Unable to open %1$s Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow. + + + Cancel private downloads? + + If you close all Private tabs now, %1$s download will be canceled. Are you sure you want to leave Private Browsing? + + Cancel downloads + + Stay in private browsing
    From ef8ce06ec806c88707ae9f24893902b045fb4663 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Mon, 13 Dec 2021 20:15:24 +0200 Subject: [PATCH 211/235] [components] For https://github.com/mozilla-mobile/android-components/issues/10739 - Add support for the Storage Access API prompt X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@faacdef78efa94cd451374d90de145ae6a56c00a --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../sitepermissions/src/main/res/values/strings.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3a32d1ca778..b1cbc5fcd8a 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "07ea3d8a48b8697b47b8780c0e20f7670145b24b" + "ac-prep": "faacdef78efa94cd451374d90de145ae6a56c00a" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 24216413f7c..950181c9e58 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -35,4 +35,12 @@ Allow %1$s to store data in persistent storage? Allow %1$s to play DRM-controlled content? + + Allow %1$s to use its cookies on %2$s? + + You may want to block access if it\'s not clear why %s needs this data. + + Learn more
    From e271adba0f1ff80cef9136d1f0e2590f439afde9 Mon Sep 17 00:00:00 2001 From: mavduevskiy <92760693+mavduevskiy@users.noreply.github.com> Date: Tue, 21 Dec 2021 09:45:26 -0800 Subject: [PATCH 212/235] [components] No issue: add prefix to download feature strings (https://github.com/mozilla-mobile/android-components/pull/11431) * No issue: add prefix to download feature strings * No issue: add prefix to download feature strings removed extra lines Co-authored-by: mike a Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@3013ed94102f7f864c73f2c8fb0b0daf1e8057e5 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/downloads/src/main/res/values/strings.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index b1cbc5fcd8a..02e37ad5cb3 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "faacdef78efa94cd451374d90de145ae6a56c00a" + "ac-prep": "3013ed94102f7f864c73f2c8fb0b0daf1e8057e5" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml index adc44c58feb..7250ffc1160 100644 --- a/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/downloads/src/main/res/values/strings.xml @@ -46,11 +46,11 @@ Files and media permission access needed to download files. Go to Android settings, tap permissions, and tap allow. - Cancel private downloads? + Cancel private downloads? - If you close all Private tabs now, %1$s download will be canceled. Are you sure you want to leave Private Browsing? + If you close all Private tabs now, %1$s download will be canceled. Are you sure you want to leave Private Browsing? - Cancel downloads + Cancel downloads - Stay in private browsing + Stay in private browsing
    From 1055b548c26aabea49b12468e9b6c77768c6a748 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sat, 8 Jan 2022 00:06:08 +0000 Subject: [PATCH 213/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@33ab2dd64566f623d4731f4ab7cf1ab641a6bc42 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 02e37ad5cb3..00bc61be6f4 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "3013ed94102f7f864c73f2c8fb0b0daf1e8057e5" + "ac-prep": "33ab2dd64566f623d4731f4ab7cf1ab641a6bc42" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 33e597cd1fa..3c26a351cd4 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -3,6 +3,7 @@ basepath = "." locales = [ "an", + "ann", "ar", "ast", "az", From 21f7bc9068d296690f18bb75a4ec0ff2e90aca00 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Thu, 3 Mar 2022 00:07:15 +0000 Subject: [PATCH 214/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@47c9be3c8c2e4adb93443ca718dc37228b506074 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 00bc61be6f4..418a4f9dd27 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "33ab2dd64566f623d4731f4ab7cf1ab641a6bc42" + "ac-prep": "47c9be3c8c2e4adb93443ca718dc37228b506074" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 3c26a351cd4..20fbf437d4a 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -2,6 +2,7 @@ basepath = "." locales = [ + "ab", "an", "ann", "ar", @@ -97,6 +98,7 @@ locales = [ "tg", "th", "tl", + "tok", "tr", "trs", "tt", From 9ce54768ad164d353c2835b210670e9dd3030c15 Mon Sep 17 00:00:00 2001 From: Jamie Nicol Date: Tue, 15 Mar 2022 12:06:58 +0000 Subject: [PATCH 215/235] [components] For https://github.com/mozilla-mobile/android-components/issues/11358 - Show crash notification for BACKGROUND_CHILD process crashes. This adds a processType field to NativeCodeCrash which is read from the GeckoView crash intent. This can have one of the following values: * MAIN: indicating a fatal crash in the main process. * FOREGROUND_CHILD: indicating a crash in a foreground child process (such as a Gecko content process). The application may be able to recover from this. * BACKGROUND_CHILD: indicating a crash in a background child process (such as Gecko's GPU process). The engine will automatically recover from this, and the crash will have barely been noticeable to the user, if at all. The existing isFatal property is now calculated from the processType. It is true for MAIN, and false for others. We treat MAIN crashes as we did fatal crashes before: we do not send the intent to the application, but do show the prompt or notification to the user, if required. We treat FOREGROUND_CHILD crashes as we did non-fatal crashes before: sending the intent to the application if requested. For BACKGROUND_CHILD crashes, we do _not_ send the intent to the application. As the engine automatically recovers there is no need for the application to handle the crash. Additionally, we choose to display the crash notification rather than prompt, as we do not wish to interrupt the user's flow. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@53d8bcb33e7bb88c1bcc0157aa8fd40227d2abe7 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 418a4f9dd27..e7ab3fbe0e2 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "47c9be3c8c2e4adb93443ca718dc37228b506074" + "ac-prep": "53d8bcb33e7bb88c1bcc0157aa8fd40227d2abe7" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index e1f5e892120..95529f0b2ac 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -15,6 +15,9 @@ Crashes + + Sorry. A problem occurred in %1$s. + Report From 62671eab58c99044e478adda83817cc79d3cae97 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Fri, 8 Apr 2022 00:05:24 +0000 Subject: [PATCH 216/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@16690ea5797ab244ed972f58729287435cad070c --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e7ab3fbe0e2..9b0e2f83a8e 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "53d8bcb33e7bb88c1bcc0157aa8fd40227d2abe7" + "ac-prep": "16690ea5797ab244ed972f58729287435cad070c" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 20fbf437d4a..3887082296e 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -103,6 +103,7 @@ locales = [ "trs", "tt", "tzm", + "ug", "uk", "ur", "uz", From c32e3c444eae1d43c31d18f137ded2c59b40d092 Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Thu, 5 May 2022 00:05:31 +0000 Subject: [PATCH 217/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@f29047e133f27b03547ffb55f6ae29853dbed450 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 9b0e2f83a8e..157d4ec9607 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "16690ea5797ab244ed972f58729287435cad070c" + "ac-prep": "f29047e133f27b03547ffb55f6ae29853dbed450" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 3887082296e..31fafe52521 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -88,6 +88,7 @@ locales = [ "sat", "szl", "sk", + "skr", "sl", "sq", "sr", From 3dad8a95038716797e451a9ccb60a338215c8bc8 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Wed, 10 Nov 2021 14:32:51 -0500 Subject: [PATCH 218/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/11338: Add a SaveCreditCard dialog to handle saving and updating a credit card X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@eb2d1291b6b813a173960838710b93475c3dc433 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 157d4ec9607..59aec4a6004 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "f29047e133f27b03547ffb55f6ae29853dbed450" + "ac-prep": "eb2d1291b6b813a173960838710b93475c3dc433" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index c6a94903104..5463702408b 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -20,6 +20,8 @@ Don’t save Never save + + Not now Save @@ -103,6 +105,12 @@ Expand suggested credit cards Collapse suggested credit cards - + Manage credit cards + + Securely save this card? + + Update card expiration date? + + Card number will be encrypted. Security coded won\'t be saved. From 813a43ab582da30d540f894ed5b0990783433541 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Wed, 11 May 2022 10:27:48 -0400 Subject: [PATCH 219/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/12145 - Fix strings for save credit card dialog X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@1b55b52febda53978ed244d293a65aac40c61613 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 59aec4a6004..a54081ef1ac 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "eb2d1291b6b813a173960838710b93475c3dc433" + "ac-prep": "1b55b52febda53978ed244d293a65aac40c61613" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 5463702408b..ba06c1bbfeb 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -112,5 +112,5 @@ Update card expiration date? - Card number will be encrypted. Security coded won\'t be saved. + Card number will be encrypted. Security code won’t be saved. From 3dcd2195b0ea789c8eb63ccbe608b60d3cfeb91c Mon Sep 17 00:00:00 2001 From: Alexandru2909 Date: Wed, 11 May 2022 17:41:50 +0300 Subject: [PATCH 220/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12061 - Add support to display AddressPicker X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@159dc232c66b7b30e5c769baffd5bcbed89b2277 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index a54081ef1ac..39ff1a84cfe 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "1b55b52febda53978ed244d293a65aac40c61613" + "ac-prep": "159dc232c66b7b30e5c769baffd5bcbed89b2277" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index ba06c1bbfeb..60556addb4c 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -113,4 +113,14 @@ Update card expiration date? Card number will be encrypted. Security code won’t be saved. + + + + Select addresses + + Expand suggested addresses + + Collapse suggested addresses + + Manage addresses From 193908709efdf22f2fd0dcdb0732f44a824345bb Mon Sep 17 00:00:00 2001 From: mcarare Date: Thu, 26 May 2022 18:55:47 +0300 Subject: [PATCH 221/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12233: Handle ERROR_BAD_HSTS_CERT error. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@562890296080043d6ba4fc107d81f305bea52e0e --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../src/main/res/values/strings.xml | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 39ff1a84cfe..d787273609d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "159dc232c66b7b30e5c769baffd5bcbed89b2277" + "ac-prep": "562890296080043d6ba4fc107d81f305bea52e0e" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 4a183d8418e..cf6eeaa67db 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -43,6 +43,26 @@ Accept the Risk and Continue + + This website requires a secure connection. + + +
  • The page you are trying to view cannot be shown because this website requires a secure connection.
  • +
  • The issue is most likely with the website, and there is nothing you can do to resolve it.
  • +
  • You can notify the website’s administrator about the problem.
  • + + ]]>
    + + + Advanced… + + %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. + ]]> + + Go Back + The connection was interrupted From 73323daea5d5d4e3dee99ada3614f6c84951bedd Mon Sep 17 00:00:00 2001 From: Mugurell Date: Thu, 16 Jun 2022 14:58:55 +0300 Subject: [PATCH 222/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12338 - "Block" storage access permission instead of "Don't allow" X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@108a370e363e27d856dea9504fdb104f275093d7 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/sitepermissions/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index d787273609d..6ea83745ae1 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "562890296080043d6ba4fc107d81f305bea52e0e" + "ac-prep": "108a370e363e27d856dea9504fdb104f275093d7" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml index 950181c9e58..9d9ff2ee683 100644 --- a/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/sitepermissions/src/main/res/values/strings.xml @@ -41,6 +41,8 @@ You may want to block access if it\'s not clear why %s needs this data. + + Block Learn more From 57d4d3ad5c548a33a344ca7fc3e61ec6131e47d6 Mon Sep 17 00:00:00 2001 From: Gabriel Luong Date: Wed, 22 Jun 2022 15:39:24 -0400 Subject: [PATCH 223/235] [components] Issue https://github.com/mozilla-mobile/android-components/issues/12372 - Update the "Select addresses" text to "Select address" X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@758203dd5c78ee384fcaa04de63b1d8b67a9d9a6 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 6ea83745ae1..c070cb9a49d 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "108a370e363e27d856dea9504fdb104f275093d7" + "ac-prep": "758203dd5c78ee384fcaa04de63b1d8b67a9d9a6" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 60556addb4c..be832c9a0ef 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - + OK @@ -116,7 +116,9 @@ - Select addresses + Select addresses + + Select address Expand suggested addresses From 1295cb24d000746e10555eeb4d36e223a353c104 Mon Sep 17 00:00:00 2001 From: mcarare Date: Mon, 11 Jul 2022 10:27:15 +0300 Subject: [PATCH 224/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12233: Properly close the label tag. This ensures screen readers properly read the entire text. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@66965f1ce7e71275c50bad8201f36c4c5901a6c7 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c070cb9a49d..3ea83118749 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "758203dd5c78ee384fcaa04de63b1d8b67a9d9a6" + "ac-prep": "66965f1ce7e71275c50bad8201f36c4c5901a6c7" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index cf6eeaa67db..0e0d00c62eb 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -57,8 +57,8 @@ Advanced… - %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. + %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. ]]> Go Back From 161c3729c999723cea1004e65b2e39a2b088f799 Mon Sep 17 00:00:00 2001 From: mcarare Date: Mon, 11 Jul 2022 18:45:59 +0300 Subject: [PATCH 225/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12233: Re-add the previously deleted version of HSTS string. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@76b352809e49f18d1603929bac9c0c81841fc3aa --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../browser/errorpages/src/main/res/values/strings.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 3ea83118749..7025851969b 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "66965f1ce7e71275c50bad8201f36c4c5901a6c7" + "ac-prep": "76b352809e49f18d1603929bac9c0c81841fc3aa" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml index 0e0d00c62eb..dba19b50ee2 100644 --- a/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/browser/errorpages/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - + Try Again @@ -56,6 +56,11 @@ Advanced… + + + %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. + ]]> %1$s has a security policy called HTTP Strict Transport Security (HSTS), which means that %2$s can only connect to it securely. You can’t add an exception to visit this site. From 8fd805f36a8d083f5a570768d2661f5cd43769f8 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Mon, 11 Jul 2022 12:59:18 -0400 Subject: [PATCH 226/235] [components] Close https://github.com/mozilla-mobile/android-components/issues/10112: Create a clearer notification for sending telemetry data X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@1fe873e00f1fd07ffdcecf4733c699cf86139180 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7025851969b..15135a01304 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "76b352809e49f18d1603929bac9c0c81841fc3aa" + "ac-prep": "1fe873e00f1fd07ffdcecf4733c699cf86139180" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 95529f0b2ac..8b240113af4 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -24,6 +24,9 @@ Sending crash report to %1$s + + Gathering crash telemetry data + Crash Reports From fa61d4e5179e2aa060012cf9f0a80ba67579c6f9 Mon Sep 17 00:00:00 2001 From: Roger Yang Date: Fri, 22 Jul 2022 14:55:15 -0400 Subject: [PATCH 227/235] [components] Close https://github.com/mozilla-mobile/android-components/issues/12538: Crash notification will always trigger the crash prompt dialog X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@72616c742b006897494be711589e9b1284b3bc8b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/lib/crash/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 15135a01304..dd905afd2cd 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "1fe873e00f1fd07ffdcecf4733c699cf86139180" + "ac-prep": "72616c742b006897494be711589e9b1284b3bc8b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml index 8b240113af4..38b0b2e6475 100644 --- a/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/lib/crash/src/main/res/values/strings.xml @@ -24,6 +24,9 @@ Sending crash report to %1$s + + Gathering crash data + Gathering crash telemetry data From c26ca3ef996b566bdd8169813468bee636002dcf Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Mon, 8 Aug 2022 23:48:03 +0200 Subject: [PATCH 228/235] [components] Close https://github.com/mozilla-mobile/android-components/issues/12616: Add message for declarativeNetRequest permission X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@b0a06788f04d517844c844b7cfebc2e8e8fa9b38 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/addons/src/main/res/values/strings.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index dd905afd2cd..bd4e0ccebca 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "72616c742b006897494be711589e9b1284b3bc8b" + "ac-prep": "b0a06788f04d517844c844b7cfebc2e8e8fa9b38" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml index d29fae1ca10..cd3217137ea 100644 --- a/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/addons/src/main/res/values/strings.xml @@ -38,6 +38,8 @@ Get data from the clipboard Input data to the clipboard + + Block content on any page Download files and read and modify the browser’s download history From 5a3591b78121cecd6bd6958b16651eb820aee132 Mon Sep 17 00:00:00 2001 From: iorgamgabriel Date: Thu, 11 Aug 2022 12:06:50 +0300 Subject: [PATCH 229/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12565 Implement the common part of search widget in Android Components X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@506de46c017e9fee32fa08f8abccdf7493caf5f4 --- _meta/mozilla-mobile-firefox-android.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index bd4e0ccebca..c3d5d3fda27 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "b0a06788f04d517844c844b7cfebc2e8e8fa9b38" + "ac-prep": "506de46c017e9fee32fa08f8abccdf7493caf5f4" } } \ No newline at end of file From a640e387b8b23f94d3b4e4ba3b2b5cb3b9f99b5c Mon Sep 17 00:00:00 2001 From: Mozilla L10n Automation Bot Date: Sun, 28 Aug 2022 00:05:40 +0000 Subject: [PATCH 230/235] [components] Import l10n. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@eb369405dfc68ebcbcc5ed283da43afdbc28edcf --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index c3d5d3fda27..80019079d15 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "506de46c017e9fee32fa08f8abccdf7493caf5f4" + "ac-prep": "eb369405dfc68ebcbcc5ed283da43afdbc28edcf" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 31fafe52521..8e6a1c17d5d 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -86,7 +86,7 @@ locales = [ "ro", "ru", "sat", - "szl", + "si", "sk", "skr", "sl", @@ -94,6 +94,7 @@ locales = [ "sr", "su", "sv-SE", + "szl", "ta", "te", "tg", From fc497d86f203fda3754fb0d75a7b987ccf66c70b Mon Sep 17 00:00:00 2001 From: Alexandru2909 Date: Wed, 10 Aug 2022 11:34:33 +0300 Subject: [PATCH 231/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12151 - Support step attribute in TimePicker X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d796655b9ac5f9634b0ec314bfa6fd6d99ec5d25 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../feature/prompts/src/main/res/values/strings.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 80019079d15..be96f333c56 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "eb369405dfc68ebcbcc5ed283da43afdbc28edcf" + "ac-prep": "d796655b9ac5f9634b0ec314bfa6fd6d99ec5d25" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index be832c9a0ef..8303dfccd79 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -81,6 +81,12 @@ Nov Dec + + Set time + + . + + : Manage logins From 4fefaad8e88e25d382f4d16af4aac2d32fa60088 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Tue, 20 Sep 2022 22:49:06 -0400 Subject: [PATCH 232/235] [components] Close https://github.com/mozilla-mobile/android-components/issues/12815: Make millisecond separator non-translateable X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@e4556511c18226637c1438ca958dd897b5a4df7b --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index be96f333c56..76702d656a4 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "d796655b9ac5f9634b0ec314bfa6fd6d99ec5d25" + "ac-prep": "e4556511c18226637c1438ca958dd897b5a4df7b" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 8303dfccd79..1fd834560dd 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -83,8 +83,6 @@ Dec Set time - - . : From ce741a54949353f131123b4a9bee831b70503124 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Thu, 22 Sep 2022 22:40:37 -0400 Subject: [PATCH 233/235] [components] Close https://github.com/mozilla-mobile/android-components/issues/12815: Make second separator non-translateable X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@c66e5c56bd804b9b307487a4bba1c3a6aae25b66 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/feature/prompts/src/main/res/values/strings.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 76702d656a4..e096b0ed725 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "e4556511c18226637c1438ca958dd897b5a4df7b" + "ac-prep": "c66e5c56bd804b9b307487a4bba1c3a6aae25b66" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml index 1fd834560dd..f8dbb544a56 100644 --- a/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml +++ b/mozilla-mobile/android-components/components/feature/prompts/src/main/res/values/strings.xml @@ -83,8 +83,6 @@ Dec Set time - - : Manage logins From 28977690892e832004c7a11e4509123dbbec5534 Mon Sep 17 00:00:00 2001 From: Mugurell Date: Thu, 22 Sep 2022 19:04:49 +0300 Subject: [PATCH 234/235] [components] For https://github.com/mozilla-mobile/android-components/issues/12855 - New CFR composable This upstreams the CFR composable already used on Fenix allowing it to be reused on other projects also. The setup process requires quite a few parameters because as it is highly customizable supporting different indicator orientations or positionings in relation to the anchor and also supporting RTL. X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@6405a457bad3ceebc02065d3c1eb81ce3a920b48 --- _meta/mozilla-mobile-firefox-android.json | 2 +- .../components/compose/cfr/src/main/res/values/strings.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 mozilla-mobile/android-components/components/compose/cfr/src/main/res/values/strings.xml diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index e096b0ed725..7c43cb4f5cf 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "c66e5c56bd804b9b307487a4bba1c3a6aae25b66" + "ac-prep": "6405a457bad3ceebc02065d3c1eb81ce3a920b48" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/components/compose/cfr/src/main/res/values/strings.xml b/mozilla-mobile/android-components/components/compose/cfr/src/main/res/values/strings.xml new file mode 100644 index 00000000000..d3515657b4f --- /dev/null +++ b/mozilla-mobile/android-components/components/compose/cfr/src/main/res/values/strings.xml @@ -0,0 +1,5 @@ + + + + Dismiss + From adcff2a87ca9bb4e0bb9cf25a8383b78339a86c8 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Tue, 25 Oct 2022 11:45:06 +0200 Subject: [PATCH 235/235] Move l10n.toml into android-components subfolder X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7e00e5f3cd62c628ee6a4e5f57b1febad0 X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d77dde61ea23acb4747c1a357ca9c863708 X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8522c84837c49b8a480892613e23cd2485 X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@12e242be140971ee968c432d7d159dd026d598f3 --- _meta/mozilla-mobile-firefox-android.json | 2 +- mozilla-mobile/android-components/l10n.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_meta/mozilla-mobile-firefox-android.json b/_meta/mozilla-mobile-firefox-android.json index 7c43cb4f5cf..0f2b832c7a0 100644 --- a/_meta/mozilla-mobile-firefox-android.json +++ b/_meta/mozilla-mobile-firefox-android.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android", "revs": { - "ac-prep": "6405a457bad3ceebc02065d3c1eb81ce3a920b48" + "ac-prep": "12e242be140971ee968c432d7d159dd026d598f3" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 8e6a1c17d5d..6e14e18837b 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -125,5 +125,5 @@ branches = [ [env] [[paths]] - reference = "components/**/src/main/res/values/strings.xml" - l10n = "components/**/src/main/res/values-{android_locale}/strings.xml" + reference = "android-components/components/**/src/main/res/values/strings.xml" + l10n = "android-components/components/**/src/main/res/values-{android_locale}/strings.xml"