09
Oct
image

As a developer, I absolutely love days like today. If the high-level "improves performance and stability and fixes bugs" changelog of Android 4.1.2 isn't good enough for you, how about we dive into the actual low-level source code commit logs Android engineers made into AOSP since 4.1.1_r1.1 (JRO03D) all the way through today's release 4.1.2_r1 (JZO54K). These commit logs are spread over probably 100+ repositories, so hunting for all of them manually would probably take you days. However, thanks to Al Sutton, you can check them out all in one place.

Be prepared for lots of code jargon and incomplete git commit messages, which probably won't mean much to most of you.

30
Jul
Android1
Last Updated: October 8th, 2012

Multi-user support is one of the few remaining things a desktop OS can do that Android can't. The "coffee table tablet" use case would greatly benefit from a multi-user setup, as would an enterprise user who wants to keep work and home separate. It's been a top 20 item on the Android bug tracker since the debut of Honeycomb, so there is certainly demand for it.

As we've seen from my previous experiments in sticking my nose where it doesn't belong, Google likes to leave breadcrumbs in shipping products for the astute observer to find, and the multi-user situation is no different.

09
Jul
4

One of the key aspects of Android is its open-source nature, and one of the biggest players in the open-source community is GitHub. What better way to tie that all together than for GitHub to release an Android app? Probably none.

Clearly GitHub subscribes to a similar school of thought, as it has just released a swish-looking application to the Play store, offering a bunch of nifty features like issue tracking, following your friends' projects, and discussing code with the community.

3 1 2

As you might expect, the entire application is open-source, and GitHub has invited users to take a look through their app's repository to see exactly how the application was built.

16
Nov
image

Today, I was looking at the Android Development Tools (ADT) commit history, as I normally do on a Tuesday morning at 3am, and I noticed something that made my heart skip a few beats. But let me back up for a second.

Every Android SDK release is normally accompanied by an ADT release that adds support for the new functionality and fixes existing bugs. ADT, in turn, is an Eclipse plugin, which is essentially a set of developer tools for one of the best free open source editors out there (that's Eclipse), which also happens to be the IDE of choice of Android core developers.