summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar
Commit message (Collapse)AuthorAgeFilesLines
* Add support in StatusBarManager for disabling ticker text.Daniel Sandler2010-02-041-2/+12
| | | | | | | | | | | | The new flag, DISABLE_NOTIFICATION_TICKER, will be used by the car dock app (in conjunction with DISABLE_EXPAND) to minimize distractions to the driver. It may also be used by the secure lockscreen to avoid leaking personal information when the screen is on but the device is locked (e.g. when the desk dock app is running). Change-Id: Ibc8efde7da7501767163ae0a75f7c369b824e2a2
* Fix 1667521 - system process crash after bad notificationJoe Onorato2010-02-031-0/+36
| | | | | | | | The steps to reproduce this were kind of interesting. You needed to have a notification with a bogus RemoteViews in the first position in the list, and then have another notification come in with an earlier timestampe. In that case, it would get a bad index for the new (not bogus) view that was being added.
* Add DateTimeView, a widget that shows a time or the date depending on theJoe Onorato2010-01-191-0/+21
| | | | | | | current time. Use that for notifications instead of a TextView that doesn't ever update. BUG 1563917
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
| | | | Bug: #2361749.
* Another test for StatusBar test.Joe Onorato2009-11-052-0/+22
|
* AI 143279: am: CL 142828 am: CL 142827 Fix a typo that made the blink rate ↵Joe Onorato2009-03-271-0/+39
| | | | | | | | | | | | of the LED incorrect. (and add a test that helped me debug it) Original author: joeo Merged from: //branches/cupcake/... Original author: android-build Merged from: //branches/donutburger/... Automated import of CL 143279
* Automated import from //branches/master/...@141000,141000Joe Onorato2009-03-241-2/+22
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-16/+70
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+3
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-0/+1109
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0319-1109/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1719-0/+1109