| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 19 | -167/+222 | |
| | | | | | | | | | This lets us return to an unmodified version of RxJava. | |||||
| * | | Added play icon for contacts plugin | rsudev | 2014-04-04 | 1 | -0/+0 | |
| | | | ||||||
| * | | Merge pull request #3726 from rsudev/crowdin_translations | rsudev | 2014-04-03 | 1 | -213/+213 | |
| |\ \ | | | | | | | crowdin: New translations | |||||
| | * | | crowdin: New translations | rsudev | 2014-04-03 | 1 | -213/+213 | |
| |/ / | ||||||
| * | | close #3723: change initial default for coord input to MinDec | Samuel Tardieu | 2014-04-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-02 | 1 | -1/+7 | |
| |\ \ | |/ | ||||||
| | * | fix #2729: crash on GPX export | Samuel Tardieu | 2014-04-02 | 1 | -1/+7 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-02 | 1 | -11/+8 | |
| |\ \ | |/ | ||||||
| | * | fix #3716: NPE in getCachedMissingFromSearch | Samuel Tardieu | 2014-04-02 | 1 | -11/+8 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-02 | 1 | -4/+9 | |
| |\ \ | |/ | ||||||
| | * | fix #3714: NPE in deleteDirectory() | Samuel Tardieu | 2014-04-02 | 1 | -4/+9 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-02 | 1 | -1/+2 | |
| |\ \ | |/ | ||||||
| | * | fix #3722: NPE in SpeechService | Samuel Tardieu | 2014-04-02 | 1 | -1/+2 | |
| | | | | | | | | | It looks like `onDestroy` might be called before completion of `onInit`. | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-02 | 2 | -11/+11 | |
| |\ \ | |/ | ||||||
| | * | fix #3721: NPE in Geocache.hashCode() | Samuel Tardieu | 2014-04-02 | 1 | -8/+3 | |
| | | | | | | | | | | | | | Also, hash codes must be equal when the objects compare equal. Since equality compares only geocodes, the hash codes must also only take geocodes into consideration. | |||||
| | * | Typo correction | Lars | 2014-04-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Version code and changelog | Lars | 2014-04-01 | 1 | -3/+8 | |
| | | | ||||||
| | * | Merge pull request #3718 from rsudev/crowdin_translations | rsudev | 2014-04-01 | 2 | -9/+9 | |
| | |\ | | | | | | | crowdin: New translations | |||||
| | | * | crowdin: New translations | rsudev | 2014-04-01 | 2 | -9/+9 | |
| | |/ | ||||||
| | * | Remove now useless changes to RxJava | Samuel Tardieu | 2014-03-31 | 3 | -0/+0 | |
| | | | ||||||
| | * | Partially revert < 2.3 compatibility mode | Samuel Tardieu | 2014-03-31 | 1 | -29/+16 | |
| | | | | | | | | | | | This reverts part of 46675dfdcb4c7b511b4c35e4a2242e47d4678fd4. However, since this commit did some cleanup and simplifications, we keep them. | |||||
| | * | Restrict this version to Android >= 2.3 | Samuel Tardieu | 2014-03-31 | 1 | -2/+2 | |
| | | | ||||||
| * | | Use Math.floor/ceil instead of FloatMath | Samuel Tardieu | 2014-04-01 | 1 | -6/+5 | |
| | | | | | | | | | | | On SDK >= 8, Math.floor and Math.ceil are faster than FloatMath equivalents. | |||||
| * | | Remove compatibility with API < 8 | Samuel Tardieu | 2014-04-01 | 9 | -164/+54 | |
| | | | ||||||
| * | | Remove compatibility with API < 5 | Samuel Tardieu | 2014-04-01 | 4 | -52/+23 | |
| | | | ||||||
| * | | Update minSdkVersion in tests | Samuel Tardieu | 2014-04-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | crowdin: New translations | rsudev | 2014-04-01 | 2 | -9/+9 | |
| | | | ||||||
| * | | Remove now useless changes to RxJava | Samuel Tardieu | 2014-04-01 | 3 | -0/+0 | |
| | | | ||||||
| * | | Partially revert < 2.3 compatibility mode | Samuel Tardieu | 2014-04-01 | 1 | -29/+16 | |
| | | | | | | | | | | | This reverts part of 46675dfdcb4c7b511b4c35e4a2242e47d4678fd4. However, since this commit did some cleanup and simplifications, we keep them. | |||||
| * | | Restrict this version to Android >= 2.3 | Samuel Tardieu | 2014-04-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | avoid lint error in test | Bananeweizen | 2014-03-31 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-03-31 | 1 | -1/+2 | |
| |\ \ | |/ | ||||||
| | * | fix #3709: NPE in auto-complete | Samuel Tardieu | 2014-03-31 | 1 | -1/+2 | |
| | | | | | | | | | | | It looks like at least on Android 3.1 the `getCount()` method may be called before results are published. | |||||
| * | | refactoring: remove redundant variable | Samuel Tardieu | 2014-03-31 | 1 | -3/+1 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-03-31 | 1 | -5/+5 | |
| |\ \ | |/ | ||||||
| | * | fix #3708: NPE in database cleaning | Samuel Tardieu | 2014-03-31 | 1 | -5/+5 | |
| | | | | | | | | | | | This happens only when the database is in bad shape, but prevents from seeing the error message. | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-03-31 | 5 | -47/+40 | |
| |\ \ | |/ | ||||||
| | * | fix #3707: missing method in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 5 | -47/+40 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-03-31 | 5 | -1/+7 | |
| |\ \ | |/ | ||||||
| | * | Update changelog for release | Samuel Tardieu | 2014-03-31 | 1 | -0/+6 | |
| | | | ||||||
| | * | fix #3704: NPE while attempting to download preview map | Samuel Tardieu | 2014-03-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix #3703: NoSuchMethodError in Android < 2.3 | Samuel Tardieu | 2014-03-31 | 3 | -0/+0 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-03-30 | 2 | -1/+3 | |
| |\ \ | |/ | ||||||
| | * | Another typo correction | Lars | 2014-03-30 | 1 | -2/+2 | |
| | | | | | | | Sorry again :( | |||||
| | * | Typo in version code | Lars | 2014-03-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Version code | Lars | 2014-03-30 | 1 | -1/+1 | |
| | | | | | | | This time on release branch | |||||
| | * | Add reference to crowdin translators | Lars | 2014-03-30 | 1 | -0/+2 | |
| | | | ||||||
| * | | Manual alignment of branches | Lars | 2014-03-30 | 1 | -1/+1 | |
| | | | | | | | Don't say a word :( | |||||
| * | | Manual alignment version code between branches | Lars | 2014-03-30 | 1 | -1/+1 | |
| | | | | | | | My fault | |||||
| * | | Version code | Lars | 2014-03-30 | 1 | -1/+1 | |
| | | | ||||||
