| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Merge commit 'bc4bc709a819801a23aa604896ae2457ae710bec'
* commit 'bc4bc709a819801a23aa604896ae2457ae710bec':
Basic handling of Notifications with fullScreenIntent.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a Notification has a non-null fullScreenIntent AND the
topmost Activity is not immersive, that PendingIntent will
fire (presumably causing a nice dialog or full-screen
activity to appear).
Immersive mode handling for FLAG_HIGH_PRIORITY Notifications
is still unimplemented (although the fullScreenIntent will
be suppressed in immersive mode).
Note that currently your fullScreenIntent notification will
also get posted to the status bar, so you're responsible for
clearing it out (e.g. in onPause in your alert intent). See
forthcoming changes to StatusBarTest for an example.
Change-Id: Ie750d1b7bcc788bd29ee1d8626f971dd47fd2817
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
application." into gingerbread
Merge commit 'ea8eafad4f5438ec1291d45376959a996d36e15e'
* commit 'ea8eafad4f5438ec1291d45376959a996d36e15e':
Make bad notifications crash their application.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Implement notification manager handling of bad notifications, to
call a new activity manager to have the owner's process crashed
(if there is one).
Change-Id: Ib15e8d0c598756f3b39c99cc2045c18e054daf6b
|
| |/
|
|
| |
Change-Id: I769247c7b5b0ab4a233932635752ec602442af34
|
| |
|
|
| |
Change-Id: Ie495a41dac03e1fe5ddccefcbd2a0673090a6db1
|
| |
|
|
|
|
|
| |
This lets it turn off the LED. However, it seems like somebody broke
the notification LEDs. GRRR.
Change-Id: I3f7066c2b2e1673dc0144a34cf59946351a647be
|
| |
|
|
|
|
|
|
| |
Then, now that StatusBarManagerService is the only thing in that package,
move it up to the regular services package. (I've been waiting for 4 years
to delete that package!)
Change-Id: If5faf44641319fd19e486d1f4e5bc1c6dfcff3ad
|
| |
|
|
|
|
|
|
| |
trampolining through
a braodcast receiver.
Change-Id: I6ae0740fea07350b80c35c0ee2d938e0364d773e
|
| |
|
|
| |
Change-Id: I57b2d296e0d0cef0d256ae6697fffc47188d14df
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I4a11f027e764c92602d0429947e9ef39edd882e2
|
| |
|
|
|
|
| |
Also fix the notification to show properly when the runtime is restarted.
Change-Id: Id0c7ef9f9dc9c9df18428cbaa7db1703f085137e
|
| |
|
|
|
|
| |
notification views.
Change-Id: I839d7771ab42a5d508ce7d15385f6ac6a4e3be83
|
| |
|
|
| |
Change-Id: I42c2332c3c114700f5ade77b63b4f6010ea5507a
|
| |
|
|
| |
Change-Id: I76ea5e72288245b69273c76a470b54eaec890361
|
| |
|
|
| |
Change-Id: Ia2e5db99b751d3f299c4a9b587ef718212bd8161
|
| |
|
|
| |
Change-Id: Idb7e456bc302578c3866448334eb0ebf0ba235d4
|
| |
|
|
| |
Change-Id: Ib7c130a97826f6950f51462ef915a9d0a5f847d6
|
| |
|
|
| |
Change-Id: Ie0b3fd9ed4bc9a012791372e6276f0b5908370a5
|
| |
|
|
| |
Change-Id: I73719f4fd475a39d4c1245de45c6a13c31e6323b
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Artwork is FPO but serviceable enough. Many hardcoded font
colors & styles were moved to styles.xml where they belong.
AM/PM finally given the old heave-ho (but configurable in
StatusBarPolicy.java).
Notification content remains on a light-gray background for
now (so as not to screw up custom RemoteViews) but status
icons will definitely need across-the-board rework to look
better against a dark background.
(Re-integrated on top of new status bar code.)
Change-Id: Ia180b3c2ba8e23c9a2f50cf46f98f12958022b53
|
| |
|
|
| |
Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
|
| |
|