[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-09-21 Thread Treviño
** Changed in: libunity (Ubuntu)
   Status: New => Confirmed

** Changed in: libunity (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libunity in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in libunity:
  Triaged
Status in libunity package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-28 Thread HuangZhiquan
** Branch unlinked: lp:~huangzhiquan/unity8/netConnectRefreshDash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-19 Thread Albert Astals Cid
Honestly i think this should be done on the unity-scopes-plugin rather
than on the unity-dash  itself, the unity-scopes-plugin has more
information about whether a network reconnect should end up in a refresh
or not.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-19 Thread HuangZhiquan
Yes, thanks,maybe what i deal with it seems rude(dash will refresh only
when device connect successfully). We don't always want to refresh some
scopes when net connect. But i don't know when we need to refresh scopes
or when we leave scopes alone, flaky network is also a question for this
bug. (refreshing with a blank scope is a question needs to deal)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-19 Thread Pawel Stolowski
The attached fix for unity8 looks good and will most likely do what it's
supposed to do, but I wonder if this is good strategy. What this change
effectively means is: if scope is currently active (visible) while
network becomes available, it will be refreshed; if it's not visible
(but favorited), it will be marked "dirty" and refreshed when user
swipes/selects it. To my understanding this will affect not only the
after-boot scenario, but normal usage as well. What if network is flaky
and goes offline/online a lot? We'll end up re-querying scopes more
often than necessary, disregarding TTL of the results (currently visible
results may still be "valid", but forcefully refreshed just because
network gets available). Perhaps the shell should cooperate more closely
with shell plugin with this, rather than forcing refresh?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-18 Thread HuangZhiquan
** Branch linked: lp:~huangzhiquan/unity8/netConnectRefreshDash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-17 Thread HuangZhiquan
i use networkinfo for help,get the current networkmode,and then get the
accesspointname,when you connect to net and success, dashcontent will
refresh all scopes

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2015-05-15 Thread HuangZhiquan
** Branch linked: lp:~huangzhiquan/unity8/netconnectrefreshdash

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2014-09-09 Thread Michał Sawicz
** No longer affects: unity8

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1229241] Re: net connection should refresh scopes

2014-09-03 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity8 (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1229241

Title:
  net connection should refresh scopes

Status in LibUnity:
  Triaged
Status in The Unity 8 shell:
  Triaged
Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  Currently when you start the phone from a fresh flash you get the
  first time use guide.  This blocks networks from initialising.
  Because of this there might not be a connection when the system first
  boots.  This means that click apps and network based scopes and their
  options aren't available.

  Unity should refresh the Scopes once a network connection is
  confirmed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity/+bug/1229241/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp