History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b68fd7ae0a395f00c7f280e8040382639eaa69f9 05-Jan-2017 jackqdyulei <jackqdyulei@google.com> Remove hardcoded color for cellular data usage view

1. Remove hardcoded color and create colorStateList instead
2. Remove warning color and use attr textColorError instead
3. Add function to extract color from colorStateList

Bug: 32592245
Test: manual - Take screenshots
Change-Id: I7f0a54b304b09b99ba1f255952e7e99e009a4d2a
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
5c3734456e35de1ea56f890537f9eebf5f2ec699 12-Jun-2016 Andrew Sapperstein <asapperstein@google.com> Update System UI to use theme colors.

Instead of using hardcoded values, use colorPrimary, colorAccent, etc
to style system UI. Required setting a theme on several views to
get the proper accent color in the right place.

Deletes a lot of hard-coded colors from the app.
Deletes an unused view: StatusBarHeaderView

BUG: 28625050
BUG: 29003410
BUG: 28625105
Change-Id: I46cd8eba7cf5afdab53c7882aa4aac5af46772a9
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
4a357cd2e55293402d7172766f7f9419815fc1e8 19-Mar-2015 Alan Viverette <alanv@google.com> Replace usages of deprecated Resources.getColor() and getColorStateList()

Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
0afb70c66de1fe6b1308656938d4355e707412e5 13-Jul-2014 John Spurlock <jspurlock@google.com> QS: Cellular usage warning marker + policy cycle.

Add warning marker to graph from policy, and use the
cycle day from policy to determine the usage period.

Change-Id: I31711eea6a0bf54ad0eb5841d2aa9b8e5927ed58
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
5e9049a362016c9f00823346d619303674f9df0e 09-Jul-2014 John Spurlock <jspurlock@google.com> QS: Add limit to cellular data panel.

Change-Id: I4d69ffe0681b89670d052ed18c5e4be4674d2d62
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java
b98f747c714ff8252471ca0a3295c2cb9ccb4f3a 08-Jul-2014 John Spurlock <jspurlock@google.com> QS: Basic cellular data detail panel.

Change-Id: I1f19a8bf3e01d7f1d49e82d7096a215c863eab61
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/DataUsageGraph.java