Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename package | Bananeweizen | 2014-11-02 | 7 | -1198/+0 |
| | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
* | Add NonNull annotations | Samuel Tardieu | 2014-10-09 | 2 | -3/+3 |
| | |||||
* | fix #4359: imperial units checkbox not always correct | Samuel Tardieu | 2014-09-15 | 1 | -2/+2 |
| | | | | | | | | This has been fixed by initializing the key to its default value instead of just the checkbox. Also, better names have been used throughout the settings to reflect the fact that "units" meant "use imperial units". It was used in both ways, including the wrong way while migrating the settings. | ||||
* | Name ignored catch parameter as such | Samuel Tardieu | 2014-09-09 | 1 | -2/+2 |
| | |||||
* | Use incrementation operator | Samuel Tardieu | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | Move functions to count visible points in viewport class | Samuel Tardieu | 2014-08-03 | 1 | -0/+16 |
| | |||||
* | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -1/+1 |
| | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
* | multiple lint and compiler warning fixes | Bananeweizen | 2014-05-24 | 1 | -3/+4 |
| | |||||
* | Fix #3899: Units.getSpeed() returns uncommon string | SammysHP | 2014-05-23 | 1 | -5/+5 |
| | |||||
* | minor code cleanups | Bananeweizen | 2014-05-17 | 1 | -6/+5 |
| | |||||
* | refactoring: factor out coordinates validity checks | Samuel Tardieu | 2014-04-15 | 2 | -2/+29 |
| | |||||
* | Add more @NonNull annotations | Samuel Tardieu | 2014-03-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release' into upstream | Samuel Tardieu | 2014-02-28 | 2 | -3/+9 |
|\ | |||||
| * | fix #3594: personal note parsing is too loose | Samuel Tardieu | 2014-02-28 | 2 | -3/+9 |
| | | |||||
* | | refactoring: remove unused code | Bananeweizen | 2014-01-12 | 2 | -49/+13 |
| | | |||||
* | | refactoring: remove unused code | Bananeweizen | 2014-01-11 | 1 | -24/+2 |
| | | |||||
* | | fix failing test | Bananeweizen | 2014-01-11 | 1 | -2/+2 |
| | | |||||
* | | refactoring: avoid excessive object creation in viewport calculation | Bananeweizen | 2014-01-11 | 1 | -16/+28 |
|/ | |||||
* | fix #3527: bad query string | Samuel Tardieu | 2014-01-08 | 1 | -6/+6 |
| | | | | | | Let's hope that the bad formatting occurring for, at least, very small negative values in `String.format()` with a `null` Locale will not happen with `StringBuilder.append(double)`. | ||||
* | refactoring: remove bad default case statements | Bananeweizen | 2014-01-01 | 1 | -2/+1 |
| | | | | | For methods returning directly from the switch case, at least Eclipse still needs a useless return value outside of the switch statement. This has been handled by IllegalStateExceptions after the switch. | ||||
* | refactoring: some nullness cleanups | Michael Keppler | 2013-12-26 | 1 | -5/+9 |
| | |||||
* | fix failing test | Bananeweizen | 2013-10-12 | 1 | -4/+11 |
| | |||||
* | fix #3321: No distance calculation and coords if cache is at equator | Bananeweizen | 2013-10-12 | 1 | -3/+3 |
| | |||||
* | refactoring: remove unused code | Bananeweizen | 2013-10-05 | 1 | -3/+3 |
| | |||||
* | fix #2867: Multiple distance | Bananeweizen | 2013-08-20 | 1 | -11/+41 |
| | | | * workaround distance calculation for all 4.2.x versions | ||||
* | cleanup: remove unnecessary imports | Samuel Tardieu | 2013-07-14 | 1 | -6/+0 |
| | |||||
* | Remove elevation handling | Samuel Tardieu | 2013-07-14 | 2 | -40/+0 |
| | | | | | | | | | | | | | | | Geocaches do not contain useful elevation information. We used to get it using Google API, but the information was not very useful because our handling of altitude was inconsistent. Also, the Google elevation API usage limits states that "the Elevation API may only be used in conjunction with displaying results on a Google map; using elevation data without displaying a map for which elevation data was requested is prohibited". This removes elevation handling completely, except in the settings to avoid getting in the way of the settings rewrite. The elevation related settings should be removed there instead when both works are merged. | ||||
* | Implements #750, use preference activity | koem | 2013-07-09 | 2 | -12/+13 |
| | |||||
* | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -2/+2 |
| | |||||
* | fix #2624: coordinates display is wrong near a confluence point | Samuel Tardieu | 2013-04-02 | 2 | -15/+40 |
| | | | | | The coordinates need to be rounded differently depending on the precision which will be used for the output. | ||||
* | code cleanup | Bananeweizen | 2013-02-24 | 3 | -24/+13 |
| | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
* | fix #2404: Remove spaces when editing coordinates | Bananeweizen | 2013-01-17 | 1 | -17/+17 |
| | |||||
* | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -21/+14 |
|\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/geopoint/Geopoint.java | ||||
| * | fix #2389: Parse errors in cgeocoords | Bananeweizen | 2013-01-13 | 1 | -19/+12 |
| | | |||||
* | | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2311 from rsudev/OCde2 | Bananeweizen | 2013-01-05 | 1 | -0/+2 |
|\ \ | | | | | | | Opencaching integration with oc11xml api | ||||
| * | | Opencaching integration with oc11xml api | rsudev | 2012-12-31 | 1 | -0/+2 |
| | | | | | | | | | | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api | ||||
* | | | fix #2328: Have a wrapper around Matcher to avoid String related memory | Bananeweizen | 2013-01-05 | 2 | -4/+6 |
|/ / | | | | | issues | ||||
* | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 2 | -22/+13 |
| | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
* | | Fix: do not use String#isEmpty() | Samuel Tardieu | 2012-12-19 | 1 | -1/+3 |
| | | | | | | | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead. | ||||
* | | Refactoring: remove unnecessary enum qualifiers | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
* | | Refactoring: remove pointless null checks | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
* | | Refactoring: use isEmpty() where appropriate | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
* | | code cleanup | Bananeweizen | 2012-12-15 | 1 | -1/+4 |
| | | | | | | * some CodePro Analytix findings | ||||
* | | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 2 | -8/+9 |
|/ | |||||
* | Add extra documentation for null parameter | Samuel Tardieu | 2012-09-03 | 1 | -1/+1 |
| | | | | See #1957 for discussion. | ||||
* | Fix for null coords | runehl | 2012-08-14 | 1 | -2/+3 |
| | |||||
* | fix #1828: Coords conversion to DMS not working correct | Bananeweizen | 2012-07-01 | 2 | -2/+2 |
| | |||||
* | Revert "Merge branch 'issue-374' into upstream" | Samuel Tardieu | 2012-06-07 | 1 | -6/+0 |
| | | | | | This reverts commit 8f265e5057f255352784643e10b44e69744a4cf2, reversing changes made to 79a0ad18f555acf4deb26f15eea739a64e11669b. | ||||
* | Merge branch 'issue-374' into upstream | Samuel Tardieu | 2012-06-07 | 1 | -0/+6 |
|\ |