aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix #3082: confirmation on backup/restoreBananeweizen2015-01-251-1/+1
| |
* | fix #3082: confirmation on backup/restoreBananeweizen2015-01-253-7/+49
| |
* | Merge pull request #4629 from marco-dev/optimizePreviewForTabletMarco Jacob2015-01-251-2/+1
|\ \ | | | | | | fixes #4072 -larger preview for larger display
| * | fixes #4072 -larger preview for larger displayMarco Jacob2015-01-231-2/+1
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-205-27/+46
|\ \ \ | | |/ | |/|
| * | crowdin: New translationsSamuel Tardieu2015-01-205-27/+46
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-182-864/+860
|\ \ \ | |/ /
| * | tests: GC3XX5J has been archivedSamuel Tardieu2015-01-182-864/+860
| | | | | | | | | | | | fix #4622
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-181-0/+2
|\ \ \ | |/ /
| * | Update changelog_release.xmlLars2015-01-181-0/+2
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-180-0/+0
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'upstream/issue-2687' into releasersudev2015-01-181-3/+8
| |\ \
* | \ \ Merge branch 'issue-2687'rsudev2015-01-161-3/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Fixes #2687, OSM:Offline: After selecting new map it is opend at map center ↵rsudev2015-01-161-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 upstreamSamuel Tardieu2015-01-163-18/+21
|\ \ \ \ | | |/ / | |/| |
| * | | fix #4619: ANR when loading direction images for basic memberSamuel Tardieu2015-01-163-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 upstreamSamuel Tardieu2015-01-161-0/+6
|\ \ \ | |/ /
| * | Update changelog_release.xmlLars2015-01-151-0/+6
| | |
* | | refactoring: move LocusDataStorageProvider to external source folderBananeweizen2015-01-153-2/+3
| | | | | | | | | | | | That code is not ours, and should therefore be managed separately. However, the original package name is not really known.
* | | remove library duplicationBananeweizen2015-01-154-2/+2
| | | | | | | | | Thanks to Samuel for the friendly note.
* | | null annotations in apps, contacts, calendarBananeweizen2015-01-1522-63/+127
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-2/+11
|\ \ \ | |/ /
| * | fix #4618: crash due to invalid Google Play serviceSamuel Tardieu2015-01-151-2/+11
| | |
* | | refactoring: convert list app factory to actionproviderBananeweizen2015-01-157-112/+132
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-1/+1
|\ \ \ | |/ /
| * | fix #4617: NPE in some cases when trackable cannot be foundSamuel Tardieu2015-01-151-1/+1
| | |
* | | Merge branch 'issue-4481' into upstreamSamuel Tardieu2015-01-133-15/+80
|\ \ \ | |/ /
| * | fix #4481: numerous images in description or log may lead to ANRSamuel Tardieu2015-01-132-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 observablesSamuel Tardieu2015-01-131-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 upstreamSamuel Tardieu2015-01-131-2/+2
|\ \ \ | |/ /
| * | Changelog update and version brandingLars2015-01-121-2/+2
| | |
* | | Merge branch 'release'rsudev2015-01-126-55/+82
|\ \ \ | |/ / | | / | |/ |/|
| * Merge pull request #4613 from rsudev/crowdin_translationsrsudev2015-01-126-55/+82
| |\ | | | | | | crowdin: New translations
| | * crowdin: New translationsrsudev2015-01-126-55/+82
| |/
* | Merge branch 'release'Bananeweizen2015-01-121-6/+6
|\ \ | |/
| * #4566: move voting menu item downBananeweizen2015-01-121-6/+6
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-1210-124/+211
|\ \ | |/
| * crowdin: New translationsSamuel Tardieu2015-01-1210-124/+211
| |
* | Merge branch 'issue-4596' into upstreamSamuel Tardieu2015-01-122-15/+36
|\ \ | |/
| * fix #4596: UI delay when building the list of caches to refreshSamuel Tardieu2015-01-122-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.xmlLars2015-01-121-0/+1
| | | | | | Manual alignment of branches as first commit was made on wrong branch.
* | Update changelog_release.xmlLars2015-01-121-0/+1
| | | | | | #3078
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-120-0/+0
|\ \ | |/
| * Merge branch 'issue-3078' into releaseSamuel Tardieu2015-01-121-2/+2
| |\
* | | use more automatic cleanup actions on save in EclipseBananeweizen2015-01-114-39/+49
| | |
* | | pass ProcessUtils test on Genymotion lollipop emulatorBananeweizen2015-01-111-2/+2
| | |
* | | avoid locale dependency in GeocoderTestBananeweizen2015-01-111-1/+2
| | |
* | | replace stub classes by .gitkeep filesBananeweizen2015-01-114-15/+0
| | |
* | | use static acccesBananeweizen2015-01-111-1/+1
| | |
* | | remove unnecessary nested elseBananeweizen2015-01-111-2/+1
| | |