**** BEGIN LOGGING AT Sat Jan 24 02:59:59 2015 Jan 24 03:40:13 Contacts uses CoreNaviArranger, but hasn’t yet been updated to 2.5 Jan 24 03:49:22 Memos is still on Enyo 2.3.1-pre.1. Dang! Jan 24 03:50:21 Contacts doesn’t use CoreNaviArranger Jan 24 03:51:39 Excuse me, that first one should be *Preware* uses CoreNaviArranger, but hasn’t yet been updated to 2.5 Jan 24 03:53:24 File Manager is still on Enyo 2.3.0-rc.1 Jan 24 03:58:02 Settings uses CoreNaviArranger and is still on Enyo 2.3.0-rc.4 Jan 24 04:08:27 Calendar uses CoreNaviArranger, and it appears to be using an Enyo so old it doesn’t have a version object! Jan 24 06:44:37 DougReeder: Most apps have been updated to 2.5.1(.1) but not merged due to the pending problem Jan 24 06:44:45 Microtech did quite some PR's for it Jan 24 06:45:15 Memos: https://github.com/webOS-ports/org.webosports.app.memos/pulls Jan 24 06:45:53 Settings: https://github.com/webOS-ports/org.webosports.app.settings/tree/Enyo-2.5.1-Testing Jan 24 06:47:59 Preware: https://github.com/webos-ports/preware/pulls Jan 24 06:48:21 Messaging: https://github.com/webOS-ports/org.webosports.messaging/pulls Jan 24 06:50:30 DougReeder: This might actually fix it? https://github.com/webOS-ports/webos-lib/pull/11/files Jan 24 06:50:46 Seems like that one wasn't merged and all apps use the old webos-lib without this fix.... Jan 24 07:08:55 Ah seems that based on https://github.com/enyojs/enyo-docs/blob/master/developer-guide/release-notes/migration-2.3-to-2.5.md resized should be replace by resize and not rendered Jan 24 07:08:59 That might cause the issue Jan 24 07:12:36 Let me test that quickly Jan 24 07:44:25 Yeah changing it into resize fixes it Jan 24 07:45:19 DougReeder: I suggest to keep webos-lib for now and I'll create an issue for later to look into both webos-lib and enyo-webos and remove the redundancy from webos-lib and use enyo-webos for that and only leave the needed stuff in webos-lib Jan 24 09:21:52 Morning Jan 24 09:27:11 Herrie: https://github.com/webOS-ports/luna-init/blob/webOS-ports/master/src/mccInfo.json seems to be a lot more suited Jan 24 09:28:52 and easier to handle Jan 24 09:32:37 YEah that's what I meant Jan 24 09:32:47 It's available, just not sure it's exposed yet by a LS2 call Jan 24 09:32:53 Looking into how legacy deals with this Jan 24 09:34:43 no it isn't Jan 24 09:34:51 legacy deals with it directly within the telephony service Jan 24 09:34:55 we need to do the same in telephonyd Jan 24 09:34:58 should be rather easy Jan 24 09:35:36 Herrie: https://github.com/webOS-ports/webos-telephonyd/blob/master/src/telephonyservice_net.c#L57 Jan 24 09:35:47 https://github.com/webOS-ports/webos-telephonyd/blob/master/src/telephonyservice_net.c#L57 Jan 24 09:35:51 should be added there Jan 24 09:35:54 will try to do that Jan 24 09:38:08 Great Jan 24 09:38:14 Seems we found the culprit for Enyo 2.5.1.1 Jan 24 09:38:24 Was indeed webos-lib Jan 24 09:38:32 Got memos and filemanager working now it seems Jan 24 09:38:41 PDF needs some TLC just like contacts Jan 24 09:38:44 Need to test others still Jan 24 17:06:23 ok Herrie went thruo and change them to resize() on my pulls also the more-arrangers libaray used resized() too so i change them too in my pulls Jan 24 17:09:36 OK Jan 24 17:10:04 P.s. I noticed on memos that I can set the bg color for a NEW memo, but cannot change color for an existing one it seems Jan 24 17:10:08 Probably something small Jan 24 18:50:03 Herrie, for Testr I just replaced CoreNaviArranger with CollapsingArranger. That fixes the input problem under 2.5. It’s not clear to me the CoreNaviArranger does anything that Collpsing arranger doesn’t Jan 24 18:50:45 And then we can upgrade Enyo in the apps whenever we want. Jan 24 18:51:18 And we can migrage to enyo-webos if and when we choose to. Jan 24 18:52:50 But all we need to do now is replace CoreNaviArranger with CollapsingArranger, I think. Jan 24 18:54:27 Separately, I have a working copy of Contacts that has most of the changes to allow using Enyo 2.5. After I finish the add-a-contact functionality, I can do another PR. Jan 24 18:57:47 DougReeder: The CoreNaviArranger can be fixed. I think is good to keep it for now and later do a migration so the code is not too different between different apps Jan 24 19:02:36 But what does CoreNaviArranger *do*? Jan 24 19:02:53 I think it would be good to evaluate webos-lib and remove what's in enyo-webos and use the enyo-webos variants instead. Jan 24 19:03:02 But what does CoreNaviArranger *do*? Jan 24 19:03:12 The fix for the CoreNaviArranger is 2 words ;) Jan 24 19:03:26 Great, but what does it *do*? Jan 24 19:04:12 DougReeder: tbh not 100% sure it was made by ShiftyAxel over 2 years ago... Could be he put stuff in there that was not in Enyo at that time but is now... Jan 24 19:05:51 Just upgrading everything to Enyo 2.5.1.1 is already a big enough task for now it seems, I'd prefer to keep additional changes for a bit later Jan 24 19:05:57 So we can do them at once across all apps Jan 24 19:07:08 morphis: can you create a "more-arrangers" repo? I've forked ShiftyAxels version and updated for Enyo 2.5+. Would be good if we can keep it in Ports repo because it's used by a number of apps Jan 24 22:50:53 Cage1___: ping Jan 24 22:52:02 Hi Jan 24 22:52:23 I think I might have found the problem with MEssaging and emulator Jan 24 22:52:32 I also couldn't get it to run on my N4 with your latest code. Jan 24 22:52:47 I deleted the enyo-webos lib and replaced it with the 2.5.1.1 release and it's fine then Jan 24 22:52:57 I would get a white screen after splash Jan 24 22:53:05 Let me push my code back to the master branch Jan 24 22:53:10 Gimme a few mins Jan 24 22:53:43 Seems you had the 2.4.0 of enyo-webos still Jan 24 22:53:52 And some stuff changed with regards to the db storage stuff Jan 24 22:59:35 OK latest code is in: https://github.com/webOS-ports/org.webosports.messaging Jan 24 23:00:09 I use the following 2 commands to build & deploy: node enyo/tools/deploy.js -o deploy/org.webosports.app.messaging Jan 24 23:00:25 adb push deploy/org.webosports.app.messaging /usr/palm/applications/org.webosports.app.messaging Jan 24 23:00:39 That should work on emu as well.. Tested on N4 and all OK there Jan 24 23:01:05 Changes from Enyo 2.3 and 2.4 to 2.5+ were a bit of a pain and caused all kinds of funny problems Jan 24 23:01:12 That's probably what you ran into now Jan 24 23:02:40 I basically forked your latest branch, updated to 2.5.1.1 and updated some additional libs Jan 24 23:02:49 And pushed that to master branch in webos-ports Jan 25 00:34:19 ok thx Jan 25 00:56:36 is there a kind to pull up a list of contacts? **** ENDING LOGGING AT Sun Jan 25 02:59:59 2015