Source: Make WordPress: Mobile

  • GSoC – Week 12: A week full of Background Studies

    A Sudden Break From Coding After quite a long time, since the start of this year’s GSoC this was a rare week with me spending most of the time researching and studying various ways of tackling XHR requests via Enyo.js in a way that’s compatible with Firefox OS. Essentially, I had to study quite a…

  • GSoC – week 12: Almost Done

    During this week I finished up the function to make a blog post, also with the upload of an image. This has taken a very long time and headaches, I’ve tried a lot of combinations to make this upload correct, but sometimes I got an xml with error on it and sometimes the xml looks…

  • Icons

    The icons used in the mobile apps are extrated and adapted from two open sourceOpen Source Open Source denotes software for which the original source code is made freely available and may be redistributed and modified. Open Source **must be** delivered via a licensing model, see GPL. libraries – Genericons and Dashicons. The icons presented…

  • Dev chat summary for Sep 2, 2013

    Chat log Agenda iOSiOS The operating system used on iPhones and iPads. Status Android Status Handbook Update This Week iOS Status The 3.7.1 bug fix went out and fixed the crash issues for most people, but some are still experiencing it — we’re investigating. We’ve wrapped up the major work needed for the iOS7/MP6-ification release,…

  • GSoC – week 11 : Something real

    This has been an intensive week. I’ve merged other pieces of code…and that’s what I got: What currently works, as you may understand from the screen shot above, is the view of posts/pages/comments, they are all displayed in a same-style listview, for the comments I coloured the status to get an hint at a first…

  • GSoC – Week 11: Rounding up the final fittings

    Here’s a rather brief report of things that I’ve completed so far [in a very brief words] and things that I’ll be working on in the upcoming weeks:- How the Car Assembly is taking Shape I spent the most of last week, polishing, restructuring and moving huge chunks of code to complete the offline framework…

  • Dev chat summary for Aug 26, 2013

    Chat log. Agenda iOSiOS The operating system used on iPhones and iPads. Status Android Status Handbook Update What’s Next iOS Status Version 3.7.1 has been submitted to Apple. This is a bug fix release to address a crash some users are experiencing when upgrading to version 3.7. iOS 7: Progress continues on updating the app…

  • GSoC – week 10 : Stumbling upon

    In this week I had to face off with an hiccup (that really drives me nuts) due to a strange behavior during the XML parsing. Since I’m parsing the XML in Qt, I’ll put all the elements in a QvariantMap, but, it looks like, that some times the pairs key:value goes overwritten and return an…

  • Looking to get started contributing There are a…

    Looking to get started contributing? There are a number of smaller bugs and enhancements listed for the iOSiOS The operating system used on iPhones and iPads. app on Github currently. Here are some that are perfect for beginners or someone just looking for a quick turnaround: Wrong Edit button in Comments if there are no…

  • GSoc – Week 10: Smoothening the Edges – Introducing Drawers

    Progress this Week Until last week, my primary focus was on building newer components to make sure that all the primary blocks of the app are in place. However, starting with this week I started putting all the different pieces in their respective places. My primary objectives for this week were: Convert the Primary app…