aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Add more parallelism in static maps downloadsSamuel Tardieu2014-06-011-3/+4
|
* fix broken unit testsBananeweizen2014-05-313-6/+4
|
* fix #3923: signature template not resolved recursivelyBananeweizen2014-05-302-3/+47
|
* fix #2049: automate download of cartridgeBananeweizen2014-05-241-0/+15
|
* Fix #3899: Units.getSpeed() returns uncommon stringSammysHP2014-05-231-6/+6
|
* fix compile errorsBananeweizen2014-05-203-4/+4
|
* avoid NPE on CIBananeweizen2014-05-171-5/+6
| | | Funny enough, locally that same exception does not happen.
* fix #3823: detect import file type by contentBananeweizen2014-05-172-0/+58
|
* fix #3255: don't ask for list when storing from historyBananeweizen2014-05-171-1/+1
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-05-141-0/+25
|\ | | | | | | | | Conflicts: main/res/values/changelog_release.xml
| * fix #3837: parse new GPX waypoint typesBananeweizen2014-05-141-0/+25
| |
* | Minor cleanupsSamuel Tardieu2014-05-144-4/+5
| |
* | Separate cache parsing and database saving codeSamuel Tardieu2014-05-131-7/+7
| | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs.
* | change: set ownerUserId for OC cachesBananeweizen2014-05-111-0/+2
| | | | | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches.
* | Implements #3758, Filter for "Not found" cachesrsudev2014-05-011-0/+28
|/
* 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-221-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.
* | 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-101-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-051-14/+19
| | | | | Also, reenable the test. It will be disabled again if it does not work reliably on the continuous integration server.
* Remove compatibility with API < 8Samuel Tardieu2014-04-012-36/+28
|
* 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
* 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
|
* resource not closed in testBananeweizen2014-03-041-5/+10
|
* have same minor sdk version in test as in appBananeweizen2014-03-041-1/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-02-282-1/+35
|\