| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | crowdin: New translations | rsudev | 2014-08-10 | 1 | -64/+64 |
| | | |||||
| * | #4143: maybe avoid bad HTML parsing using HTML color codes | Bananeweizen | 2014-08-09 | 1 | -1/+1 |
| | | |||||
| * | crowdin: New translations | rsudev | 2014-08-08 | 4 | -114/+342 |
| | | |||||
| * | crowdin: New translations | rsudev | 2014-08-05 | 2 | -1/+170 |
| | | |||||
| * | Add missing resolutions for existing icon (from AOSP) | Arne Schwabe | 2014-08-05 | 10 | -0/+0 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/release' into release | Samuel Tardieu | 2014-08-05 | 1 | -0/+4 |
| |\ | |||||
| | * | Adding known bugs/limitations | Lars | 2014-08-05 | 1 | -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 Schwabe | 2014-08-05 | 6 | -6/+7 |
| |/ | | | | allow share icon to be on action bar | ||||
| * | Fixes #3929, Long press options in logbook no longer working | rsudev | 2014-08-05 | 4 | -7/+20 |
| | | | | | - enable contextual action bar for log view in cache details and trackables | ||||
| * | crowdin: New translations | rsudev | 2014-08-04 | 1 | -1/+1 |
| | | |||||
| * | fix font of release notes, highlight with red color | Bananeweizen | 2014-08-04 | 1 | -5/+4 |
| | | |||||
| * | Replace heading tag by font tag | Lars | 2014-08-04 | 1 | -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 changes | Lars | 2014-08-03 | 1 | -39/+1 |
| | | | | | - Clean up changes from older releases - Add link to milestone | ||||
| * | Test HTML heading tag in changelog | Lars | 2014-08-03 | 1 | -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 changelog | Lars | 2014-08-03 | 1 | -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 release | Lars | 2014-08-03 | 1 | -3/+0 |
| | | |||||
| * | Move changelog_master content into changelog_release | Samuel Tardieu | 2014-08-03 | 2 | -28/+31 |
| | | |||||
| * | Merge commit '2cd573148aba544b202bc046851e79324b39f494' into release | Samuel Tardieu | 2014-08-03 | 467 | -7527/+9308 |
| |\ | |||||
| | * | immediately show correct cache name in titlebar | Bananeweizen | 2014-08-03 | 1 | -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 caches | Bananeweizen | 2014-08-03 | 1 | -0/+3 |
| | | | |||||
| | * | fix #4045: list footer takes space when hidden | Bananeweizen | 2014-08-03 | 1 | -3/+13 |
| | | | |||||
| | * | typo in changelog | Bananeweizen | 2014-08-03 | 1 | -2/+2 |
| | | | |||||
| | * | remove unused translation again | Bananeweizen | 2014-08-03 | 17 | -17/+0 |
| | | | |||||
| | * | crowdin: New translations | Samuel Tardieu | 2014-08-02 | 17 | -3/+20 |
| | | | |||||
| | * | remove unused translation | Bananeweizen | 2014-08-02 | 18 | -18/+0 |
| | | | |||||
| | * | remove unused import | Bananeweizen | 2014-08-02 | 1 | -1/+0 |
| | | | |||||
| | * | fix broken singular forms | Bananeweizen | 2014-08-02 | 1 | -2/+2 |
| | | | |||||
| | * | Put map drawing utilities into their own utility class | Samuel Tardieu | 2014-08-01 | 2 | -87/+130 |
| | | | |||||
| | * | crowdin: New translations | rsudev | 2014-07-31 | 1 | -0/+20 |
| | | | |||||
| | * | crowdin: New translations | rsudev | 2014-07-30 | 1 | -0/+1 |
| | | | |||||
| | * | Move Google maps v1 files to package cgeo.geocaching.maps.google.v1 | Samuel Tardieu | 2014-07-30 | 14 | -14/+14 |
| | | | | | | | | | | | Hopefully this will make someone motivated to create the .v2 alternative. | ||||
| | * | fix broken Javadoc | Bananeweizen | 2014-07-30 | 2 | -27/+28 |
| | | | |||||
| | * | Remove stray '%' from Swedish translation | rsudev | 2014-07-29 | 1 | -1/+1 |
| | | | |||||
| | * | crowdin: New translations | rsudev | 2014-07-29 | 4 | -3/+19 |
| | | | |||||
| | * | Remove now unused method in DoRunnable | Samuel Tardieu | 2014-07-29 | 1 | -6/+0 |
| | | | |||||
| | * | Identify variables initialized in onCreate() | Samuel Tardieu | 2014-07-29 | 1 | -101/+62 |
| | | | | | | | | | Those cannot be null once onCreate() has executed. | ||||
| | * | Narrow the scope of the viewport variable | Samuel Tardieu | 2014-07-29 | 1 | -9/+9 |
| | | | |||||
| | * | Narrow the scope of the zoom variable | Samuel Tardieu | 2014-07-29 | 1 | -3/+3 |
| | | | |||||
| | * | Add missing annotation | Samuel Tardieu | 2014-07-29 | 1 | -0/+1 |
| | | | |||||
| | * | Use consistent variable name for reference | Samuel Tardieu | 2014-07-29 | 1 | -21/+21 |
| | | | |||||
| | * | Factor map reference retrieval | Samuel Tardieu | 2014-07-29 | 1 | -15/+15 |
| | | | |||||
| | * | Fixes #4096, Drop on map popup does not work | rsudev | 2014-07-28 | 1 | -0/+2 |
| | | | | | | | | | - ensure timely intialization of lists | ||||
| | * | Typo correction | Lars | 2014-07-27 | 1 | -1/+1 |
| | | | |||||
| | * | crowdin: New translations | Samuel Tardieu | 2014-07-25 | 7 | -10/+57 |
| | | | |||||
| | * | Update changelog_master.xml | Lars | 2014-07-25 | 1 | -0/+2 |
| | | | |||||
| | * | Remove unnecessary qualifiers and modifiers | Samuel Tardieu | 2014-07-25 | 5 | -11/+11 |
| | | | |||||
| | * | Remove redundant test | Samuel Tardieu | 2014-07-25 | 1 | -3/+1 |
| | | | |||||
| | * | No need to display the logs with smileys twice | Samuel Tardieu | 2014-07-25 | 2 | -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 toast | Samuel Tardieu | 2014-07-25 | 1 | -13/+5 |
| | | | |||||
| | * | Allow toasts to be shown from any thread | Samuel Tardieu | 2014-07-25 | 1 | -11/+32 |
| | | | |||||
