| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Also, removed unused links from strings.xml files to make
it clear where the link is coming from
|
| | |
|
| |
|
|
| |
* bad HTML input might occur in all places
* so better safe than sorry
|
| |
|
|
| |
* If you have compile errors after pulling, please consult the issue on
github.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
| |
This will accomodate landscape mode even if the version information is
long. See issue #1666 for discussion.
|
|
|
* replaced by popup meanwhile
* rename remaining waypoint activity
* rename some of the mostly untouched activities
|