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

Issue 866813004: Add third_party/android_data_chart for data chart widget. (Closed)

Created:
5 years, 11 months ago by newt (away)
Modified:
5 years, 10 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add third_party/android_data_chart for data chart widget. This adds a new third_party directory, android_data_chart, which contains the data usage chart UI widget from Android's Settings app. The widget shows a graph of how much data the user has used and saved over time. BUG=428885 R=bengr@chromium.org, cpu@chromium.org, dannyb@google.com, tedchoc@chromium.org Committed: https://crrev.com/6703c21ca0b048bb1955da39e0c73b033d023bae Cr-Commit-Position: refs/heads/master@{#314251}

Patch Set 1 #

Patch Set 2 : checkstyle fix #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : st #

Total comments: 1

Patch Set 6 : renamed to android_misc #

Patch Set 7 : #

Total comments: 77

Patch Set 8 : st #

Patch Set 9 : bengr's comments #

Patch Set 10 : renamed to third_party/android_data_chart #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2769 lines, -1 line) Patch
A third_party/android_data_chart/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +19 lines, -0 lines 0 comments Download
A + third_party/android_data_chart/LICENSE View 1 2 3 4 5 6 7 8 9 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/android_data_chart/OWNERS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/android_data_chart/README.chromium View 1 2 3 4 5 6 7 8 9 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/android_data_chart/android_data_chart.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/res/layout/data_usage_chart.xml View 1 2 3 4 5 6 7 8 9 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/res/values-sw600dp/dimens.xml View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/res/values/attrs.xml View 1 2 3 4 5 6 7 8 9 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/res/values/colors.xml View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/res/values/dimens.xml View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/ChartAxis.java View 1 2 3 4 5 6 7 8 9 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/ChartDataUsageView.java View 1 2 3 4 5 6 7 8 9 1 chunk +493 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/ChartGridView.java View 1 2 3 4 5 6 7 8 9 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/ChartNetworkSeriesView.java View 1 2 3 4 5 6 7 8 9 1 chunk +314 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/ChartView.java View 1 2 3 4 5 6 7 8 9 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/InvertedChartAxis.java View 1 2 3 4 5 6 7 8 9 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/NetworkStats.java View 1 2 3 4 5 6 7 8 9 1 chunk +709 lines, -0 lines 0 comments Download
A third_party/android_data_chart/java/src/org/chromium/third_party/android/datausagechart/NetworkStatsHistory.java View 1 2 3 4 5 6 7 8 9 1 chunk +737 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (5 generated)
newt (away)
+cpu for adding a new third_party directory +tedchoc for Java/xml files
5 years, 11 months ago (2015-01-23 00:23:28 UTC) #2
Ted C
lgtm android_snippets seems like an odd name, but I can't think of anything better so ...
5 years, 11 months ago (2015-01-23 19:48:37 UTC) #3
cpu_(ooo_6.6-7.5)
definitely a bad name, Until I saw ted comment I thought it was a "snippets" ...
5 years, 11 months ago (2015-01-23 23:58:31 UTC) #4
newt (away)
+bengr, the originator of these files in Chromium
5 years, 11 months ago (2015-01-24 00:14:26 UTC) #6
newt (away)
I renamed it to android_misc as suggested. I agree that's a clearer name. Thanks for ...
5 years, 11 months ago (2015-01-24 00:25:41 UTC) #7
cpu_(ooo_6.6-7.5)
ok i agree we can add this, now is a matter of following http://www.chromium.org/developers/adding-3rd-party-libraries ping ...
5 years, 11 months ago (2015-01-26 19:15:01 UTC) #8
bengr
lgtm. I know this is more or less copied from AOSP, but ideally it would ...
5 years, 11 months ago (2015-01-26 19:25:00 UTC) #9
newt (away)
bengr: I addressed your comments about things other than style. As for style, I'd rather ...
5 years, 11 months ago (2015-01-27 02:35:53 UTC) #10
bengr
On 2015/01/27 02:35:53, newt wrote: > bengr: I addressed your comments about things other than ...
5 years, 10 months ago (2015-01-27 19:04:38 UTC) #11
newt (away)
I've renamed this from android_misc to android_data_chart per the suggestion of the open source reviewer. ...
5 years, 10 months ago (2015-01-28 23:19:04 UTC) #12
Ted C
On 2015/01/28 23:19:04, newt wrote: > I've renamed this from android_misc to android_data_chart per the ...
5 years, 10 months ago (2015-01-30 18:17:43 UTC) #13
newt (away)
got lgtm from security@chromium.org
5 years, 10 months ago (2015-01-30 20:05:00 UTC) #14
Daniel Berlin
LGTM for OSTPR
5 years, 10 months ago (2015-01-30 22:02:09 UTC) #16
newt (away)
cpu: PTAL for final approval
5 years, 10 months ago (2015-01-30 22:17:00 UTC) #17
cpu_(ooo_6.6-7.5)
lgtm
5 years, 10 months ago (2015-02-03 00:03:20 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866813004/180001
5 years, 10 months ago (2015-02-03 00:10:29 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (None)
5 years, 10 months ago (2015-02-03 02:11:43 UTC) #22
newt (away)
Committed patchset #10 (id:180001) to pending queue manually as 603a3876956a6f12b4005fe67028548d881e2eaa (presubmit successful).
5 years, 10 months ago (2015-02-03 02:45:31 UTC) #23
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 02:46:31 UTC) #24
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/6703c21ca0b048bb1955da39e0c73b033d023bae
Cr-Commit-Position: refs/heads/master@{#314251}

Powered by Google App Engine
This is Rietveld 408576698