aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make LazyInitializedList<E> a List<E>Samuel Tardieu2013-02-031-10/+0
| |
* | Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-0327-153/+153
| |
* | refactoring: simplify cache type checksBananeweizen2013-01-311-0/+11
| |
* | Add test for issue #2430Samuel Tardieu2013-01-271-0/+35
| |
* | Caches need to have a geocode for testsmucek42013-01-231-0/+1
| |
* | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-235-20/+20
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * | fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-234-5/+5
| |/ | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-01-231-2/+2
|\ \ | |/ | | | | | | Conflicts: tests/src/cgeo/geocaching/files/GPXParserTest.java
| * Fix test due to the new waypoint id stabilitySamuel Tardieu2013-01-231-2/+2
| |
| * backport #2186 to have unit tests green on release branchBananeweizen2013-01-221-1/+1
| |
* | Merge remote-tracking branch 'rsudev/flexible_tiles' into upstreamSamuel Tardieu2013-01-201-2/+47
|\ \
| * | Extend zoom calculation to nxm tilesetsrsudev2013-01-171-2/+47
| | | | | | | | | | | | Previously tile sets generated for the live map where fixed to max 2x2 tiles. In order to enhance the flexibility of the live-map algorithms, now the generation of more fine-grained tile sets or even a lower bound for the zoom level to use is supported.
* | | fix #2404: Remove spaces when editing coordinatesBananeweizen2013-01-171-4/+13
|/ /
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-131-2/+65
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/geopoint/Geopoint.java
| * fix #2389: Parse errors in cgeocoordsBananeweizen2013-01-131-2/+65
| |
| * fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2013-01-052-0/+11
| |
| * Fixing failed new mocked cache test (GC3XX5J)rsudev2012-12-132-5/+5
| |
| * fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-133-1/+2313
| |
* | Added unit tests for PNG parsingmucek42013-01-111-0/+37
| |
* | Improved PNG parsingmucek42013-01-111-1/+1
| |
* | Disable SimpleDirChooserUITest for nowSamuel Tardieu2013-01-081-0/+2
| | | | | | | | | | It currently breaks the continuous integration server, making it much less useful.
* | new: suppress current list in "move to list"Bananeweizen2013-01-071-0/+18
| |
* | fix test: some tests need mocked cache filtersBananeweizen2013-01-071-81/+94
| | | | | | | | * otherwise the options "exclude own" and "exclude disabled" lead to wrong results
* | Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-074-11/+11
| |
* | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-076-24/+24
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-074-18/+18
| |
* | refactoring: findbugsBananeweizen2012-12-302-2/+6
| |
* | fix #2300: WP "Original coords" does not have a typeBananeweizen2012-12-291-0/+30
| |
* | refactoring: wait for activity in UI testBananeweizen2012-12-261-0/+8
| |
* | code cleanup: remove debug codeBananeweizen2012-12-265-23/+8
| | | | | | * fixed some more issues of Findbugs and CodePro
* | refactoring: introduce pause after scrolling in UI testBananeweizen2012-12-261-2/+11
| |
* | fix #2292: parse "marked missing"Bananeweizen2012-12-251-4/+20
| |
* | fix #2282: change recognition of unpublished cachesBananeweizen2012-12-221-2/+30
| |
* | null cannot be used as a Handler for drop()Samuel Tardieu2012-12-191-2/+3
| |
* | Merge branch 'cache_coords_wpt_ng' of ↵Samuel Tardieu2012-12-181-0/+19
|\ \ | | | | | | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-181-0/+19
| | |
* | | fix: remove undesired space between trackable log entriesBananeweizen2012-12-161-7/+22
| | | | | | | | | | | | * caused by bad parsing * every entry had additional <div> tags
* | | refactoring: 3 tests fail if cache type is not ALLBananeweizen2012-12-162-0/+10
| | |
* | | Use the right number of check boxesSamuel Tardieu2012-12-131-3/+2
| | | | | | | | | | | | | | | | | | The number of check boxes visible onto the screen must be taken after the viewport has been moved to the right position. Otherwise, the number of visible boxes may vary and cause an out of bounds exception.
* | | Test for latest issue in #2208rsudev2012-12-131-0/+3
| | |
* | | Better PNG parsing of live mapmucek42012-12-131-4/+309
|/ /
* | Fixing failed new mocked cache test (GC3XX5J)rsudev2012-12-132-5/+5
| |
* | Merge pull request #2251 from marco-jacob/issue#2247rsudev2012-12-123-1/+2313
|\ \ | | | | | | fixes #2247 - parsing log type Retract Listing
| * | fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-123-1/+2313
| | |
* | | fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2012-12-122-0/+11
|/ /
* | Merge remote-tracking branch 'upstream/release' into issue2232mrsudev2012-12-121-6/+6
|\ \ | |/
| * GC.com changes 11.12.2012 - additional fixesrsudev2012-12-121-6/+6
| | | | | | | | logtype POST_REVIEWER_NOTE logImages for trackables
| * GC.com update 11.12.2012blafoo2012-12-123-617/+757
| |
| * Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-125-20/+7
| |
* | Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-115-20/+7
| |