**** BEGIN LOGGING AT Wed Oct 05 02:59:58 2016 Oct 05 03:48:39 morning Oct 05 06:45:41 morning Oct 05 07:08:53 Morning! Oct 05 07:16:44 Tofe: Morning! Oct 05 07:20:13 Tofe: I'll do a test later with the removed packagegroup file and remove it when it's working OK. Oct 05 07:20:23 I also sent a small PR for luna-appmanager Oct 05 07:56:00 Yes, and the latter reminded me that we still have to implement cache flushing for qtwebengine apps Oct 05 07:57:05 https://github.com/webOS-ports/luna-webappmanager/blob/master/src/webapplicationwindow.cpp#L564 Oct 05 07:59:06 The nearest I've found in QtWebEngine 5.6 is this: https://github.com/webOS-ports/qtwebengine/blob/webOS-ports/master/src/webengine/api/qquickwebengineview_p.h#L212 but I don't know if we want to reload the app or not in LuneOS Oct 05 08:01:00 I don't even know where clearMemoryCaches is used in practice Oct 05 08:04:38 ah ok it's after an install of an app, or a rescan of the available apps Oct 05 08:06:19 Tofe: Yeah it seems so. Oct 05 08:06:26 Just it didn't like the call :P Oct 05 08:06:30 So I thought to fix it Oct 05 08:07:45 I also noticed some error messages with regards to eventreporter. Oct 05 08:08:10 It seems that collects info wrt errors that were previously sent to HP/Palm for analysis Oct 05 08:08:26 It might be good to keep that functionality for some point in the future. Oct 05 08:08:37 I can bring back the db kind & permissionss Oct 05 08:08:58 And we can ask the users permission to share this info in FirstUse & Settings for example. Oct 05 08:09:23 Yes, better to ask users for kind of thing :) Oct 05 08:09:39 Tofe: Yeah Oct 05 08:10:05 It's more that we'd currently have the option to at least store it, we anyway don't have a backend yet to send this info :P Oct 05 08:10:20 But it doesn't hurt to collect error/crash reports for future I guess. Oct 05 08:15:35 yup Oct 05 08:20:51 I'll sort that Oct 05 18:31:59 nizovn: ping Oct 05 18:41:35 Herrie: pong Oct 05 18:45:06 nizovn: Is your UI work on Cardshell anywhere near a PR-able state or still needs quite some work? I'm trying to see what can still be included in a release that should go out around 10th Oct 05 18:48:10 i'm working on firstuse currently, i think i can pr firstuse app changes at the weekend Oct 05 18:48:24 changes in other components will be ready later Oct 05 18:52:05 nizovn: OK Oct 05 18:52:23 What you're doing in FirstUse? Just curious ;) Oct 05 18:53:18 well i have a list with 20 things i want to improve/check Oct 05 18:53:24 but those all are little Oct 05 18:54:12 Ah ok :) I'll see it in the pR Oct 05 18:54:18 But yeah there are some ;) Oct 05 18:54:27 It's in OK state, but far from perfect ;) Oct 05 18:54:38 But mostly works Oct 05 18:54:54 yes, it's quite good Oct 05 18:56:04 But there are some cosmetics here and there I've noticed too Oct 05 18:56:14 And timezone stuff is tricky :S Oct 05 18:56:23 yup Oct 05 18:56:30 seems i solved timezone Oct 05 18:56:32 seems i solved timezones Oct 05 18:57:18 :) Oct 05 18:57:40 I also noticed the clock on Dockmode is not equal with time on statusbar, so when you get to LNC you might want to look into that Oct 05 18:57:56 I.e. I have 20:57 on status bar (correct time for me) but 19:57 in Dockmode :S Oct 05 18:58:13 ok Oct 05 18:58:43 btw maybe you can answer some of my questions about firstuse.. Oct 05 18:58:52 Sure :) Oct 05 18:58:55 Will try Oct 05 19:00:01 do you know if phone data connection works in firstuse mode? Oct 05 19:00:15 or phone calls? Oct 05 19:01:32 nizovn: good question Oct 05 19:01:36 I'd need to check that Oct 05 19:01:41 I think we get data connection Oct 05 19:01:47 If APN is in database Oct 05 19:02:00 Calls I'd need to try Oct 05 19:02:09 Let me try that Oct 05 19:02:35 What you want to do/check? Oct 05 19:03:46 what will happen if someone calls you while phone in firstuse mode, it will show notification or ...? Oct 05 19:03:56 I'll try that Oct 05 19:04:00 Just flashing latest nightly Oct 05 19:04:05 ok, thanks Oct 05 19:04:59 i personally think we should avoid using data connection without user notice Oct 05 19:06:08 Well it might enable it, BUT since nothing is setup it won't really send anything Oct 05 19:06:24 I.e. no email accounts etc, there's no automatic upload. Oct 05 19:06:41 Only things I can think of is an update check, but not sure about when that's triggered Oct 05 19:08:00 ok Oct 05 19:09:57 Incoming call shows popup on top of FirstUse Oct 05 19:10:43 interesting, so you can skip firstuse? Oct 05 19:10:45 I do get connection bars but no 2g/3g/4g indicator Oct 05 19:10:50 nizovn: No Oct 05 19:10:54 First use is still there Oct 05 19:12:01 ok, sounds good Oct 05 19:12:52 I can test the data part tomorrow when in office.... Here at home signal is poor :P Oct 05 19:13:13 thanks :) Oct 05 19:15:57 btw does our phone app show something in notification bar on missing call? Oct 05 19:21:12 nizovn: No, we need to implement that still Oct 05 19:21:21 ok Oct 05 19:21:22 I had that on my not-documented to-do list :P Oct 05 19:21:36 good :) Oct 05 19:21:41 Just like when you minimize the phone app while on call it should also show you ;) Oct 05 19:21:49 I.e. name + duration Oct 05 20:02:00 I've planned to work on the card dismissing snappiness Oct 05 20:03:40 any ideas how to improve that? Oct 05 20:05:50 maybe by tweaking the underlying ListView, but maybe I would need to change the whole swiping handling, I don't know yet Oct 05 20:06:30 ok, interesting Oct 05 20:08:49 I have to be careful, before we have lots of overlapping gestures there: swiping up a card, swipe left-right to change cards, press-and-hold to begin a drag, and there should still be some place left to do a pinch gesture to zoom in/out the card groups :) Oct 05 20:10:41 yup, sounds rather complicated **** ENDING LOGGING AT Thu Oct 06 02:59:58 2016