[02:53:59] Hi Nicolas! I was delayed by some issues with my Android Studio Maven plugin. I should be able to push the update soon. :) Hopefully it fixes the problem. [02:56:02] Great :-) [03:16:14] niedzielski-afk , any chance you're there? :) [03:16:43] I was just about to push the google play release, heh. Should we try to do the JAR release first? [03:16:54] Nicolas [04:22:37] josephine_l, would you mind including the JAR and testing once before pushing to Play? Thanks! [04:22:56] Nicolas yep got your last email, will do that :) [04:23:55] Nicolas yep got your last email, will do that :) [04:29:55] Nicolas, pushed it, waiting for Google Play to do its stuff [04:57:33] Great! [06:28:04] josephine_l, I have 1.5 now [06:28:31] Thanks Nicolas ! [06:30:15] Apparently you can also get it via adb, without rooting. Just connect the USB cable and run "adb logcat" [06:30:50] Nicolas, wouldn't that be the Android Studio version of the app, not the version downloaded from google play? [06:35:09] But I'll reinstall and try anyway [06:36:35] Nicolas, my logcat just keeps running lol [06:36:42] Due to other apps I think [06:40:39] You can filter it [06:40:54] for instance, on the app name [06:42:17] on the TAG [06:42:50] Nicolas yeah, the only log I get for that is the Uri [06:42:54] I posted my results [06:43:03] I see! [06:43:27] Nicolas, so the issue is probably with converting the image Uri to filepath [06:44:08] redirect logcat to a file, then search for that string and read a 100 lines before and after, there is probably more information [06:44:22] adb logcat > log.txt [06:49:19] Nicolas, W/Image(16980): java.lang.IllegalArgumentException: Invalid URI: content://media/external/images/media/10716 [06:50:21] Must be that indeed. Maybe a permission problem or maybe this path is only for emulators or something? [06:50:59] Nicolas, I'll try to follow the exception and see [06:52:31] Nicolas, hmm, I'm really not sure. Think I'll post on StackOverflow... [07:05:32] Does the URI exist actually? You can check with "adb shell", just use "cd" and "ls" commands, are you familiar with that? [07:09:45] Nicolas, not familiar, but I think I can do the same things with DDMS [07:09:54] But how do I check for a URI? It isn't a real filepath yet right? [07:11:19] niedzielski-afk, I just upvoted a comment on AskUbuntu, and then realized it's yours! :-) https://askubuntu.com/q/560424 [07:12:27] josephine_l, it is supposed to exist, but before anything better make sure. [07:13:31] Nicolas, you mean for example there is actually supposed to be a 'media' folder, etc? [07:17:49] I don't know enough about this, would need to look it up [07:18:07] Nicolas, an odd thing is that even the background image (from old code before I joined) doesn't work now. But the upload still works [18:03:25] bearND_: i'm not getting a response from the wiktionary definition endpoint in prod. have you tried? [18:55:45] mdholloway: what URI have you tried? [18:58:21] mdholloway: https://en.m.wikipedia.org/w/api.php?action=zeroconfig&type=message&agent=neat-app&X-CS=250-99 [19:01:01] mdholloway: https://github.com/wikimedia/operations-puppet/blob/production/templates/varnish/text-frontend.inc.vcl.erb#L97 [19:04:53] bearND_: https://en.wiktionary.org/api/rest_v1/page/definition/present, for example [19:10:57] mdholloway: yeah. We'll need to get marko or gwicke to add a mapping for a public endpoint still [19:11:05] in restbase [19:35:28] bearND_: ah, makes sense [19:55:19] dr0ptp4kt: so the only fields we need now are exitTitles and exitWarnings? i don't see any fields for custom button labels [20:32:34] o/ [20:32:57] o/ [20:35:17] nearly 2 hours to write 43 lines of code (mostly documentation; https://gerrit.wikimedia.org/r/#/c/263081/) and fix one bug, we really need to document our code much better :P [20:42:38] 2 hours including the long commit message? [20:44:09] :P [20:45:53] bmansurov: sure :P [20:46:25] i see, so about 60 lines :) [20:49:05] :D [20:57:35] hi, guys [20:57:46] I am Victor, I am a GCI participant [20:58:05] https://phabricator.wikimedia.org/T104836 [20:58:35] what do you think about this task? should I change the design of all form-ish overlays on mobile frontend? [20:58:52] it seems the logical thing to do, although the task only asks for new talk overlay [21:01:29] victorbarbu_: the talk overlay should be enough for now :) [21:02:03] but the classes that are used there actually target everything [21:02:14] well, I will create new ones [21:02:28] would it be a good approach to add some styles to that resource module? [21:07:35] victorbarbu_: where would you want to add the styles otherwise? :) [21:08:02] where they already existing? [21:08:05] that's where [21:10:58] ok, I haven't looked into the module, if there's already a style module, you can use this, sure :) [21:12:18] I'll see what I can do [22:05:17] FlorianSW, I have uploaded a patch on gerrit [22:05:23] for my gci task [22:05:23] https://gerrit.wikimedia.org/r/#/c/263143/ [22:05:33] could you please review it? [22:05:45] FlorianSW: I'd appreciate it too. If you're busy I'll do so later today. [22:06:34] http://i.imgur.com/5u00nth.png [22:06:37] what do you think? [22:11:16] victorbarbu_: i've reviewed it ;) [22:11:58] bmansurov, use an input class over what I've done right? [22:12:10] yes [22:12:45] oh, ok [22:12:51] please wait 1 minute [22:12:55] I'll get it done now [22:13:02] no rush ;) [22:13:36] Yeah, normally, but I don't want you to leave [22:16:22] done [22:25:27] jdlrobson, bmansurov, done