summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/net
Commit message (Collapse)AuthorAgeFilesLines
* Support snoozing of data warning notification.Jeff Sharkey2012-02-021-1/+1
| | | | | | | | | 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
* Revise data limit notifs, watch kernel alerts.Jeff Sharkey2011-07-271-0/+98
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