*** zbenjamin_ is now known as zbenjamin | 01:54 | |
*** jvd is now known as JvD_ | 04:33 | |
frojnd | pketo: srsly? Ok let me try | 06:51 |
---|---|---|
dcaliste | Hello chriadam, I'm leaving home now. I think I'll be 10 min. late. Sorry. | 06:52 |
chriadam | hi dcaliste, no problem at all | 06:53 |
pketo | frojnd: did it work? | 07:10 |
frojnd | pketo: I don't know... should I see any more apps? | 07:11 |
pketo | frojnd: you should see android support, exchange support and predictive text input in store, in the jolla category | 07:14 |
dcaliste | Hello chriadam, sorry for the delay. | 07:15 |
chriadam | dcaliste: hi, no worries, I hope you had a good week | 07:17 |
dcaliste | Yes, fine, thank you. | 07:18 |
frojnd | pketo: yeah I went to Apps -> Store -> Jolla -> and I see Predivtive text input, MS Excgange, Android Support but how do I install them? | 07:18 |
dcaliste | I've submitted the UI proposal for web calendars in bitbucket, you may have noticed. Nice feedback from pvuorela, flypig and jpetrell. Thanks to them. | 07:19 |
pketo | frojnd: doesn't the install work? | 07:19 |
chriadam | dcaliste: yep, saw lots of discussion there, good to see that one proceeding | 07:19 |
frojnd | pketo: I guess I don't know how to install ;D | 07:20 |
frojnd | Aaaaa | 07:20 |
frojnd | Pulley :D | 07:20 |
dcaliste | Still not sure about the place for it to be, calendar app or account page. I think discussion will continue about this point. | 07:20 |
chriadam | dcaliste: I also updated kcalcore MR#9 with a unit test which shows an issue with the "expansion of occurrences within interval" which is unrelated to timezone things | 07:20 |
chriadam | yes. my opinion is that it doesn't belong on account page, since no account is required to access it. but maybe I'm wrong. | 07:21 |
dcaliste | I've seen your addition this morning. This remains me that I wanted to test it upstream, but I didn't. | 07:21 |
chriadam | maybe a credential-less account is a useful concept here | 07:21 |
chriadam | e.g. "account type = webcal subscription" with just one setting: the url. no username/password. | 07:22 |
dcaliste | credential-less, yes I was thinking about the same. The accoutn shell would just be needed to leverage the existing code and infra for account listing, syncing… | 07:22 |
chriadam | indeed | 07:23 |
dcaliste | The only thing is that I would like to keep the options (URL, use-defined label, connection settings if any…) in the sync profile, not in the account. I need to see if it's possible with the current code. | 07:23 |
dcaliste | I would prefer like that, because it's simpler in the buteo plugin implementation. | 07:24 |
dcaliste | The profile is already at hand and we don't need to fetch the associated account number. | 07:24 |
dcaliste | And all the boiler plate of service associated to the account. | 07:25 |
chriadam | right | 07:25 |
dcaliste | So I will see in the coming days or weeks, what it would mean to set this web cal subscription in an account setting page. I will come back with another proposal, so the pro and con can be discuss fully there. | 07:26 |
chriadam | thanks very much | 07:27 |
chriadam | I don't think pvuorela is online at the moment unfortunately | 07:28 |
chriadam | otherwise would be a good opportunity to discuss the options | 07:28 |
chriadam | oh well. | 07:29 |
dcaliste | No problem, it can be done later when I have more clear ideas what does it mean to use the account infrastructure to access profile options and so on. | 07:29 |
chriadam | yep | 07:29 |
dcaliste | I guess you are busy, what do you think about this MR : https://git.sailfishos.org/mer-core/mkcal/merge_requests/26 ? Adding a calendar property table in mkcal. | 07:29 |
chriadam | checking that one now | 07:31 |
frojnd | mal: I installed openrepos and search engines... I went to Settings -> appas -> Browser and there I c hange search engine to duckduckgo yet I still have Bing as a search engine | 07:31 |
frojnd | Ok I think I know what's going on. I had to close previos tab and start searching something new | 07:32 |
chriadam | dcaliste: looks good, minor comment about style (camel casing), aside from that I wonder when the change would be actually committed if the notebook->setCustomProperty() api is used? i.e. the transaction | 07:33 |
chriadam | is that only on storage->updateNotebook()? | 07:34 |
dcaliste | Yes, that's it. | 07:34 |
dcaliste | Like for the other properties that already have a dedicated field. | 07:34 |
chriadam | cool | 07:34 |
chriadam | sounds good to me. nice comprehensive unit test too, great work | 07:35 |
chriadam | I will ask pvuorela and flypig to take a look at that one also | 07:35 |
dcaliste | Ok thank you. We can then simplify so tricks from the caldav and google buteo plugin. | 07:37 |
chriadam | yes | 07:38 |
dcaliste | The thing to look closely at is the table layout I think. As mentioned in the MR, I'm using the CalendarId as reference, but this field is a string, not an integer id like the rowid. | 07:38 |
frojnd | Guys what would be the best way to import my contacts from Android? I used MicroG and DavDroid | 07:39 |
dcaliste | I don't think that it can create real latencies with the size of database at hand, but I'm not a specilist. | 07:39 |
chriadam | frojnd: if you have a vCard file, you can import it (just scp it or bluetooth transfer it to the device, then settings->apps->people->import from file) | 07:40 |
chriadam | frojnd: otherwise if you sync with a remote account (carddav or google) then add an appropriate account and it should sync automatically. | 07:40 |
chriadam | dcaliste: calendarId is what, the UUID? | 07:40 |
dcaliste | Indeed. | 07:41 |
dcaliste | There is no integer field referencing a calendar except the special rowid one. | 07:41 |
dcaliste | And this one is not fetched by default. | 07:41 |
chriadam | I think it's fine also, but will add a note to the PR just for discussion | 07:41 |
frojnd | chriadam: thank you | 07:42 |
dcaliste | It would require to modify the select query, which is not really an issue but is more intrusive in term of modification. | 07:42 |
chriadam | given the small number of notebooks expected, I don't think this is a concern in practice, but let's see if flypig or pvuorela have comments there | 07:43 |
dcaliste | I share this point of view ! | 07:44 |
chriadam | thanks again for doing that work - much appreciated | 07:46 |
chriadam | I poked Jaymzz again about the blog post, but haven't heard back | 07:47 |
chriadam | not sure what's going on there | 07:47 |
dcaliste | No problem, with pleasure. Do you have any news about the rework of the caldav plugin (MR!45) ? | 07:48 |
chriadam | oh let me check again | 07:48 |
chriadam | ah, I asked bree to test that one | 07:48 |
chriadam | but haven't heard back. hrm, I will ask again | 07:48 |
dcaliste | Thanks for MR!45. Jaymzz may be occupied with the 3.2.0 in preparation ? After this one is out officially, if no news about the blog post, I think I'll write a TJC post explaining how to use the GPG signature in email. | 07:49 |
chriadam | yes | 07:50 |
dcaliste | About CalDAV, there is MR!47 that is pending also, the one about implementing the sync direction option.Not in a hurry though. | 07:50 |
chriadam | yep, both MR#45 and MR#47 I would like to get into 3.2.1 as part of nextcloud account support improvements. hopefully basic nextcloud account support will be included in 3.2.1 but let's see. | 07:51 |
dcaliste | Ok, that's great. | 07:53 |
chriadam | I will hopefully test those again later this week or early next week, and merge them early next week | 07:53 |
chriadam | let's discuss again next Tuesday, should be in by then | 07:53 |
dcaliste | Ok, thank you for your effort also! | 07:54 |
chriadam | I had nothing else - did you have anything else to discuss this week? | 07:56 |
dcaliste | No that's fine. Thank you for your time. Have a nice week. | 07:56 |
chriadam | no problem, thank you very much. have a good week! | 07:56 |
frojnd | How do I connect via usb? I've enabled developer tools and I see some IP address there. But how do I transfter files through usb Linux -> SailfishOS? | 08:24 |
frojnd | Ssh is faster | 08:25 |
r0kk3rz | you can use scp if you like | 08:27 |
r0kk3rz | or connect using MTP rather than developer tools | 08:27 |
frojnd | I just did through ssh | 08:27 |
frojnd | Hm | 08:27 |
frojnd | Ok | 08:27 |
r0kk3rz | most of the time i just use scp over wifi | 08:27 |
frojnd | Hm | 08:29 |
frojnd | I copied to Downloads,.. went to people import from file but it says it doesn't find anything... | 08:29 |
frojnd | I exported to .csv file | 08:29 |
frojnd | But on the other hand it doesn't ask me to select file | 08:29 |
*** frinring_ is now known as frinring | 09:42 | |
frojnd | When I go to home,... last app goes on desktop,.. how do I clear my desktop? | 10:05 |
r0kk3rz | close the app | 10:23 |
r0kk3rz | either long press on it and hit the X, or close it using the gesture when launched | 10:24 |
r0kk3rz | if you side swipe, the app remains open in multitasking view | 10:24 |
frojnd | When I go to Jolla store, and I clcik Games, Jolla, Apps,... everywhere I see: You will be able to view content here once it is available. | 11:09 |
frojnd | Something going on on server side? | 11:10 |
tadzik | oh, interesting | 11:24 |
tadzik | I see everything here | 11:24 |
tadzik | maybe it's already over :) | 11:25 |
frojnd | Now I also see everything :) | 12:02 |
frojnd | Anyone noticed this that when you use fingerprint scanner it still brings you to "enter your pin" screen and not directly home? | 12:03 |
frojnd | r0kk3rz: how do I close it using gesture when launched? Do I have to define gesture for that? | 12:04 |
mal | frojnd: you need to use fingerprint twice, first to wakeup the device and then again as security measure in place of security code | 12:08 |
spiiroin | frojnd: for explanation follow the breadcrumbs staring from https://together.jolla.com/question/212934/great-wake-up-with-fingerprint-but/ ... | 12:09 |
mariogrip | lbt or sage: I would like to request an account on the gitlab instance. I have some changes to sensorfw I want to upstream :) | 12:14 |
r0kk3rz | frojnd: swipe from top edge down from close to left or right edge | 12:41 |
tadzik | isn't that an opt-in fuction? Or not anymore | 12:41 |
r0kk3rz | i think its enabled by default these days, if not check the settings | 12:41 |
tadzik | aha :) | 12:41 |
r0kk3rz | but as if make gestures opt-in on a gesture based os... | 12:42 |
tadzik | I wonder if it's in the tutorial | 12:42 |
Nico[m] | But it only works on the left or right quarter of the upper edge these days | 12:42 |
r0kk3rz | i remember a joyride overlay when they changed the gesture | 12:43 |
frojnd | Ok I added exchange job account and now it's "Checking server settings and policies..." for a 4 minutes ealready | 13:27 |
frojnd | How can I see logs what's going on? | 13:27 |
r0kk3rz | all logs end up in journalctl | 13:34 |
lbt | mariogrip: you need a jolla/sailfish account (ie t.j.c) and then let me know (msg is fine) that username/email | 14:51 |
r0kk3rz | mariogrip: hows things going in ubports land? | 14:56 |
mariogrip | lbt: i alredy have one, username is mariogrip and email marius@ubports.com | 15:26 |
mariogrip | r0kk3rz: Going good :) We're looking to switch to sensorfw insted of using the one that canonical made :) | 15:26 |
r0kk3rz | yaay, one of us! | 15:27 |
mariogrip | r0kk3rz: getting closer yeah :D we're also working on getting droidmedia working with halium | 15:27 |
r0kk3rz | whats the holdup with it working with halium? | 15:29 |
lbt | mariogrip: you should have an email | 16:26 |
mariogrip | lbt: Thanks :) | 16:55 |
*** Renault_ is now known as Renault | 20:57 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!