[05:39:29] hello everyone, [05:39:39] i am surajnath from india [05:40:59] i was just browsing through wikimedia translations, then a came across that android App don't have hindi(india's major language) translation. [05:41:24] i thought to contribute in translation of android app. [05:41:52] i am familiar with android app developement and the way android handle translation. [05:42:31] but when i reached at github repo of android app i came to know that it's developmet is not done on github [05:43:12] can anyone point me towards where i can fork source and add trannslations and sumbit it back. [05:49:11] nevermind got it. [05:49:12] hope i havn't buged anyone [05:49:15] thanks [09:54:11] just deactivated my twitter account [09:54:15] now i have to wait for 30 days? :/ [15:48:05] nzr: when you have a minute would you be able to take a look at https://phabricator.wikimedia.org/T135430 ? this is the task about the finishing touches on lazy loaded images. with joakino's latest patch, the ux seems to mimic what i see in pinterest and facebook. joakino do i understand correctly the deferred load (blocked on scroll, at least for some major [15:48:05] set of UAs; who knows what the future will hold) imposes no more material browser side memory/cpu/ram consumption than a straight insertion? [15:52:06] i think so yes [15:52:19] after loading or before is the question of the task right now [15:52:40] after loading, nice image animation loading, before loading, mimics browser behavior but UX is not as pretty [15:57:00] joakino: thx. multiple cross fades no bueno [15:57:36] (on the same img, that is!) [16:26:50] dr0ptp4kt: sure [16:27:13] dr0ptp4kt: where can i see it in action. [16:27:15] ? [16:32:50] mdholloway: p/ hello! for most-read, do you recommend i just use the highest resolution thumbnail or should i consider the screen density? [16:33:10] mdholloway: (sorry if i double sent that. i'm having some irc client issues :/ ) [16:35:53] niedzielski: hmm, i think for consistency's sake i'd go with 320 across the board at least for now, since that's what we're using elsewhere for list item thumbs [16:36:11] (which seems a bit high, but that's kind of a separate question) [16:36:31] mdholloway: thanks, that's super helpful! [16:37:04] niedzielski: i mainly included the lower sizes at mhurd_afk's request since they use smaller ones on iOS [16:37:42] mdholloway: ok cool. i might add a thumbnail size symbol to Constants if there isn't one somewhere already [16:38:25] mdholloway: i should always get a 320 entry from the endpoint, right? [16:38:44] niedzielski: i'm just starting up AS now but i think there's a PREFERRED_THUMB_SIZE symbol somewhere that could probably be moved to Constants [16:39:17] mdholloway: ah! yep, i'll probably move that from app to constants. thanks again! [16:40:05] dr0ptp4kt, maxbinder: just a heads-up; if I'm unreachable around standup it just means my internet died. Been fine throughout the engagement meeting so far, but it was shaky this morning, so figured I'd just give a warning :) [16:40:22] niedzielski: np! [17:03:25] nzr: joakino provided a screenshot of the behavior? [17:03:45] dr0ptp4kt: i'll clear it up tomorrow [17:03:50] nzr: joakino has *not* implemented the "glitchy" style, so i don't know you can see that unless he'd look at it [17:03:53] joakino: thx man [17:06:44] dr0ptp4kt: nzr it should be an easy change to do dirtily, i'do it tomorrow and make a couple of comparison gifs [17:22:24] phuedx: can you ping me and bmansurov on IRC once you've commented? [17:22:39] bmansurov: want to hop in Tracy once that's ^ been done? [17:23:10] jhobs: sure, let's see what sam's comment says first [17:23:15] yep [18:04:36] jhobs, bmansurov: i'm in tracy [18:04:47] phuedx: in a 1:1 with adam atm [18:04:52] phuedx: 2mins [18:09:46] mdholloway: hey do you have a few minutes to talk auth? [18:10:39] coreyfloyd: sure, batcave? [18:10:57] sure [18:21:36] later y'all [18:43:20] bmansurov, jhobs: https://phabricator.wikimedia.org/T137375#2368995 [18:43:50] cool [18:55:47] bmansurov: did you and sam meet while I was in a meeting? [18:55:56] yes [18:56:01] his summary is above [18:56:09] is there anything you think I need to be caught up on? I read his comment [18:56:20] jhobs: that's all [18:56:45] bmansurov: are we planning to write a patch or acknowledge that this is unusual behavior on the user's end? [18:56:52] I figure 35 times could simply be from devs [18:57:11] jhobs: I think sam's going to tackle it tomorrow [18:57:24] feel free to pick up the task if you're done with wikidata [18:57:30] bmansurov: should we lower the priority then? It would seem this is no longer UBN [18:57:44] jhobs: yes probably [18:57:50] ok, I'll lower it [18:58:09] bmansurov: I'll also email out about us pulling it into the sprint [18:58:15] cool [18:58:43] jhobs: given that it's disabled in prod, i'd say it's high but ubn [18:58:54] phuedx: that was my thinking too [19:03:55] phuedx: wait, I just re-read your comment and am confused. Did you mean to say "it's high, but not ubn" or do you think it should still be ubn? [19:04:12] sorry [19:04:13] *not [19:04:18] ok cool [19:04:20] same page then [19:14:02] mdholloway: hey quick question on this: [19:14:10] https://www.irccloud.com/pastebin/5WNxaEzY/ [19:14:23] mdholloway: i thought the tokens came back in the first call [19:15:06] or wait that was the captcha… [19:15:15] mdholloway: never mind - duh [19:15:23] coreyfloyd: yep, it comes back in the first call. [19:15:29] coreyfloyd: both do [19:16:16] coreyfloyd: (for the createaccount flow, that is, which is the only one we're concerned with captchas in) [19:22:00] mdholloway: ok - thanks - let me get more of this up and running and it will be clear [19:25:40] coreyfloyd: no, wait, sorry, i was misremembering. you'll get the captcha id with the AuthManagerInfo call, and that doesn't have the token [19:26:29] so it goes (1) AuthManagerInfo request (includes captcha ID where applicable) -> (2) token request -> (3) main login/createaccount request [19:26:35] you can put a token query and an authmnanagerinfo query in the same request [19:26:49] action=query&meta=authmanagerinfo|token&.... [19:27:43] tgr: thanks, that's a good tip -- i'll update our classes [19:28:54] mdholloway: oh -thats what i thought you meant anyways… lol [19:29:16] mdholloway: what domain did you use for testing? [19:29:32] coreyfloyd: i was using authmanager.wmflabs.org [19:30:10] these days you can just use beta, or mediawiki.org [19:30:45] coreyfloyd: i probably would have used testwiki if it had been deployed there at the time, just because it would have been a tad more convenient to test with in the app (we had to add a couple of developer settings to hit the nonstandard domain) [19:31:23] bearND dbrant: i've got a +1 from mdholloway on this one. would one of you mind +2ing? https://gerrit.wikimedia.org/r/#/c/292587/6 [19:31:23] (or hard-code it, which also got old) [19:33:12] bearND dbrant: it's a pretty simple patch. just a junit test case with 5 tests across 66 lines [19:33:23] looking [19:33:38] niedzielski: was just looking at it; and... done [19:34:11] bearND dbrant: sweet, thanks :) [20:22:33] mdholloway: tar thanks [20:22:49] tgr ^ [20:23:05] coreyfloyd: no problem, did you get it all working? [20:25:22] mdholloway: just back from lunch and some code talk… [20:25:34] mdholloway: last thing i did was get the first call working [22:41:39] niedzielski: hey you still around? [22:41:51] coreyfloyd: yeah, what's up? [22:42:08] niedzielski: I’m trying to understand your captcha logic - got a sec to hang? [22:42:52] coreyfloyd: i can walk through it with you but i'm not very familiar with it myself. i think michael was most recently working with it [22:43:19] niedzielski: yeah i think its mostly an android architecture understanding issue [22:43:33] if you don’t mind [22:43:37] coreyfloyd: ok sure. let me find my way to the batcave [22:43:43] k thaks