| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Search for maps on multiple storages | YraFyra | 2012-10-21 | 3 | -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 digits | rsudev | 2012-10-11 | 1 | -3/+3 |
| | | | | Extended the resppective fields in the layout to allow one more digit | ||||
| * | Merge pull request #2086 from Lineflyer/master | Lars | 2012-10-09 | 1 | -0/+8 |
| |\ | | | | | Change log update | ||||
| | * | Update main/res/values/strings.xml | Lars | 2012-10-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | #2050 #2034 #2074 #2079 #2030 #1874 #1991 #653 | ||||
| * | | block another counter | Bananeweizen | 2012-10-08 | 1 | -1/+2 |
| |/ | |||||
| * | fix #2085: trackables can be stored multiple times in database | Bananeweizen | 2012-10-07 | 1 | -2/+6 |
| | | |||||
| * | #2084: History for trackable codes | Bananeweizen | 2012-10-07 | 4 | -7/+45 |
| | | |||||
| * | fix #1312: Strange progress indicator on GPX-import | Bananeweizen | 2012-10-06 | 3 | -23/+82 |
| | | |||||
| * | fix #653: Add Smilies when logging | Bananeweizen | 2012-10-06 | 9 | -86/+173 |
| | | |||||
| * | fix #2044: Adding url change for popup as well | Bananeweizen | 2012-10-06 | 1 | -1/+1 |
| | | |||||
| * | #2074: Option to remove colors from log entries | Bananeweizen | 2012-10-06 | 3 | -12/+27 |
| | | | | * forgot TB logs | ||||
| * | fix #1991: TB: Last activity wrong in case last activity is today | Bananeweizen | 2012-10-05 | 1 | -2/+2 |
| | | |||||
| * | fix #1874: FC when opening link from TB-view | Bananeweizen | 2012-10-05 | 2 | -12/+20 |
| | | |||||
| * | fix #1884: Database Upgrade Failed | Bananeweizen | 2012-10-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2082 from Lineflyer/master | SammysHP | 2012-10-05 | 1 | -3/+3 |
| |\ | | | | | Fix norwegian translation | ||||
| | * | Update main/res/values-nb/strings.xml | Lars | 2012-10-05 | 1 | -3/+3 |
| | | | | | | | Fix #2075 | ||||
| * | | fix #2030: Quick signature insertion | Bananeweizen | 2012-10-04 | 1 | -4/+8 |
| | | | |||||
| * | | fix #2079: Ability to delete GPX import files | Bananeweizen | 2012-10-03 | 3 | -11/+44 |
| | | | |||||
| * | | Update main/res/values-it/strings.xml | italian-geocacher | 2012-10-03 | 1 | -10/+10 |
| | | | | | | | | | Fixed a few typos. | ||||
| * | | fix #2074: new option to remove colors from log entries | Bananeweizen | 2012-10-03 | 6 | -5/+64 |
| |/ | |||||
| * | Update main/src/cgeo/geocaching/CacheDetailActivity.java | Lars | 2012-10-02 | 1 | -1/+1 |
| | | | | | Fix #2073 | ||||
| * | #2034: additional unit test | Bananeweizen | 2012-10-02 | 1 | -1/+1 |
| | | | | * replace control character by space instead of empty string | ||||
| * | fix #2034: GPX eport from c:geo can not be imported to c:geo | Bananeweizen | 2012-10-02 | 1 | -1/+6 |
| | | |||||
| * | Merge pull request #2031 from pilhuhn/origin/refs/heads/static_map_crash | Bananeweizen | 2012-10-01 | 1 | -2/+5 |
| |\ | | | | | Prevent a NPE if cache and waypoint are null. | ||||
| | * | Prevent a NPE if cache and waypoint are null. | Heiko W. Rupp | 2012-09-09 | 1 | -2/+5 |
| | | | |||||
| * | | fix #2069: Search for address fails | Bananeweizen | 2012-10-01 | 3 | -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.stop | Bananeweizen | 2012-09-30 | 1 | -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-996 | Bananeweizen | 2012-09-30 | 18 | -95/+143 |
| |\ \ | | | | | | | GH_996 use the <plurals> mechanism | ||||
| | * | | Add the pluralization for -cs that I forgot | Heiko W. Rupp | 2012-09-10 | 1 | -0/+3 |
| | | | | |||||
| | * | | GH_996 use the <plurals> mechanism | Heiko W. Rupp | 2012-09-09 | 18 | -95/+140 |
| | |/ | |||||
| * | | fixes #2050 - minimal static image size reduced to 1k, but no image ↵ | Marco Jacob | 2012-09-21 | 1 | -3/+3 |
| | | | | | | | | | available will appear again | ||||
| * | | Update main/res/values/strings.xml | Lars | 2012-09-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | #2019 #2037 #2024 | ||||
| * | | The variable 'search' can be null if the app is offline and the user e.g. ↵ | Heiko W. Rupp | 2012-09-12 | 1 | -1/+3 |
| |/ | | | | calls "nearby caches" from the main screen. | ||||
| * | refactoring: move static maps check API to cache | Bananeweizen | 2012-09-09 | 10 | -23/+19 |
| | | |||||
| * | Merge pull request #2028 from pilhuhn/origin/refs/heads/gh-2027 | Bananeweizen | 2012-09-08 | 16 | -134/+134 |
| |\ | | | | | Possible translation for GH-2027 | ||||
| | * | Revise german translation and make constant name more precise. | Heiko W. Rupp | 2012-09-08 | 16 | -134/+134 |
| | | | |||||
| | * | Possible translation | Heiko W. Rupp | 2012-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | #2024: change URLs to contain duplicate backslash | Bananeweizen | 2012-09-09 | 3 | -3/+3 |
| | | | | | | | * so they are not catched by c:geo again | ||||
| * | | Merge remote-tracking branch 'YraFyra/newUrl' | Bananeweizen | 2012-09-09 | 3 | -4/+4 |
| |\ \ | |/ |/| | |||||
| | * | Change of URLs used to 'Open in Browser' | YraFyra | 2012-09-07 | 3 | -4/+4 |
| | | | |||||
| * | | Update of swedish translation | YraFyra | 2012-09-07 | 1 | -3/+18 |
| |/ | |||||
| * | Merge pull request #2020 from Lineflyer/master | Lars | 2012-09-06 | 1 | -1/+1 |
| |\ | | | | | Change log update and correction | ||||
| | * | Update main/res/values/strings.xml | Lars | 2012-09-05 | 1 | -1/+1 |
| | | | | | | | | | #1957 and small correction from merging of release branch | ||||
| * | | Fixes #2019, live map disables after rotate | rsudev | 2012-09-06 | 1 | -0/+5 |
| |/ | | | The map mode was not yet part of the saved instance state. | ||||
| * | Refactoring: remove redundant type casts | Samuel Tardieu | 2012-09-04 | 11 | -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() calls | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | | | | | Using chained append() calls is more efficient than building the intermediate string by successive concatenations. | ||||
| * | Refactoring: make non-path-dependent inner class static | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: remove unnecessary boxing/unboxing | Samuel Tardieu | 2012-09-04 | 1 | -2/+2 |
| | | |||||
| * | Refactoring: simplify logical expression | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: remove unnecessary this qualifier | Samuel Tardieu | 2012-09-04 | 1 | -1/+1 |
| | | |||||
