History log of /frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
72dcb913931e4390380398cfa899d1702790cd6a 09-Apr-2013 Daniel Sandler <dsandler@android.com> Fix [-] buttons in the notification builder test.

(Broken by change I9fae5a4a).

Bug: 8564511
Change-Id: I0d5b65e6678018630c812c5616e9b3f068029e66
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
0e78de6c0fadd70277eb29f56ccce97c1dffc4f2 04-Apr-2013 Daniel Sandler <dsandler@android.com> Add tag "foo" to builder test's notifications.

This allows them to be conveniently cleared via adb:

$ adb shell service call notification 5 \
s16 com.android.statusbartest \
s16 foo \
i32 <NOTIFICATIONID> \
i32 <USERID>

Bug: 8564511
Change-Id: I9fae5a4a0be64d6707cc06ca938adeb8b3c0b735
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
205ec5a969963f563b30b37385362ccfebdd5e4c 14-Nov-2012 Daniel Sandler <dsandler@android.com> Clean up the Builder test.

Improved vibration coverage
Fixed LED color
Added priority
Added a start delay (for testing LED while screen off)

Change-Id: I3dab0a1a7494f0fe7631d1af49c0fb9a1fdd3f63
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
b9d36649ca458cb5326a144fd88e26b92efba728 19-Oct-2012 Daniel Sandler <dsandler@android.com> Properly show emoji in the notification ticker.

Add an emoji test to StatusBarTest (working around some
difficulties in actually putting high-Unicode chars in the
layout xml).

Bug: 7378383
Change-Id: Ifce9844b26f67d2799521623e5161aa4dad69ed1
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
a3850b68399ab49032e1fc2a2eab129fe3a7e69e 06-Dec-2011 Daniel Sandler <dsandler@android.com> Improve handling of small largeIcons in tablet ticker.

The tablet system bar is too short for a full notification
row, but it will show the largeIcon of a new notification in
its full frame, intruding into the main application content
rectangle a bit. This is a good thing---the notifications
really pop out at you---but it looks a little odd if the
largeIcon is actually *small*: the icon is vertically
centered in the larger (invisible) rectangle, making it look
poorly centered on the system bar.

This change will detect short largeIcons and center them in
the system bar's height instead. Additionally, it applies
the same ticker background all the way to the left
underneath largeIcons that are not full-frame (and therefore
have transparent regions).

Bug: 5708907
Bug: 5560485
Change-Id: I32af45632df164c58fb960110063dbaa08b5536c
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
80a44401a22344f7eabce6976372ab144ef22893 16-Jan-2011 Joe Onorato <joeo@google.com> Need to update the largeIcon for notifications when we're reapplying the views.

Bug: 3298062
Change-Id: I6bb72c0b93e00a9de8cc2633ac07add0a572a20f
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
8d0b655c496e9125fc8d289c4e5bc9a78297ba3d 23-Nov-2010 Joe Onorato <joeo@google.com> Add a better notification test and clean up the flag handling in the notification builder.

Change-Id: I9354ed2c2cda690f53e5f43ad60943b63b02e7d4
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
561d3858bb9409b999a19f7ba93f0b12e1db835f 21-Nov-2010 Joe Onorato <joeo@google.com> The large icon for notifications.

Change-Id: I8537c602b5b5fca03be8980295bfa28330543669
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
3f76aa7755fbb2e77ca6a648bbfa1f75680788c9 20-Nov-2010 Joe Onorato <joeo@google.com> Test for using the right size of notification info text.

Change-Id: Iac8764542ddcd3ef0375f6d6d03225e9f6c2fc1c
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
8595a3dd9a6feff70f8ddbad924d79b591d611e4 20-Nov-2010 Joe Onorato <joeo@google.com> Show the number in the expanded notification instead of in the bar.

Change-Id: I248b4fe1732ed290e9f3f9c094de4544a0e396ab
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java
46439cec0eb0da4d0f853f2d8712d0c00c98475b 19-Nov-2010 Joe Onorato <joeo@google.com> Update the look of the notifications. Includes adding a new Notification.Builder class.

Change-Id: I7c57b81c45defe77d6f3d22472e9cf8432bbed03
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/NotificationBuilderTest.java