summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar
Commit message (Collapse)AuthorAgeFilesLines
* Support for tapping on an immersive-mode priority notification.Daniel Sandler2010-06-291-0/+2
| | | | | | | | | When the user taps on an intruder alert (the priority notification in immersive mode), the .contentIntent in the Notification object will be sent, just as we handle tapping on a normal Notification in the windowshade. Change-Id: Ib6991837b0b2122fe138cddacf347fdbc426b99d
* Updated StatusBar test app for new notifications API.Daniel Sandler2010-06-245-0/+148
| | | | | | | | | New actions: - Toggle activity's immersive mode - Post a priority notification with fullScreenIntent that launches an alert-like activity Change-Id: Ie38372209985577b6db856924c19914c000e1cec
* Add a test item the turns on a bunch of extra icons.Joe Onorato2010-06-091-0/+17
| | | | Change-Id: Ia5884ef46a5b0fa2d608c7924b3eb12293a1da8b
* Handle errors inflating notifications (and their icons).Joe Onorato2010-06-091-15/+35
| | | | | | | | | | | | | On an inflation error, the StatusBarService cleans up, removes / doesn't add the views, and calls into the StatusBarManagerService, which tells the NotificationManagerService to remove the notification. That then calls all the way back into the StatusBarService, but I think being extra careful is okay. Throughout the status bar, it's all keyed off of the IBinder key, so if the app comes in with a good notification while we're cleaning up, we won't lose the new notification or anything like that. Change-Id: Iea78a637495a8b67810c214b951d5ddb93becacb
* Add some disabled logging and another test case for reapplying the ↵Joe Onorato2010-06-091-1/+12
| | | | | | notification views. Change-Id: I839d7771ab42a5d508ce7d15385f6ac6a4e3be83
* In fact, switching an item between ongoing and notifications works.Joe Onorato2010-06-021-1/+1
| | | | | | The test just wasn't testing that. Change-Id: If1af2a7258d2a3764f845d9862a0a0ff62b1d7ed
* Handle bad icon resources.Joe Onorato2010-06-021-0/+10
| | | | Change-Id: I87c5fe68ad8016596068ba7889f3b6d36da3386b
* updateNotifications works.Joe Onorato2010-06-021-3/+1
| | | | Change-Id: I924763a2d42ca1967719f3eb72c57d1cbb912dd7
* Add expand and collapse.Joe Onorato2010-06-021-15/+2
| | | | Change-Id: I58ad95c59b2c46d3f25349e137d5624aefc6c6cd
* merge from open-source masterThe Android Open Source Project2010-06-021-2/+3
|\ | | | | | | Change-Id: I8333e295ba6b6ed8e7658ecf3fbf1ebea3537aeb
| * Replaced raw string arguments for Context.getSystemService() with final ↵Christian Mehlmauer2010-05-311-2/+3
| | | | | | | | | | | | Context variables Change-Id: If5139a1526101292e5da557bfad3f4db80fb64a8
* | merge from open-source masterThe Android Open Source Project2010-05-171-2/+20
|\ \ | |/ | | | | Change-Id: I139c349b80b2cecfbdc30bd697cba099740293d9
| * Updated RGB LED test casesMattias Östergren2010-03-051-2/+20
| | | | | | | | | | | | The test cases for turning on the RGB LED with persistent light was corrected. The color for blinking was updated to blue. And finally an option for turning off the lights was added.
* | 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