Merge commit '2f6bd734c081c5ae96c724877ee86bfacc77a025'
* commit '2f6bd734c081c5ae96c724877ee86bfacc77a025':
Fix comparison of 2 doc packages that have the same codename/revision.
Merge commit '8639e8e60b6b2d70970be3cadf1b66d66c4e1771'
* commit '8639e8e60b6b2d70970be3cadf1b66d66c4e1771':
Fix NPE that prevented any package w/o license to be installed.
java.util.Properties#setProperty() doesn't like it when the value is null
which was the case when a package had no license.
Made sure it won't happen on other properties than the license as well.
Also improved error display when an unexpected Throwable is thrown during
install (Stack Call is now display if the Throwable has no message).
BUG:2037085
On Linux, the gtk table seems to resize itself automatically when the
layout is computed and forces the last column to resize itself at +18 pixels.
This has a problematic impact on this dialog as it is not resizable and is
made to match the size of the content. As the dialog is used time after time
the last column grows by 18 pixels at every use up to a point where it
doesn't fit the screen.
Since storing the columns size is not that useful and I couldn't find a
way to ignore this first resize, I'm just removing the width storage.
Merge commit '60a735fda1f9d7c24c577853304d486b0109632f'
* commit '60a735fda1f9d7c24c577853304d486b0109632f':
ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.
Merge commit 'f8a2fbab9094d5525179770e00042ac2f85be991'
* commit 'f8a2fbab9094d5525179770e00042ac2f85be991':
Adds call back to the SDK updater for SDK content notifications.
Merge commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d'
* commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d':
Fix minor typo and duplicated entry in sdk.atree
Merge commit '84c9d60322e4605d2d96eb8b058e21125f2ad7fe'
* commit '84c9d60322e4605d2d96eb8b058e21125f2ad7fe':
Script to strip out unused translations when you change the base strings.xml.
Default location of the symbols is $ANDROID_PRODUCT_OUT/symbols.
Setting the env variable ANDROID_SYMBOLS allows you to override this location
so that DDMS goes look for the symbol in a different location when
resolving native heap addresses.
Merge commit 'f74c1d2fb76ed6f3a08c76f3c4dc7c783c39383c'
* commit 'f74c1d2fb76ed6f3a08c76f3c4dc7c783c39383c':
Add default version files into the SDK for docs/tools/platforms.
Merge commit 'e5bfd50ece683b42c0053995d149dc096c80a312'
* commit 'e5bfd50ece683b42c0053995d149dc096c80a312':
Also filter the list of Archives to only show the compatible ones.
Merge commit 'ba29296c080103aa945f83e795c97bd45ed06b3e'
* commit 'ba29296c080103aa945f83e795c97bd45ed06b3e':
Add a checkbox to only show packages that are updates or new.
Merge commit 'ecc85daf7b9676c8e94f1f295345c8f385de45d4'
* commit 'ecc85daf7b9676c8e94f1f295345c8f385de45d4':
Fix loading of user repository and add refresh when adding/removing.