| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Also, there are only four values that can be returned by Android
getRotation().
|
| |
|
|
|
|
| |
Removed test code and comments
Some error-handling
Localizability
|
| |
|
|
|
| |
* set level 17 as target in manifest (level 4 still supported)
* refactor compatibility classes
* move deprecated code into compatibility classes
|
| |
|
| |
* If you get compile errors, upgrade to ADT 20 and SDK 20
|
| |
|
|
| |
This was requested by SammysHP.
|
| | |
|
| |
|
|
|
|
|
|
| |
The behaviour is unchanged, but altering Settings.isDebug() to return
false will prevent verbose, debug and info levels messages from being
logged.
Part of work on #1301.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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...
|
| |
|
|
|
|
| |
On some devices (e.g., G1 running Android 1.6), the verifier
will try to load every referenced class. This change prevents
the application from depending on AndroidLevel8. See issue #574.
|
| | |
|
| |
|
|
| |
This will do nothing if the SDK API < 8.
|
| | |
|
| |
|
|
|
|
|
| |
It looks like going through one level of indirection is
enough, as the verifier won't work recursively.
Tested on Android 1.5 emulator and on SDK API >= 8.
|
| | |
|
|
|
This prepares the inclusion of tests into the same repository.
|