| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | |||||
| * | | | Merge branch 'issue-4608' into upstream | Samuel Tardieu | 2015-01-10 | 2 | -55/+41 |
| |\ \ \ | |/ / | |||||
| | * | | fix #4608: own rating is saved even if vote could not be uploaded | Samuel Tardieu | 2015-01-10 | 2 | -55/+41 |
| | | | | |||||
| * | | | Intellij IDEA: make unnecessary qualified full name a weak warning | Samuel Tardieu | 2015-01-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'issue-3078' into upstream | Samuel Tardieu | 2015-01-10 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Make the test the right way | Samuel Tardieu | 2015-01-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'issue-3078' into upstream | Samuel Tardieu | 2015-01-10 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | fix #3078: live map should start at last position except in follow mode | Samuel Tardieu | 2015-01-10 | 1 | -2/+2 |
| | |/ | |||||
| * | | Add TargetApi annotation to silence lint warning | Samuel Tardieu | 2015-01-10 | 1 | -0/+1 |
| | | | | | | | | | | | The constant, introduced in API 19, will be resolved at compile time and does not need to be present at runtime. | ||||
| * | | use level21 for building and as target | Bananeweizen | 2015-01-10 | 7 | -10/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set targetSdk of main application to 21. This disables compatibility modes as described in http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#LOLLIPOP and http://developer.android.com/reference/android/os/Build.VERSION_CODES.html#KITKAT_WATCH * Set compile target to 21 for main app and play services. * Suppress deprecation warnings, as there is no replacement for the deprecated API on lower API levels. Tested with Eclipse and Ant, on a 4.4 and 5.0.2 device. IDEA probably needs further changes. | ||||
| * | | update MapsWithMe integration | Bananeweizen | 2015-01-10 | 5 | -46/+17 |
| | | | | | | | As they removed the light version, some wording changed. | ||||
| * | | fix some lint warnings and Findbugs in test project | Bananeweizen | 2015-01-10 | 2 | -13/+29 |
| | | | |||||
| * | | DEX sometimes complains about multiple class definitions | Bananeweizen | 2015-01-10 | 2 | -2/+2 |
| | | | | | | | Just rename the stub classes to avoid this. | ||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-09 | 18 | -38/+22 |
| |\ \ | |/ | |||||
| | * | crowdin: New translations | Samuel Tardieu | 2015-01-09 | 18 | -38/+22 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-09 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Use %d instead of %s for cache count | Samuel Tardieu | 2015-01-09 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-09 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'release' of github.com:cgeo/cgeo into release | Samuel Tardieu | 2015-01-09 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Update changelog_release.xml | Lars | 2015-01-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-09 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Clear changelog_master | Samuel Tardieu | 2015-01-09 | 1 | -3/+0 |
| |/ / | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-01-09 | 1 | -2/+7 |
| |\ \ | |/ | |||||
| | * | Remove doubled entry from changelog | Lars | 2015-01-09 | 1 | -1/+0 |
| | | | |||||
| | * | Changlog update and resorting | Lars | 2015-01-09 | 1 | -2/+8 |
| | | | |||||
