aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* crowdin: New translationsrsudev2014-08-101-64/+64
|
* #4143: maybe avoid bad HTML parsing using HTML color codesBananeweizen2014-08-091-1/+1
|
* crowdin: New translationsrsudev2014-08-084-114/+342
|
* crowdin: New translationsrsudev2014-08-052-1/+170
|
* Add missing resolutions for existing icon (from AOSP)Arne Schwabe2014-08-0510-0/+0
|
* Merge remote-tracking branch 'upstream/release' into releaseSamuel Tardieu2014-08-051-0/+4
|\
| * Adding known bugs/limitationsLars2014-08-051-0/+4
| | | | | | In case we have to release before they are fixed.
* | Replace copy icon with holo copy icon, add icon for share, change order to ↵Arne Schwabe2014-08-056-6/+7
|/ | | | allow share icon to be on action bar
* Fixes #3929, Long press options in logbook no longer workingrsudev2014-08-054-7/+20
| | | | - enable contextual action bar for log view in cache details and trackables
* crowdin: New translationsrsudev2014-08-041-1/+1
|
* fix font of release notes, highlight with red colorBananeweizen2014-08-041-5/+4
|
* Replace heading tag by font tagLars2014-08-041-4/+5
| | | Heading tag seems unsupported but font size should be supported by a plain textview according to http://daniel-codes.blogspot.de/2011/04/html-in-textviews.html
* Clean up old changesLars2014-08-031-39/+1
| | | | - Clean up changes from older releases - Add link to milestone
* Test HTML heading tag in changelogLars2014-08-031-1/+1
| | | According to http://commonsware.com/blog/Android/2010/05/26/html-tags-supported-by-textview.html it should be supported even in textview.
* Make actionbar change more visible in changelogLars2014-08-031-1/+5
| | | | By adding a visually separate and bold section and having a link to our FAQ where the change is explained in more details. Note: The link wont work, as this section of the FAQ is currently set offline but will be put online before releasing.
* Totally empty changelog_master on releaseLars2014-08-031-3/+0
|
* Move changelog_master content into changelog_releaseSamuel Tardieu2014-08-032-28/+31
|
* Merge commit '2cd573148aba544b202bc046851e79324b39f494' into releaseSamuel Tardieu2014-08-03467-7527/+9308
|\
| * immediately show correct cache name in titlebarBananeweizen2014-08-031-14/+21
| | | | | | | | | | | | When opening a cache from an online search, we previously showed a hardcoded "Cache" in the titlebar, until we had all cache details downloaded and parsed. Now the available partial information from the online search is used, such that the title is immediately correct.
| * avoid title bar icon switching for non traditional cachesBananeweizen2014-08-031-0/+3
| |
| * fix #4045: list footer takes space when hiddenBananeweizen2014-08-031-3/+13
| |
| * typo in changelogBananeweizen2014-08-031-2/+2
| |
| * remove unused translation againBananeweizen2014-08-0317-17/+0
| |
| * crowdin: New translationsSamuel Tardieu2014-08-0217-3/+20
| |
| * remove unused translationBananeweizen2014-08-0218-18/+0
| |
| * remove unused importBananeweizen2014-08-021-1/+0
| |
| * fix broken singular formsBananeweizen2014-08-021-2/+2
| |
| * Put map drawing utilities into their own utility classSamuel Tardieu2014-08-012-87/+130
| |
| * crowdin: New translationsrsudev2014-07-311-0/+20
| |
| * crowdin: New translationsrsudev2014-07-301-0/+1
| |
| * Move Google maps v1 files to package cgeo.geocaching.maps.google.v1Samuel Tardieu2014-07-3014-14/+14
| | | | | | | | | | Hopefully this will make someone motivated to create the .v2 alternative.
| * fix broken JavadocBananeweizen2014-07-302-27/+28
| |
| * Remove stray '%' from Swedish translationrsudev2014-07-291-1/+1
| |
| * crowdin: New translationsrsudev2014-07-294-3/+19
| |
| * Remove now unused method in DoRunnableSamuel Tardieu2014-07-291-6/+0
| |
| * Identify variables initialized in onCreate()Samuel Tardieu2014-07-291-101/+62
| | | | | | | | Those cannot be null once onCreate() has executed.
| * Narrow the scope of the viewport variableSamuel Tardieu2014-07-291-9/+9
| |
| * Narrow the scope of the zoom variableSamuel Tardieu2014-07-291-3/+3
| |
| * Add missing annotationSamuel Tardieu2014-07-291-0/+1
| |
| * Use consistent variable name for referenceSamuel Tardieu2014-07-291-21/+21
| |
| * Factor map reference retrievalSamuel Tardieu2014-07-291-15/+15
| |
| * Fixes #4096, Drop on map popup does not workrsudev2014-07-281-0/+2
| | | | | | | | - ensure timely intialization of lists
| * Typo correctionLars2014-07-271-1/+1
| |
| * crowdin: New translationsSamuel Tardieu2014-07-257-10/+57
| |
| * Update changelog_master.xmlLars2014-07-251-0/+2
| |
| * Remove unnecessary qualifiers and modifiersSamuel Tardieu2014-07-255-11/+11
| |
| * Remove redundant testSamuel Tardieu2014-07-251-3/+1
| |
| * No need to display the logs with smileys twiceSamuel Tardieu2014-07-252-59/+3
| | | | | | | | | | The log view now uses the background image loading process already used for caches and trackable descriptions.
| * Do not use a handler just to show a toastSamuel Tardieu2014-07-251-13/+5
| |
| * Allow toasts to be shown from any threadSamuel Tardieu2014-07-251-11/+32
| |