Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Closes #8176 - Adds new string for add to top sites. #8209

Merged
merged 1 commit into from
Feb 8, 2020

Conversation

ekager
Copy link
Contributor

@ekager ekager commented Feb 7, 2020

Pull Request checklist

  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not
  • Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features. In addition, it includes a screenshot of a successful accessibility scan to ensure no new defects are added to the product.

After merge

  • Milestone: Make sure issues finished by this pull request are added to the milestone of the version currently in development.

To download an APK when reviewing a PR:

  1. click on Show All Checks,
  2. click Details next to "Taskcluster (pull_request)" after it appears and then finishes with a green checkmark,
  3. click on the "Fenix - assemble" task, then click "Run Artifacts".
  4. the APK links should be on the left side of the screen, named for each CPU architecture

@@ -352,7 +352,7 @@ sealed class Event {
enum class Item {
SETTINGS, LIBRARY, HELP, DESKTOP_VIEW_ON, DESKTOP_VIEW_OFF, FIND_IN_PAGE, NEW_TAB,
NEW_PRIVATE_TAB, SHARE, REPORT_SITE_ISSUE, BACK, FORWARD, RELOAD, STOP, OPEN_IN_FENIX,
SAVE_TO_COLLECTION, ADD_TO_FIREFOX_HOME, ADD_TO_HOMESCREEN, QUIT, READER_MODE_ON,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@ekager ekager force-pushed the strings branch 2 times, most recently from 57463d8 to 6dcff4e Compare February 7, 2020 17:29
@codecov-io
Copy link

codecov-io commented Feb 7, 2020

Codecov Report

Merging #8209 into master will increase coverage by <.01%.
The diff coverage is 42.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #8209      +/-   ##
============================================
+ Coverage     18.67%   18.67%   +<.01%     
  Complexity      452      452              
============================================
  Files           316      316              
  Lines         12331    12329       -2     
  Branches       1619     1619              
============================================
  Hits           2303     2303              
+ Misses         9829     9827       -2     
  Partials        199      199
Impacted Files Coverage Δ Complexity Δ
...va/org/mozilla/fenix/components/metrics/Metrics.kt 21.23% <ø> (ø) 0 <0> (ø) ⬇️
...lla/fenix/components/toolbar/DefaultToolbarMenu.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...rg/mozilla/fenix/components/toolbar/ToolbarMenu.kt 95.65% <100%> (ø) 0 <0> (ø) ⬇️
...nix/components/toolbar/BrowserToolbarController.kt 60.79% <100%> (ø) 0 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1209146...d9b4063. Read the comment docs.

@@ -221,15 +221,12 @@ class DefaultToolbarMenu(
onItemTapped.invoke(ToolbarMenu.Item.RequestDesktop(checked))
}

private val addToFirefoxHome = BrowserMenuImageText(
label = context.getString(
R.string.browser_menu_add_to_firefox_home,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove "browser_menu_add_to_firefox_home" string as well.

@gabrielluong gabrielluong changed the title Closes #8176 - Adds new string for add to top sites Closes #8176 - Adds new string for add to top sites. Feb 7, 2020
@gabrielluong gabrielluong changed the title Closes #8176 - Adds new string for add to top sites. Closes #8176 - Adds new string for add to top sites Feb 7, 2020
@ekager ekager changed the title Closes #8176 - Adds new string for add to top sites Closes #8176 - Adds new string for add to top sites. Feb 7, 2020
@gabrielluong gabrielluong merged commit 9e4e23e into mozilla-mobile:master Feb 8, 2020
@ekager ekager deleted the strings branch August 21, 2020 20:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants