--- Log opened Sun Jul 15 00:00:11 2018 00:27 -!- Horwitz [~mich1@p200300800E640A00022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 00:40 -!- Horwitz [~mich1@p200300800E41A200022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 00:40 -!- mode/#navit [+o Horwitz] by ChanServ 03:08 -!- noradtux [~noradtux@2a04:4540:8c02:a001:454e:ec53:99b:b6a4] has quit [Ping timeout: 265 seconds] 03:12 -!- noradtux [~noradtux@port-23092.pppoe.wtnet.de] has joined #navit 04:55 -!- noradtux [~noradtux@port-23092.pppoe.wtnet.de] has quit [Ping timeout: 260 seconds] 05:02 -!- noradtux [~noradtux@port-23092.pppoe.wtnet.de] has joined #navit 09:24 #navit: <+jkoan> Hi lains 09:24 #navit: <+jkoan> I merged some of your PRs 09:37 -!- lains [4eeca108@gateway/web/freenode/ip.78.236.161.8] has joined #navit 09:38 #navit: < lains> Hi jkoan, thanks for the merge! 09:39 #navit: <+jkoan> I had to same gps.h problem also (on Android Studio). I will look into the build for circleci in some days, so I can also look into cmake android build 09:40 #navit: < lains> I have added a commit to the PR on standalone layout xml file, specifically for WinCE but I haven't tested in on WinCE because I don't have any WinCE device right now. 09:40 #navit: < lains> So please don't merge it yet. It is not tested on WinCE. 09:41 #navit: < lains> For gps.h, is it used during the Android build? 10:08 #navit: <+jkoan> Gps.h I sent really used in android, it only tryes to build the module wich won't be used any time 10:09 #navit: <+jkoan> For PRs which are not finished please add "wip" to the Titel 10:12 #navit: < lains> OK, I've updated the title. Thanks. 10:12 #navit: <+jkoan> If you need a wince tester Teel free to send me instructions what to test ;) 10:13 #navit: < lains> Well, it should be straightforward. 10:13 #navit: < lains> Once you have the zip build, try to use this package to unpack to a fresh navit folder. 10:14 #navit: < lains> When you run on WinCE, if layout files are not found, it should break badly (navit will probably not start at all). 10:14 #navit: < lains> If it starts, then you can go to Configuration->Display->Layout 10:15 #navit: < lains> If all layouts are displayed, then everything is fine (and you will notice layout descriptions have gone away from navit.xml, being replaced by a tag. 10:19 #navit: < lains> I can send you a zip if you want. 10:26 #navit: <+jkoan> That would be nice 10:26 #navit: <+jkoan> I think I can test in around 2h 11:12 #navit: < lains> I have uploaded it to https://github.com/lains/navit_wince_test_build/raw/master/navit.zip 12:02 -!- lains [4eeca108@gateway/web/freenode/ip.78.236.161.8] has quit [Ping timeout: 252 seconds] 13:59 #navit: <+jkoan> lains: tested the circleci version and you version, both are working :) 14:00 -!- lains [4eeca108@gateway/web/freenode/ip.78.236.161.8] has joined #navit 14:01 #navit: < lains> Great! 14:02 #navit: < lains> Do you want me to also generate the zip package for WinCE with the new espeak, so that you can check also PR624? 14:02 #navit: < lains> Or maybe you have already launched it with the new espeak. 14:03 #navit: <+jkoan> PR#624 is already merged ;) 14:06 #navit: < lains> Ah yes, you're right. It was not in my zip though, but it was maybe in the circleci build. 14:06 #navit: < lains> So the version in my zip was using the old espeak. 14:07 #navit: <+jkoan> yes, that was the reason why i also tested the circleci version ;) 14:07 #navit: <+jkoan> so the split xml PR is ready? 14:08 #navit: < lains> Yes, I think so, this was the reason why I had put it as WIP. 14:08 #navit: < lains> Maybe others should still review to say if it's OK with them. 14:08 #navit: <+jkoan> okay, then we can remove wip and merge it 14:08 #navit: < lains> I don't know if this PR has received consensus yet. 14:10 #navit: <+jkoan> lets ask KaZeR for its review and then everything should be good. my only idea would be to move the layouts in a direcrory maybe and include every *.xml from that dir? 14:10 #navit: <+jkoan> did KaZeR send you an invite to the navit team? 14:10 #navit: < lains> WIP tag removed :D 14:11 #navit: < lains> Yes, your proposal of a dedicated subdir is nice, so that files are a bit better isolated. 14:11 #navit: < lains> Yes, KaZeR included me in the github org. 14:11 #navit: <+jkoan> and easier for users to download and "install" new layouts 14:12 #navit: <+jkoan> are you also feeling confident about gradle? 14:12 #navit: <+jkoan> asking because of PR#633 then you could review it. it only sets the right versioncode for android apk 14:13 #navit: < lains> I am going to have a look. 14:13 #navit: <+jkoan> nice, thx 14:13 #navit: <+jkoan> and welcome to the navit team 14:13 #navit: < lains> Thank you! 14:14 #navit: <+jkoan> lets move navit to a bright future ^^ 14:14 #navit: < lains> I am not a gradle expert... but I'll check PR#633 to see if I understand it! 14:14 #navit: <+jkoan> i already tested it on a real android device, its working as it should :D 14:15 #navit: <+jkoan> before there was always a one as versioncode which may not be since android needs an increased number to detect the updates 14:15 #navit: < lains> OK... 14:16 #navit: < lains> I saw that you are outputting the versioncode to the console. 14:16 #navit: < lains> I am going to try a build on Android... 14:16 #navit: < lains> I needed to rebuild anyway because I want to get the "View on map" on my phone. 14:18 #navit: <+jkoan> yes, this is due to line 21 with "task printVersion" this could be handy if you only want to get the versioncode. Then you could run ./gradlew printVersion 14:19 #navit: <+jkoan> android build is currently a bit messy... i want to clean this up soon. If you need help feel free to ask of liik in the circleci build file 14:19 #navit: <+jkoan> https://github.com/navit-gps/navit/blob/trunk/.circleci/config.yml#L52-L145 14:22 #navit: <+jkoan> afk some time 14:35 #navit: <+jkoan> back again 15:01 #navit: < lains> I have built for Android 15:02 #navit: < lains> I can see the version "Version Name" in Android/Applications. 15:02 #navit: < lains> It is all working fine. 15:02 #navit: <+jkoan> i an about to fix the gradle build so its working with just one command (currently res/raw is missing) 15:03 #navit: <+jkoan> nice :) 15:03 #navit: <+jkoan> how do you build it? 15:04 #navit: < lains> I don't know where to find "Version Code" though, I don't see it either on logcat. 15:05 #navit: < lains> I built it using gradlew assemble on my machine. 15:05 #navit: <+jkoan> apk is around 2MB? 15:06 #navit: < lains> My apk is 7MB. 15:06 #navit: <+jkoan> strange :/ 15:07 #navit: <+jkoan> you have done other builds in the same git dire already, right? 15:07 #navit: <+jkoan> "adb shell dumpsys package org.navitproject.navit | grep Code" to get the versioncode of installed navit btw 15:10 #navit: < lains> Yes, my build directory is rather messy, I probably have some garbage around. 15:11 #navit: < lains> Good, I could get the versioncode also. 15:11 #navit: <+jkoan> yeah, thats the normal thing with navits source dir... because xls translation and image convert puts its results into th source dir instead of the build dir... thats ugly 15:15 #navit: <+jkoan> then we can soon update google play again :) with new and better navit apk (x86 is now also included) 15:15 #navit: < lains> Well, it doesn't seem too bad. 15:16 #navit: < lains> Biggest files in .apk are: 15:16 #navit: < lains> 323992 resources.arsc 15:16 #navit: < lains> 736120 lib/armeabi-v7a/libnavit.so 15:16 #navit: < lains> 1096444 lib/x86/libnavit.so 15:16 #navit: < lains> 1450784 classes.dex 15:17 #navit: < lains> Total 2605 files (10 389 458 bytes) 15:17 #navit: < lains> (uncompressed) 15:19 #navit: <+jkoan> what do you want to say with this? :D do you think its to big? 15:19 #navit: < lains> No, this is fine, but this is probably the reason why the resulting apk is 7MB on my build. 15:20 #navit: <+jkoan> the reason is because you have all the images in it. with a fresh build and gradle the images are currently not build 15:22 #navit: < lains> OK, so this is coming from additional files on my build directory... well, as long as it fits on my phone :) 15:22 #navit: <+jkoan> jep 15:23 #navit: <+jkoan> but i am about to fix this as well. then gradle will generate those files when needed 15:31 #navit: < lains> Great 15:31 #navit: < lains> I have to go. 15:31 #navit: <+jkoan> okay 15:31 #navit: < lains> Nice to chat with you. 15:31 #navit: <+jkoan> see you 15:31 #navit: < lains> See you. 15:31 #navit: <+jkoan> thx :) 15:32 -!- lains [4eeca108@gateway/web/freenode/ip.78.236.161.8] has quit [Quit: Page closed] 16:23 -!- naggety [~naggety@249.red-95-125-32.dynamicip.rima-tde.net] has quit [Ping timeout: 265 seconds] 16:24 -!- naggety [~naggety@5.red-95-125-0.dynamicip.rima-tde.net] has joined #navit 16:39 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 16:39 -!- mode/#navit [+v xenos1984] by ChanServ 17:34 -!- ilovekiruna [~ilovekiru@81-224-43-187-no80.tbcn.telia.com] has quit [Ping timeout: 240 seconds] 21:00 -!- ilovekiruna [~ilovekiru@81-224-43-187-no80.tbcn.telia.com] has joined #navit 21:00 -!- mode/#navit [+v ilovekiruna] by ChanServ 21:28 -!- tryagain [~quassel@217.107.194.6] has quit [Remote host closed the connection] 23:32 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] --- Log closed Mon Jul 16 00:00:12 2018