~gary-wzl77/scope-aggregator/std

  • Committer: Kyle Nitzsche
  • Date: 2016-03-03 16:20:10 UTC
  • mfrom: (158.1.2 hints-using-data)
  • Revision ID: kyle.nitzsche@canonical.com-20160303162010-xpszljtnfu1ziwh0
Tags: 4.4
Merge that works withi/requires 1.0 version of hints scope as follows:

Previously when hints quickstart displayed and user tapped "Skip" button
the hints scope set the uri on the Skip button result like so:
scope://com.canonical.scopes.dashboard_dashbiard?q=start

The result was that the "start" string displayed in the agg scope search
box, which is not great.  

The agg scope looked for an incoming query string of "start" and if found
it treated it as signal to dismiss hints quick start (by writing a file
to cache dir, a file that is checked on every refresh).

This merge changes the expectation of the agg scope as follows:

The signal to dismiss hints now takes the form of user_data of 
"hide_quickstart" in the incoming uri, for example:
        std::string data = query().user_data().get_string();
        if (data == "hide_quickstart")
        ... then write the file to dismiss hints.
Filename Latest Rev Last Changed Committer Comment Size
..
data 1 9 years ago Kyle Nitzsche init Diff
include 1 9 years ago Kyle Nitzsche init Diff
po 1 9 years ago Kyle Nitzsche init Diff
src 1 9 years ago Kyle Nitzsche init Diff
tests 1 9 years ago Kyle Nitzsche init Diff
.bzrignore 86.1.9 8 years ago Kyle Nitzsche keyword scopes now supported and placed in positio 794 bytes Diff Download File
CMakeLists.txt 160 8 years ago Kyle Nitzsche Merge that works withi/requires 1.0 version of hin 2.8 KB Diff Download File
KNOWN_ISSUES.md 77 9 years ago Kyle Nitzsche doc formatting 476 bytes Diff Download File
manifest.json.in 5 9 years ago Kyle Nitzsche remove .application ref from manifest 388 bytes Diff Download File
README.md 155.1.3 8 years ago Gary.Wzl README.md fixed with clear sentence 28.2 KB Diff Download File
security.json.in 1 9 years ago Kyle Nitzsche init 131 bytes Diff Download File