**** BEGIN LOGGING AT Thu Feb 18 02:59:59 2016 Feb 18 06:29:39 morning Feb 18 06:43:34 Morning Herrie|Veer I'll have time to look at taht issue tomorrow..I know where to look. Feb 18 06:43:53 and a suspicion as to what is wrong. Feb 18 06:55:22 ka6sox: Great :) Feb 18 07:29:47 Herrie|Veer: morning! Feb 18 07:30:12 ka6sox: morning too :) Feb 18 07:30:46 Morning Tofe Feb 18 07:31:55 Herrie|Veer: yesterday I was looking at how Enyo 1.0 was handling g11n geolocation, and it simply uses data files with a simple cache system Feb 18 07:32:23 I think that's the most reasonable way to go in the short term Feb 18 07:34:21 It uses things like https://github.com/enyojs/enyo-1.0/blob/master/framework/source/g11n/base/javascript/loadfile.js#L44 Feb 18 07:34:35 and we could pretty easily try to do the same Feb 18 07:38:21 Tofe: OK sounds good to me. Not sure how it is performance wise but I guess it's fine? Feb 18 07:39:42 Herrie|Veer: well, I've given a thought about it; we don't need to resolve new phone geolocation that often, and we can cache the ones we've already resolved, which should get us through some use case like call history Feb 18 07:47:58 Tofe, why is the geo-location important? Feb 18 08:01:24 ka6sox: it's more nice than important Feb 18 08:01:42 the phone numbers geocoding was important Feb 18 08:01:52 ah right. Feb 18 08:03:03 geolocation is more to be able to write proudly "Anderson, Alaska" when an unknown number calls :) Feb 18 08:03:22 ka6sox: Just so you know someone from Seattle is calling you when it's a non-contact :P Enyo 1.0 g11n data was only 20 or so countries and outdated. We're switching to Google's variant which is updated & extensive. Not sure how many countries exactly but Feb 18 08:03:22 140 or so? Feb 18 08:03:53 Herrie|Veer: something like that yes Feb 18 08:04:28 okay good... Feb 18 11:22:59 hi guys, someone knows how can I detect applicationEvents? - Enyo 2. Specificly Specificly onWindowParamsChange and onApplicationRelaunch. Feb 18 11:24:47 I know that in webos-lib have implemented onrelaunch event, but does not work. Feb 18 12:00:22 MAMISHO: Check our Messaging app on GitHub, that's Enyo 2 and has relaunch handling. I think we're using enyo-webos and onWebOSRelaunch from the top of my head. Feb 18 12:02:29 ok, thanks Feb 18 12:02:45 I'm in a car now so cannot paste you the link. Feb 18 12:03:17 http://github.com/webos-ports/org.webosports.messaging I think Feb 18 12:04:05 don't worry, be carefuly. Feb 18 12:24:49 Herrie|2: Quite late, but pong. Feb 18 12:38:49 MAMISHO: Don't worry I'm navigator not the driver :P Feb 18 12:39:42 KyleMaas: For the "no files found" for PDF app, not sure it makes sense to implement that now while you're working on the new view thing? Feb 18 12:40:12 Herrie|Veer: Correct. What I'm working on is a major revamp of the app. Feb 18 12:41:04 Herrie|Veer: I've got it displaying PDFs pretty well now. Page navigation now works. Zoom, page rotation, and text search are not yet implemented. But I'm getting there. Feb 18 12:41:04 KyleMaas: OK, nice :) Even the current version of the app is better compared to legacy already functionality wise :) Feb 18 12:42:25 PDF.js is pretty nice in general functionality wise :) Feb 18 12:42:54 Indeed. Feb 18 12:43:07 Speed could be better but well :) Feb 18 12:43:23 It's acceptable in general for something that's JS Feb 18 12:43:32 It's not bad with the rendering queue that comes with the full viewer instead of just using the rendering engine. Feb 18 12:43:51 However, the full viewer is really designed to be run as a complete module. It's taking quite a bit of work to smoothly embed it. Feb 18 12:44:00 Curious too see :) Feb 18 12:44:10 -o Feb 18 12:44:53 Hopefully, it won't be much to see. Ideally it'll look exactly the same. :) Feb 18 12:45:28 KyleMaas: I mean performance wise :) Feb 18 12:47:08 Nice thing is that the pages are pre-rendered in the background instead of only rendering when a page is displayed, so flipping pages is pretty much instantaneous now. Feb 18 12:50:37 Herrie|Veer: hahahha ok!. There is posibility to debugin from virtual machine LuneOs, because is imposible install apps from adb shell Feb 18 12:51:19 I tried adb connect localhost:5522 but no work Feb 18 12:51:27 MAMISHO: You can use SCP and SSH to access it. Feb 18 12:54:13 ok. I'm goin to investigate. thanks! Feb 18 12:54:52 You can run 127.0.0.1:1122 in the Browser in VirtualBox for webinspector Feb 18 20:19:49 Herrie|2: my two PRs are not yet tested on device. Feb 18 20:19:58 But there's a good chance that it will work. Feb 18 20:28:12 Tofe, Herrie|2: ping, have a (hopefully) quick question Feb 18 20:31:25 Andolamin: pong Feb 18 20:32:14 Do we have a mechanism in LuneOS to simulate touchscreen input? Any device is fine. Feb 18 20:34:06 Andolamin: you mean, like an app sending an event mimicking a touch event, or more like debugging an app and wanting to emulate the touch behavior? Feb 18 20:34:38 Debugging. Would probably control over SSH or ADB Feb 18 20:35:35 Then no, not that I know of. I've tried to use some experimental js stuff in Chromium with WebInspector once, but it didn't work that well Feb 18 20:36:12 (it was hammerjs/touchemulator iirc) Feb 18 20:37:43 OK - If I'm understanding correctly luna-next-cardshell receives the touch input from the system then handles that for system UI or forwards it to apps. Potentially possible to expose a service that would simulate the events there? Feb 18 20:47:49 the cardshell is actually only the view of the compositor Feb 18 20:48:10 behind the walls, it's qt+wayland who does the job Feb 18 20:50:16 So, Qt listens to touch inputs, gives it to the qt wayland compositor, which forwards it to the correct app, which here is often a simple Qt wrapper around QtWebEngine, which gives it to the luneOS app. Feb 18 20:52:28 We could image some service in the compositor that emulates some touch events, but is that really useful, compared to a simple on-device test? Feb 18 21:02:52 I'm sorry to say I've forgotten who was working on the Raspberry Pi port, but this might be relevant:https://bugzilla.mozilla.org/show_bug.cgi?id=1242404#c1 Feb 18 21:05:19 DougReederAlso: I am, thanks for the link Feb 18 21:06:10 N.p. Feb 18 21:56:39 Hi team. Feb 18 21:59:50 Some one has documetation of How to create a webos Pach? Feb 18 21:59:57 someone* **** ENDING LOGGING AT Fri Feb 19 02:59:58 2016