aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | refactoring: remove redundant null checkSamuel Tardieu2013-04-061-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | If the cache parameter is null, both callers will crash right before or right after the call to storeCachePreviewMap. There is no point in checking for nullness in this method.
* | | | refactoring: use Unix line endingSamuel Tardieu2013-04-061-462/+462
| | | |
* | | | refactoring: make sure downloadMaps doesn't get a null cacheSamuel Tardieu2013-04-062-8/+8
| | | | | | | | | | | | | | | | | | | | If downloadMaps cannot get a null cache in the first place, the null check is no longer needed.
* | | | refactoring: simplify batch export of geocachesSamuel Tardieu2013-04-062-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using list-backed sublists, the code to export geocaches in batch can be simplified. Also, there are places where a more generic Collection type can be used in formal parameters to avoid influencing the type of actual arguments.
* | | | refactoring: remove redundant return statementsSamuel Tardieu2013-04-061-3/+0
| | | |
* | | | refactoring: simplify data flowSamuel Tardieu2013-04-061-7/+3
| | | |
* | | | refactoring: narrow scope of variableSamuel Tardieu2013-04-061-1/+1
| | | |
* | | | refactoring: simplify expressionSamuel Tardieu2013-04-061-1/+1
| | | |
* | | | refactoring: use Java-style array declarationSamuel Tardieu2013-04-061-1/+1
| | | |
* | | | refactoring: do not create explicit arrays to call varargs methodsSamuel Tardieu2013-04-061-1/+1
| | | |
* | | | Merge branch 'issue-2598' into upstreamSamuel Tardieu2013-04-063-75/+87
|\ \ \ \
| * | | | fix #2598: personal note editing layout problemSamuel Tardieu2013-04-063-75/+87
| |/ / /
* | | | fix #2555: try to detect waypoint type in personal noteBananeweizen2013-04-061-1/+25
| | | |
* | | | Merge branch 'release' into upstreamSamuel Tardieu2013-04-061-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * | | Merge remote-tracking branch 'upstream/issue-2624' into releaseSamuel Tardieu2013-04-062-15/+40
| |\ \ \ | | |_|/ | |/| |
| * | | fix #2637: crash when rotating caches listSamuel Tardieu2013-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | The loader can be null if we came here from a preexisting caches list such as a map view.
* | | | #556: avoid duplicate tags when appending our tagsBananeweizen2013-04-042-4/+21
| | | |
* | | | #556: refactor to prepare customization of twitter textBananeweizen2013-04-021-29/+31
| | | |
* | | | Merge branch 'issue-2624' into upstreamSamuel Tardieu2013-04-022-15/+40
|\ \ \ \ | | |/ / | |/| |
| * | | fix #2624: coordinates display is wrong near a confluence pointSamuel Tardieu2013-04-022-15/+40
| |/ / | | | | | | | | | | | | The coordinates need to be rounded differently depending on the precision which will be used for the output.
* | | improve display of log texts for OCBananeweizen2013-04-011-9/+17
| | | | | | | | | * remove even more unneeded whitespace
* | | fix #2619: Clicking link in log decrypts logBananeweizen2013-04-011-0/+6
| | |
* | | Merge branch 'release'Bananeweizen2013-03-312-11/+14
|\ \ \ | |/ /
| * | fix #2615: loader not working for next pageBananeweizen2013-03-312-11/+14
| | |
* | | fix #2532: attach log image to log entry locallyBananeweizen2013-03-303-9/+15
| |/ |/|
* | refactoring of cache logging codeBananeweizen2013-03-304-22/+28
| | | | | | | | * simplify control flow * move sanity checks into GCVote and twitter methods
* | #2613: log error if image cannot be decodedBananeweizen2013-03-301-1/+5
| |
* | refactoring: improve performance of GPX exportBananeweizen2013-03-291-58/+88
| | | | | | | | * load batches of caches instead of single caches * do not load all caches to avoid huge memory usage
* | Merge remote-tracking branch 'upstream/release' into currdevrsudev2013-03-291-1/+3
|\ \ | |/
| * Fixes #2589, Light skin not workingrsudev2013-03-291-1/+3
| | | | | | | | | | | | Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-291-2/+4
|\ \ | |/
| * fix #2489: remove wrong error log entry on gpx exportBananeweizen2013-03-291-2/+4
| |
* | #1798: refactoring, extract common asynctask with progressBananeweizen2013-03-294-37/+98
| |
* | fix #2583: coordinates format switching for waypointsBananeweizen2013-03-282-17/+41
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-281-3/+1
|\ \ | |/
| * fix #2607: avoid error in log during list loadingBananeweizen2013-03-281-3/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-03-281-2/+11
|\ \ | |/
| * fix #2591: crash in logging activityBananeweizen2013-03-281-2/+11
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-03-271-8/+8
|\ \ | |/
| * 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.
* | remove StaticMapsProvider changesMarco Jacob2013-03-271-14/+9
| |
* | more checks in static maps testMarco Jacob2013-03-271-9/+16
|/
* #2593: wrong inverse sorting in history and other listsBananeweizen2013-03-272-9/+18
|
* Fix #2578, Sorting not OK after opening/changing listrsudev2013-03-231-0/+1
| | | Added a forced sort after loader finishing
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-183-38/+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 #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
* | Fixed comment typorsudev2013-03-161-1/+1
| |
* | stability issues and errorhandlingPortree-Kid2013-03-152-6/+14
| |