aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Change log update master branch Lars2012-08-051-0/+1
| | | Feature #1901 #1794
* Merge pull request #1932 from Lineflyer/masterrsudev2012-08-054-8/+8
|\ | | | | Better strings for GPS/Compass switch
| * Better strings for GPS / Compass switch (span)Lars2012-08-051-2/+2
| |
| * Better strings for GPS / Compass switch (dutch)Lars2012-08-051-2/+2
| |
| * Better strings for GPS / Compass switch (german)Lars2012-08-051-2/+2
| |
| * Better strings for GPS / Compass switch (engl.)Lars2012-08-051-2/+2
| |
* | Merge pull request #1901 from marco-jacob/issue#1794retryrsudev2012-08-0515-11/+434
|\ \ | |/ |/| fixes #1794 - added gpx export dir setting with SimpleDirChooser
| * corrected: usage of gpx export dir setting corrected, text on export dialog ↵Marco Jacob2012-08-038-7/+25
| | | | | | | | now show the correct dir
| * fixes #1794 - added gpx export dir setting with SimpleDirChooserMarco Jacob2012-07-2010-5/+410
| |
* | Merge pull request #1924 from Lineflyer/masterLars2012-08-011-0/+1
|\ \ | | | | | | Change log update for master branch
| * | Change log update for master branchLars2012-08-011-0/+1
| | | | | | | | | Including change for #1908 fixed in #1910
* | | Update main/res/values-it/strings.xmlitalian-geocacher2012-07-311-83/+83
|/ / | | | | | | | | | | As an Italian user, I checked out the Italian rules for the "gender" of the cache. In Italian the rule is that when a word doesn't have a translation, it should be used as a "male" word. In addition the italian synonymous of the word cache (or geocacher) are "tesoro", "nascondiglio" or even "contenitore" that are all "male". Official application on Android (and iPhone and Windows Mobile) are using that word as a "male". Plus, the italian dubbers of two episodes of Law & Order where it is mentioned the goeocaching regers to "geocache" as a "male". And a german translator that is working on translating a detective book that involves geocaching has used "cache" as a "male".
* | Merge pull request #1910 from marco-jacob/issue#1908SammysHP2012-07-231-1/+1
|\ \ | | | | | | fixes #1908 - spoiler images also jpeg not only jpg
| * | fixes #1908 - spoiler images also jpeg not only jpgMarco Jacob2012-07-231-1/+1
| | |
* | | Change log update for master branchLars2012-07-231-0/+2
|/ /
* | fixes #1891 - multiline EditText is multiline againMarco Jacob2012-07-224-5/+5
|/
* Removed + Concatenation Portree-Kid2012-07-201-1/+1
|
* Merge remote-tracking branch 'upstream/master' into Fix1866Portree-Kid2012-07-201-2/+1
|\
| * Removed a wrong setting of cachesCnt. It should always contain thePortree-Kid2012-07-191-2/+1
| | | | | | number of visible caches. Fixes #1730
* | Added Filter to loading of waypoints fixes 1866Portree-Kid2012-07-193-7/+14
|/
* Change log update for master branchLars2012-07-171-1/+8
|
* fix #1886: Context menu misses entryBananeweizen2012-07-161-5/+1
|
* refactoring: replace deprecated layout constantsBananeweizen2012-07-154-6/+6
|
* Updated Japanese translation based on d54d589484303dfd8a2f5d98ca69040bb84a9535Ray2012-07-151-76/+94
|
* Merge pull request #1877 from campbeb/fix1848rsudev2012-07-131-5/+3
|\ | | | | Fix #1848 - Allow Store for Offline from map for list of caches
| * Allow Store for Offline from map for list of cachescampbeb2012-07-111-5/+3
| |
* | Only append offline log table when loading offline logscampbeb2012-07-111-1/+3
|/
* fix #1606: Cache count in title bar doesn't update when filtering listBananeweizen2012-07-081-17/+24
|
* aligned localization-it with englishRomNexus62012-07-041-0/+1
|
* fix #1858: add start time to calendar entryBananeweizen2012-07-015-4/+49
|
* refactoring: some findbugs cleanupBananeweizen2012-07-011-31/+14
|
* Refactoring: remove redundant constructsSamuel Tardieu2012-07-012-2/+2
|
* fix #1828: Coords conversion to DMS not working correctBananeweizen2012-07-012-2/+2
|
* fix #1833: Export / Import GPXBananeweizen2012-07-012-6/+12
|
* Merge remote-tracking branch 'upstream/issue1846' into upstreamSamuel Tardieu2012-06-301-0/+2
|\
| * Fix #1846, parse 'medium' as Regular for cache sizersudev2012-06-301-0/+2
| | | | | | | | | | In the update on 26.06.2012 geocaching com decided to replace Regular by medium for the size on the cache details page (though not in other places like search results), so we parse medium to regular size now
| * Play Versionmucek42012-06-281-1/+2
| |
| * Manual copy of #1832mucek42012-06-281-1/+1
| |
| * Change log update for release branchLars2012-06-281-0/+4
| |
* | Merge pull request #1855 from campbeb/fix1837Bananeweizen2012-06-301-0/+2
|\ \ | | | | | | Don't cancel progress dialog when clicking outside - Fixes #1837
| * | Don't cancel progress dialog when clicking outsidecampbeb2012-06-301-0/+2
| | |
* | | fix #1850: log summary starts with commaBananeweizen2012-06-301-30/+20
|/ /
* | refactoring: minor lint cleanupsBananeweizen2012-06-294-2/+9
| | | | | | * If you get compile errors, upgrade to ADT 20 and SDK 20
* | refactoring: shorten regex to be more fault tolerantBananeweizen2012-06-291-1/+1
| |
* | #1833: recognize localized waypoint type namesBananeweizen2012-06-291-2/+10
| | | | | | * we may want to fix the export of those nonetheless
* | Czech localization correctionDavid Hrbáč2012-06-291-55/+85
| |
* | Update pattern for type after update of 26.6.2012BudBundi2012-06-271-1/+1
| |
* | ignore compile errors in generated codeBananeweizen2012-06-271-1/+5
| |
* | Merge pull request #1830 from davidhrbac/masterSammysHP2012-06-261-167/+167
|\ \ | | | | | | Czech translation correction
| * | a few Czech translation correctionsDavid Hrbáč2012-06-261-167/+167
| | |