aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/CacheListView.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: make view holders static inner classesBananeweizen2012-05-181-22/+0
| | | * also rename them to make intention and pattern more clear
* pimp listview layoutBananeweizen2012-05-011-1/+1
| | | | | | * remove margins outside for better use of screen space * avoid dynamic creation of inventory icons * center inventory icon * remove unneeded layout around inventory
* fix #376: Problems with quick selection in cache listsBananeweizen2012-05-011-2/+0
| | | | | | | | * removed animations * removed empty space in selection mode * removed some views from layout for better performance * cleaned up lots of code * new: in selection mode you can click the cache description to toggle checkboxes
* #1195: address selection as real ListActivityBananeweizen2012-02-271-0/+24
* includes some renaming of other list related code for clarity