aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/TrackableActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-8/+5
|
* Fix #2685 - Don't add images each time log entry is drawn on screencampbeb2013-05-091-21/+14
| | | | | | TextView with images was being added to the view each time the log entry was drawn. Instead of inflating and adding the TextView, we now use on that is arleady there and hide it if there are no images.
* fix #1781: Remove help functionBananeweizen2013-05-091-4/+0
|
* #2684: use view injection libraryBananeweizen2013-05-011-5/+1
| | | | * If you have compile errors after pulling, please consult the issue on github.
* Refactoring: remove unnecessary private qualifierSamuel Tardieu2013-01-291-1/+1
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-7/+7
|
* Send message to cacheowner and cachers in logsYraFyra2013-01-171-0/+4
| | | | Added option to send message to another cacher using the form at gc.com.
* Refactoring: rename cgImage into ImageSamuel Tardieu2013-01-071-1/+1
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-9/+9
|
* refactoring: findbugsBananeweizen2012-12-301-1/+1
|
* fix #2299: Crash on screen rotation in cache details when menu openedBananeweizen2012-12-291-2/+5
|
* code cleanup: remove debug codeBananeweizen2012-12-261-1/+2
| | | * fixed some more issues of Findbugs and CodePro
* refactoring: convert trackable log view to real listBananeweizen2012-12-231-64/+100
|
* new: view pager in trackable activityBananeweizen2012-12-231-0/+637