aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'upstream/master'Karsten Priegnitz2011-09-127-102/+71
|\
| * Merge pull request #405 from samueltardieu/distance-parserBananeweizen2011-09-126-102/+70
| |\
| | * Factor distance parser into its own class and static methodSamuel Tardieu2011-09-106-102/+70
| * | Merge pull request #418 from samueltardieu/fixmemucek42011-09-121-0/+1
| |\ \
| | * | Add FIXME noteSamuel Tardieu2011-09-121-0/+1
| |/ /
* | | locus API as jarKarsten Priegnitz2011-09-1218-1576/+130
* | | another .classpath correctionKarsten Priegnitz2011-09-121-1/+0
* | | .classpath correctedKarsten Priegnitz2011-09-121-5/+2
* | | use of new Locus APIKarsten Priegnitz2011-09-125-39/+60
* | | Merge commit 'upstream/master'Karsten Priegnitz2011-09-123-25/+58
|\ \ \ | |/ /
| * | send2 no longer drops registration of no internet connection Fix #407mucek42011-09-112-25/+46
| * | Merge pull request #411 from samueltardieu/attributionBananeweizen2011-09-111-0/+2
| |\ \
| | * | Add myself and Apache Commons in attributionsSamuel Tardieu2011-09-111-0/+2
| * | | Merge pull request #410 from samueltardieu/compass-initialBananeweizen2011-09-112-0/+10
| |\ \ \ | | |/ / | |/| |
| | * | Set the headings in any case to avoid a possible mini-flickeringSamuel Tardieu2011-09-111-3/+2
| | * | Update changelogSamuel Tardieu2011-09-111-0/+1
| | * | Ignore initial compass dampeningSamuel Tardieu2011-09-111-2/+12
| |/ /
* | | Merge commit 'upstream/master'Karsten Priegnitz2011-09-1265-1662/+1406
|\ \ \ | |/ /
| * | fix #408: FC when altitude is not an integerBananeweizen2011-09-111-37/+18
| |/
| * Merge pull request #403 from samueltardieu/optimize-geopointBananeweizen2011-09-101-268/+226
| |\
| | * Inline setLatitude and setLongitudeSamuel Tardieu2011-09-101-56/+14
| | * Mark the class Geopoint as finalSamuel Tardieu2011-09-101-1/+1
| | * Reformat as the other filesSamuel Tardieu2011-09-101-258/+258
| * | Merge pull request #399 from samueltardieu/cleanupsSven Karsten Greiner2011-09-104-19/+15
| |\ \ | | |/ | |/|
| | * Use mixed case for cacheIdSamuel Tardieu2011-09-104-13/+13
| | * Neither buffer nor connection can be nullSamuel Tardieu2011-09-101-6/+2
| |/
| * Merge pull request #402 from samueltardieu/use-android-computationsSven Karsten Greiner2011-09-101-65/+16
| |\
| | * Use Android provided library for distance and bearing computationsSamuel Tardieu2011-09-101-65/+16
| |/
| * fix: don't throw exception on zero distanceBananeweizen2011-09-101-2/+2
| * Merge pull request #398 from samueltardieu/cleanupsBananeweizen2011-09-1015-89/+80
| |\
| | * Use Geopoint instead of latitude/longitudeSamuel Tardieu2011-09-107-27/+31
| | * Use Geopoint instead of latitude/longitude pairSamuel Tardieu2011-09-103-9/+8
| | * Remove dead stores to the caches variableSamuel Tardieu2011-09-101-12/+7
| | * Mark some fields as finalSamuel Tardieu2011-09-102-18/+18
| | * Do not recreate ArrayList when it can be cleared insteadSamuel Tardieu2011-09-104-16/+10
| | * Rescope local variable and mark another one as finalSamuel Tardieu2011-09-101-3/+2
| | * adapter cannot be null as it has been dereferenced beforeSamuel Tardieu2011-09-101-2/+2
| | * Do not round() integer values as this is a no-opSamuel Tardieu2011-09-101-2/+2
| * | Merge remote branch 'merge387/merge-387'Bananeweizen2011-09-108-223/+214
| |\ \
| | * \ Merge remote-tracking branch 'jowi24/improved_input'Samuel Tardieu2011-09-108-223/+214
| | |\ \ | | | |/ | | |/|
| | | * Removed unecessary null checks.Joachim Wilke2011-09-081-1/+1
| | | * Merged two if clauses.Joachim Wilke2011-09-081-5/+4
| | | * Improved error handling in cgeocoords.Joachim Wilke2011-09-083-18/+31
| | | * Fix another call to now private Geopoint methods.Joachim Wilke2011-09-081-3/+1
| | | * Merge branch 'master' into improved_inputJoachim Wilke2011-09-085-113/+87
| | | |\
| | | * | Changes caused by immutable Geopoint.Joachim Wilke2011-09-071-11/+7
| | | * | Use GeopointFormatter also in coordDialogListener.Joachim Wilke2011-09-071-2/+3
| | | * | Merge branch 'master' into improved_inputJoachim Wilke2011-09-07207-1982/+31647
| | | |\ \
| | | * | | Fix coordinate input dialog in cgeopoint in case coordinates exist in history.Joachim Wilke2011-09-021-24/+24
| | | * | | Added coordinate input dialog to cgeopoint #119.Joachim Wilke2011-09-022-32/+34