summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java
Commit message (Expand)AuthorAgeFilesLines
* [android] - ensure that camera is invalidated before generating telemetry eventupstream/11908-npe-zoom-telem-eventŁukasz Paczos2018-05-311-11/+12
* [android] - expose public api telemetry (#11503)Tobrun2018-03-221-8/+8
* [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-201-38/+36
* [android] fixed TWO_FINGER_TAP telemetry event (#11460)Łukasz Paczos2018-03-161-0/+2
* Expose more gestures settings (#11407)Łukasz Paczos2018-03-071-40/+89
* [android] - revert java8 support in the SDKtobrun2018-03-061-1/+1
* [android] reworked zoomIn and zoomOut to use ValueAnimators (#11382)Łukasz Paczos2018-03-051-45/+96
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-271-538/+558
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-41/+70
* Camera callbacks for velocity animated movements (#10925)Łukasz Paczos2018-01-151-11/+39
* [android] fix sending more than once double tap event on a single double tap ...Pablo Guardiola2018-01-081-4/+3
* [android] added map touch listeners api based on listspaczos2017-12-201-24/+115
* [android] - scale factor value of 1 should zoom outTobrun2017-12-131-1/+1
* Monkey crashes (#10440) (#10472)Pablo Guardiola2017-11-161-2/+9
* [android] - Add angular velocity effect on rotation gesture.Ramin Mirsharifi2017-10-301-65/+168
* [android] - Add touch velocity effects on scale gesture. Fine tune.Ramin Mirsharifi2017-10-301-4/+9
* [android] - Add touch velocity effects on scale gesture.Ramin Mirsharifi2017-10-301-5/+43
* [android] - fine tune gesture zoom & rotationTobrun Van Nuland2017-10-091-8/+6
* [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-251-12/+21
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-181-1/+1
* [android] - rewire gesture handling and telemetry event push (#9494)Tobrun2017-07-171-64/+57
* Hit test Marker and MarkerViews (#9424)Tobrun2017-07-071-1/+1
* [android] - validate if platform implementation doesn't return a null motion ...Tobrun2017-07-061-2/+6
* OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-291-4/+17
* [android] - only invoke callback if fling scrolling animation isn't going to ...Tobrun2017-06-061-1/+2
* [android] - validate if gestures should execute (#9173)Tobrun2017-06-021-7/+8
* [android] Cherry picking 9133 (#9145)Pablo Guardiola2017-06-011-4/+4
* [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-121-16/+23
* Harden telemetry event dispatch (#8767)Tobrun2017-04-201-16/+16
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-4/+4
* [android] - take in account focalpoint when performing transformations, simpl...Tobrun2017-03-171-33/+19
* Disable double tap gesture to zoom in (#7879)srabenja2017-02-041-1/+1
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-16/+42
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* [android] - move pan gesture event to correct GestureDetector callback (#7870)Tobrun2017-01-261-3/+2
* [android] - improve fling gesture by calculating animation time from velocity...Tobrun2017-01-121-8/+19
* [android] - avoid triggering a fling gesture after a scale gesture. (#7675)Tobrun2017-01-111-2/+7
* [android] - limit the scale factor for double tap zoom (#7580)Tobrun2017-01-031-1/+6
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-19/+47
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-516/+524
* [android] - limit input fling gesture based on map tilt. (#7383)Tobrun2016-12-131-8/+7
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-0/+601