| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | fix #3082: confirmation on backup/restore | Bananeweizen | 2015-01-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix #3082: confirmation on backup/restore | Bananeweizen | 2015-01-25 | 3 | -7/+49 | |
| | | | ||||||
| * | | Merge pull request #4629 from marco-dev/optimizePreviewForTablet | Marco Jacob | 2015-01-25 | 1 | -2/+1 | |
| |\ \ | | | | | | | fixes #4072 -larger preview for larger display | |||||
| | * | | fixes #4072 -larger preview for larger display | Marco Jacob | 2015-01-23 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-20 | 5 | -27/+46 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | crowdin: New translations | Samuel Tardieu | 2015-01-20 | 5 | -27/+46 | |
| | | | | ||||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-18 | 2 | -864/+860 | |
| |\ \ \ | |/ / | ||||||
| | * | | tests: GC3XX5J has been archived | Samuel Tardieu | 2015-01-18 | 2 | -864/+860 | |
| | | | | | | | | | | | | | fix #4622 | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-18 | 1 | -0/+2 | |
| |\ \ \ | |/ / | ||||||
| | * | | Update changelog_release.xml | Lars | 2015-01-18 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-18 | 0 | -0/+0 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge remote-tracking branch 'upstream/issue-2687' into release | rsudev | 2015-01-18 | 1 | -3/+8 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch 'issue-2687' | rsudev | 2015-01-16 | 1 | -3/+8 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | Fixes #2687, OSM:Offline: After selecting new map it is opend at map center ↵ | rsudev | 2015-01-16 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | but not at the previous location - re-apply current position and zoom after changing the source without re-starting the map activity | |||||
| * | | | | Merge branch 'issue-4619' into upstream | Samuel Tardieu | 2015-01-16 | 3 | -18/+21 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | fix #4619: ANR when loading direction images for basic member | Samuel Tardieu | 2015-01-16 | 3 | -18/+21 | |
| | |/ / | | | | | | | | | | | | | There is no need to preload direction images from the parsing, they will be loaded asynchronously in the list adapter instead. | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-16 | 1 | -0/+6 | |
| |\ \ \ | |/ / | ||||||
| | * | | Update changelog_release.xml | Lars | 2015-01-15 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | refactoring: move LocusDataStorageProvider to external source folder | Bananeweizen | 2015-01-15 | 3 | -2/+3 | |
| | | | | | | | | | | | | | That code is not ours, and should therefore be managed separately. However, the original package name is not really known. | |||||
| * | | | remove library duplication | Bananeweizen | 2015-01-15 | 4 | -2/+2 | |
| | | | | | | | | | | Thanks to Samuel for the friendly note. | |||||
| * | | | null annotations in apps, contacts, calendar | Bananeweizen | 2015-01-15 | 22 | -63/+127 | |
| | | | | ||||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-15 | 1 | -2/+11 | |
| |\ \ \ | |/ / | ||||||
| | * | | fix #4618: crash due to invalid Google Play service | Samuel Tardieu | 2015-01-15 | 1 | -2/+11 | |
| | | | | ||||||
| * | | | refactoring: convert list app factory to actionprovider | Bananeweizen | 2015-01-15 | 7 | -112/+132 | |
| | | | | ||||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-15 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | fix #4617: NPE in some cases when trackable cannot be found | Samuel Tardieu | 2015-01-15 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'issue-4481' into upstream | Samuel Tardieu | 2015-01-13 | 3 | -15/+80 | |
| |\ \ \ | |/ / | ||||||
| | * | | fix #4481: numerous images in description or log may lead to ANR | Samuel Tardieu | 2015-01-13 | 2 | -14/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The forced redrawing of a text view caused by settings of text is a lengthy operation. When we do it for every image, we might end up with hundredths of operations waiting to do the same thing, with only the first few ones being actually useful because images won't change afterwards. We now use a queue to ensure that consecutive redraw orders are done as one operation. | |||||
| | * | | Share bitmaps in addition to sharing observables | Samuel Tardieu | 2015-01-13 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | BitmapDrawable objects can be shared and reused. Sharing drawables ensures that we load the resources only once, but when drawing the result we can as well share the drawables. Part of work on #4481. | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-13 | 1 | -2/+2 | |
| |\ \ \ | |/ / | ||||||
| | * | | Changelog update and version branding | Lars | 2015-01-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge branch 'release' | rsudev | 2015-01-12 | 6 | -55/+82 | |
| |\ \ \ | |/ / | | / | |/ |/| | ||||||
| | * | Merge pull request #4613 from rsudev/crowdin_translations | rsudev | 2015-01-12 | 6 | -55/+82 | |
| | |\ | | | | | | | crowdin: New translations | |||||
| | | * | crowdin: New translations | rsudev | 2015-01-12 | 6 | -55/+82 | |
| | |/ | ||||||
| * | | Merge branch 'release' | Bananeweizen | 2015-01-12 | 1 | -6/+6 | |
| |\ \ | |/ | ||||||
| | * | #4566: move voting menu item down | Bananeweizen | 2015-01-12 | 1 | -6/+6 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-12 | 10 | -124/+211 | |
| |\ \ | |/ | ||||||
| | * | crowdin: New translations | Samuel Tardieu | 2015-01-12 | 10 | -124/+211 | |
| | | | ||||||
| * | | Merge branch 'issue-4596' into upstream | Samuel Tardieu | 2015-01-12 | 2 | -15/+36 | |
| |\ \ | |/ | ||||||
| | * | fix #4596: UI delay when building the list of caches to refresh | Samuel Tardieu | 2015-01-12 | 2 | -15/+36 | |
| | | | | | | | | | | | | | | | | | | | | | The list of caches to refresh was partitioned into caches already having static maps and others, the later being prioritized in the refresh. This computation was done on the UI thread, which led to a pause for large lists. The list building in now done in the background, with emission of caches to refresh as soon as possible to reduce the user wait. | |||||
| | * | Update changelog_release.xml | Lars | 2015-01-12 | 1 | -0/+1 | |
| | | | | | | | Manual alignment of branches as first commit was made on wrong branch. | |||||
| * | | Update changelog_release.xml | Lars | 2015-01-12 | 1 | -0/+1 | |
| | | | | | | | #3078 | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-12 | 0 | -0/+0 | |
| |\ \ | |/ | ||||||
| | * | Merge branch 'issue-3078' into release | Samuel Tardieu | 2015-01-12 | 1 | -2/+2 | |
| | |\ | ||||||
| * | | | use more automatic cleanup actions on save in Eclipse | Bananeweizen | 2015-01-11 | 4 | -39/+49 | |
| | | | | ||||||
| * | | | pass ProcessUtils test on Genymotion lollipop emulator | Bananeweizen | 2015-01-11 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | avoid locale dependency in GeocoderTest | Bananeweizen | 2015-01-11 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | replace stub classes by .gitkeep files | Bananeweizen | 2015-01-11 | 4 | -15/+0 | |
| | | | | ||||||
| * | | | use static accces | Bananeweizen | 2015-01-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | remove unnecessary nested else | Bananeweizen | 2015-01-11 | 1 | -2/+1 | |
| | | | | ||||||
