aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | code cleanup: remove JDT warningsBananeweizen2013-04-221-2/+2
| | | | | | | |
| * | | | | | | refactoring: move third party code into new source pathBananeweizen2013-04-228-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * makes it more easy to ignore warnings in third party code
| * | | | | | | fix #2671: Don't show short description, if same as long descriptionBananeweizen2013-04-221-27/+51
| | | | | | | |
| * | | | | | | Merge pull request #2668 from donEgro/releaseSammysHP2013-04-202-0/+23
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | Handle no network when refreshing caches, fixes #708
| | * | | | | | Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-202-0/+23
| | | | | | | |
| * | | | | | | fix #2664: List sorting does not respect localeBananeweizen2013-04-201-1/+26
| | | | | | | |
| * | | | | | | updated translation-itRomNexus62013-04-181-2/+11
| | | | | | | |
| * | | | | | | cherry-picked PR from RomNexus6 patch-38RomNexus62013-04-121-1/+1
| | | | | | | |
| * | | | | | | updated translation-it to feb-24RomNexus62013-04-111-12/+79
| | | | | | | |
| * | | | | | | fixes #2651 - exclude inaccessable dirs from choiceMarco Jacob2013-04-101-1/+1
| | | | | | | |
| * | | | | | | Removed translation of distance unitstriakcz2013-04-1011-71/+8
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-081-17/+49
| |\ \ \ \ \ \ \
| * | | | | | | | Partial revert of R3gis patch to translationsTriakCZ2013-04-081-3/+3
| | | | | | | | |
| * | | | | | | | Merge branch 'release' into upstreamSamuel Tardieu2013-04-072-8/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix #2640: Filter out stored caches Bananeweizen2013-04-073-0/+28
| | | | | | | | | |
| * | | | | | | | | Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-0717-68/+14
| | | | | | | | | |
| * | | | | | | | | Merge branch 'release' into upstreamSamuel Tardieu2013-04-072-3/+608
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * | | | | | | | | | Put EXTRA parameters into the Intent classSamuel Tardieu2013-04-072-10/+8
| | | | | | | | | | |
| * | | | | | | | | | Rename EXTRAS_COORDS into the more correct EXTRA_COORDSSamuel Tardieu2013-04-072-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-2/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/Geocache.java
| * | | | | | | | | | | | Add method documentationSamuel Tardieu2013-04-071-1/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'triakcz/wpt_distance' into upstreamSamuel Tardieu2013-04-073-0/+39
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Displaying note of waypoint on wpt popupTriakCZ2013-03-311-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Displaying distance to waypoint on map popupTriakCZ2013-03-313-0/+38
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-071-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fix #2542: NPE when deleting list with all caches in itBananeweizen2013-04-071-34/+28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactoring: remove unused warnings on mandatory parametersSamuel Tardieu2013-04-071-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactoring: remove redundant type castsSamuel Tardieu2013-04-073-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getParcelable() does not return a Parcelable, it returns a T where T is a generic type deriving from Parcelable. Those type casts will be done automatically and do not need to be spelled out explicitely.
| * | | | | | | | | | | | | | refactoring: remove empty statementsSamuel Tardieu2013-04-072-5/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactoring: make API of AsyncTaskWithProgress more explicitBananeweizen2013-04-074-62/+119
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactoring: prefer StringUtils.defaultIfBlank over an explicit testSamuel Tardieu2013-04-061-4/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fix #2585: log progress dismissed when tapping on screenSamuel Tardieu2013-04-061-81/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use AsyncTaskWithProgress to factor out code at the same time.
| * | | | | | | | | | | | | | refactoring: use lists instead of arrays for filter collectionsSamuel Tardieu2013-04-0611-34/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using arrays makes the surrounding code very constrained. Most of the time, filter collections were built in lists and converted into arrays. Using lists in the filter factory signature makes it more natural to manipulate those collections.
| * | | | | | | | | | | | | | refactoring: simplify attribute resolution codeSamuel Tardieu2013-04-061-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getString(id) would not return a blank string, it would raise an exception if the given id was not found.
| * | | | | | | | | | | | | | refactoring: use Math.max to compute the maximum of two integer valuesSamuel Tardieu2013-04-061-6/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactoring: remove unused importSamuel Tardieu2013-04-061-1/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | refactoring: remove extra checkSamuel Tardieu2013-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If getWaypoints() returns an empty collection, then the loop will do nothing. Since it cannot return a null value, the test is redundant.
| * | | | | | | | | | | | | | 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-064-75/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fix #2598: personal note editing layout problemSamuel Tardieu2013-04-064-75/+102
| | | | | | | | | | | | | | | |