aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test
Commit message (Collapse)AuthorAgeFilesLines
* Implements #750, use preference activitykoem2013-07-091-2/+2
|
* refactoring: extract GPX serialization to make it testableBananeweizen2013-06-221-0/+17
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-153-9/+9
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-026-13/+6
| | | * makes it easier to compare and find duplicate code
* fix #2764: remove temporary caches after testBananeweizen2013-05-241-0/+26
|
* refactoring: new test to verify emulator stateBananeweizen2013-05-231-0/+13
|
* update mock data 2013-03-27Marco Jacob2013-03-274-76/+176
|
* decrypted hintMarco Jacob2013-03-112-2/+2
|
* current html for mock testsMarco Jacob2013-03-096-2733/+1879
|
* Merge branch 'release'SammysHP2013-03-084-20/+8
|\
| * Apply patch to mocked dataSammysHP2013-03-084-20/+8
| | | | | | | | This is NO full update, but only to fix one test.
* | code cleanupBananeweizen2013-02-246-27/+25
| | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* | Use a standard Callable interface for lazy initialized listsSamuel Tardieu2013-02-031-5/+2
| |
* | Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-035-9/+12
| | | | | | | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList.
* | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-232-3/+3
|\ \ | | | | | | | | | | | | | | | | | | 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-232-3/+3
| |/ | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
| * Fixing failed new mocked cache test (GC3XX5J)rsudev2012-12-132-5/+5
| |
| * fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-133-1/+2313
| |
| * GC.com update 11.12.2012blafoo2012-12-123-617/+757
| |
| * Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-123-11/+3
| |
* | Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-072-6/+6
| |
* | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-072-6/+6
| |
* | refactoring: findbugsBananeweizen2012-12-301-1/+5
| |
* | code cleanup: remove debug codeBananeweizen2012-12-262-2/+2
| | | | | | * fixed some more issues of Findbugs and CodePro
* | Fixing failed new mocked cache test (GC3XX5J)rsudev2012-12-132-5/+5
| |
* | fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-123-1/+2313
| |
* | Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-113-11/+3
| |
* | GC.com update 11.12.2012blafoo2012-12-113-617/+757
| |
* | fix #2211: remove application-database indirectionBananeweizen2012-12-011-2/+2
|/
* refactoring: lazy initialized listsBananeweizen2012-11-184-11/+29
| | | | * change more users to only take Iterable interface * return unmodifiable list only
* fix #2089: c:geo crashes when importing large GPX fileBananeweizen2012-11-101-0/+11
|
* GC.com update 16.10.2012blafoo2012-10-185-104/+158
|
* refactoring: some findbugs cleanupBananeweizen2012-07-011-3/+8
|
* GC.com update 26.06.2012blafoo2012-06-293-84/+75
|
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-083-7/+7
|
* GC.com update 06.06.2012blafoo2012-06-073-152/+152
|
* GC.com update 24.05.2012blafoo2012-05-243-123/+161
|
* GC.com update 16.05.2012blafoo2012-05-163-34/+34
|
* GC.com update 08.05.2012blafoo2012-05-094-362/+453
|
* refactoring: remove some of the TODOsBananeweizen2012-05-061-1/+0
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-013-22/+22
| | | reading
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
| | | | | The initial values were never used as the variables are set in any case before being used.
* GC.com update 24.04.2012blafoo2012-04-241-194/+204
|
* Fixed broken unit testblafoo2012-04-241-1/+9
|
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-173-3/+3
|
* refactoring: remove the logging tag from settingsBananeweizen2012-04-122-11/+9
|
* Refactoring: remove int based Geopoint and Viewport constructorsSamuel Tardieu2012-04-122-2/+2
| | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows.
* Implement equals() and hashCode() for GeopointSamuel Tardieu2012-04-111-1/+1
|
* Waypoint and caches both have coordinates, add ICoordinates interfaceSamuel Tardieu2012-04-111-11/+0
| | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them.
* Use an array with in-place constructor instead of a ListSamuel Tardieu2012-04-111-6/+1
|