#title #ubuntu-touch-meeting: Ubuntu RSS Reader App meeting Meeting started by popey at 19:09:47 UTC. The full logs are available at http://ubottu.com/meetingology/logs/ubuntu-touch-meeting/2013/ubuntu-touch-meeting.2013-04-25-19.09.log.html . == Meeting summary == ''ACTION:'' popey speak to design to get a timeframe for RSS design work (popey, 19:25:29) ''LINK:'' http://developer.ubuntu.com/api/ubuntu-12.10/qml/u1db/overview.html has the API docs (mhall119, 19:27:47) Meeting ended at 19:38:57 UTC. == Votes == == Action items == * popey speak to design to get a timeframe for RSS design work == Action items, by person == * popey ** popey speak to design to get a timeframe for RSS design work == People present (lines said) == * mhall119 (42) * dragly (36) * popey (27) * meetingology (4) * Oranger (1) == Full Log == 19:09:47 #startmeeting Ubuntu RSS Reader App meeting 19:09:47 Meeting started Thu Apr 25 19:09:47 2013 UTC. The chair is popey. Information about MeetBot at http://wiki.ubuntu.com/meetingology. 19:09:47 19:09:47 Available commands: #accept #accepted #action #agree #agreed #chair #commands #endmeeting #endvote #halp #help #idea #info #link #lurk #meetingname #meetingtopic #nick #progress #rejected #replay #restrictlogs #save #startmeeting #subtopic #topic #unchair #undo #unlurk #vote #voters #votesrequired 19:09:52 it might not be finalized, but all those items are working imo 19:10:06 the usual links... 19:10:10 blueprint: https://blueprints.launchpad.net/ubuntu-phone-commons/+spec/initial-rssreader-development 19:10:26 reviews: https://code.launchpad.net/~ubuntu-rssreader-dev/ubuntu-rssreader-app/trunk/+activereviews 19:10:38 bugs: https://bugs.launchpad.net/ubuntu-rssreader-app 19:10:44 hey guys, taking over for popey briefly 19:11:08 ok, marked all of month-0 done 19:11:13 \o/ 19:11:14 nice one, that'll help the burndown chart 19:11:16 brb 19:11:29 so you guys had a meeting with the design team, is that correct? 19:12:10 The only review we got seems to be to merge popey's fix-desktop-arch branch. Seems like a Jenkins failure to me. 19:12:51 I think his Exec line in the .desktop is wrong 19:12:59 Yes, I only had time to "attend" to half the meeting. That is, I listened in because my Android tablet wouldn't connect to the Google Hangout, so I had no mic or cam :-p 19:13:35 But Joey Chan and the design team got to discuss some ideas. I don't know if they made any conclusions, though. 19:14:05 ok 19:14:27 dragly: so can you tell me what's going on with the new view 19:14:33 About the merge: Let's hear what popey thinks about whether he or somebody else should fix that. 19:14:47 I get the one with article blocks and side-scrolling when I load the app, but then I go back to my feeds and can't get there again 19:15:28 Yeah. That is just temporarily to let Joey showcase his side-scrolling mosaic version to the design team. 19:15:35 ah, ok 19:16:05 I haven't checked since he merged it, but I think the other view should let you scroll sideways to switch feeds? 19:16:11 * dragly starting the app now 19:17:47 * dragly having trouble pulling because I have some uncommited changes ... doing a fresh bzr branch 19:18:04 so you have a work item for "Main landing view" for the month-1 milestone, is that still on track? 19:19:10 Yes, that is basically the screen which says "No feeds" until you pull up the toolbar and add a few feeds. 19:19:46 ok 19:20:07 I also see somebody made the change to open article content in a separate screen, do you know who did that? 19:20:54 After adding a few feeds, it will be possible to scroll sideways in the main view to switch between feeds. One problem is that currently the code in trunk deletes the database whenever the app is restarted, so all saved feeds are lost on restart. 19:21:14 I did notice that 19:21:15 :) 19:21:17 I did that. I just moved the WebView into its own Page in the PageStack 19:21:30 ok, I'll mark that as done and give you credit then 19:21:49 Or perhaps you are seeing Joey's implementation of it - give me a sec ... :-p 19:22:42 Ok, if you click the article in the mosaic view, you see Joey's imlpementation (no WebView, grey background). If you do the steps above and _then_ click an article, you see the WebView. But none of those are really finished. 19:23:19 In any case there are, as you can see, some loose threads. I think getting some guidelines from the design team would be helpful. 19:23:52 ok, so there aren't many work items for month-1 right now, maybe we should just focus on them and general cleanup of the codebase 19:24:18 do you know if there was a timeframe for when you'll get something from design? 19:24:34 * popey returns 19:24:44 No, sadly I had to leave the meeting before they talked about that. Perhaps popey knows about a timeframe? 19:24:46 popey: we assigned everything to you 19:24:47 will take a look at my merge 19:24:51 excellent 19:24:55 Assign all the things. 19:24:58 popey: is there an ETA for designs? 19:25:11 Hmm, no. Will chase for one 19:25:16 ok 19:25:29 #action popey speak to design to get a timeframe for RSS design work 19:25:29 * meetingology popey speak to design to get a timeframe for RSS design work 19:25:37 let's assume that implementing the designs won't happen until -month-2 19:25:55 and focus on what we currently have and get that working nicely 19:26:05 +1 19:26:14 Ok. What we need then is to decide what to work with currently. 19:26:43 dragly: let's use your current work, without Joey's new side-scrolling view 19:26:54 so, the listview of feeds, a listview of articles, and a page with the content 19:27:16 Ok. 19:27:39 also, I'd like to recommend that you look into using U1DB to store the list of subscribed feeds 19:27:47 http://developer.ubuntu.com/api/ubuntu-12.10/qml/u1db/overview.html has the API docs 19:28:01 that will allow you to sync your feed list between devices 19:28:13 We could start working on the page with the content. The WebView isn't very nice-looking. And I think this view will be pretty independent of what the design team decides. 19:28:35 what's wrong with the WebView? 19:28:38 Great! I think we have been waiting for u1db. 19:28:48 yeah, we all have 19:29:01 it's not syncing yet, but the API for you guys is stable and it'll store it locally in sqlite 19:29:32 so you can start using it now, while they finish the syncing bits 19:29:46 also, any feedback you have for them would be most welcome 19:29:51 Currently there are issues such as the font being too small and styling it correctly. My thought was that it would be easier to build up the content on our own, but I might be wrong. 19:30:15 Great, that is exactly what we need :) 19:30:44 dragly: WebView gives you the ability to zoom in on pages, I use it for my reddit app to display linked pages 19:30:45 I have not used the WebView much, so it might be possible to give it some CSS and take it from there - I'm not sure. 19:31:17 Do we need to zoom in the RSS reader? 19:31:49 when viewing a webpage, yeah 19:31:53 I'd imagine so, yes 19:32:11 usually you can double-tap a section of text, and it will intelligently zoom to make that section fill the screen width 19:32:15 Ah, of course, when viewing the web page I completely agree (an alternative is to launch the webpages in the browser, though) 19:32:18 that's what WebView gives you 19:32:50 But I think that when the content is viewed, it should be rendered the same way for all articles. That's at least my experience with other readers like the one on Meego, Google Reader and Feedly. 19:32:53 I think embedding a WebView in this would work best, and be what's expected by the user 19:33:03 And the content, i believe, is mostly text + images (hopefully) 19:33:04 ah, I see what you mean 19:33:12 yeah, I dont think I'd like leaving to a browser each time 19:33:23 you can use the text that you get from rss/atom, but that's often only part of the article 19:34:07 That's true. News-pages gives you only the abstract. Blogs however, fill it with images and all kinds of stuff. 19:34:41 Just checked my own webpage now, it outputs with usual HTML for links and images. 19:35:29 dragly: I'd recommending doing whatever is easiest on you for right now, then we'll revist after we get design feedback 19:35:36 I think QML has the ability to render HTML with labels. Not so sure it copes well with the tag though (I think Joey mentioned troubles with that). 19:36:26 mhall119: Ok. I think we'll start with only rendering text to begin with and then get our hands dirty with whatever else an RSS feed might give us. 19:36:37 +1 19:36:40 yup 19:36:47 ok, anything else? 19:37:20 I don't think so. 19:37:35 great. 19:37:39 thanks dragly 19:37:53 thanks dragly 19:37:57 Oh, one thing. Is there a design meeting tomorrow too? 19:37:58 lets wrap up, and I'll let you know when we have a time line from design 19:38:08 * popey checks calendar 19:38:21 I think David said something about weekly meetings. 19:38:22 yes, 14:00 UTC 19:38:39 Oranger: ah, I see you're in here already, got time for the doc viewer meeting? 19:38:40 Ok, good. 19:38:49 mhall119: Yes of course :) 19:38:50 ok, see you tomorrow dragly 19:38:51 Thanks popey and mhall119! 19:38:55 cheers 19:38:57 #endmeeting Generated by MeetBot 0.1.5 (http://wiki.ubuntu.com/meetingology)