aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CacheDetailActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-1/+2
|
* refactoring: Lint cleanupsBananeweizen2013-05-091-1/+1
|
* fix #1781: Remove help functionBananeweizen2013-05-091-5/+0
|
* refactoring: unify the action bar layoutBananeweizen2013-05-041-1/+1
|
* fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-9/+9
|
* #2684: use view injection libraryBananeweizen2013-05-011-6/+1
| | | | * If you have compile errors after pulling, please consult the issue on github.
* Merge pull request #2673 from donEgro/releaseMarco Jacob2013-04-221-0/+5
|\ | | | | Fixed Issue #708 - Refresh caches + no internet = normal progress.
| * Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-221-0/+5
| | | | | | Checking refresh in CacheDetailActivity, CachePopup and cgeocaches.
* | fix #2671: Don't show short description, if same as long descriptionBananeweizen2013-04-221-27/+51
| |
* | Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-071-2/+1
| |
* | refactoring: do not create explicit arrays to call varargs methodsSamuel Tardieu2013-04-061-1/+1
| |
* | Merge branch 'issue-2598' into upstreamSamuel Tardieu2013-04-061-15/+22
|\ \
| * | fix #2598: personal note editing layout problemSamuel Tardieu2013-04-061-15/+22
| |/
* | fix #2583: coordinates format switching for waypointsBananeweizen2013-03-281-17/+3
|/
* Visited waypoints - small fixes and polishingrsudev2013-02-241-1/+7
|
* New feature WPT visited markingtriakcz2013-02-241-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 39f9bc9f5c38aeccc1ee037f7f11859bfe86ab75 Author: TriakCZ <kunc88@gmail.com> Date: Sat Feb 16 12:46:45 2013 +0100 Resized tick at visited WPT, not showing cross commit 8b907641660fa62a1847c1a8ed11c5b874e567a1 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 22:48:06 2013 +0100 Tick/cross is displayed at wpt only when there is at least one visited wpt commit 18b5e15f0b5fcc69d7f12c27fd72f6cfb8e69c27 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:26:34 2013 +0100 Added ticks and cross for highlighting what was visited and what not commit 7a9d9694a0f2e7e31868f75e2c230e4bea07f87b Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:00:42 2013 +0100 Visited state now survives cache refresh commit 624b70faaf313638f5a9131fdfb60d83d4424696 Author: triakcz <kunc88@gmail.com> Date: Thu Feb 14 21:13:44 2013 +0100 new feature WPT visited marking
* code cleanupBananeweizen2013-02-241-3/+2
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Loading of Images outside the ui Thread Fixes #2214Portree-Kid2013-02-211-15/+46
|
* Merge branch 'release'Bananeweizen2013-02-131-1/+2
|\ | | | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/CacheDetailActivity.java main/src/cgeo/geocaching/cgeotrackable.java
| * fix #2475: don't crash at link anchorsBananeweizen2013-02-131-1/+2
| |
* | Merge branch 'master' into chooselistkoem2013-02-131-6/+7
|\ \
| * | Unit-Tests ++koem2013-02-121-1/+1
| | | | | | | | | | | | - and Maintenance Icon Color changed to alert-red
| * | Icons for OCkoem2013-02-111-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* | | issue #275 - Move to other list from cache screenkoem2013-02-081-3/+83
|/ / | | | | | | and: choose list when storing
* | Make LazyInitializedList<E> a List<E>Samuel Tardieu2013-02-031-3/+3
| |
* | Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-9/+9
| |
* | fix #2353: "This description contains table elements..."Bananeweizen2013-01-301-1/+3
| |
* | Refactoring: remove unnecessary this qualifierSamuel Tardieu2013-01-291-3/+3
| |
* | #1791: remove reset coords dialogBananeweizen2013-01-271-40/+49
| |
* | refactoring: move some more dialogs into new packageBananeweizen2013-01-271-1/+1
| |
* | Isolate intent extras into a new classSamuel Tardieu2013-01-271-8/+8
| |
* | Merge branch 'issue-2322' into upstreamSamuel Tardieu2013-01-231-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/IConnector.java main/src/cgeo/geocaching/connector/gc/GCParser.java main/src/cgeo/geocaching/maps/CGeoMap.java
| * | fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-231-3/+3
| |/ | | | | | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
| * Fix #2356. Compare languages not localesBrian2013-01-081-1/+1
| | | | | | | | | | | | | | Cherry-picked from master. Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
* | Reuse code to fill a cache detailSamuel Tardieu2013-01-201-41/+46
| |
* | Merge pull request #2388 from YraFyra/copystuffcampbeb2013-01-191-4/+5
|\ \ | | | | | | Possibility to copy gc-code and cache name. Fix #1615
| * | Possibility to copy gc-code and cache nameYraFyra2013-01-111-4/+5
| | | | | | | | | | | | | | | Added possibility to long-click on cache name or gc-code to copy (or share) those strings.
* | | Send message to cacheowner and cachers in logsYraFyra2013-01-171-1/+5
| | | | | | | | | | | | Added option to send message to another cacher using the form at gc.com.
* | | fix #2394: view pager jumps back to details on device rotationSamuel Tardieu2013-01-131-1/+10
|/ /
* | Merge branch 'windowLeak' of https://github.com/campbeb/c-geo-opensource ↵Samuel Tardieu2013-01-081-0/+3
|\ \ | | | | | | | | | into upstream
| * | 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-081-1/+1
|/ / | | | | | | | | | | | | Cherry-picked from master. Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
* | Fix #2356. Compare languages not localesBrian2013-01-071-1/+1
| |
* | Merge branch 'triakcz-fix_2290_radio' of ↵Samuel Tardieu2013-01-071-21/+9
|\ \ | | | | | | | | | https://github.com/campbeb/c-geo-opensource into upstream
| * \ Merge branch 'fix_2290_radio' of git://github.com/triakcz/c-geo-opensource ↵Brian2013-01-061-21/+9
| |\ \ | | | | | | | | | | | | into triakcz-fix_2290_radio
| | * | Coord modification code refactored from chbox to radiobtntriakcz2013-01-041-21/+9
| | | |
* | | | Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-071-1/+1
| | | |
* | | | Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-3/+3
| | | |
* | | | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-13/+13
| | | |
* | | | remove outdated icon update messageBananeweizen2013-01-061-7/+1
|/ / / | | | | | | | | | * otherwise it is shown for OC caches incorrectly * users should have migrated all old GC caches since a long time