aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui
Commit message (Collapse)AuthorAgeFilesLines
* Implements #750, use preference activitykoem2013-07-095-6/+6
|
* Fixes #2925, Cache logbook not updated correctlyrsudev2013-07-061-8/+19
| | | | CacheLogbookViewCreater was running on a stale Geocache instance
* fix #2954: sorting wrong after switching between event list and normalBananeweizen2013-07-061-0/+22
| | | list
* fix #2057Bananeweizen2013-07-051-0/+55
| | | * can be reproduced in my emulator with GCH8T5
* Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-271-30/+27
|\ | | | | make personalNote multiline, upload on OK and merge on refresh
| * make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-261-30/+27
| |
* | #2910: remove code duplication in logs viewsBananeweizen2013-06-238-7/+425
| |
* | refactoring: extract user actions into re-usable classesBananeweizen2013-06-213-0/+127
| |
* | refactoring: code duplicationBananeweizen2013-06-213-37/+47
| |
* | refactoring: code duplicationBananeweizen2013-06-211-23/+21
|/
* Fix #2882 - Clear offline log through cache objectcampbeb2013-06-131-1/+1
| | | | | Go through cache object instead of directly to cgData so change notifications can be made
* refactoring: use activity names for layoutsBananeweizen2013-06-094-4/+4
|
* Merge pull request #2860 from campbeb/fix2527Bananeweizen2013-06-082-2/+2
|\ | | | | Fix #2527 - Apply dialog theme to dialogs
| * Fix #2527 - Apply dialog theme to dialogscampbeb2013-06-082-2/+2
| | | | | | | | | | | | | | Ensures the dialog is properly positioned on the screen and treated like a dialog instead of a semi-floating window Fixes #2527
* | refactoring: reduce duplicated codeBananeweizen2013-06-085-43/+57
|/
* Correct log messages to account for refactoringcampbeb2013-06-053-4/+4
|
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-22/+19
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-05-282-2/+8
|\
| * Direction Image fixes for Basic Memberscampbeb2013-05-272-2/+8
| | | | | | | | Fixes some issues discovered while researching #2791
* | refactoring: use menu inflationBananeweizen2013-05-261-7/+3
| |
* | refactoring: make periodic handler use weak referencesSamuel Tardieu2013-05-251-20/+13
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-192-77/+24
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * enhancement: share direction images for basic membersSamuel Tardieu2013-05-192-48/+15
| | | | | | | | | | | | | | Use the regular images cache for basic members direction images in cache list. Part of work on #2733.
| * fix #2733: acquire distance and direction for basic membersSamuel Tardieu2013-05-182-32/+12
| | | | | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing.
* | #1348: use buffered ioBananeweizen2013-05-111-4/+5
| |
* | refactoring: explicit constructor not neededBananeweizen2013-05-111-4/+0
| |
* | refactoring: use menu resources instead of codeBananeweizen2013-05-101-26/+14
| |
* | refactoring: Lint cleanupsBananeweizen2013-05-091-2/+11
| |
* | fix #1781: Remove help functionBananeweizen2013-05-091-8/+0
| |
* | refactoring: unify the action bar layoutBananeweizen2013-05-041-1/+1
| |
* | fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-12/+12
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-241-2/+6
|\ \ | |/
| * #2675: remove superfluous separatorBananeweizen2013-04-241-2/+6
| | | | | | * non offline caches had a trailing separator
* | Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-071-27/+6
| |
* | Merge remote-tracking branch 'triakcz/wpt_distance' into upstreamSamuel Tardieu2013-04-071-0/+21
|\ \
| * | Displaying distance to waypoint on map popupTriakCZ2013-03-311-0/+21
| | |
* | | Merge branch 'issue-2598' into upstreamSamuel Tardieu2013-04-062-60/+65
|\ \ \
| * | | fix #2598: personal note editing layout problemSamuel Tardieu2013-04-062-60/+65
| | |/ | |/|
* | | fix #2619: Clicking link in log decrypts logBananeweizen2013-04-011-0/+6
| |/ |/|
* | fix #2583: coordinates format switching for waypointsBananeweizen2013-03-281-0/+38
|/
* #2593: wrong inverse sorting in history and other listsBananeweizen2013-03-271-8/+8
|
* code cleanupBananeweizen2013-02-242-6/+6
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Fixes #2445, Light theme brokenrsudev2013-02-144-4/+8
| | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark.
* Merge branch 'release'Bananeweizen2013-02-131-0/+37
|\ | | | | | | | | | | | | 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-0/+37
| |
* | Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-035-46/+46
| |
* | Remove unnecessary importsSamuel Tardieu2013-01-291-4/+0
| |
* | lint cleanupsBananeweizen2013-01-281-2/+2
| | | | | | | | * unused resources * textIsSelectable
* | refactoring: move some more dialogs into new packageBananeweizen2013-01-274-3/+491
| |
* | #1791: refactor live map hint activity into a dialogBananeweizen2013-01-271-0/+43
| |