| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
* If you get compile errors, upgrade to ADT 20 and SDK 20
|
|
|
| |
Everyone please don't store boolean options as integer anymore!
|
|
|
|
|
|
|
|
|
|
| |
* Settings can no longer be instantiated, everything is static instead.
* Most option values are no longer cached in fields. This has been done
for clarity during the refactoring. I will add some performance tests
afterwards and may re-introduce those fields for caching the option
values.
Sorry, if anyone gets merge issues afterwards. There was no easier way
to implement this...
|
|
This will do nothing if the SDK API < 8.
|