| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
* include findbugs suppression annotations
* have findbugs settings stored as shared settings
|
| |
|
|
|
| |
* enables JDT null analysis for the main project
* uses 2 annotations to forbid null return values in StoredList
* includes annotation library
|
| |
|
|
|
|
|
| |
* Remove all manually maintained lib entries, this is not necessary
since ADT 17.
* If you get compile errors afterwards, update to ADT 22.0.1 and SDK
22.0.1.
* Has been tested with Eclipse and Ant build.
|
| |
|
|
| |
* If you run into compile errors after this change, please upgrade to
ADT 22 and Android SDK 22.
|
| |
|
|
| |
* If you have compile errors after pulling, please consult the issue on
github.
|
| |
|
| |
* makes it more easy to ignore warnings in third party code
|
| |
|
|
|
| |
* replace android support by current version
* update http client
* remove 2 unused libraries
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This is necessary for #583.
|
| | |
|
| | |
|
| |
|
|
| |
* changed classpath with android libs
* new version of android support lib
|
| |
|
|
| |
See discussion in issue #854.
|
| |
|
|
|
|
|
| |
This moves most of the code from "cgeodetail" into a new class "CacheDetailActivity". Some important parts are rewritten and the code is much more structured.
This closes #83 "Redesign detail-view".
Some minor changes will be added later (e.g. removing old files, improve log-count-display)
|
| |
|
|
|
|
|
| |
This change is caused by the latest version of the Eclipse ADT and
the Android SDK (version 14).
The Eclipse and ANT class path has been unified as bin/classes.
|
| | |
|
| | |
|
|
|
This prepares the inclusion of tests into the same repository.
|