Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring: clean compiler warnings about static calls | Bananeweizen | 2013-05-27 | 3 | -6/+6 |
| | |||||
* | refactoring: change some compiler warnings for lint warnings | Bananeweizen | 2013-05-27 | 1 | -6/+7 |
| | |||||
* | Compiler warning fix and German translations | rsudev | 2013-05-26 | 1 | -1/+0 |
| | |||||
* | fix #2783: Pocket Query Creator added to helper apps | Bananeweizen | 2013-05-26 | 1 | -0/+1 |
| | |||||
* | refactoring: use menu inflation | Bananeweizen | 2013-05-26 | 1 | -7/+3 |
| | |||||
* | #2783 enable importing from pocket query creator app | Bananeweizen | 2013-05-26 | 1 | -1/+5 |
| | |||||
* | Menu tuning | rsudev | 2013-05-26 | 1 | -3/+10 |
| | | | | | | Added refresh to cache context menu in lists Switched 'Store offline' to 'Refresh' in history Added 'Clear offline logs' to history | ||||
* | Fix #2727 - Support GeoTour attribute | campbeb | 2013-05-25 | 2 | -1/+3 |
| | | | | | Also some minor changes to attritube generation files for additional explanation | ||||
* | refactoring: make periodic handler use weak references | Samuel Tardieu | 2013-05-25 | 3 | -39/+40 |
| | | | | | | | | | | | PeriodicHandler now uses weak references to keep a link to the looper that requested it. This way, it will not prevent the source from being garbage collected even though a delayed message may be queued in the handler. Also, at the next iteration, the periodic handler will notice that its starter looper has been garbage collected and will stop itself if it has not been already. | ||||
* | fix #2750: delete OC username when resetting login information | Samuel Tardieu | 2013-05-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #2779 from campbeb/test2770 | Bananeweizen | 2013-05-25 | 1 | -0/+1 |
|\ | | | | | Add log message for testing #2770 | ||||
| * | Add log message for testing #2770 | campbeb | 2013-05-24 | 1 | -0/+1 |
| | | |||||
* | | fix #2725: Circles on the map only around physical stages | Bananeweizen | 2013-05-25 | 14 | -52/+54 |
| | | |||||
* | | Merge branch 'issue-2771' into upstream | Samuel Tardieu | 2013-05-25 | 1 | -1/+5 |
|\ \ | |||||
| * | | fix #2771: cache archived status not updated on refresh | Samuel Tardieu | 2013-05-25 | 1 | -1/+5 |
| | | | |||||
* | | | fix #2740: Bad title, when invoking c:geo from mail | Bananeweizen | 2013-05-25 | 3 | -0/+9 |
| | | | |||||
* | | | Merge branch 'release' into upstream | Samuel Tardieu | 2013-05-24 | 2 | -1/+4 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Merge pull request #2777 from campbeb/fix2707a | Samuel Tardieu | 2013-05-24 | 1 | -0/+2 |
| |\ | | | | | | | Fix #2707 - Reload images after notifyDataSetChanged | ||||
| | * | Fix #2707 - Reload images after notifyDataSetChanged | campbeb | 2013-05-23 | 1 | -0/+2 |
| | | | |||||
| * | | Fix #2773 - Include log author in GPX export | campbeb | 2013-05-23 | 1 | -1/+2 |
| |/ | |||||
* | | doc: enhance containsHtml() description | Samuel Tardieu | 2013-05-23 | 1 | -3/+4 |
| | | |||||
* | | add final qualifier to vars | Marco Jacob | 2013-05-23 | 1 | -6/+7 |
| | | |||||
* | | debug: change log level | Samuel Tardieu | 2013-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Since we know require the unification of the CacheCache with what is in the database, we do not want to scare the user by pretending that a load from the database failed while it is a normal condition for newly encountered geocaches. | ||||
* | | Merge pull request #2768 from marco-jacob/issue#2736 | Marco Jacob | 2013-05-23 | 1 | -6/+18 |
|\ \ | | | | | | | fixes #2736 - avoid OOM on upload log image | ||||
| * | | fixes #2736 - avoid OOM on upload log image | Marco Jacob | 2013-05-23 | 1 | -6/+18 |
| | | | |||||
* | | | refactoring: benefit from shortcut evaluation | Samuel Tardieu | 2013-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | refactoring: take advantage of a previous refactorization | Samuel Tardieu | 2013-05-23 | 1 | -1/+1 |
| | | | |||||
* | | | fix #2675: never allow CacheCache and database information to be disjoint | Samuel Tardieu | 2013-05-23 | 1 | -13/+20 |
|/ / | | | | | | | | | | | | | When we enter a new cache into the CacheCache, we need to make sure that the information already about this cache is merged in. Otherwise, we risk having two disjoint sets of information because we ignore and may later override information stored in the database. | ||||
* | | Fix #2728 - Support for Block Party cache type | campbeb | 2013-05-22 | 1 | -2/+4 |
| | | | | | | | | Uses standard event image | ||||
* | | new: check TTS data availability when starting speech | Bananeweizen | 2013-05-23 | 1 | -1/+18 |
| | | |||||
* | | Merge branch 'issue-2753' into upstream | Samuel Tardieu | 2013-05-22 | 1 | -2/+2 |
|\ \ | |||||
| * | | fix #2753: log image not shown | Samuel Tardieu | 2013-05-22 | 1 | -2/+2 |
| |/ | | | | | | | | | We now use the "large" version of the image, which is also the one presented to the user on the web site. | ||||
* | | doc: add documentation about the LogHolder position manipulation | Samuel Tardieu | 2013-05-22 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'issue-2749' into upstream | Samuel Tardieu | 2013-05-22 | 1 | -3/+19 |
|\ \ | |/ | |||||
| * | fix #2749: ensure that item has not changed before redrawing | Samuel Tardieu | 2013-05-22 | 1 | -3/+19 |
| | | |||||
* | | Merge pull request #2754 from campbeb/fix2716 | Samuel Tardieu | 2013-05-21 | 1 | -4/+32 |
|\ \ | | | | | | | Fix #2716 - Adjust compass speech rate based on distance | ||||
| * | | Fix #2716 - Adjust compass speech rate based on distance | campbeb | 2013-05-20 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | Speech has a minimum and maximum time delay. In between these values it changes based on how much distance to the object has changed. Values may need to be adjusted for optimum use. | ||||
* | | | Fixes #2748, Field-Notes export does no longer work | rsudev | 2013-05-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Corrected close order for writer and buffer | ||||
* | | | Merge branch 'fix-2741' into upstream | Samuel Tardieu | 2013-05-19 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/CompassActivity.java | ||||
| * | | | fix #2741: some devices do not have a magnetic field sensor | Samuel Tardieu | 2013-05-19 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #2719 from campbeb/fix2714 | Bananeweizen | 2013-05-19 | 1 | -9/+28 |
|\ \ \ \ | | | | | | | | | | | Fix #2714 - Support imperial units in compass speech | ||||
| * | | | | Fix #2714 - Support imperial units in compass speech | campbeb | 2013-05-12 | 1 | -9/+28 |
| | |/ / | |/| | | | | | | | | | | Fixes #2714 | ||||
* | | | | Merge branch 'fix-2733' into upstream | Samuel Tardieu | 2013-05-19 | 2 | -0/+24 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | fix: parse basic member size | Samuel Tardieu | 2013-05-19 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | Part of work on #2733. | ||||
| * | | | fix: parse basic member difficulty and terrain | Samuel Tardieu | 2013-05-19 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | Part of work on #2733. | ||||
* | | | | Merge branch 'fix-2733' into upstream | Samuel Tardieu | 2013-05-19 | 6 | -94/+42 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml | ||||
| * | | | enhancement: make the distance comparator work with approximate distance | Samuel Tardieu | 2013-05-19 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | Part of work on #2733. | ||||
| * | | | enhancement: share direction images for basic members | Samuel Tardieu | 2013-05-19 | 3 | -49/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the regular images cache for basic members direction images in cache list. Part of work on #2733. | ||||
| * | | | refactoring: share the name of the shared image directory | Samuel Tardieu | 2013-05-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Part of work on #2733. | ||||
| * | | | fix #2733: acquire distance and direction for basic members | Samuel Tardieu | 2013-05-18 | 4 | -34/+21 |
| | | | | | | | | | | | | | | | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing. |