[WikimediaMobile] Material Design Icons

2014-11-20 Thread Bernd Sitzmann
Google has uploaded the Material Design icons to Github.[1] At a quick glance it seems to have all the icons we need, and already in svg format. There's even a toc icon[2]. I think we should consider switching to those for the Android app to be more in line with other Android apps. Bernd [1]

Re: [WikimediaMobile] Using jsbeautify in MobileFrontend

2014-11-20 Thread Jon Robson
Follow up If I run `make jsbeautify` now then https://gist.github.com/jdlrobson/a05ddad00175ebceac68 is the result. Outstanding actions: * Need input on rest of the team about which of delete this.cache[title]; or delete this.cache[ title ]; is the preferred standard. * You'll notice jsbeautify

Re: [WikimediaMobile] Using jsbeautify in MobileFrontend

2014-11-20 Thread Bahodir Mansurov
Do you know why there are spaces inside () but not inside []. Just curious. On Nov 20, 2014, at 7:07 PM, Max Semenik maxsem.w...@gmail.com wrote: Spaces inside of () is the MW convention, inside of [] they're indeed unneeded. On Thu, Nov 20, 2014 at 4:03 PM, Bahodir Mansurov

[WikimediaMobile] [Web] Spike: Explore using CSSLint/LessLint in mobile

2014-11-20 Thread Bahodir Mansurov
After reading benefits of CSSLint there is no doubt in my mind that we should use it. Here [1] are some of the benefits. They range from possible errors to compatibility to performance, etc. With grunt we can use grunt-lesslint [2], which employs CSSLint under the hood so we can also tweak it

Re: [WikimediaMobile] [Web] Spike: Explore using CSSLint/LessLint in mobile

2014-11-20 Thread Jon Robson
Which rules would MobileFrontend be able to use from the start? Which rules might be controversial to adopt? On Fri, Nov 21, 2014 at 9:00 AM, Bahodir Mansurov bmansu...@wikimedia.org wrote: After reading benefits of CSSLint there is no doubt in my mind that we should use it. Here [1] are some