aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to send local images to external viewerSamuel Tardieu2014-04-241-1/+1
* refactoring: add conversion utility methods between File and urlSamuel Tardieu2014-04-243-2/+50
* Add more @NonNull annotations for overriden methodsSamuel Tardieu2014-04-242-2/+4
* Initialize an Image object from a local fileSamuel Tardieu2014-04-241-0/+6
* Return an empty observable rather than null if local image is absentSamuel Tardieu2014-04-241-5/+4
* Add local file loading capabilitySamuel Tardieu2014-04-241-0/+14
* Revert "fix #3759: OOM while loading caches"Samuel Tardieu2014-04-242-98/+56
* #3784: comment PendingIntent of MapsWithMeMichael Keppler2014-04-242-3/+3
* Workaround for #3784, Crash when opening cache linkrsudev2014-04-231-1/+3
* #3783: added icons for giga eventrsudev2014-04-231-1/+1
* remove methods invoking only super methodMichael Keppler2014-04-235-28/+3
* Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-231-2/+6
|\
| * fix #3731: use formatted numbers when calling navigationMichael Keppler2014-04-231-2/+6
* | #3783: support giga event typeMichael Keppler2014-04-231-2/+3
* | fix #3697: have attended as log type on day of eventMichael Keppler2014-04-222-20/+24
* | add missing flag initializationMichael Keppler2014-04-221-0/+1
* | fix deprecation warningMichael Keppler2014-04-221-24/+25
* | fix new deprecation warningMichael Keppler2014-04-221-6/+9
* | handle missing orientation sensorMichael Keppler2014-04-221-1/+26
* | new: integrate mapswithmeMichael Keppler2014-04-215-2/+119
* | work on #3780: do not reload caches to get their attributesSamuel Tardieu2014-04-211-8/+1
* | Stop all images tab downloads in onDestroy()Samuel Tardieu2014-04-212-9/+8
* | cleanup: remove unused importMichael Keppler2014-04-201-1/+1
* | Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-2012-114/+87
* | silence Findbugs warningMichael Keppler2014-04-191-3/+3
* | fix remaining warnings or document themMichael Keppler2014-04-194-5/+9
* | remove unneeded suppresswarningsMichael Keppler2014-04-195-15/+21
* | fix some compiler warningsMichael Keppler2014-04-191-3/+5
|/
* 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
* Fixes #3765, Somehting is strange with oc autorizationrsudev2014-04-141-3/+3
* 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
* | buffer lets you split a list into smaller max-size onesSamuel Tardieu2014-04-131-0/+40
* | work on #3727: limit the number of waypoints that can be loadedSamuel Tardieu2014-04-131-1/+3
* | fix #3758: send2cgeo times out in presence of cachesSamuel Tardieu2014-04-131-2/+3
* | fix #3757: NPE while downsampling imageSamuel Tardieu2014-04-131-5/+7
* | fix #3756: NPE when changing map sourceSamuel Tardieu2014-04-133-6/+12
* | Refactor oc settingsrsudev2014-04-104-79/+64
* | Explicitely use ASCII when decoding a base64 binarySamuel Tardieu2014-04-102-1/+2
* | refactoring: move charset definition into TextUtilsSamuel Tardieu2014-04-102-9/+4
* | Use the Android-provided API to stream-decode base64-encoded dataSamuel Tardieu2014-04-102-20/+42
* | Suppress deprecation warning 2nd tryrsudev2014-04-101-1/+7
* | Suppress deprecation warningrsudev2014-04-091-0/+1
* | Add service status to service summaryrsudev2014-04-092-1/+117
* | fixes #3313 - on enable/disable logging also set cache enabled/disabledMarco Jacob2014-04-081-0/+7
* | Refactoring opencaching implementationrsudev2014-04-0719-373/+228