aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/logs/LogsViewCreator.java
Commit message (Collapse)AuthorAgeFilesLines
* add javadoc, remove compiler warningBananeweizen2015-02-171-1/+1
|
* fix #4681: highlight saved log in orangeBananeweizen2015-02-161-6/+4
| | | Also fixes some wrong click handlers.
* 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-171-2/+1
| | | | 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
|
* refactor: generalize state storing for listview based viewpager pagesBananeweizen2013-12-081-2/+2
|
* 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
* fix #3241: Make hint box clickableBananeweizen2013-09-121-1/+1
|
* #2910: remove code duplication in logs viewsBananeweizen2013-06-231-0/+175