History log of /packages/apps/Settings/src/com/android/settings/net/ChartDataLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e557c3349ee781162434ec4746fb71d45606f97c 14-Apr-2012 Jeff Sharkey <jsharkey@android.com> Show data restricted apps, unify strings.

Always show apps with background data restricted, even when not
used in selected time period. Combine measurement disclaimer into
single string, and only show for mobile networks. Unify limit
dialog string.

Bug: 6007276, 5505010, 5495020, 5456087
Change-Id: I0ec307b330838dc9528d7e63e0ac1edd14ba122c
/packages/apps/Settings/src/com/android/settings/net/ChartDataLoader.java
08ce99e224145759904bbd6ae36e0b2bf4b0e4e6 06-Apr-2012 Jeff Sharkey <jsharkey@android.com> Move to INetworkStatsSession with lifecycle.

Explicitly communicate lifecycle, enabling system_server to cache
stats when actively being used.

Bug: 6236498
Change-Id: Ieecc4b1d4fd46aeb5207c4ba9b450e04e9438d00
/packages/apps/Settings/src/com/android/settings/net/ChartDataLoader.java
ef6e1ff728bdf67e222d4d3452f5f354f519556f 22-Mar-2012 Jeff Sharkey <jsharkey@android.com> Cluster apps by user in Data Usage.

When displaying apps that have used data, cluster all app usage
together regardless of profile/user. Always persist policy rules
using primary UID (the UID under the default user).

Bug: 6140462
Change-Id: Ia00bb42b26987553926f4027583dbe03b3bafba1
/packages/apps/Settings/src/com/android/settings/net/ChartDataLoader.java
b98c55bd097e006703352f84f0271dec5181160a 12-Sep-2011 Jeff Sharkey <jsharkey@android.com> Data usage performance, bugfixes.

Optimize launch times by removing unneeded extra work, including
reloading data and tightening chart invalidation. Fix invalidation
storm when sweeps overlap. Move chart history into loader instead of
blocking main thread.

Disable "Split 4G" mode until telephony support is ready, and combine
any existing split policies.

Async loading of application details. Remove alpha transitions to
speed up on some hardware. Hide menus in detail mode. Delay kicking
off force-poll. Fix inset padding on large devices.

Bug: 5284321, 5273918, 5263056
Change-Id: I746d79c05e2a6ea97bbdbdc5d807e208328d1373
/packages/apps/Settings/src/com/android/settings/net/ChartDataLoader.java