summaryrefslogtreecommitdiffstats
path: root/res/layout/data_usage_summary.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix app headers in settingsJason Monk2015-05-061-0/+5
| | | | | | | | | Use SettingsPreferenceFragment's method for pinned headers where possible, and add a frame within the fragment for them to live in otherwise so that this view doesn't end up on the activity. Bug: 20886475 Change-Id: I985eb1497744ea50bfabed862e5088eb89df5b61
* Define a specific preferenceFragmentStyle in Settings ThemeFabrice Di Meglio2014-07-071-1/+2
| | | | | | | | - needed for being able to have PreferenceFragments look as the Dashboard See bug: #15384992 Setting Dashboard - padding updates Change-Id: I098008a131aa29594025b38dd0dc07c1cc3bffdc
* Single pane for 10" SettingsAmith Yamasani2013-08-061-1/+2
| | | | Change-Id: I960e4be3cfb19ffec4100f8766742d6fb17dda4a
* More TabWidget and padding tweaks to match spec.Jeff Sharkey2011-08-181-14/+4
| | | | | | | Also fix NPE in UserDictionarySettings. Bug: 5184822 Change-Id: I082981c3bcf9b1e6575dcf9f42495a17f0ec8672
* Foreground/background network stats pie chart.Jeff Sharkey2011-08-151-4/+13
| | | | | | | | | | | | Load foreground/background network stats, showing combined in chart series, and also separated in pie chart. Padding to match spec, updated action bar tabs, and limit width for wide devices. Also clear UI options for requesting fragments. Move to action bar overflow menu instead of custom icon. Show detail chart data outside current inspection range. Bug: 5106163, 5143670, 5163064, 5162671, 5148713, 5129036, 5096626 Change-Id: I548fef209e1f714f70ee6bf7098dbdb881692df4
* Fix animation bugs, stop disabled sweep touches.Jeff Sharkey2011-06-241-0/+1
| | | | | | | | | | | Change sweep drawables to crossfade correctly between states, and work around 4946591 by nesting container one level deeper. Also wait until first layout pass is finished before applying LayoutTransition. Prevent touches from reaching sweeps when chart is disabled. Also bring back log scale for data. Change-Id: I2194714ab075fd32525681119f30427c1b96fc50
* Read network policy earlier, fix ugly scrollbar.Jeff Sharkey2011-06-131-1/+2
| | | | | | | | Read policy before creating options menu, so we correctly populate checkboxes. Also clean up Preference views so we don't crash when returning from app details. Change-Id: I52c38a3016ea669e27b325bfb6ae1620d2a5ca53
* Iterating on data usage; tabs, scrolling, cycles.Jeff Sharkey2011-06-101-12/+26
| | | | | | | | | | | | | | | | | | | Added ActionBar items to control complexity of data surfaced; checked state causes tabs to be shown/hidden for "Mobile", "2G-3G", "4G", and "Wi-Fi" network templates. Loading historical stats and policy from system services based on selected tab. Change entire body under tabs to scroll, treating network options and chart as ListView headers. Teach chart sweep to disable intercept to play with ListView, and draw sweep disabled as dashed line. Hijacking Preference views for toggles to offer consistency. No policy updates are persisted yet. Based on available historical network stats and policy cycle reset day, build list of user-selectable cycles. Wired up chart to display cycle data and reset inspection region to last week of available data. Change-Id: Ia561578276fa23908b745fbc06a6ef828d9ccc2e
* Checkpoint of data usage UI, graphs and lists.Jeff Sharkey2011-06-091-0/+33
Chart of network usage over time, with draggable "sweep" bars for inspection region and warning/limits. Talks with NetworkStatsService for live data, and updates list of application usage as inspection region changes. Change-Id: I2a406e6776daf7d74143c07ec683c10fe711c277