aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AboutActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* #2866: Use Android Annotations to implement standard patternsBananeweizen2013-06-091-42/+29
|
* Fix #2721 - Correct link to manualcampbeb2013-05-151-1/+1
| | | | | Also, removed unused links from strings.xml files to make it clear where the link is coming from
* new: link to market place in about activityBananeweizen2013-05-111-0/+10
|
* refactoring: use AnchorAwareLinkMovementMethod everywhereBananeweizen2013-05-111-3/+3
| | | | * bad HTML input might occur in all places * so better safe than sorry
* #2684: use view injection libraryBananeweizen2013-05-011-8/+9
| | | | * If you have compile errors after pulling, please consult the issue on github.
* refactoring: minor rename of resourcesBananeweizen2013-02-051-1/+1
|
* Refactoring: cleanup application startupSamuel Tardieu2012-05-301-1/+1
| | | | | | | | | | | | | This cleanup: - do not pass the cgeoapplication singleton to cgData - do not pretend that CacheCache is a singleton, it only occurs to have one instance in cgData - start version updater thread in cgeoapplication.onCreate(), once the object has been created, to avoid risking accessing the sole instance before it is fully initialized, this could lead to a crash at initialization time - use an available context object to access version information, which is not accessed frequently
* Refactoring: get version information once and for allSamuel Tardieu2012-05-291-15/+4
|
* Put c:geo version name on its own lineSamuel Tardieu2012-05-291-1/+1
| | | | | This will accomodate landscape mode even if the version information is long. See issue #1666 for discussion.
* refactoring: remove waypoints activityBananeweizen2012-05-061-0/+86
* replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities