===
- Added support for referencing Android SDK to official documentation. So now all the classes from android.* package will be linked to the official Android API documentation :)
- Now classes that had included a substring of another class will not be linked incorrectly. For example
DataTableDataFragment
will not be linked toDataTable
class anymore.