History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/net/NetworkOverLimitActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
169126bf4d88514d3e05a5cb3c13d4a60c9f74cb 19-Aug-2014 John Spurlock <jspurlock@google.com> Revert workaround for network limit dialog.

Restore the window type now that it no longer crashes.

This reverts https://googleplex-android-review.git.corp.google.com/#/c/527371/

Bug:17102499
Change-Id: Ifb93a959a693b5925712ae82192c80790b6aefb1
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/NetworkOverLimitActivity.java
cf008884a9e1015732c2bb912cb8d109c6a02c60 18-Aug-2014 John Spurlock <jspurlock@google.com> Temporary workaround for NetworkOverLimitActivity dialog.

Remove the window type, since it now crashes SystemUI.

Bug:17102499
Change-Id: I69230242e27150f9e38822b5cd3745caae108287
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/NetworkOverLimitActivity.java
cd686b5b6d4166b510df8e32138479a9559bc117 05-Jun-2013 John Spurlock <jspurlock@google.com> Migrate systemui Slog calls to Log

Change-Id: Ib6734c85960f06fed646599565b8eeba26b9e98e
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/NetworkOverLimitActivity.java
0e2e5f8b564bebd5798c9fa387fbff96429ab5d2 03-Feb-2012 Jeff Sharkey <jsharkey@android.com> Support snoozing of data warning notification.

Introduce second snooze timestamp to support dismissal of data usage
warning notification. Also explicitly set notification "when" to
avoid fighting with other notifications, such as ongoing downloads.

Bug: 5443756, 5262414
Change-Id: I03342c25b0410b1b2db84de9a40884f04cb1d8ae
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/NetworkOverLimitActivity.java
41ff7ec82422a5b6d00892afdb3232bc0e53d851 26-Jul-2011 Jeff Sharkey <jsharkey@android.com> Revise data limit notifs, watch kernel alerts.

Teach NetworkPolicy limits to "snooze" when requested by user, and
notify with both dialog and notification. Register for network alerts
through NMS to trigger updates immediately instead of waiting for
next stats update.

Enforce that all NetworkPolicy are unique on a template basis, and
move SCREEN_ON/OFF broadcasts to background thread. Launch SystemUI
and Settings directly instead of using actions, and include full
NetworkTemplate in extras.

Tests to verify notification and snooze behavior.

Bug: 5057979, 5023579, 4723336, 5045721
Change-Id: I03724beff94a7c0547cb5220431ba8d4cd44d077
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/NetworkOverLimitActivity.java