| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-07-24 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #4079: set mail subject for support mail | Samuel Tardieu | 2014-07-24 | 1 | -1/+1 |
| | | | |||||
| * | | fix lint warning: layout inflation root | Bananeweizen | 2014-06-29 | 1 | -12/+13 |
| | | | |||||
| * | | remove link to manual | Bananeweizen | 2014-05-26 | 1 | -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 start | rsudev | 2014-05-18 | 1 | -1/+16 |
| |/ | | | | | | - Checks the last version from preferences with current - Stores current version - switches to about - changelog on version change | ||||
| * | fix #3515: exception in about | Bananeweizen | 2014-01-05 | 1 | -1/+0 |
| | | |||||
| * | fix #3515: crash in about | Bananeweizen | 2014-01-05 | 1 | -5/+13 |
| | | |||||
| * | refactoring: clean some warnings | Bananeweizen | 2014-01-04 | 1 | -7/+5 |
| | | |||||
| * | refactoring: remove bad default case statements | Bananeweizen | 2014-01-01 | 1 | -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 4 | Bananeweizen | 2013-11-27 | 1 | -6/+6 |
| | | |||||
| * | Do not mark overriden activity methods as final | Samuel Tardieu | 2013-09-15 | 1 | -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 link | mucek4 | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | refactoring: fix findbugs warning | Bananeweizen | 2013-08-22 | 1 | -1/+2 |
| | | |||||
| * | refactoring: remove unused string resource | Bananeweizen | 2013-08-22 | 1 | -1/+1 |
| | | |||||
| * | new: split about page into view pager page | Bananeweizen | 2013-08-21 | 1 | -51/+165 |
| | | |||||
| * | add FAQ link to about activity | Bananeweizen | 2013-08-20 | 1 | -12/+18 |
| | | |||||
| * | fix #3089: add license in about dialog | Bananeweizen | 2013-07-31 | 1 | -1/+6 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2013-07-14 | 1 | -2/+12 |
| |\ | | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java | ||||
| | * | fix #2956: management of release notes | Samuel Tardieu | 2013-07-14 | 1 | -1/+11 |
| | | | |||||
| * | | #2866: Use Android Annotations to implement standard patterns | Bananeweizen | 2013-06-09 | 1 | -42/+29 |
| | | | |||||
| * | | Fix #2721 - Correct link to manual | campbeb | 2013-05-15 | 1 | -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 activity | Bananeweizen | 2013-05-11 | 1 | -0/+10 |
| | | | |||||
| * | | refactoring: use AnchorAwareLinkMovementMethod everywhere | Bananeweizen | 2013-05-11 | 1 | -3/+3 |
| | | | | | | | | | * bad HTML input might occur in all places * so better safe than sorry | ||||
| * | | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -8/+9 |
| |/ | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | refactoring: minor rename of resources | Bananeweizen | 2013-02-05 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: cleanup application startup | Samuel Tardieu | 2012-05-30 | 1 | -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 all | Samuel Tardieu | 2012-05-29 | 1 | -15/+4 |
| | | |||||
| * | Put c:geo version name on its own line | Samuel Tardieu | 2012-05-29 | 1 | -1/+1 |
| | | | | | | This will accomodate landscape mode even if the version information is long. See issue #1666 for discussion. | ||||
| * | refactoring: remove waypoints activity | Bananeweizen | 2012-05-06 | 1 | -0/+86 |
| * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities | |||||
