landing-team-changes team mailing list archive
-
landing-team-changes team
-
Mailing list archive
-
Message #01119
[stable-overlay] account-polld (0.1+15.04.20151016.1-0ubuntu1)
Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive
---------------
Format: 1.8
Date: Fri, 16 Oct 2015 13:13:10 +0000
Source: account-polld
Binary: account-polld
Architecture: source
Version: 0.1+15.04.20151016.1-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Jonas G. Drange <ci-train-bot@xxxxxxxxxxxxx>
Description:
account-polld - Poll daemon for notifications though the Ubuntu Push Client
Launchpad-Bugs-Fixed: 1365206 1400749 1493733 1496773
Changes:
account-polld (0.1+15.04.20151016.1-0ubuntu1) vivid; urgency=medium
.
[ Alberto Mardegan ]
* Remove non-working facebook integration. (LP: #1493733)
* debian/control, debian/account-polld.conf:
Remove mentions of Facebook from the descriptions.
.
[ Niklas Wenzel ]
* Tell libsignon-glib not to open a trust session by passing
SIGNON_POLICY_NO_USER_INTERACTION as the
SIGNON_SESSION_DATA_UI_POLICY value (part of the issue experienced
in LP: #1496773) (LP: #1496773)
* When authentification of an account fails continuously, we should
wait a bit before trying again (part of the issue experienced in LP:
#1496773) (LP: #1496773)
.
account-polld (0.1+15.04.20150410-0ubuntu2~gcc5.1) wily; urgency=medium
.
* No-change test rebuild for g++5 ABI transition
.
account-polld (0.1+15.04.20150410-0ubuntu1) vivid; urgency=medium
.
[ John R. Lenton ]
* Fix an unfortunate wording (lp:1365206); also, re-ran the
update_translations script. (LP: #1365206)
* Stripped authors from copyright notices; it's a maintenance
nightmare and serves no purpose.
.
[ Niklas Wenzel ]
* [r=chipaca] directly poll with new account fix
* [r=chipaca] handle auth failure better
* [r=chipaca] make poll() always send over doneChan
.
[ Sergio Schvezov ]
* fix update_translations.sh
.
account-polld (0.1+15.04.20141210.1-0ubuntu1) vivid; urgency=low
.
[ John R. Lenton ]
* first pass at grouping notifications by plugin (next pass: make
gmail track threads, not messages). (LP: #1400749)
.
account-polld (0.1+14.10.20141006.1-0ubuntu1) utopic; urgency=low
.
[ Guillermo Gonzalez ]
* Log unseen value when skipping a message
.
[ Roberto Alsina ]
* Use identifiers and API keys provided by the respective webapps
which are the official end points for the notifications. Respect
blacklist gsetting to skip polling for notifications that are not
going to be shown .
.
account-polld (0.1+14.10.20140910-0ubuntu1) utopic; urgency=low
.
[ Guillermo Gonzalez ]
* Add a 5 min constraint to the facebook chat notifications, only send
it if it is 5min old. Also new unittests for the facebook plugin.
.
account-polld (0.1+14.10.20140828-0ubuntu1) utopic; urgency=low
.
[ CI bot ]
* Resync trunk
.
[ Guillermo Gonzalez ]
* Initial version of inbox/messages polling.
.
account-polld (0.1+14.10.20140825.1-0ubuntu1) utopic; urgency=low
.
[ CI bot ]
* Switch from self polling to being polled by the push client that
manages the power state
.
[ Sergio Schvezov ]
* Adding gmail avatar's through QtContacts
.
account-polld (0.1+14.10.20140811.1-0ubuntu1) utopic; urgency=low
.
[ CI bot ]
* Resync trunk
.
[ Sergio Schvezov ]
* Persist gmail reported ids and recover on boot
* Facebook pretty notifications, persistence (with multiple account
support)
.
account-polld (0.1+14.10.20140806.1-0ubuntu1) utopic; urgency=low
.
[ Sergio Schvezov ]
* Translation fixes
* Packaging fixes: remove host arch from debian/rules, install to bin
instead of lib; start only when the push client session is available
.
account-polld (0.1+14.10.20140806-0ubuntu1) utopic; urgency=low
.
[ Sergio Schvezov ]
* Poll on start and polling result logs
* GMail consolidate messages and date limit email check
* Only tweet since daemon start and use https for actions
.
account-polld (0.1+14.10.20140801.2-0ubuntu1) utopic; urgency=low
.
[ Sergio Schvezov ]
* Card strings updated according to designs.
* Using the proper mobile site gmail url.
* Using the designed sound file.
* Using a more indicative icon to display in the account
configuration.
* When logging account refresh limit to logging the corresponding
account id only.
* Use the timestamp entry for cards.
.
[ Roberto Alsina ]
* Translation support for account-polld
.
account-polld (0.1+14.10.20140731-0ubuntu1) utopic; urgency=low
.
[ CI bot ]
* Notification function with common parameters
.
[ Sergio Schvezov ]
* Icons as links or empty for default contact icon
.
account-polld (0.1+14.10.20140728.2-0ubuntu1) utopic; urgency=low
.
[ Sergio Schvezov ]
* Return ErrTokenExpired on google auth errors
* If the twitter user's avatar is available use it in the notification
card's icon
* Reset poll on success even when no new notifications come in.
* Set the default sound to a path relative to an XDG_DATA_DIR as the
push client searches within those paths.
.
account-polld (0.1+14.10.20140725-0ubuntu1) utopic; urgency=low
.
[ Sergio Schvezov ]
* Minor fixes to paths and updates to use the system credentials.
* Click installation check before poll
* Setting the interval to a more reasonable value. Allowing to
override on start with an envvar
* Normalizing notifications.
* Only create a max of 2 notifications and 1 consolidated one for each
status and direct messages poll in the twitter plugin.
* Add support for handling token expiry.
.
account-polld (0.1+14.10.20140724-0ubuntu1) utopic; urgency=low
.
[ Sergio Schvezov ]
* Inital packaging.
* Initial plugin interface
* Adding unregister
* Interface cleanup. Removing state as it's going to be managed by the
daemon. Register is not needed as accounts are managed by the daemon
with. a new instance created per account. Added ApplicationId().
* Bootstrapping project layout
* Update and refactor the online-accounts binding to support tracking
multiple services and multiple instances of each service.
* Monitoring accounts with the accounts internal package.
* Adding mutex to account access.
* Add Facebook plugin. It currently doesn't support paginated results,
and requires a token with "manage_notifications" permission.
* Postal API updates with actual posting to the postal service.
* Ubuntu Online Accounts resources with specific service file for
gmail (pending proper client keys).
* Adding gmail plugin implementation.
* Initial packaging
.
[ James Henstridge ]
* Add the Twitter polling plugin.
.
[ CI bot ]
* Boarding the (ci) train
Checksums-Sha1:
0f4df4e9e27afb19da57850594d7e0b69cb2d2b1 2190 account-polld_0.1+15.04.20151016.1-0ubuntu1.dsc
07569a343b5d76821c86220f73073c3eabf03681 46106 account-polld_0.1+15.04.20151016.1.orig.tar.gz
9f7f46546e880510f7800bd2b222dea3d9a9ebc3 5128 account-polld_0.1+15.04.20151016.1-0ubuntu1.diff.gz
Checksums-Sha256:
5c20b94ed8e56a89bd7ff46969a6e108e5bfde6fd1271621271f6a4124ae1b28 2190 account-polld_0.1+15.04.20151016.1-0ubuntu1.dsc
543b0458e21187261348480b811a37453a8a784220fe6ecd6b858997b3d5ae55 46106 account-polld_0.1+15.04.20151016.1.orig.tar.gz
90677cede5610ce15f3a323abc5c49a238cc346e10b0cd36e7d15ac13f4dc4fa 5128 account-polld_0.1+15.04.20151016.1-0ubuntu1.diff.gz
Files:
2ccf7a3555840f1e398cd5e639474d5b 2190 net optional account-polld_0.1+15.04.20151016.1-0ubuntu1.dsc
1700c41e14a2c20a016c59582863538a 46106 net optional account-polld_0.1+15.04.20151016.1.orig.tar.gz
5545ada60b40edc8be9c33393001b356 5128 net optional account-polld_0.1+15.04.20151016.1-0ubuntu1.diff.gz