aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo
Commit message (Collapse)AuthorAgeFilesLines
* static code analysis and other fixesBananeweizen2012-03-182-2/+2
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* Non-reliable coords for Basic Members. Fixes #1285blafoo2012-03-171-18/+16
|
* Unit test fixblafoo2012-03-161-2/+1
|
* Request further details when tapping on a cache in Live Map. Fixes #1256blafoo2012-03-163-29/+59
|
* Update of tests due to new Live Map strategy. Fixes #1242blafoo2012-03-131-4/+6
|
* Tests for #1262blafoo2012-03-121-13/+43
|
* fix #1262: icon decoding does not work wellBananeweizen2012-03-103-81/+76
|
* refactoring: first part of removing cgBaseBananeweizen2012-03-106-14/+15
| | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards
* #1236: adapt unit testsBananeweizen2012-03-091-1/+27
| | | | * previous tests didn't recognize cache page with error output * have new unit test for cache with errors
* refactoring: make JSON parsing more robust by using a regexBananeweizen2012-03-081-0/+14
|
* Live Map strategy. Closes #1183blafoo2012-03-072-20/+31
|
* Merge pull request #1230 from campbeb/fix1196Bananeweizen2012-03-061-1/+1
|\ | | | | Fix #1196 and other waypoint refactoring
| * Refactor so all waypoint operations are done through the Cache object.campbeb2012-03-051-1/+1
| | | | | | | | Check for editing a waypoint when adding. Save cache after waypoint operations so finalDefined is set correctly.
* | Merge remote-tracking branch 'marco-jacob/issue#285'Bananeweizen2012-03-051-12/+22
|\ \ | |/ |/| | | | | Conflicts: main/src/cgeo/geocaching/StaticMapsProvider.java
| * GPXImportTest working independent of SettingsMarco Jacob2012-03-041-0/+9
| |
| * corrected GPXImporter testsMarco Jacob2012-03-041-12/+13
| |
* | refactoring: cleanupsBananeweizen2012-03-041-1/+0
| | | | | | | | * remove unused resources * fix some comments, layout, logging and other stuff
* | Fix some unit tests. Does anyone besides me run them?Bananeweizen2012-03-042-3/+28
| |
* | refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-045-3/+6
| |
* | refactoring: never set listId of cache to TEMPORARY_IDBananeweizen2012-03-032-5/+5
| | | | | | | | | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing.
* | Removed TODOsblafoo2012-02-292-4/+1
| |
* | Reactivated viewport testsblafoo2012-02-282-57/+56
| |
* | Improved PNG parsingblafoo2012-02-281-2/+49
| |
* | refactoring: don't suppress warnings!!!Bananeweizen2012-02-261-3/+2
| | | | | | | | * null pointer warnings nearly always make sense * most times it is very easy to get around them without suppressing
* | Display images in trackable logscampbeb2012-02-251-0/+21
| |
* | New connector functionalityblafoo2012-02-242-5/+7
| |
* | Removed obsolete Live Map (old) codeblafoo2012-02-241-6/+6
| |
* | Unit tests fixed.blafoo2012-02-242-2/+2
| |
* | Merge pull request #1162 from RoadRunner-/issue#1147M@®k2012-02-242-2/+5
|\ \ | | | | | | Fix for issue #1147: Improved pattern and usage
| * | Another change to the regexTorsten Keil2012-02-232-2/+2
| | |
| * | Improved pattern to respect dot as thousands separator tooTorsten Keil2012-02-222-2/+5
| | |
* | | Live Map. Closes #1121blafoo2012-02-231-11/+4
| | |
* | | Live Map optimizationsblafoo2012-02-232-5/+31
| | |
* | | Unified methods for BASE 31blafoo2012-02-231-3/+5
| | |
* | | First working version of new live mapblafoo2012-02-231-1/+0
| | |
* | | JSON (new format) parsingblafoo2012-02-231-1/+0
| | |
* | | First working version of new live mapblafoo2012-02-231-7/+47
| | |
* | | Positions in grid evaluated for cachesblafoo2012-02-231-2/+14
| | |
* | | JSON (new format) parsingblafoo2012-02-231-0/+20
|/ /
* | Fix for issue#1147: Problem detecting find countTorsten Keil2012-02-221-0/+2
| |
* | refactoring: code cleanupBananeweizen2012-02-213-52/+64
| | | | | | | | | | * move human distance code to own class * remove warning suppression * fix several compiler warnings
* | fix unit testsBananeweizen2012-02-202-1/+4
| | | | | | | | * unit tests use different pattern for user parsing than other code * user name not recognized
* | Implementation for issue #1120Torsten Keil2012-02-171-0/+180
| | | | | | | | | | | | | | - see ticket for more details Conflicts: main/src/cgeo/geocaching/cgeowaypointadd.java
* | refactoring: use underscore in symbolic constantsBananeweizen2012-02-164-21/+21
| | | | | | * otherwise they are not readable
* | Merge pull request #1117 from rsudev/issue1040brsudev2012-02-151-6/+6
|\ \ | |/ |/| Fix #1042, waypoint types
| * Fix #1040, waypoint typesrsudev2012-02-121-6/+6
| | | | | | Additionally introduces flag for 'final defined' in cache lists
* | GC.com update 14.02.2012blafoo2012-02-159-775/+965
| |
* | refactoring: make search by coords test more fault tolerantBananeweizen2012-02-141-1/+1
| | | | | | * some caches were archived, therefore count decreased
* | fix unit testBananeweizen2012-02-141-1/+1
| | | | | | * fails because of decreased favorite points
* | refactoring: don't suppress warnings on method levelBananeweizen2012-02-141-9/+3
| |