aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Refactoring: use isEmpty() where appropriateSamuel Tardieu2012-12-1813-15/+15
| | |
* | | Fix crash on single cache mapSamuel Tardieu2012-12-181-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | It was due to a null searchIntent after the refactoring in 6191b4e2aa3b1dea8dd8a41f5396d5e069662f3f which assumes that the copy constructor would not be called with a null value. Found and diagnosed by rsudev.
* | | Merge branch 'cache_coords_wpt_ng' of ↵Samuel Tardieu2012-12-1812-45/+439
|\ \ \ | |/ / | | | | | | https://github.com/triakcz/c-geo-opensource into upstream
| * | Uploading of modified coords to geocaching.comtriakcz2012-12-1812-45/+439
| | |
* | | refactoring: reduce number of prepared statementsBananeweizen2012-12-181-8/+24
| | | | | | | | | * for less memory usage
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-12-171-1/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: main/res/values/strings.xml
| * | fix #147: host markers on our own siteSamuel Tardieu2012-12-171-1/+1
| | |
* | | Refactoring: document and refactor SearchResult constructorsSamuel Tardieu2012-12-171-25/+46
| | |
* | | Refactoring: add documentation about null-nessSamuel Tardieu2012-12-172-6/+6
| | |
* | | Refactoring: simplify codeSamuel Tardieu2012-12-171-16/+4
| | |
* | | Refactoring: remove non-sensical test, this can never be nullSamuel Tardieu2012-12-171-4/+0
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-12-171-1/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: main/res/values/strings.xml
| * | fix #2259: premium caches not identified in searchesSamuel Tardieu2012-12-171-1/+1
| | |
* | | fix: remove undesired space between trackable log entriesBananeweizen2012-12-161-1/+1
| | | | | | | | | | | | * caused by bad parsing * every entry had additional <div> tags
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-12-161-1/+1
|\ \ \ | |/ /
| * | fix #2235: use a more lax regexp to identify found cachesSamuel Tardieu2012-12-161-1/+1
| | |
* | | Refactoring: remove unnecessary "this" qualifiersSamuel Tardieu2012-12-163-3/+3
| | |
* | | Refactoring: remove redundant elseSamuel Tardieu2012-12-161-4/+8
| | |
* | | Refactoring: remove redundant variableSamuel Tardieu2012-12-161-2/+1
| | |
* | | Refactoring: do not build a string within a StringBuilder append()Samuel Tardieu2012-12-161-2/+2
| | |
* | | Refactoring: use explicit size to get better performanceSamuel Tardieu2012-12-162-2/+2
| | |
* | | Refactoring: remove double initializationSamuel Tardieu2012-12-161-7/+3
| | |
* | | refactoring: make better use of sql query cacheBananeweizen2012-12-161-25/+27
| | |
* | | code cleanupBananeweizen2012-12-159-25/+45
| | | | | | | | | * some CodePro Analytix findings
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-1/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: main/src/cgeo/geocaching/files/SimpleDirChooser.java
| * | fix #2208 - notifyDataSetChanged instead only one viewMarco Jacob2012-12-131-1/+1
| | |
| * | fixes #2208 - corrected SimpleDirChooser selectionMarco Jacob2012-12-131-21/+29
| | |
* | | Fix stylistic issueSamuel Tardieu2012-12-131-2/+1
| | |
* | | Better PNG parsing of live mapmucek42012-12-132-98/+533
| |/ |/|
* | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-1/+1
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/LogType.java
| * Fix typo in stringSamuel Tardieu2012-12-131-1/+1
| |
| * fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-131-0/+1
| |
* | Add comment about intentional typoSamuel Tardieu2012-12-131-1/+1
| |
* | Remove backup file from repositorySamuel Tardieu2012-12-131-215/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2012-12-131-0/+1
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/enumerations/LogType.java
| * fix #2253: missing "unarchived" log typeSamuel Tardieu2012-12-131-0/+1
| |
* | Merge pull request #2251 from marco-jacob/issue#2247rsudev2012-12-122-129/+1
|\ \ | | | | | | fixes #2247 - parsing log type Retract Listing
| * | fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-122-129/+1
| | |
* | | fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2012-12-1210-7/+77
| | |
* | | fix #1747: sort in reverse orderBananeweizen2012-12-124-5/+63
|/ /
* | Merge branch 'release'mucek42012-12-121-1/+1
|\ \ | |/ | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/enumerations/LogType.java
| * Visited TB fix #2244mucek42012-12-121-1/+1
| |
* | gc.com update - post merge fixesrsudev2012-12-123-1/+345
| |
* | Merge remote-tracking branch 'upstream/release' into issue2232mrsudev2012-12-121-1/+1
|\ \ | |/
| * GC.com changes 11.12.2012 - additional fixesrsudev2012-12-122-17/+17
| | | | | | | | logtype POST_REVIEWER_NOTE logImages for trackables
| * Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-122-28/+28
| |
| * Merge pull request #2240 from Lineflyer/releaseLars2012-12-111-1/+1
| |\ | | | | | | Opencaching NL support
| | * Opencaching NL supportLars2012-12-101-1/+1
| | |
* | | Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-112-28/+28
| | |
* | | Merge remote-tracking branch 'upstream/release' into issue2232mrsudev2012-12-111-1/+1
|\ \ \ | |/ /