aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* update mock test dataBananeweizen2015-03-315-4922/+4488
|
* Fix Testsrsudev2015-03-282-2175/+2047
| | | | Now they are green again locally
* Remove test about removed constantSamuel Tardieu2015-03-261-1/+0
|
* fix #4763: membership detection not workingSamuel Tardieu2015-03-261-1/+1
|
* Give better explanation of what went wrong in testSamuel Tardieu2015-03-031-3/+3
|
* new: filters as activity, not dialogBananeweizen2015-03-027-24/+16
| | | | This makes it possible to replace certain filters by better matching controls over time.
* fix geochecker links with encoded HTMLBananeweizen2015-02-221-0/+1
|
* new: menu item to open geo checkerBananeweizen2015-02-211-0/+24
|
* avoid exception logged when searching a cacheBananeweizen2015-02-211-3/+1
|
* better event start time detectionBananeweizen2015-02-211-0/+1
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2015-02-201-1/+2
|\
| * fix #4691: spoiler images not recognizedBananeweizen2015-02-201-1/+2
| |
* | decode CZ cache idsBananeweizen2015-02-181-0/+16
| |
* | Rename DateUtils into CalendarUtilsSamuel Tardieu2015-02-162-10/+10
| | | | | | | | | | cgeo uses android.text.format.DateUtils, having a utility class with the same name in a different package might be confusing.
* | refactoring: remove unused codeBananeweizen2015-02-151-7/+7
| |
* | fix #4670: register for all opencaching URLsBananeweizen2015-02-141-0/+11
| |
* | #4670: register for extremcaching.com URLsBananeweizen2015-02-142-0/+10
| |
* | some more connector testsBananeweizen2015-02-133-1/+67
| |
* | Make test method staticSamuel Tardieu2015-02-111-1/+1
| |
* | Remove unused helper method in testsSamuel Tardieu2015-02-111-12/+0
| |
* | Reinstate MapQuest geocoder testSamuel Tardieu2015-02-111-2/+0
| | | | | | | | Related to #4668.
* | Temporarily annotate MapQuest geocoder test with @SuppressSamuel Tardieu2015-02-111-0/+2
| | | | | | | | See #4668 for a description of the issue.
* | More FileUtils testsSamuel Tardieu2015-02-111-7/+16
| |
* | Move deleteDirectory to FileUtilsSamuel Tardieu2015-02-112-3/+4
| |
* | Add FileUtils testsSamuel Tardieu2015-02-111-0/+52
| |
* | require Javadoc to have tag descriptions or no tagsBananeweizen2015-02-105-33/+22
| |
* | Make Android geocoder test a bit more robustSamuel Tardieu2015-02-101-1/+1
| | | | | | | | Related to #4627.
* | fix #4661: disallow future logsBananeweizen2015-02-081-1/+11
| |
* | fix #4627: Android geocoder test is not robustSamuel Tardieu2015-02-051-10/+24
| |
* | Use operator TakeUntil from RxJava 1.0.5Samuel Tardieu2015-02-051-11/+0
| |
* | fix #4653: fetch all OC logsBananeweizen2015-02-041-2/+9
| |
* | more null annotationsBananeweizen2015-01-301-2/+4
| |
* | rename wrongly named variableBananeweizen2015-01-301-3/+3
| |
* | Fix URL writing in GPX exportSamuel Tardieu2015-01-301-6/+11
| |
* | support trackables of geocaching.com.auBananeweizen2015-01-282-0/+63
| |
* | new: sort event caches by date AND timeBananeweizen2015-01-271-3/+3
| |
* | Merge branch 'issue-4620' into upstreamSamuel Tardieu2015-01-271-2/+6
|\ \ | |/
| * fix #4620: wrong location when on home coordinatesSamuel Tardieu2015-01-271-2/+6
| |
* | Merge branch 'release'Bananeweizen2015-01-261-3/+27
|\ \ | |/
| * fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-261-0/+11
| |
| * GPX export test doesn't recognize failureBananeweizen2015-01-261-3/+16
| | | | | | | | We exported empty GPX file from that test. Therefore verify they actually contain the cache.
* | verify connector of lab cachesBananeweizen2015-01-261-0/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-182-864/+860
|\ \ | |/
| * tests: GC3XX5J has been archivedSamuel Tardieu2015-01-182-864/+860
| | | | | | | | fix #4622
* | pass ProcessUtils test on Genymotion lollipop emulatorBananeweizen2015-01-111-2/+2
| |
* | avoid locale dependency in GeocoderTestBananeweizen2015-01-111-1/+2
| |
* | fix some lint warnings and Findbugs in test projectBananeweizen2015-01-101-13/+26
|/
* Use MapQuest reverse geocoder if the Android one failsSamuel Tardieu2015-01-071-10/+22
|
* Do not lazy load fields if the cache doesn't come from the databaseSamuel Tardieu2015-01-072-3/+73
| | | | | | | | | | When a cache is stored in the database, some fields are lazily loaded from the database. This should only happen when the cache itself has been loaded from the database, otherwise we might fill fields of a cache acquired from the network with older version of the fields as stored in the database. Noticed during the work on #4576.
* Merge branch 'release' into upstreamSamuel Tardieu2015-01-061-1/+1
|\