aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AboutActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release' into upstreamSamuel Tardieu2014-07-241-1/+1
|\
| * fix #4079: set mail subject for support mailSamuel Tardieu2014-07-241-1/+1
| |
* | fix lint warning: layout inflation rootBananeweizen2014-06-291-12/+13
| |
* | remove link to manualBananeweizen2014-05-261-2/+0
| | | | | | | | The manual is not updated since 2011 and should not be pointed to any more.
* | Implements #96, Change log / What's new popup on startrsudev2014-05-181-1/+16
|/ | | | | | - Checks the last version from preferences with current - Stores current version - switches to about - changelog on version change
* fix #3515: exception in aboutBananeweizen2014-01-051-1/+0
|
* fix #3515: crash in aboutBananeweizen2014-01-051-5/+13
|
* refactoring: clean some warningsBananeweizen2014-01-041-7/+5
|
* refactoring: remove bad default case statementsBananeweizen2014-01-011-2/+1
| | | | | For methods returning directly from the switch case, at least Eclipse still needs a useless return value outside of the switch statement. This has been handled by IllegalStateExceptions after the switch.
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-6/+6
|
* Do not mark overriden activity methods as finalSamuel Tardieu2013-09-151-1/+1
| | | | | | Since we use view injection, it will create a derived AboutActivity_ which will try to override the onCreate method itself, leading to a loader error.
* c:geo donations linkmucek42013-09-121-1/+1
|
* refactoring: fix findbugs warningBananeweizen2013-08-221-1/+2
|
* refactoring: remove unused string resourceBananeweizen2013-08-221-1/+1
|
* new: split about page into view pager pageBananeweizen2013-08-211-51/+165
|
* add FAQ link to about activityBananeweizen2013-08-201-12/+18
|
* fix #3089: add license in about dialogBananeweizen2013-07-311-1/+6
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-2/+12
|\ | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java
| * fix #2956: management of release notesSamuel Tardieu2013-07-141-1/+11
| |
* | #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