aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | read premium only flag from GSAK GPXBananeweizen2014-01-292-7/+15
| |
* | import personal note from GSAK GPXBananeweizen2014-01-292-1/+9
| |
* | Merge pull request #3584 from Matrikss/masterBananeweizen2014-01-282-0/+317
|\ \ | | | | | | #3562 Add FavPoints parsing for GSAK GPX
| * | Add FavPoints parsing for GSAK GPX;Matrikss2014-01-272-0/+317
| | | | | | | | | | | | Add test case;
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-01-289-3223/+4103
|\ \ \ | |/ / |/| / | |/
| * Update testsSamuel Tardieu2014-01-289-3223/+4103
| |
| * Corrections for null analysisrsudev2014-01-232-2/+8
| |
* | fix #3556: Calendar plugin should also read short description for timeBananeweizen2014-01-201-0/+8
| |
* | fix #3319: Support OC cache size "Nano"Bananeweizen2014-01-161-2/+0
| |
* | refactoring: remove unused codeBananeweizen2014-01-125-10/+17
| |
* | enable eclipse null analysis on test projectBananeweizen2014-01-121-0/+0
| |
* | enable eclipse null analysis on test projectBananeweizen2014-01-126-17/+42
| |
* | refactoring: remove unused codeBananeweizen2014-01-114-15/+8
| |
* | refactoring: premium membership is specific to geocaching.comSamuel Tardieu2014-01-092-9/+9
| |
* | Emit parallel queries to connectors when searchingSamuel Tardieu2014-01-082-6/+6
| |
* | Remove now unused classesSamuel Tardieu2014-01-081-79/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-081-2/+12
|\ \ | |/
| * fix #3527: bad query stringSamuel Tardieu2014-01-081-2/+12
| | | | | | | | | | | | Let's hope that the bad formatting occurring for, at least, very small negative values in `String.format()` with a `null` Locale will not happen with `StringBuilder.append(double)`.
* | new: register for geokrety URLs in AndroidBananeweizen2014-01-064-0/+54
|/
* fix #3500: crash with `null` completion in lazy listsSamuel Tardieu2014-01-011-0/+74
| | | | Also, add tests for `LazyInitializedList`.
* fix #3493: search by geocode for EC is case sensitiveBananeweizen2013-12-301-0/+12
|
* fix typo in tests introduced by previous commitSamuel Tardieu2013-12-281-1/+1
|
* fix tests: `getMapTokens()` is no longer staticSamuel Tardieu2013-12-282-5/+4
|