Alex Fu
Alex Fu
This PR makes `getSectionCount` and `getItemCountForSection` public. This allows users to query the section count without having to subclass.
Would be cool to be able to easily import / export AVDs for the purpose of transferring AVDs between machines. Doing this might be easy enough already & using a...
Would be nice to have an abstracted API to set the buttons position without having to know the details of the underlying layout (i.e. RelativeLayout). Ideally, I would just be...
Instead of validating unit tests against a hard-coded string, use a real SQLite instance to run statements to validate them.
Prevent silly mistakes by forcing users to only use valid method calls.
On Ubuntu 14.04, I get the following... ``` root@f32dcd67fa99:/app# npm install sails-migrations npm ERR! tar.unpack untar error /root/.npm/sails-migrations/2.0.7/package.tgz npm ERR! Linux 4.0.9-boot2docker npm ERR! argv "node" "/usr/bin/npm" "install" "sails-migrations" npm...
Hello, I made some improvements to the install documentation in the wiki that I would like to share. Since GitHub has no built in way to make wiki pull requests,...
Adds a workflow that creates a GitHub release upon tag push. This will also run the Carthage archive script and add it to the release. Rationale: The last couple releases...