Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 2063983002: [Downloads] Fill in the drawer (Closed)

Created:
4 years, 6 months ago by gone
Modified:
4 years, 6 months ago
Reviewers:
Ian Wen, nyquist
CC:
chromium-reviews, posciak+watch_chromium.org, asanka
Base URL:
https://chromium.googlesource.com/chromium/src.git@download_activity
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Downloads] Fill in the drawer Current screenshot: https://drive.google.com/a/google.com/file/d/0B7c8ZkXVwskDd1pocmo5dUdHcG8/view?usp=sharing * Add a pair of methods to ApiCompatibilityUtils for grabbing storage size information. * Add a small widget for displaying how much space is used compared to how large storage is. * Add a way to select a filter for the downloads. It's not currently hooked up to anything. * Add a bunch of icons for the sections. BUG=616324 Committed: https://crrev.com/0d50f320bce6339ef0ede78f69ab17e947b0cb64 Cr-Commit-Position: refs/heads/master@{#401137}

Patch Set 1 #

Patch Set 2 : Rebased #

Total comments: 10

Patch Set 3 : Comments #

Total comments: 2

Patch Set 4 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -0 lines) Patch
M base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java View 2 chunks +25 lines, -0 lines 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_drive_file_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_drive_site_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_folder_white.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-hdpi/ic_get_app_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_image_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_music_note_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_music_video_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_photo_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_drive_file_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_drive_site_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_folder_white.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-mdpi/ic_get_app_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_image_white.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-mdpi/ic_music_note_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_music_video_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_photo_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_drive_file_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_drive_site_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_folder_white.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-xhdpi/ic_get_app_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_image_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_music_note_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_music_video_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_photo_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_drive_file_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_drive_site_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_folder_white.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/ic_get_app_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_image_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_music_note_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_music_video_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_photo_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_drive_file_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_drive_site_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_folder_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_get_app_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_image_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_music_note_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_music_video_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_photo_white.png View Binary file 0 comments Download
M chrome/android/java/res/layout/download_main.xml View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/download_manager_ui_drawer_filter.xml View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/download_manager_ui_space_widget.xml View 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java View 1 2 3 4 chunks +163 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
gone
nyquist@ for changes to base/ ianwen@ for changes to Downloads UI
4 years, 6 months ago (2016-06-13 23:56:28 UTC) #3
nyquist
//base lgtm
4 years, 6 months ago (2016-06-14 00:07:04 UTC) #4
Ian Wen
https://chromiumcodereview.appspot.com/2063983002/diff/20001/chrome/android/java/res/layout/download_manager_ui_drawer_filter.xml File chrome/android/java/res/layout/download_manager_ui_drawer_filter.xml (right): https://chromiumcodereview.appspot.com/2063983002/diff/20001/chrome/android/java/res/layout/download_manager_ui_drawer_filter.xml#newcode9 chrome/android/java/res/layout/download_manager_ui_drawer_filter.xml:9: <ImageView Q: Can we achieve the same effect with ...
4 years, 6 months ago (2016-06-16 20:39:22 UTC) #5
gone
Fought with the NavigationView in Android for a while but: * I couldn't get it ...
4 years, 6 months ago (2016-06-21 18:23:03 UTC) #6
Ian Wen
lgtm https://chromiumcodereview.appspot.com/2063983002/diff/40001/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java File chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java (right): https://chromiumcodereview.appspot.com/2063983002/diff/40001/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java#newcode154 chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java:154: // ImageView iconView = ((ImageView) view.findViewById(R.id.icon)); Oops dead ...
4 years, 6 months ago (2016-06-21 21:52:05 UTC) #7
gone
https://chromiumcodereview.appspot.com/2063983002/diff/40001/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java File chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java (right): https://chromiumcodereview.appspot.com/2063983002/diff/40001/chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java#newcode154 chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java:154: // ImageView iconView = ((ImageView) view.findViewById(R.id.icon)); On 2016/06/21 21:52:05, ...
4 years, 6 months ago (2016-06-21 21:54:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2063983002/60001
4 years, 6 months ago (2016-06-21 21:55:36 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-21 23:28:56 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 23:30:17 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0d50f320bce6339ef0ede78f69ab17e947b0cb64
Cr-Commit-Position: refs/heads/master@{#401137}

Powered by Google App Engine
This is Rietveld 408576698