aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixed comment typorsudev2013-03-161-1/+1
| | |
* | | Merge pull request #2575 from Portree-Kid/master-masterrsudev2013-03-163-9/+33
|\ \ \ | |_|/ |/| | Fix Refactoring to use Loaders fixes #2570
| * | stability issues and errorhandlingPortree-Kid2013-03-152-6/+14
| | |
| * | Fix Refactoring to use Loaders fixes #2570Portree-Kid2013-03-133-3/+19
|/ /
* | Merge pull request #2566 from koem/issue2538SammysHP2013-03-131-1/+1
|\ \ | |/ |/| Fixes #2538 - German umlauts for image upload
| * Fixes #2538 - German umlauts for image uploadkoem2013-03-131-1/+1
|/
* refactoring: reformat all layout sourcesBananeweizen2013-03-1237-1648/+2212
| | | * preparation for extracting the toolbar
* refactoring: use faster short circuit evaluationBananeweizen2013-03-121-1/+1
|
* Merge pull request #2541 from koem/issue1640Bananeweizen2013-03-121-7/+16
|\ | | | | Fixes #1640 - Found Caches shown on live map (low zoom problem)
| * issue 1640 - Found Caches shown on live map (low zoom problem)koem2013-03-051-7/+16
| | | | | | | | solved
* | Merge pull request #2554 from Portree-Kid/master-masterBananeweizen2013-03-1220-471/+554
|\ \ | | | | | | Refactoring to use Loaders fixes #2365
| * | Code Cleanup after reviewPortree-Kid2013-03-121-2/+1
| | |
| * | Code Cleanup after reviewPortree-Kid2013-03-101-5/+2
| | |
| * | Code Cleanup after reviewPortree-Kid2013-03-1012-79/+35
| | |
| * | Removed Source ConnectionPortree-Kid2013-03-081-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into master-masterPortree-Kid2013-03-0842-150/+430
| |\ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java
| * | | Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-0819-468/+599
| | | |
* | | | Merge pull request #2561 from marco-jacob/fixCgeoTestsMarco Jacob2013-03-114-11/+9
|\ \ \ \ | | | | | | | | | | Fix cgeo tests
| * | | | decrypted hintMarco Jacob2013-03-112-2/+2
| | | | |
| * | | | extracted constants for mocked caches login name to adapt only this fileMarco Jacob2013-03-111-1/+5
| | | | |
| * | | | extract constant for mocked cache user to GCConstantsTest and removed ↵Marco Jacob2013-03-111-8/+2
| | | | | | | | | | | | | | | | | | | | duplicate test for cachesFound already done in GCConstantsTest
* | | | | Remove unused getRotation from AndroidLevel8InterfaceSamuel Tardieu2013-03-103-26/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Also, there are only four values that can be returned by Android getRotation().
* | | | | refactoring of static maps codeBananeweizen2013-03-102-18/+15
| | | | | | | | | | | | | | | * fix names, documentation and null check
* | | | | #2559 fix wp hashcode testBananeweizen2013-03-101-4/+18
| | | | |
* | | | | Change log updateLars2013-03-091-0/+1
| | | | | | | | | | | | | | | #2258
* | | | | Merge pull request #2557 from marco-jacob/staticMapsTestMarco Jacob2013-03-091-0/+62
|\ \ \ \ \ | |/ / / / |/| | | | adding StaticMapsProviderTest
| * | | | adding StaticMapsProviderTestMarco Jacob2013-03-091-0/+62
|/ / / /
* | | | Merge pull request #2556 from marco-jacob/updateMockDataMarco Jacob2013-03-096-2733/+1879
|\ \ \ \ | |_|/ / |/| | | Current html for mock tests
| * | | 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.
* | | | Fix #2258: Share function should use http://coord.info/ URLSammysHP2013-03-084-6/+29
| | | |
* | | | Merge pull request #2550 from marco-jacob/wpImagesWithHashMarco Jacob2013-03-075-23/+88
|\ \ \ \ | | | | | | | | | | fixes #2507 - Waypoints only stored if not existing
| * | | | fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-075-23/+88
| | | | |
* | | | | Merge branch 'release'SammysHP2013-03-071-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix #2548: Failed unit testSammysHP2013-03-071-1/+1
| | | | |
* | | | | Merge pull request #2549 from YraFyra/translationSammysHP2013-03-071-0/+28
|\ \ \ \ \ | |_|/ / / |/| | | | Swedish translation update
| * | | | Fixed escape error in swedish translationYraFyra2013-03-061-1/+1
| | | | |
| * | | | Swedish translation updateYraFyra2013-03-061-0/+28
|/ / / / | | | | | | | | | | | | New labels translated to swedish.
* | | | Merge pull request #2543 from koem/issue2225SammysHP2013-03-068-9/+0
|\ \ \ \ | | | | | | | | | | Fixes #2225 & Fixes #2277 - ScrollView cut off at bottom
| * | | | deleted marginBottom in search.xml - had no effectkoem2013-03-051-1/+0
| | | | |
| * | | | issue 2225 & 2277 - ScrollView cut off at bottomkoem2013-03-058-8/+0
| | |_|/ | |/| | | | | | | | | | This does it. And we really don't need what I deleted.
* | | | Merge pull request #2546 from triakcz/fix_live_wpts_translationSammysHP2013-03-0510-15/+15
|\ \ \ \ | | | | | | | | | | Fix live wpts translation
| * | | | Fixed confusing czech translation of disabled cachetriakcz2013-03-061-2/+2
| | | | |
| * | | | Removed confusing live word in all langs from description of wpt limittriakcz2013-03-0510-13/+13
|/ / / /
* | | | Merge pull request #2536 from Lineflyer/masterSammysHP2013-03-041-2/+3
|\ \ \ \ | | | | | | | | | | Shorter strings and missing translation
| * | | | Missing translationLars2013-03-031-0/+1
| | | | |
| * | | | Shorter stringsLars2013-03-031-2/+2
| | | | |
* | | | | Merge pull request #2535 from triakcz/czech_translationSammysHP2013-03-041-31/+47
|\ \ \ \ \ | |_|/ / / |/| | | | Updated czech translation
| * | | | Updated czech translationTriakCZ2013-03-031-31/+47
|/ / / /