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

For #5366 vector drawable compat #6904

Merged
merged 1 commit into from
Dec 6, 2019
Merged

Conversation

kglazko
Copy link
Contributor

@kglazko kglazko commented Dec 2, 2019


Pull Request checklist

  • Quality: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
  • 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

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

@kglazko kglazko force-pushed the Issue5366VectorDrawableCompat branch from 64f9550 to 1ce19e4 Compare December 2, 2019 21:35
@codecov-io
Copy link

codecov-io commented Dec 2, 2019

Codecov Report

Merging #6904 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #6904   +/-   ##
========================================
  Coverage      18.6%   18.6%           
  Complexity      413     413           
========================================
  Files           282     282           
  Lines         11165   11165           
  Branches       1524    1524           
========================================
  Hits           2077    2077           
  Misses         8926    8926           
  Partials        162     162
Impacted Files Coverage Δ Complexity Δ
...va/org/mozilla/fenix/search/toolbar/ToolbarView.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...fenix/home/sessioncontrol/SwipeToDeleteCallback.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...oncontrol/viewholders/TabInCollectionViewHolder.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
...java/org/mozilla/fenix/components/FenixSnackbar.kt 6.34% <0%> (ø) 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 2225b71...1a47834. Read the comment docs.

@kglazko kglazko force-pushed the Issue5366VectorDrawableCompat branch from 1ce19e4 to c7812c3 Compare December 2, 2019 22:28
@kglazko kglazko changed the title [WIP] Issue5366 vector drawable compat Issue5366 vector drawable compat Dec 2, 2019
@kglazko kglazko force-pushed the Issue5366VectorDrawableCompat branch from 53da173 to f05a3a1 Compare December 2, 2019 22:39
@kglazko kglazko requested a review from NotWoods December 2, 2019 22:44
Copy link
Contributor

@NotWoods NotWoods left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

@@ -24,7 +24,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:importantForAccessibility="no"
android:src="@drawable/ic_tab_collection"
app:srcCompat="@drawable/ic_tab_collection"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: indentation is slightly off here

@@ -35,7 +35,8 @@ class DownloadNotificationBottomSheetDialog(
download_notification_title.text =
context.getString(R.string.mozac_feature_downloads_failed_notification_text2)

download_notification_icon.setImageDrawable(context.getDrawable(
download_notification_icon.setImageDrawable(
context.getDrawable(
Copy link
Contributor

Choose a reason for hiding this comment

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

This file should be reverted since there were only whitespace changes

@@ -28,7 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:importantForAccessibility="no"
android:src="@drawable/ic_tab_collection"
app:srcCompat="@drawable/ic_tab_collection"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: indentation is slightly off here

@@ -121,7 +121,7 @@
android:layout_margin="16dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/create_collection_close"
android:src="@drawable/mozac_ic_close"
app:srcCompat="@drawable/mozac_ic_close"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: indentation is slightly off here

@kglazko kglazko force-pushed the Issue5366VectorDrawableCompat branch from 1f6d24c to 3fc282a Compare December 5, 2019 16:44
@kglazko kglazko changed the title Issue5366 vector drawable compat For #5366 vector drawable compat Dec 5, 2019
Copy link
Contributor

@NotWoods NotWoods left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@kglazko kglazko force-pushed the Issue5366VectorDrawableCompat branch from 3fc282a to def3472 Compare December 6, 2019 01:28
@kglazko kglazko force-pushed the Issue5366VectorDrawableCompat branch from def3472 to 1a47834 Compare December 6, 2019 02:28
@kglazko kglazko merged commit 300d831 into master Dec 6, 2019
@bors bors bot deleted the Issue5366VectorDrawableCompat branch December 6, 2019 03:54
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

3 participants