Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require Javadoc to have tag descriptions or no tags | Bananeweizen | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | use more automatic cleanup actions on save in Eclipse | Bananeweizen | 2015-01-11 | 1 | -11/+11 |
| | |||||
* | enable more strict Javadoc checking in Eclipse | Bananeweizen | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | enable more JavaDoc checks also in Eclipse | Bananeweizen | 2014-11-23 | 1 | -0/+14 |
| | |||||
* | remove wrong settings from eclipse project | Bananeweizen | 2014-09-08 | 1 | -1/+1 |
| | | | | Static import favorites must be configured in the workspace settings unfortunately. | ||||
* | static imports for Espresso tests in Eclipse | Bananeweizen | 2014-09-07 | 2 | -2/+19 |
| | |||||
* | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -3/+4 |
| | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
* | reduce null analysis warnings | Bananeweizen | 2014-03-25 | 1 | -1/+1 |
| | | | | | | This change allows unchecked conversion from non annotated expressions to nonnull expressions. Those are needed whenever we call a framework method (where we cannot add annotations ourselfes) and cause more warnings in Eclipse than they actually help. | ||||
* | enable eclipse null analysis on test project | Bananeweizen | 2014-01-12 | 1 | -12/+16 |
| | |||||
* | cleanup: fix all findbugs on test and calendar | Bananeweizen | 2013-12-16 | 1 | -0/+133 |
| | |||||
* | code cleanup: remove JDT warnings | Bananeweizen | 2013-04-22 | 1 | -1/+15 |
| | |||||
* | increase compiler warnings level (and fix some) | Bananeweizen | 2012-04-20 | 1 | -354/+353 |
| | | | | * boxing/unboxing * name shadowing | ||||
* | Enabled (and fixed) (more) warnings | blafoo | 2011-11-18 | 3 | -284/+402 |
| | |||||
* | Apply the same style settings to tests as to main sources | Samuel Tardieu | 2011-09-16 | 4 | -1/+349 |
| | |||||
* | Reorganize tests to include them in the main repository | Samuel Tardieu | 2011-09-16 | 1 | -0/+3 |