aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2357. Close progress dialog when ending activityBrian2013-01-071-0/+3
| | | | This corrects errors of leaking the dialog.
* Fix #2356. Compare languages not localesBrian2013-01-071-1/+1
|
* new: remove unneeded paragraphs around log entriesBananeweizen2013-01-071-1/+16
| | | * happen often in OC logs and consume much space in log view
* new: suppress current list in "move to list"Bananeweizen2013-01-072-4/+34
|
* Remove and fix some debugging informationSamuel Tardieu2013-01-071-3/+2
|
* Merge branch 'triakcz-fix_2290_radio' of ↵Samuel Tardieu2013-01-076-61/+77
|\ | | | | | | https://github.com/campbeb/c-geo-opensource into upstream
| * Modify #2330 for layout fix and string wordingBrian2013-01-063-11/+17
| | | | | | | | | | Radio button text was not visible with light skin and english strings changed for better wording.
| * Merge branch 'fix_2290_radio' of git://github.com/triakcz/c-geo-opensource ↵Brian2013-01-065-59/+69
| |\ | | | | | | | | | into triakcz-fix_2290_radio
| | * Coord modification code refactored from chbox to radiobtntriakcz2013-01-045-59/+69
| | |
* | | Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-0711-52/+52
| | |
* | | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-0713-58/+58
| | |
* | | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-0724-135/+135
| | |
* | | Refactoring: simplify use of cursor queriesSamuel Tardieu2013-01-071-320/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the query has been built with a known set of fields to retrieve, there is no need to compute them as we statically know them. Also, the cursor cannot be null after a query that did not raise an exception. It is positionned before the first result, so moveToNext() can be called right away on it, allowing the use of while { … } rather than do { … } while.
* | | fix #2351: always enable move to listBananeweizen2013-01-071-7/+4
| | |
* | | fix #2342: crash when leaving cache list earlyBananeweizen2013-01-071-8/+1
| | |
* | | Merge pull request #2346 from Lineflyer/masterBananeweizen2013-01-071-0/+4
|\ \ \ | | | | | | | | German strings for OC-integration
| * | | New german stringsLars2013-01-071-0/+4
| | | |
* | | | fix #2350: mark moving caches as virtualBananeweizen2013-01-071-1/+1
|/ / /
* | | Swedish translation updateYraFyra2013-01-061-4/+39
| | | | | | | | | | | | New and update translations for the last two months....
* | | refactoring: more fault tolerant OC parsingBananeweizen2013-01-061-49/+71
| | |
* | | fix: OC connector didn't set timestamp of cacheBananeweizen2013-01-065-13/+15
| | | | | | | | | * lead to "updated 15000 days ago"
* | | remove outdated icon update messageBananeweizen2013-01-0612-18/+1
|/ / | | | | | | * otherwise it is shown for OC caches incorrectly * users should have migrated all old GC caches since a long time
* | Merge pull request #2331 from campbeb/fix1926Bananeweizen2013-01-052-9/+3
|\ \ | | | | | | Fix 1926: Don't try to reload cache while still being saved
| * \ Update PR for #2334Brian2013-01-042-2/+8
| |\ \
| * | | Fix 1926: Don't try to reload cache while still being savedBrian2013-01-042-9/+3
| | | | | | | | | | | | | | | | | | | | cgCache.gatherMissingFrom could cause the cache to be reloaded in cache details while it was still being saved to the database
* | | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-01-051-1/+1
|\ \ \ \
| * | | | fix #2337 NPE in cache list when leaving activity earlyBananeweizen2013-01-051-1/+1
| | | | |
* | | | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-051-2/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: main/res/values/strings.xml
| * | | | Update ChangeLog about #2336Samuel Tardieu2013-01-051-0/+1
| | | | |
| * | | | fix #2336: support for secondary users in multi-users modeSamuel Tardieu2013-01-051-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow c:geo to work correctly in multi-users mode as long as the default settings (keep files on internal sd card or phone memory) are used. Files stored on secondary memory will still be shared between users, but the permissions should be allowing that.
| * | | | Update ChangeLog for #2250 fixingSamuel Tardieu2013-01-051-0/+1
| | | | |
| * | | | fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2013-01-0510-7/+77
| | | | |
| * | | | Change log updateSamuel Tardieu2013-01-031-0/+12
| | | | |
* | | | | Merge pull request #2311 from rsudev/OCde2Bananeweizen2013-01-0528-29/+910
|\ \ \ \ \ | | | | | | | | | | | | Opencaching integration with oc11xml api
| * | | | | Opencaching integration with oc11xml apirsudev2012-12-3128-29/+910
| | | | | | | | | | | | | | | | | | | | | | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api
* | | | | | fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-0513-84/+169
| |_|_|/ / |/| | | | | | | | | issues
* | | | | Fix #2332. Add error handling for failed favorite changesBrian2013-01-042-2/+8
| |_|/ / |/| | |
* | | | Add counter to blacklistcampbeb2013-01-041-1/+2
| |_|/ |/| |
* | | Add FIXME comment about a meaningless merge strategySamuel Tardieu2013-01-041-0/+2
| | |
* | | Show Favorites Info only if there is at least one pointpatrick2013-01-041-2/+4
| | | | | | | | | | | | | | | Show the favorites infos in the CacheDetailsActivity only if there is at least one favorite point set.
* | | Format date according to system-wide settingspatrick2013-01-041-2/+3
| | | | | | | | | | | | | | | The date is not formatted according to the current locale and the user's date-order preference, that takes precedence.
* | | Merge remote-tracking branch 'upstream/release' into issue2319rsudev2013-01-031-5/+11
|\ \ \ | | |/ | |/|
| * | Fixes #2319, Out of memory error with OSM and Google Mapsrsudev2013-01-031-5/+11
| | | | | | | | | | | | | | | There were still some places in the GCParser that directly assigned regex matcher results to cache properties, thereby keeping the whole page string referenced.
* | | Aligned favourite adding code with the rest, fixes #2298Portree-Kid2013-01-022-15/+65
| | |
* | | close #2291: improve color markers in TB logbookSamuel Tardieu2013-01-011-3/+3
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-011-0/+0
|\ \ \ | |/ /
| * | fix #2314: mapsforge errouts with no sdcardSamuel Tardieu2013-01-011-0/+0
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-01-014-3/+42
|\ \ \ | |/ /
| * | Do not translate untranslatable stringsSamuel Tardieu2013-01-011-1/+0
| | |
| * | fix #2317: exception when backing up the phoneSamuel Tardieu2013-01-011-2/+3
| | | | | | | | | | | | | | | We do not need a cgeoapplication instance anymore when trying to perform a backup.