aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Search for maps on multiple storagesYraFyra2012-10-213-14/+73
| | | | | | | Many devices are mounting /mnt/sdcard to internal flash memory. This memory is then referred to as the ExternalStorage. These devices may still have the possibility to insert an SDcard and that memory is hard to access. This modification will search all mounted memory that is available for the user for map files.
* Fixes #2087, Favorite points in cache list limited to 3 digitsrsudev2012-10-111-3/+3
| | | Extended the resppective fields in the layout to allow one more digit
* Merge pull request #2086 from Lineflyer/masterLars2012-10-091-0/+8
|\ | | | | Change log update
| * Update main/res/values/strings.xmlLars2012-10-071-0/+8
| | | | | | | | | | | | | | | | | | | | #2050 #2034 #2074 #2079 #2030 #1874 #1991 #653
* | block another counterBananeweizen2012-10-081-1/+2
|/
* fix #2085: trackables can be stored multiple times in databaseBananeweizen2012-10-071-2/+6
|
* #2084: History for trackable codesBananeweizen2012-10-074-7/+45
|
* fix #1312: Strange progress indicator on GPX-importBananeweizen2012-10-063-23/+82
|
* fix #653: Add Smilies when loggingBananeweizen2012-10-069-86/+173
|
* fix #2044: Adding url change for popup as wellBananeweizen2012-10-061-1/+1
|
* #2074: Option to remove colors from log entriesBananeweizen2012-10-063-12/+27
| | | * forgot TB logs
* fix #1991: TB: Last activity wrong in case last activity is todayBananeweizen2012-10-051-2/+2
|
* fix #1874: FC when opening link from TB-viewBananeweizen2012-10-052-12/+20
|
* fix #1884: Database Upgrade FailedBananeweizen2012-10-051-1/+1
|
* Merge pull request #2082 from Lineflyer/masterSammysHP2012-10-051-3/+3
|\ | | | | Fix norwegian translation
| * Update main/res/values-nb/strings.xmlLars2012-10-051-3/+3
| | | | | | Fix #2075
* | fix #2030: Quick signature insertionBananeweizen2012-10-041-4/+8
| |
* | fix #2079: Ability to delete GPX import filesBananeweizen2012-10-033-11/+44
| |
* | Update main/res/values-it/strings.xmlitalian-geocacher2012-10-031-10/+10
| | | | | | | | Fixed a few typos.
* | fix #2074: new option to remove colors from log entriesBananeweizen2012-10-036-5/+64
|/
* Update main/src/cgeo/geocaching/CacheDetailActivity.javaLars2012-10-021-1/+1
| | | | Fix #2073
* #2034: additional unit testBananeweizen2012-10-021-1/+1
| | | * replace control character by space instead of empty string
* fix #2034: GPX eport from c:geo can not be imported to c:geoBananeweizen2012-10-021-1/+6
|
* Merge pull request #2031 from pilhuhn/origin/refs/heads/static_map_crashBananeweizen2012-10-011-2/+5
|\ | | | | Prevent a NPE if cache and waypoint are null.
| * Prevent a NPE if cache and waypoint are null.Heiko W. Rupp2012-09-091-2/+5
| |
* | fix #2069: Search for address failsBananeweizen2012-10-013-3/+59
| | | | | | | | | | * in case of no results by geocoder, fall back to GC website * address search therefore now works for non Google devices * tested with Bluestack emulator
* | refactoring: remove deprecated Thread.stopBananeweizen2012-09-301-7/+0
| | | | | | | | * deprecated in Java and Android * deleted code not needed, is checked before creating the thread
* | Merge pull request #2029 from pilhuhn/origin/refs/heads/gh-996Bananeweizen2012-09-3018-95/+143
|\ \ | | | | | | GH_996 use the <plurals> mechanism
| * | Add the pluralization for -cs that I forgotHeiko W. Rupp2012-09-101-0/+3
| | |
| * | GH_996 use the <plurals> mechanismHeiko W. Rupp2012-09-0918-95/+140
| |/
* | fixes #2050 - minimal static image size reduced to 1k, but no image ↵Marco Jacob2012-09-211-3/+3
| | | | | | | | available will appear again
* | Update main/res/values/strings.xmlLars2012-09-171-0/+3
| | | | | | | | | | | | #2019 #2037 #2024
* | The variable 'search' can be null if the app is offline and the user e.g. ↵Heiko W. Rupp2012-09-121-1/+3
|/ | | | calls "nearby caches" from the main screen.
* refactoring: move static maps check API to cacheBananeweizen2012-09-0910-23/+19
|
* Merge pull request #2028 from pilhuhn/origin/refs/heads/gh-2027Bananeweizen2012-09-0816-134/+134
|\ | | | | Possible translation for GH-2027
| * Revise german translation and make constant name more precise.Heiko W. Rupp2012-09-0816-134/+134
| |
| * Possible translationHeiko W. Rupp2012-09-081-1/+1
| |
* | #2024: change URLs to contain duplicate backslashBananeweizen2012-09-093-3/+3
| | | | | | * so they are not catched by c:geo again
* | Merge remote-tracking branch 'YraFyra/newUrl'Bananeweizen2012-09-093-4/+4
|\ \ | |/ |/|
| * Change of URLs used to 'Open in Browser'YraFyra2012-09-073-4/+4
| |
* | Update of swedish translationYraFyra2012-09-071-3/+18
|/
* Merge pull request #2020 from Lineflyer/masterLars2012-09-061-1/+1
|\ | | | | Change log update and correction
| * Update main/res/values/strings.xmlLars2012-09-051-1/+1
| | | | | | | | #1957 and small correction from merging of release branch
* | Fixes #2019, live map disables after rotatersudev2012-09-061-0/+5
|/ | | The map mode was not yet part of the saved instance state.
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-0411-27/+27
| | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type.
* Refactoring: use chained append() callsSamuel Tardieu2012-09-041-1/+1
| | | | | Using chained append() calls is more efficient than building the intermediate string by successive concatenations.
* Refactoring: make non-path-dependent inner class staticSamuel Tardieu2012-09-041-1/+1
|
* Refactoring: remove unnecessary boxing/unboxingSamuel Tardieu2012-09-041-2/+2
|
* Refactoring: simplify logical expressionSamuel Tardieu2012-09-041-1/+1
|
* Refactoring: remove unnecessary this qualifierSamuel Tardieu2012-09-041-1/+1
|