aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/cgeoApplicationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-9/+10
|
* Implements #750, use preference activitykoem2013-07-091-3/+4
|
* Correct log messages to account for refactoringcampbeb2013-06-051-11/+12
|
* adapt test case to website changesBananeweizen2013-06-041-2/+2
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-2/+1
| | | * makes it easier to compare and find duplicate code
* refactoring: revert test to previous state after GC changesBananeweizen2013-05-311-1/+1
|
* fix #2812: attributes parsingBananeweizen2013-05-311-1/+1
|
* Merge remote-tracking branch 'upstream/master' into master-masterPortree-Kid2013-03-081-5/+0
|\ | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java
| * fix #2534: Updating a OC.de cache doubles the cache descriptionBananeweizen2013-03-021-5/+0
| |
* | Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-081-4/+3
|/
* code cleanupBananeweizen2013-02-241-15/+15
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-12/+12
|
* 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 cgTrackable into TrackableSamuel Tardieu2013-01-071-3/+3
|
* refactoring: 3 tests fail if cache type is not ALLBananeweizen2012-12-161-0/+6
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-7/+5
|
* fix #980: c:geo doesn't handle unknown trackablesBananeweizen2012-11-181-1/+1
|
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-1/+1
|
* Add tests to very trackable logs can be parsedcampbeb2012-05-121-1/+15
|
* Make tests independant of user settingsblafoo2012-05-101-13/+52
|
* Removed deprecated warningsblafoo2012-05-101-2/+3
|
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-11/+10
| | | | | | * switch from method overrides to interface detection for connector features * remove GCBase and put code into other classes * reduce GC specific code being used in general activities
* Fix #1421: save and restore user setting for mocked cache testsrsudev2012-04-211-4/+9
|
* Make sure a cgeoapplication is created before testingSamuel Tardieu2012-04-211-14/+2
| | | | | | Some tests are using cgeoapplication without having one already setup, and may be subject to race conditions when accessing the singleton or the Settings.
* Refactoring: do not get through an extra Geopoint when not requiredSamuel Tardieu2012-04-201-5/+5
|
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-12/+13
|
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+1
|
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-3/+3
|
* Implements cache for live-map tilesrsudev2012-04-121-0/+3
|
* Implement equals() and hashCode() for GeopointSamuel Tardieu2012-04-111-2/+2
|
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-2/+2
|
* refactoring: more encapsulation in SearchResultBananeweizen2012-03-241-3/+3
|
* Unit test for #1268blafoo2012-03-181-3/+16
|
* Non-reliable coords for Basic Members. Fixes #1285blafoo2012-03-171-18/+16
|
* Request further details when tapping on a cache in Live Map. Fixes #1256blafoo2012-03-161-1/+1
|
* Update of tests due to new Live Map strategy. Fixes #1242blafoo2012-03-131-4/+6
|
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-5/+6
| | | | | | | * 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
* Live Map strategy. Closes #1183blafoo2012-03-071-18/+29
|
* refactoring: never set listId of cache to TEMPORARY_IDBananeweizen2012-03-031-3/+3
| | | | | | | * 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.
* Reactivated viewport testsblafoo2012-02-281-56/+55
|
* New connector functionalityblafoo2012-02-241-3/+4
|
* Removed obsolete Live Map (old) codeblafoo2012-02-241-6/+6
|
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-10/+10
| | | * otherwise they are not readable
* GC.com update 14.02.2012blafoo2012-02-151-47/+56
|
* refactoring: make search by coords test more fault tolerantBananeweizen2012-02-141-1/+1
| | | * some caches were archived, therefore count decreased
* Changed database handlingblafoo2012-02-081-22/+21
|
* Set instead of List to avoid caches multiple times in search results V2blafoo2012-01-231-1/+1
|
* Updated test data due to GC.com downtime on 17.01.2012blafoo2012-01-171-1/+1
|
* Overlays instead of icons. Fixes #752blafoo2012-01-101-2/+0
|