New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 675961 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: ----

Blocking:
issue 675561



Sign in to add a comment

Handle notificationInfo

Project Member Reported by sfiera@chromium.org, Dec 20 2016

Issue description

Remote content suggestions now optionally have fields for notification information. They look something like:
{
  …,
  "notificationInfo": {
    "shouldNotify": true,
    "deadline": "2016-12-31T00:00:00Z", (Maybe. Will match other timestamp fields)
  }
}

We need three things:
1. ContentSuggestion should expose this information.
2. It should be persisted to the database.
3. Suggestions with this information should be ordered before other suggestions.
 

Comment 1 by sfiera@chromium.org, Dec 20 2016

Summary: Handle notificationInfo (was: Handle )

Comment 2 by sfiera@chromium.org, Dec 21 2016

Blocking: 675561

Comment 3 by fi...@chromium.org, Dec 22 2016

Status: Available (was: Untriaged)

Comment 4 by fi...@chromium.org, Dec 22 2016

Labels: -Pri-2 M-57 zine-triaged Pri-1
Project Member

Comment 6 by bugdroid1@chromium.org, Jan 6 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6f439cbe3aed0f47ed16c82a5f28e51c87a69a72

commit 6f439cbe3aed0f47ed16c82a5f28e51c87a69a72
Author: sfiera <sfiera@chromium.org>
Date: Fri Jan 06 17:10:09 2017

Group content suggestions notifications separately

Without this, the notification could get grouped with one of the other
types of Chrome notifications.

BUG= 675961 

Review-Url: https://codereview.chromium.org/2618733003
Cr-Commit-Position: refs/heads/master@{#441955}

[modify] https://crrev.com/6f439cbe3aed0f47ed16c82a5f28e51c87a69a72/chrome/android/java/src/org/chromium/chrome/browser/ntp/ContentSuggestionsNotificationHelper.java

Status: Fixed (was: Available)

Sign in to add a comment