aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix #3981: mystery cache types renamed on websiteBananeweizen2014-06-111-0/+12
|
* fix #3837: parse new GPX waypoint typesBananeweizen2014-05-143-0/+4876
|
* fix #3795: filter invalid character references during importMichael Keppler2014-04-291-0/+28
|
* fix #3677: more fields in GPX exportMichael Keppler2014-04-261-2/+33
|
* fix #3791: have logs separated from cachesMichael Keppler2014-04-252-3/+4
|
* Revert "fix #3759: OOM while loading caches"Samuel Tardieu2014-04-241-57/+0
| | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists.
* Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-231-0/+1
|\
| * backport CI test fix to release branchMichael Keppler2014-04-231-0/+4
| |
| * testing CI branch selectionMichael Keppler2014-04-231-0/+1
| | | | | | | | | | Please ignore this trivial change. It is used to verify the CI configuration, which should now select the branch depending on the commit.
* | avoid findbugs finding for dead storeMichael Keppler2014-04-231-4/+4
| |
* | convert more tests to assertjMichael Keppler2014-04-231-70/+72
| |
* | rename test classMichael Keppler2014-04-231-1/+1
| |
* | #3783: support giga event typeMichael Keppler2014-04-231-0/+10
| | | | | | New icons are still missing.
* | #2414 convert junit statements to assertjMichael Keppler2014-04-2288-1028/+1166
| | | | | | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* | #2414: Use assertJ assertionsMichael Keppler2014-04-222-2/+4
| | | | | | | | | | | | | | AssertJ is a fork of FEST. Both are signature compatible in the core assertions, so we can still switch to FEST should we see a need for it. If you have trouble compiling or running tests after pulling this change, please shout out loud.
* | convert proguard configuration of tests to recommended formatMichael Keppler2014-04-222-0/+3
| | | | | | | | It is recommended to include the premade android configuration instead of creating all rules from scratch.
* | typoMichael Keppler2014-04-221-1/+1
| |
* | have assertion message for recently failing testMichael Keppler2014-04-221-1/+1
| |
* | fix #3697: have attended as log type on day of eventMichael Keppler2014-04-221-0/+25
| |
* | new test for DateUtils.isPastEventMichael Keppler2014-04-221-0/+24
| |
* | #3777: fix CI testMichael Keppler2014-04-212-6/+4
| |
* | #3777: fix CI testMichael Keppler2014-04-211-0/+6
| |
* | fix some compiler warningsMichael Keppler2014-04-192-9/+7
|/
* buffer lets you split a list into smaller max-size onesSamuel Tardieu2014-04-131-0/+54
|
* Use the Android-provided API to stream-decode base64-encoded dataSamuel Tardieu2014-04-102-0/+30
|
* Redisable intermittently failing testSamuel Tardieu2014-04-101-0/+2
|
* fix #3729: compass deviation -90° in landscape mode (GPS)Samuel Tardieu2014-04-061-1/+1
|
* Update Robotium librarySamuel Tardieu2014-04-057-15/+20
| | | | | Also, reenable the test. It will be disabled again if it does not work reliably on the continuous integration server.
* Use directory path instead of files in testsSamuel Tardieu2014-04-051-11/+6
|
* Remove compatibility with API < 8Samuel Tardieu2014-04-012-36/+28
|
* Update minSdkVersion in testsSamuel Tardieu2014-04-011-1/+1
|
* avoid lint error in testBananeweizen2014-03-311-0/+3
|
* fix #3707: missing method in Android < 2.3Samuel Tardieu2014-03-312-6/+6
|
* Fix failure in testSearchTrackablersudev2014-03-271-1/+1
| | | | Trackable is currently missing, so SPOTTED_UNKNOWN
* reduce null analysis warningsBananeweizen2014-03-251-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.
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-3/+2
|
* Fix tests due to interface changeSamuel Tardieu2014-03-111-1/+1
|
* refactoring: use a LRUSet instead of a LRUMap for tile cacheSamuel Tardieu2014-03-061-2/+2
|
* More Intellij IDEA configurationSamuel Tardieu2014-03-051-1/+1
|
* resource not closed in testBananeweizen2014-03-041-5/+10
|
* build using target level 19Bananeweizen2014-03-041-1/+1
| | | | If your local builds fail after pulling this change, please install the current Android target level 19 and the Google target level 19.
* have same minor sdk version in test as in appBananeweizen2014-03-042-2/+2
|
* #3636: update project filesSamuel Tardieu2014-03-041-1/+1
|
* #3636: add Intellij IDEA project filesSamuel Tardieu2014-03-041-0/+51
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-02-282-1/+35
|\
| * fix #3594: personal note parsing is too looseSamuel Tardieu2014-02-282-1/+35
| |
* | Fixed test fail for searchByCoordinatesrsudev2014-02-271-2/+2
| | | | | | | | Original cache was archived, choose a new one
* | Fix failing testsSamuel Tardieu2014-02-181-2/+1
| | | | | | | | | | Fix failing tests due to changes introduced in 63b7d6b0454cd8ac4bbcbfe82f589f64581c82d7.
* | Fix testcase for not logged in premium cachesrsudev2014-02-131-2/+2
| |
* | fix #3589: export only GC field notesBananeweizen2014-02-021-3/+3
| |