aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | add missing flag initializationMichael Keppler2014-04-221-0/+1
| | | | | | Thanks to Samuel for catching this mistake.
* | new test for DateUtils.isPastEventMichael Keppler2014-04-221-0/+24
| |
* | fix deprecation warningMichael Keppler2014-04-221-24/+25
| | | | | | | | Second try not using static methods and instead moving everything into the listener class.
* | fix new deprecation warningMichael Keppler2014-04-221-6/+9
| |
* | handle missing orientation sensorMichael Keppler2014-04-221-1/+26
| | | | | | | | | | If a device has no orientation sensor (like Genymotion emulator), then a SensorManager log entry is created each time we try to register a listener. Avoid the registration if there is no sensor.
* | rename method to reflect what it doesMichael Keppler2014-04-221-5/+5
| |
* | fix #3728: improve contact matchingMichael Keppler2014-04-224-19/+60
| |
* | Add mapswithme-api to Intellij IDEASamuel Tardieu2014-04-213-1/+32
| | | | | | | | Also fix cgeo-contacts settings.
* | upgrade to butterknife 5.0.0Michael Keppler2014-04-213-1/+1
| |
* | new: integrate mapswithmeMichael Keppler2014-04-2139-3/+1359
| |
* | Merge pull request #3781 from rsudev/crowdin_translationsrsudev2014-04-211-5/+5
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2014-04-211-5/+5
|/ /
* | work on #3780: do not reload caches to get their attributesSamuel Tardieu2014-04-211-8/+1
| | | | | | | | The attributes are lazily loaded, so they will always be up-to-date.
* | Stop all images tab downloads in onDestroy()Samuel Tardieu2014-04-212-9/+8
| |
* | #3777: fix CI testMichael Keppler2014-04-212-6/+4
| |
* | #3777: fix CI testMichael Keppler2014-04-211-0/+6
| |
* | upgrade commons lang to 3.3.2Michael Keppler2014-04-209-1/+3
| |
* | cleanup: remove unused importMichael Keppler2014-04-201-1/+1
| |
* | Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-2012-114/+87
| |
* | Upgrade to RxJava 0.17.6Samuel Tardieu2014-04-203-0/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-04-191-3/+2
|\ \ | |/
| * Version codeSamuel Tardieu2014-04-191-1/+1
| |
| * Clean up duplicates in changelogLars2014-04-161-2/+1
| |
* | silence Findbugs warningMichael Keppler2014-04-191-3/+3
| | | | | | | | Findbugs issues an unused object warning, therefore go without an object assignment and have the suppressWarnings at the method level.
* | fix remaining warnings or document themMichael Keppler2014-04-194-5/+9
| |
* | remove unneeded suppresswarningsMichael Keppler2014-04-195-15/+21
| | | | | | | | | | Eclipse does not show a warning if the parameter is documented in the JavaDoc. If your IDE shows warnings about these parameters now after the change, consider upgrading.
* | fix some compiler warningsMichael Keppler2014-04-193-12/+12
| |
* | Merge remote-tracking branch 'upstream/release'rsudev2014-04-163-44/+14
|\ \ | |/
| * Merge pull request #3774 from rsudev/crowdin_translationsrsudev2014-04-162-0/+12
| |\ | | | | | | crowdin: New translations
| | * crowdin: New translationsrsudev2014-04-162-0/+12
| |/
| * Update changelog_release.xmlLars2014-04-161-44/+2
| | | | | | | | Exclude old change notes and update milestone (Milestone assignment on github to be corrected...Will do that)
* | Prepare Changelog on masterSamuel Tardieu2014-04-161-0/+6
|/
* Update ChangeLogsSamuel Tardieu2014-04-162-8/+6
|
* Added japanese strings for contacts pluginrsudev2014-04-161-0/+6
|
* Merge pull request #3773 from rsudev/crowdin_translationsrsudev2014-04-168-1/+103
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2014-04-158-1/+103
|/
* Help FindBugs another waySamuel Tardieu2014-04-151-3/+3
|
* Help FindBugs to understand that variable cannot be nullSamuel Tardieu2014-04-151-1/+2
|
* fix #3755: crash when user enters invalid coordinatesSamuel Tardieu2014-04-151-40/+45
|
* refactoring: factor out coordinates validity checksSamuel Tardieu2014-04-152-2/+29
|
* Merge pull request #3768 from rsudev/crowdin_translationsrsudev2014-04-146-5/+31
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2014-04-146-5/+31
|/
* Update changelog_master.xmlLars2014-04-141-0/+2
|
* Fixes #3765, Somehting is strange with oc autorizationrsudev2014-04-141-3/+3
| | | | Corrected parameterization of OCPreferenceKeys
* Merge pull request #3764 from rsudev/crowdin_translationsrsudev2014-04-132-0/+14
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2014-04-132-0/+14
|/
* Merge branch 'release' into upstreamSamuel Tardieu2014-04-132-2/+2
|\
| * fix #3761: crash when long-clicking on a value fieldSamuel Tardieu2014-04-132-2/+2
| |
* | fix #3759: OOM while loading cachesSamuel Tardieu2014-04-131-56/+58
| | | | | | | | Caches are now loaded by chunks of 50.
* | buffer lets you split a list into smaller max-size onesSamuel Tardieu2014-04-132-0/+94
| |