| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 7 | -102/+71 |
| |\ | |||||
| | * | Merge pull request #405 from samueltardieu/distance-parser | Bananeweizen | 2011-09-12 | 6 | -102/+70 |
| | |\ | |||||
| | | * | Factor distance parser into its own class and static method | Samuel Tardieu | 2011-09-10 | 6 | -102/+70 |
| | * | | Merge pull request #418 from samueltardieu/fixme | mucek4 | 2011-09-12 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Add FIXME note | Samuel Tardieu | 2011-09-12 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | locus API as jar | Karsten Priegnitz | 2011-09-12 | 18 | -1576/+130 |
| * | | | another .classpath correction | Karsten Priegnitz | 2011-09-12 | 1 | -1/+0 |
| * | | | .classpath corrected | Karsten Priegnitz | 2011-09-12 | 1 | -5/+2 |
| * | | | use of new Locus API | Karsten Priegnitz | 2011-09-12 | 5 | -39/+60 |
| * | | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 3 | -25/+58 |
| |\ \ \ | |/ / | |||||
| | * | | send2 no longer drops registration of no internet connection Fix #407 | mucek4 | 2011-09-11 | 2 | -25/+46 |
| | * | | Merge pull request #411 from samueltardieu/attribution | Bananeweizen | 2011-09-11 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | Add myself and Apache Commons in attributions | Samuel Tardieu | 2011-09-11 | 1 | -0/+2 |
| | * | | | Merge pull request #410 from samueltardieu/compass-initial | Bananeweizen | 2011-09-11 | 2 | -0/+10 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Set the headings in any case to avoid a possible mini-flickering | Samuel Tardieu | 2011-09-11 | 1 | -3/+2 |
| | | * | | Update changelog | Samuel Tardieu | 2011-09-11 | 1 | -0/+1 |
| | | * | | Ignore initial compass dampening | Samuel Tardieu | 2011-09-11 | 1 | -2/+12 |
| | |/ / | |||||
| * | | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 65 | -1662/+1406 |
| |\ \ \ | |/ / | |||||
| | * | | fix #408: FC when altitude is not an integer | Bananeweizen | 2011-09-11 | 1 | -37/+18 |
| | |/ | |||||
| | * | Merge pull request #403 from samueltardieu/optimize-geopoint | Bananeweizen | 2011-09-10 | 1 | -268/+226 |
| | |\ | |||||
| | | * | Inline setLatitude and setLongitude | Samuel Tardieu | 2011-09-10 | 1 | -56/+14 |
| | | * | Mark the class Geopoint as final | Samuel Tardieu | 2011-09-10 | 1 | -1/+1 |
| | | * | Reformat as the other files | Samuel Tardieu | 2011-09-10 | 1 | -258/+258 |
| | * | | Merge pull request #399 from samueltardieu/cleanups | Sven Karsten Greiner | 2011-09-10 | 4 | -19/+15 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Use mixed case for cacheId | Samuel Tardieu | 2011-09-10 | 4 | -13/+13 |
| | | * | Neither buffer nor connection can be null | Samuel Tardieu | 2011-09-10 | 1 | -6/+2 |
| | |/ | |||||
| | * | Merge pull request #402 from samueltardieu/use-android-computations | Sven Karsten Greiner | 2011-09-10 | 1 | -65/+16 |
| | |\ | |||||
| | | * | Use Android provided library for distance and bearing computations | Samuel Tardieu | 2011-09-10 | 1 | -65/+16 |
| | |/ | |||||
| | * | fix: don't throw exception on zero distance | Bananeweizen | 2011-09-10 | 1 | -2/+2 |
| | * | Merge pull request #398 from samueltardieu/cleanups | Bananeweizen | 2011-09-10 | 15 | -89/+80 |
| | |\ | |||||
| | | * | Use Geopoint instead of latitude/longitude | Samuel Tardieu | 2011-09-10 | 7 | -27/+31 |
| | | * | Use Geopoint instead of latitude/longitude pair | Samuel Tardieu | 2011-09-10 | 3 | -9/+8 |
| | | * | Remove dead stores to the caches variable | Samuel Tardieu | 2011-09-10 | 1 | -12/+7 |
| | | * | Mark some fields as final | Samuel Tardieu | 2011-09-10 | 2 | -18/+18 |
| | | * | Do not recreate ArrayList when it can be cleared instead | Samuel Tardieu | 2011-09-10 | 4 | -16/+10 |
| | | * | Rescope local variable and mark another one as final | Samuel Tardieu | 2011-09-10 | 1 | -3/+2 |
| | | * | adapter cannot be null as it has been dereferenced before | Samuel Tardieu | 2011-09-10 | 1 | -2/+2 |
| | | * | Do not round() integer values as this is a no-op | Samuel Tardieu | 2011-09-10 | 1 | -2/+2 |
| | * | | Merge remote branch 'merge387/merge-387' | Bananeweizen | 2011-09-10 | 8 | -223/+214 |
| | |\ \ | |||||
| | | * \ | Merge remote-tracking branch 'jowi24/improved_input' | Samuel Tardieu | 2011-09-10 | 8 | -223/+214 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | Removed unecessary null checks. | Joachim Wilke | 2011-09-08 | 1 | -1/+1 |
| | | | * | Merged two if clauses. | Joachim Wilke | 2011-09-08 | 1 | -5/+4 |
| | | | * | Improved error handling in cgeocoords. | Joachim Wilke | 2011-09-08 | 3 | -18/+31 |
| | | | * | Fix another call to now private Geopoint methods. | Joachim Wilke | 2011-09-08 | 1 | -3/+1 |
| | | | * | Merge branch 'master' into improved_input | Joachim Wilke | 2011-09-08 | 5 | -113/+87 |
| | | | |\ | |||||
| | | | * | | Changes caused by immutable Geopoint. | Joachim Wilke | 2011-09-07 | 1 | -11/+7 |
| | | | * | | Use GeopointFormatter also in coordDialogListener. | Joachim Wilke | 2011-09-07 | 1 | -2/+3 |
| | | | * | | Merge branch 'master' into improved_input | Joachim Wilke | 2011-09-07 | 207 | -1982/+31647 |
| | | | |\ \ | |||||
| | | | * | | | Fix coordinate input dialog in cgeopoint in case coordinates exist in history. | Joachim Wilke | 2011-09-02 | 1 | -24/+24 |
| | | | * | | | Added coordinate input dialog to cgeopoint #119. | Joachim Wilke | 2011-09-02 | 2 | -32/+34 |
