aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #2591: crash in logging activityBananeweizen2013-03-281-2/+11
|
* fix #2602: crash on "show on list" from live mapSamuel Tardieu2013-03-271-8/+8
| | | | | | | | The pseudo loader created by onCreate() when coming from the live map uses the adapter before it is created. Here we invert the order of creation while checking for onCreateLoader() returning null which is the case when coming from a map.
* Add missing French translationsSamuel Tardieu2013-03-271-19/+159
|
* #2593: wrong inverse sorting in history and other listsBananeweizen2013-03-272-9/+18
|
* Merge pull request #2584 from Lineflyer/masterkoem2013-03-231-2/+4
|\ | | | | Change log and limitation update
| * Better wording for UTF8 changeLars2013-03-201-1/+1
| |
| * Change log and limitation updateLars2013-03-191-2/+4
| |
* | Fix #2578, Sorting not OK after opening/changing listrsudev2013-03-231-0/+1
| | | | | | Added a forced sort after loader finishing
* | Set TargetSdk back to 8, testing menukeyrsudev2013-03-211-1/+1
|/
* Merge pull request #2580 from koem/issue2538-utf8SammysHP2013-03-184-49/+17
|\ | | | | Fixes #2538 - German Umlauts in image caption and description
| * Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-184-49/+17
|/ | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class
* Merge pull request #2569 from R3gi/patch-5SammysHP2013-03-171-384/+390
|\ | | | | Update Czech srings #4.xml
| * Update strings.xmlR3gi2013-03-141-11/+11
| | | | | | | | | | Fixed some mistakes and bugs from Original translation + some small changes. I hope this is the final version...
| * Update strings.xmlR3gi2013-03-131-382/+388
| | | | | | | | | | | | | | | | Fixed formatting (spaces). Fixed string errors, deleted extra ", fixed some bugs. The first info was: "Bug fixes, improved intelligibility of some strings, the translation is more friendly now (better inflection and in czech "Tykání"). All strings should be translated now. The program was already tested with this new translation. If any problem or question, please contact me. It is the first time I am using this kind of develop/translate service :-)"
* | Merge pull request #2565 from triakcz/gpx_export_skip_invalid_wptsrsudev2013-03-161-12/+14
|\ \ | | | | | | GPX export ommiting waypoints without coords
| * | GPX export ommiting waypoints without coordstriakcz2013-03-121-12/+14
| | |
* | | Fixes #2531 - Auto-save now works as expected.rsudev2013-03-161-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied saveLog(false) from onStop() also into finish(). List of caches now gets refreshed, because saveLog() runs while VisitCacheActivity is still running. saveLog(false) was also left in onStop(), because in case the activity gets interrupted and finish() is not called, the log will still be auto-saved. Conflicts: main/src/cgeo/geocaching/VisitCacheActivity.java
* | | Fixes #2413 - In English it is better to use "Login failed: Message frommartin.stajner2013-03-161-1/+1
| | | | | | | | | server" since the message from server can be a whole new sentence.
* | | 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
| | | |