History log of /frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6c01a11a20d5fc796360e5e97998401a6cc84f27 04-Oct-2010 Joe Onorato <joeo@google.com> implement the number bubbles on the status bar

Bug: 2993482
Change-Id: I73b1f8c39e995fd4f986c25ea04127eb23c3cd07
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
0398bf70e703e89aacb074e4ef9b4a86843e3d06 19-Aug-2010 Daniel Sandler <dsandler@android.com> Fix periodically disappearing status icons.

Occasionally the animation listener wasn't being told that
the ticker animation had completed; this callback was
essential to keeping the status bar's internal state correct
(namely, setting mTicking=false). The safest thing to do is
simply set mTicking to false immediately upon tickerDone()
or tickerHalting().

Bug: 2915280
Change-Id: I997911b12fa2985fa83b42154fb3485220886219
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
005847b03b2ebe3eb1a974a8a04ad51bca6636cd 04-Jun-2010 Joe Onorato <joeo@android.com> Handle errors inflating notifications (and their icons).

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
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
d2b1f00e1e34cdce0047af7374aa57b1e4b5b040 04-Jun-2010 Joe Onorato <joeo@android.com> Add some disabled logging and another test case for reapplying the notification views.

Change-Id: I839d7771ab42a5d508ce7d15385f6ac6a4e3be83
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
175f79c5a556416817a8f8674b2e0ac3b3cb6e6b 26-May-2010 Joe Onorato <joeo@android.com> In fact, switching an item between ongoing and notifications works.

The test just wasn't testing that.

Change-Id: If1af2a7258d2a3764f845d9862a0a0ff62b1d7ed
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
871bdb9867f6630d8bb28e5607263e8bf4eac3ba 25-May-2010 Joe Onorato <joeo@android.com> Handle bad icon resources.

Change-Id: I87c5fe68ad8016596068ba7889f3b6d36da3386b
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
0e26dffd6cfcb09b08a94a857b891fdef7fe2b1e 24-May-2010 Joe Onorato <joeo@android.com> updateNotifications works.

Change-Id: I924763a2d42ca1967719f3eb72c57d1cbb912dd7
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
1bd7597b8cdaf39d1183077c463cb30596eb31b0 02-Jun-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: I8333e295ba6b6ed8e7658ecf3fbf1ebea3537aeb
ef367529f9c7a538d74599b37b49ac309d0a8d8c 31-May-2010 Christian Mehlmauer <FireFart@gmail.com> Replaced raw string arguments for Context.getSystemService() with final Context variables

Change-Id: If5139a1526101292e5da557bfad3f4db80fb64a8
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
8382068ef2d385183f090373f3b0c6026bd56a99 17-May-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: I139c349b80b2cecfbdc30bd697cba099740293d9
b0fbe297c50df5dcfb81721fd6079dd7125f88e0 05-Mar-2010 Mattias Östergren <mattias.ostergren@sonyericsson.com> Updated RGB LED test cases

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.
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
68065e0a1980ab6abf8963b48b011efa017fe1c2 04-Feb-2010 Joe Onorato <joeo@android.com> Fix 1667521 - system process crash after bad notification

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.
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
c83bb730ec0333e52990a40edf6d54bb66b1d5ba 20-Jan-2010 Joe Onorato <joeo@android.com> Add DateTimeView, a widget that shows a time or the date depending on the
current time. Use that for notifications instead of a TextView that
doesn't ever update.

BUG 1563917
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
e71d9e421da070705a8f37aaf702282467a9fe7f 05-Nov-2009 Joe Onorato <joeo@android.com> Another test for StatusBar test.
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
105925376f8d0f6b318c9938c7b83ef7fef094da 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
4df2423a947bcd3f024cc3d3a1a315a8dc428598 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java
f013e1afd1e68af5e3b868c26a653bbfb39538f8 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationTestList.java