aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/logs
Commit message (Collapse)AuthorAgeFilesLines
* fix #4702: cache names disappearing in travel bug log entriesSamuel Tardieu2015-03-171-3/+4
|
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-1/+1
|
* add javadoc, remove compiler warningBananeweizen2015-02-171-1/+1
|
* fix #4681: highlight saved log in orangeBananeweizen2015-02-162-11/+9
| | | Also fixes some wrong click handlers.
* fix #4679: show stored log as first in logbookBananeweizen2015-02-152-10/+57
|
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-102-2/+0
|
* more null annotationsBananeweizen2015-01-301-5/+5
|
* Revert "#4179: only open a cache whose geocode is available"Samuel Tardieu2014-08-271-11/+8
| | | | This reverts commit 4ad1d9133fce97f11f7ea86b25549bb86b9bd668.
* #4179: only open a cache whose geocode is availableSamuel Tardieu2014-08-151-8/+11
|
* fix #4169: update trackable log after loggingBananeweizen2014-08-131-5/+8
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-08-121-1/+1
|\
| * fix #4166: inconsistent labels for non-event cacheSamuel Tardieu2014-08-121-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-08-051-3/+5
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java
| * Fixes #3929, Long press options in logbook no longer workingrsudev2014-08-051-3/+5
| | | | | | | | - enable contextual action bar for log view in cache details and trackables
* | #4111: scale smileysBananeweizen2014-08-041-3/+2
|/
* No need to display the logs with smileys twiceSamuel Tardieu2014-07-251-40/+3
| | | | | The log view now uses the background image loading process already used for caches and trackable descriptions.
* refactoring: reduce package cyclesBananeweizen2014-07-201-1/+1
|
* switch to Java 1.7Bananeweizen2014-07-172-4/+3
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* fix lint warning: layout inflation rootBananeweizen2014-06-291-9/+10
|
* refactoring: clean some warningsBananeweizen2014-01-041-2/+2
|
* refactoring: make user actions depend on the connectorBananeweizen2014-01-041-1/+1
| | | | | | This enables the contacts addon and search by user/owner for all user names (independent of the kind of cache). Of course, search by user/owner still only works for GC, so one cannot find EC owner caches that way.
* refactor: generalize state storing for listview based viewpager pagesBananeweizen2013-12-082-37/+3
|
* Merge remote-tracking branch 'KiwiStone/issue-3354'Bananeweizen2013-12-081-1/+35
|\
| * fixes #3354 - Position not saved on logbook screenKiwiStone2013-11-291-0/+34
| |
* | refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-1/+1
| | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
| |
* | fix #3241: Make hint box clickableBananeweizen2013-09-121-1/+1
|/
* Fixes #2925, Cache logbook not updated correctlyrsudev2013-07-061-8/+19
| | | | CacheLogbookViewCreater was running on a stale Geocache instance
* #2910: remove code duplication in logs viewsBananeweizen2013-06-234-0/+393