|
2016-04-17
, 19:38
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#322
|
|
2016-04-17
, 21:06
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#323
|
They are not, it's only if we won't package it to the app (either as a .so in rpm or statically linked) - we're limiting potential users to those who can install external dependency (either via ssu/pkcon or otherwise). So this is what we need to crack on - go with external dep or package all together.
Or do you mean in general?
|
2016-04-17
, 21:35
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#324
|
|
2016-04-17
, 22:24
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#325
|
The Following User Says Thank You to ruff For This Useful Post: | ||
|
2016-04-17
, 22:39
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#326
|
What are plans for proper timeline implementation? Started looking at how to hook in dev.con pin-ops and found complete absence of the timeline in rockpool. There's some rudimentary glue on top of blobdb to wrap calendar and notification events but otherwise it's empty.
I'm thinking about making something on top of sqlite to handle proper insert/select/update with either raw json or cooked serialized bytearray as a payload.
But this is big chunk of work, so if there's already movement in that direction somewhere else - can patiently wait or participate.
The Following User Says Thank You to abranson For This Useful Post: | ||
|
2016-04-17
, 22:54
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#327
|
The Following 3 Users Say Thank You to ruff For This Useful Post: | ||
|
2016-04-17
, 23:09
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#328
|
|
2016-04-18
, 06:30
|
Posts: 207 |
Thanked: 482 times |
Joined on Mar 2016
|
#329
|
Then, we should remove the Notification::NotificationType enum and use those URIs instead, as they're what we'll be getting back in the JSON anyway.
The Following 2 Users Say Thank You to ruff For This Useful Post: | ||
|
2016-04-18
, 08:41
|
Posts: 287 |
Thanked: 862 times |
Joined on Dec 2015
|
#330
|
This type afaik is used for internal mapping - to create a pin-like object from platform event, so that might need to keep. What we need to remove though is that part from blobdb where we assign icons based on the type (BlobDB::insertNotification) - maybe move it to notification - so that should be able to cast itself to the TimelineItem.
Ideally platform integration layer should come up with proper json document and just feed it to the timeline engine. In that case we can remove of course all these proxy objects like notifications and calendar-events working purely with the timeine api to manage all kind of notifications. Or with raw TimelineItem - to avoid double conversion (for one-offs).
The Following 4 Users Say Thank You to abranson For This Useful Post: | ||
Or do you mean in general?