aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3325 - warning on upload if personal note exceeds 4000Marco Jacob2013-11-045-3/+43
|
* fix: also recognize PQs for routesBananeweizen2013-10-263-3/+3
|
* Merge remote-tracking branch 'mucek4/fix2830'Bananeweizen2013-10-2610-0/+253
|\ | | | | | | | | * fix HTML parsing * simplify activity API * disable the action for non premium members
| * Fix 2830 Browse PQs as nearby searchmucek42013-09-0410-0/+245
| |
* | fix lint warningBananeweizen2013-10-261-1/+1
| |
* | fix #3378: Placeholder [LOG] not working for TB tweetsBananeweizen2013-10-263-9/+18
| |
* | #3322: Option to 'show as list' only active when viewing live cachesDarek Kay2013-10-261-1/+1
| |
* | Merge pull request #3385 from KiwiStone/sort_on_popularity_ratioBananeweizen2013-10-2515-0/+70
|\ \ | | | | | | Added a new comparator to sort cache lists on popularity ratio
| * | - Added new comparator to handle popularity ratiosKiwiStone2013-10-2515-0/+70
| | | | | | | | | | | | | | | | | | - Added required resource strings - Added teh new comparator to the user interface option
* | | Merge remote-tracking branch 'origin/release'SammysHP2013-10-251-1/+1
|\ \ \
| * | | #3329 - Personal note on GC.com is only for premium membersDarek Kay2013-10-251-2/+2
| | | |
* | | | Merge remote-tracking branch 'origin/release'SammysHP2013-10-251-1/+1
|\ \ \ \ | |/ / /
| * | | fix #3299 - Find count not working for "1 cache"Darek Kay2013-10-251-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-10-242-2/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java
| * | | fix #3376: Crash on startBananeweizen2013-10-241-2/+4
| | | |
| * | | Version infoLars2013-10-231-1/+1
| | | |
| * | | Update changelog_release.xmlLars2013-10-221-0/+5
| | | |
| * | | backport of NPE fix to release branchBananeweizen2013-10-222-4/+6
| | | |
* | | | Update changelog_master.xmlLars2013-10-231-0/+1
| | | |
* | | | #3367: limit twitter message again during status postBananeweizen2013-10-221-1/+10
| |/ / |/| |
* | | fix compiler warningBananeweizen2013-10-201-1/+2
| | |
* | | refactoring: convert waypoints to real listBananeweizen2013-10-205-141/+171
| | |
* | | new: strike through past event caches in listsBananeweizen2013-10-191-1/+6
| | |
* | | fix #3371: Log-offline-menu doesn't respect cache sourceBananeweizen2013-10-195-48/+77
| | |
* | | fix crash in map directory settingsBananeweizen2013-10-192-4/+6
| | |
* | | refactor cache list menuBananeweizen2013-10-192-10/+10
| | | | | | | | | | | | * move refresh to top instead of having "delete all" there * disable some menu items for empty lists
* | | fix findbugs warningBananeweizen2013-10-191-1/+1
| | |
* | | fix #3368: New placeholer [LOG] for twitter templateBananeweizen2013-10-195-12/+31
| | |
* | | fix #3365: Twitter placeholder not workingBananeweizen2013-10-193-18/+38
| | |
* | | Merge branch 'release' into master_devrsudev2013-10-185-20/+95
|\ \ \ | |/ /
| * | Fixes part of #2976, allow to manually select map directoryrsudev2013-10-185-20/+95
| | | | | | | | | | | | | | | | | | Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined.
* | | Merge branch 'release'rsudev2013-10-181-1/+1
|\ \ \ | |/ /
| * | Fixes #3369, Spoiler image parsing failsrsudev2013-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
* | | fix #3201: remember field notes export settingsBananeweizen2013-10-173-8/+43
| | |
* | | change: release export selection dialog as early as possibleBananeweizen2013-10-171-0/+1
| | |
* | | fix #3357: crash in any destinationBananeweizen2013-10-141-6/+9
| | |
* | | Update changelog_master.xmlLars2013-10-141-2/+12
| | |
* | | fix #3356: NB fails to buildSammysHP2013-10-141-1/+2
| | |
* | | Implements part of #3267, Detect and report time-skew that prevents okapi accessrsudev2013-10-145-17/+157
| | | | | | | | | | | | Reports back issues on the main screen, but not yet during the authorization process
* | | fix #3355: OC event caches don't show date in search resultsBananeweizen2013-10-131-3/+3
| | |
* | | fix: wrong condition for not showing cache sizeBananeweizen2013-10-131-1/+7
| | |
* | | fix #3289: Filter for whereigo and letterbox shows all OC cachesBananeweizen2013-10-131-3/+8
| | |
* | | new: show cache, if geokrety is currently placed thereBananeweizen2013-10-132-4/+21
| | |
* | | refactoring: extract some common codeBananeweizen2013-10-131-60/+23
| | |
* | | refactoring: remove unused codeBananeweizen2013-10-121-95/+64
| | | | | | | | | * also fixes butterknife view injection throwing exception
* | | refactoring: update to butterknife 3.0Bananeweizen2013-10-123-1/+1
| | |
* | | fix findbugs warningsBananeweizen2013-10-128-32/+40
| | | | | | | | | | | | * synchronize date parsing * use commons date formatting
* | | fix wrong counting in progress streamBananeweizen2013-10-121-7/+11
| | |
* | | fix failing testBananeweizen2013-10-121-4/+11
| | |
* | | fix #3321: No distance calculation and coords if cache is at equatorBananeweizen2013-10-121-3/+3
| | |