Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[ios] #5039 refactored MGLUserLocationAnnotationView #5573

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    3ccda59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d16cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b832687 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2016

  1. Configuration menu
    Copy the full SHA
    76f9c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871f82d View commit details
    Browse the repository at this point in the history
  3. [android] #5479 - don't invalidate MapView when we are animating MyLo…

    …cationView with an ObjectAnimator.
    tobrun committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    0d17bb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. [android] Fixes disappearing markers when crossing dateline, remove d…

    …ebug exception catch.
    
    Fixes #5402
    tobrun authored and zugaldia committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    3456e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc174c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8956179 View commit details
    Browse the repository at this point in the history
  4. [ios] Merge branch 'release-ios-v3.3.0'

    This merges v3.3.0 at beta 2 stage. Conflicts related to the os x ->
    macOS rename were corrected manually.
    boundsj committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    1fa1819 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    e1be2c4 View commit details
    Browse the repository at this point in the history
  2. [core] Use the right types for zoom scale logic

    32 bit integers should be enough for zoom scale logic. In shape
    annotation logic, 'maxAmountOfTileFeatures' requires 64 bits because we
    are multiplying the zoom scale with the extent, which might give a
    number higher than std::numeric_limits<uint32_t>::max().
    brunoabinader committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    1d46e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a8856 View commit details
    Browse the repository at this point in the history
  4. [android] #4700 - Removing Deprecated annotation on MapboxMap.OnMyLoc…

    …ationChangeListener
    bleege committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    e249920 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    799dc9b View commit details
    Browse the repository at this point in the history
  2. [android] #5510 - Fixing POM Name

    bleege committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    ee4cb08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8cd7ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfbee38 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Configuration menu
    Copy the full SHA
    03f30f5 View commit details
    Browse the repository at this point in the history
  2. [core] Added CharArrayBuffer

    Implements a custom std::streambuf to avoid creating temporary
    std::string objects and thus optimizing image decode.
    
    Suggested by @artemp in
    #5417 (comment).
    brunoabinader committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    ad081e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e0b06e View commit details
    Browse the repository at this point in the history
  4. [android] updated the testapp icon

    Cameron authored and bleege committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    a440598 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Configuration menu
    Copy the full SHA
    da863c6 View commit details
    Browse the repository at this point in the history
  2. [core] code style cleanups

    - puts function definitions in a namespace ... {} rather than using namespace ...;
    - remove trailing whitespace
    - add trailing newline
    - protect SQL statements from being formatted by clang-format
    kkaefer committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    77e7846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb7cfea View commit details
    Browse the repository at this point in the history
  4. [core] Fix overdraw mode on Linux

    - Use glBindAttribLocation for GLSL attributes.
    - Create a separate shader for each shader that supports overdraw.
      Needed because each uniform location must be known for every program.
    - Create a separate VAO for each shader inside buckets.
      Needed because we can only bind a VAO to a specific shader.
    
    Fixes #5435.
    brunoabinader committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    a17b0bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4c3611 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Configuration menu
    Copy the full SHA
    b3c07b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94b354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a10ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf85cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa1fa49 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. [test] Added sample filter to scheme

    Added a sample filter argument to the test scheme, disabled, so folks like me have an easier time remembering what it’s called.
    1ec5 committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    8446a9b View commit details
    Browse the repository at this point in the history
  2. mapbox: URL containing query string causes infinite loop (#5554)

    * correct all EXPECT_EQ(actual, expected) to EXPECT_EQ(expected, actual)
    
    * fix getMapboxURLPathname() of URL with querystring
    
    * add test for normalizeSourceURL of non-mapbox protocal
    
    * Update mapbox.cpp
    jingsam authored and 1ec5 committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    e82ecc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f18d19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1311ed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Configuration menu
    Copy the full SHA
    d58bee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8947b0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced4ad6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87209bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b0c16a View commit details
    Browse the repository at this point in the history
  6. [android] - Remove StyleInitializer class, obsolete with introduction…

    … MapboxAccountManager
    tobrun committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    a40953d View commit details
    Browse the repository at this point in the history
  7. [android] #5104 - make nativePixelForLatLng faster (74ms to 57ms)

    [android] #5104 - make nativeLatLngForPix faster (52ms - 45ms).
    
    [andriod] #5104 - make nativeSetLatLng faster (117ms to 105ms)
    
    [android] #5104 - make nativeFlyTo faster (106ms to 97ms)
    
    [android] #5104 - make nativeEaseTo faster (103 to 94ms)
    
    [android] #5104 - make nativeJumpTo faster (94 to 86ms)
    
    [android] #5104 - make nativeProjectedMetersForLatLng faster (32 to 30ms)
    
    [android] #5104 - make nativeLatLngForProjectedMeters faster (32 to 30ms)
    tobrun committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    2bf4e20 View commit details
    Browse the repository at this point in the history
  8. [android] Fix default RunLoop not stopping

    stop() for default RunLoop is only used by unit tests and we need
    to wake the ALooper to get past run().
    tmpsantos committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    70d4ebb View commit details
    Browse the repository at this point in the history
  9. [android] Fix a bug when canceling tasks

    If the next task in the queue gets canceled, we need to
    adjust the iterator to the next task, otherwise a canceled
    task gets executed.
    tmpsantos committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    e579199 View commit details
    Browse the repository at this point in the history
  10. [android] Fix hang when calling Timer::start() twice

    Calling start() from the callback was making the timer
    effectively stop.
    tmpsantos committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    b3b86f9 View commit details
    Browse the repository at this point in the history
  11. [android] Do not create Timers on Default main loops

    Not supported, because we don't have control over the Looper
    timeout like we do for Loopers we create. On the main thread,
    Android takes care of making the application sleep and sets
    an arbitrary timeout. This could be properly fixed by implementing
    timers in Java, but we don't really have the use case of timers
    in the main thread.
    tmpsantos committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    13cd75f View commit details
    Browse the repository at this point in the history
  12. [android] Fix issue when stop is called before run on the RunLoop

    The current ::stop() implementation was not thread safe and we
    should queue the ::stop() for the next loop iteration so even
    if we call ::stop() before ::run(), it gets processed.
    tmpsantos committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    dfd0b10 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Configuration menu
    Copy the full SHA
    99a4850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2425cf4 View commit details
    Browse the repository at this point in the history
  3. [android] Add support for timers on the main thread

    Wake up the main thread run loop with a file descriptor event from a
    thread that exists for this sole purpose.
    tmpsantos committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    480e26c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    903d609 View commit details
    Browse the repository at this point in the history
  5. [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)

    * [core] geometry.hpp 0.8.0
    
    * geojsonvt @ 6.0.0
    
    * Update platform deps, build scripts
    
    * Perf optimizations/cleanup
    
    * Rebase in geometry@080
    
    * D.R.Y. etc
    
    * Ensure fill annotation geometries have closed rings.
    
    * Optimizations
    
    * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt
    
    * Apply close multi/poly geoms for line annotations as well
    yhahn committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    71a3b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. [tests] Update test-suite

    jfirebaugh committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    32dcb34 View commit details
    Browse the repository at this point in the history
  2. [core] make code generator produce GL-compatible colors

    this makes sure colors are premultiplied and the RGB values are in the 0..1 range rather than in the 0..255 range.
    kkaefer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    c88b05e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85756f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d929e32 View commit details
    Browse the repository at this point in the history
  5. [macos] Use gesture recognizer for context menu

    NSView’s built-in context menu handling preempts non-right-click gesture recognizers, so preempt it with a right-click gesture recognizer that does essentially the same thing. With this change, two-finger double-tapping on a trackpad also zooms out, consistent with MapKit.
    
    Fixes #5078.
    1ec5 authored and kkaefer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    e603cf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e29a15e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69c529e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab1face View commit details
    Browse the repository at this point in the history
  9. [core] don't force GL state to be set when calling .reset()

    We are using Value::reset() to change a piece of GL state to its default value. However, the current implementation always executes the GL call, even if our state tracking system knows that it's already at that value. The new implementation of Value::reset() now respects that, resulting in a lot fewer GL calls.
    kkaefer committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    2e10c0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8e8712 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c09fb0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    23caa9f View commit details
    Browse the repository at this point in the history
  13. [docs] Link to iOS/macOS contributing guides

    There are special instructions for adding new source code files, asset files, or user-facing strings to the iOS and macOS SDKs.
    1ec5 committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    b43f9e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. [macos] Revised keyboard shortcuts in macosapp

    Followed up #5452 with some changes to keyboard shortcuts that ensure conformance to the HIG and avoid conflicts between menu items.
    1ec5 authored and kkaefer committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    aaa30c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f26c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    030928c View commit details
    Browse the repository at this point in the history
  4. [node] Also Update::Classes when setting a paint property

    Otherwise it has no effect. Tests might be working because a
    Update::Classes is also scheduled when adding a new layer.
    tmpsantos committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    01f5b6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    626cf54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d076612 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2016

  1. [ios, macos] Updated MGLFeature ID documentation

    Since #5514, feature IDs may be integers, unsigned integers, floating-point numbers, or strings, not just unsigned integers.
    1ec5 committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    8ca8e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Configuration menu
    Copy the full SHA
    5d64cde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caba8c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff420ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0878e09 View commit details
    Browse the repository at this point in the history
  5. [Qt] Janitor private headers

    brunoabinader authored and tmpsantos committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    65868b2 View commit details
    Browse the repository at this point in the history
  6. [Qt] Fix build on Linux with clang-3.8

    clang finds this construction ambiguous, go figure.
    tmpsantos committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    843fff9 View commit details
    Browse the repository at this point in the history
  7. [Qt] Avoid a deep copy on the network reply

    QByteArray::data() may do a deep copy.
    tmpsantos committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    03b2bb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46df5d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9259fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b590705 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18c8830 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abff8e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abeee20 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ad22bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    462137a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Configuration menu
    Copy the full SHA
    822ec09 View commit details
    Browse the repository at this point in the history
  2. [core] Introduce PaintParameters

    Use it to DRY selection of regular vs. overdraw shaders and VAOs.
    jfirebaugh committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    6e77149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a27b558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae838b3 View commit details
    Browse the repository at this point in the history
  5. [core] Remove unused

    jfirebaugh committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    fe99295 View commit details
    Browse the repository at this point in the history
  6. [core] Fix matrix when panning around the world

    Partially reverts commit 1d46e83.
    brunoabinader committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    e197540 View commit details
    Browse the repository at this point in the history
  7. [core] Report conversion errors using std::string

    char* increases the risk of pointing to a invalid reference. Qt had
    to use a static variable as retainer to workaround.
    tmpsantos committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    86cebd4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6329806 View commit details
    Browse the repository at this point in the history
  9. Quadkey tokens in tile URL templates, limited WMS support (#5628)

    * [core] Quadkey tokens in tile URL templates
    
    Fixes #5485.
    
    * [core] WMS tokens in tile URL templates
    
    Fixes #822.
    
    * [macos] Added WMS debug style
    
    Added a style to the macosapp resource bundle that can be used to test WMS support. To use it, zoom in to somewhere in New Jersey, then go to View ‣ Custom Style and enter “wms.json”.
    1ec5 committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    08d0a9a View commit details
    Browse the repository at this point in the history
  10. [android] #5613 - Limiting location event latitudes and longitudes to…

    … 7 digits after the decimal place
    bleege committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    a73c81c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Configuration menu
    Copy the full SHA
    c670b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    761c9d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06af750 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    174d367 View commit details
    Browse the repository at this point in the history
  5. [android] Build release with -Os and -fvisibility=hidden

    Optimize for size.
    tmpsantos committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    cc3a812 View commit details
    Browse the repository at this point in the history
  6. [android] #5541 - removes requirement of MapboxAccountManager.start b…

    …efore setContentView.
    
    [android] #5541 - add a MapboxAcountManagerNotStartedException when calling getInstance when not started.
    
    [android] #5541 - fixes using access tokens in attributes & MapboxMapOptions
    
    [android] #5541 - improved MapboxAccountManager exception message
    tobrun committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    cbfc9bc View commit details
    Browse the repository at this point in the history
  7. [android] #5652 - fix PressForMarkerActivity setup to follow best pra…

    …ctices of loading a style and initial location of a MapView as early as possible.
    tobrun committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    081c61d View commit details
    Browse the repository at this point in the history
  8. [android] #5438 - add bearing to MyLocationView for the SDK camera ob…

    …ject
    
    [android] #5438 - integrate MyLocationView set bearing inside the MapView setBearing
    
    [android] #5438 - invalidate the MapView instead of calling update from core.
    
    [android] #5438 - add bearing MyLocationView to setBearing focal point on MapView
    
    [android] #5438 - Get correct bearing when camera object is rotated around the z-axis, notify MyLocationView when camera position changes, update test utilities.
    
    [android] #5438 - fixes compass tracking
    tobrun committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    3dacbdd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cb59e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    566c6cf View commit details
    Browse the repository at this point in the history
  11. [android] #5649 - fixes fragment null pointer when creating a Support…

    …MapFragment without a OnMapReadyCallback
    tobrun committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    9387523 View commit details
    Browse the repository at this point in the history
  12. [android] #5649 - add a ViewPager example

    [android] #5649 - add back pressed event for action bar home icon
    tobrun committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    b9c273d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    389c761 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    jingsam authored and mikemorris committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    5300488 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Configuration menu
    Copy the full SHA
    5fb0e87 View commit details
    Browse the repository at this point in the history
  2. [android] #5631 - add a concrete java exception when creating a marke…

    …r without the required position field.
    
    [android] #5631 - updated test cases to handle invalid position on a Marker
    tobrun committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    fd5ee40 View commit details
    Browse the repository at this point in the history
  3. [android] latlngbounds includes added in builder

    Fixes #5574
    
    added includes test
    Cameron authored and tobrun committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    765e8d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ef30c2 View commit details
    Browse the repository at this point in the history
  5. [ios,macos] Partially revert 06af75

    Use static_cast<float> to convert from CGfloat when creating
    PropertyValue<float> and avoid breaking backwards-compatibility.
    brunoabinader committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    44406e9 View commit details
    Browse the repository at this point in the history
  6. [node] Added memory test

    tmpsantos authored and mikemorris committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    7033748 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce8f053 View commit details
    Browse the repository at this point in the history
  8. [node] move memory growth test into separate npm script

    webp support in memory test
    mikemorris committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    480be63 View commit details
    Browse the repository at this point in the history
  9. [node] NodeRequest inherits from Nan::AsyncWorker

    drop NodeRequest::Create, move MakeCallback to NodeRequest::Execute
    
    rework Respond -> HandleCallback
    
    modern NAN style updates
    mikemorris committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    7df0e45 View commit details
    Browse the repository at this point in the history
  10. node-v3.3.0

    mikemorris committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    277b1f4 View commit details
    Browse the repository at this point in the history
  11. [android] Adds an API to enable/disable delivering messages when the …

    …region goes inactive.
    zugaldia committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    1109588 View commit details
    Browse the repository at this point in the history
  12. [android] #5682 - Adding NaN and Infinite checks to trackGestureDragE…

    …ndEvent() and trackGestureEvent()
    bleege committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    f2585b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95e5d12 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    244700e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    5c037f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2016

  1. [core] Move set/get thread names to platform::

    Android needs its own implementation.
    tmpsantos committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    4a1a793 View commit details
    Browse the repository at this point in the history
  2. [core] Trim thread name on Linux to 16 bytes

    That is a hard limit, if you set a string bigger than that, it
    doesn't get set.
    tmpsantos committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    4d9e824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    538814d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d52faad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e23d8ad View commit details
    Browse the repository at this point in the history
  6. [Qt] Use the thread implementation appropriated to the target

    Qt has a thread abstraction, but we would need to use QThread to use it.
    tmpsantos committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    3fd874d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. add supercluster dependency

    [skip ci]
    mourner committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    f84e9fd View commit details
    Browse the repository at this point in the history
  2. Revert "add supercluster dependency"

    This reverts commit f84e9fd.
    mourner committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    a9e4e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371a8ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b03471b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da35ef9 View commit details
    Browse the repository at this point in the history
  6. [core] Restored shape annotation z-order

    Shapes are once again always added to the top z-index.
    
    Fixes #5691.
    1ec5 committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    74fe96d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5b5e63 View commit details
    Browse the repository at this point in the history
  8. [ios, macos] Updated changelog

    1ec5 committed Jul 18, 2016
    Configuration menu
    Copy the full SHA
    de41842 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. [core] minor docs URL fix

    incanus committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    d9aa812 View commit details
    Browse the repository at this point in the history
  2. [ios, macos] Offline storage size API

    Added a property to MGLOfflineStorage that indicates the disk space occupied by all cached and offline resources.
    
    Fixes #5580.
    1ec5 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    1bc4f0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    559f3a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40ea424 View commit details
    Browse the repository at this point in the history
  5. [android] #5725 - Cherry picking 559f3a6

    kkaefer authored and bleege committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    6e83072 View commit details
    Browse the repository at this point in the history
  6. [android] #5725 - Cherry picking 40ea424

    kkaefer authored and bleege committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    142e2b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97f5bb0 View commit details
    Browse the repository at this point in the history
  8. [ios, macos] Updated changelogs

    Updated changelogs for #5723, #5554.
    1ec5 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    a53dfcd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ef2cbf View commit details
    Browse the repository at this point in the history
  10. Merge branch 'release-android-v4.1.1'

    # Conflicts:
    #	platform/android/MapboxGLAndroidSDK/gradle.properties
    #	test/util/mapbox.cpp
    bleege committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    1972d93 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1cf6b5d View commit details
    Browse the repository at this point in the history
  12. [core] Fixed test build errors

    Missed this bad merge from #5729.
    1ec5 committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    53131de View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Configuration menu
    Copy the full SHA
    29ee60a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a709ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f5aa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    000539a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a07fbe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03ebae0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. [ios] Add simulator dSYM slices to build output. (#5740)

    Our release builds for device (with lipoed simulator binary) create
    a dSYM files for both the device and simulator. However the script
    only copied the device dSYM file to the output location.
    
    This adds a step to lipo together both the device and simulator dSYM files.
    Mapbox.framework.dSYM now holds armv7 and arm64 slices.
    boundsj committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    e686d32 View commit details
    Browse the repository at this point in the history
  2. [macos] Add showAnnotations: methods (#5749)

    SDK
    - Ported `showAnnotations:animated:` and `showAnnotations:edgePadding:animated:` from the iOS SDK.
    
    Demo App
    - Added "Show All Annotations" debug menu item with ⇧⌘A shortcut key.
    - Disabled "Add Animated Annotation" debug menu item when the annotation already shown.
    friedbunny committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    4dd734f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. [default] uv_run should use UV_RUN_NOWAIT

    UV_RUN_ONCE might block and that is not the semantics we expect
    from RunLoop::runOnce().
    tmpsantos committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    036acf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f367c9 View commit details
    Browse the repository at this point in the history
  3. [Qt] Use Qt text codec instead of nunicode

    Remove one extra dependency. Qt has some bugs on the text codec it
    seems, but it is also important to keep the behavior aligned with
    the client API.
    tmpsantos committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    65e2822 View commit details
    Browse the repository at this point in the history
  4. Revert "[android] #5000 - initial surface view implementation."

    This reverts commit 99a4850.
    bleege committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    e33b998 View commit details
    Browse the repository at this point in the history
  5. [ios] Reformat inline documentation with ticks, smart quotes, breaks (#…

    …5752)
    
    - Makes the use of apostrophes in the iOS SDK documentation consistent by converting “dumb” `'` into smart `’`.
    - Adds ticks around class/property names/values.
    - Breaks lines at 80 characters.
    friedbunny committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    0ea6bdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8df881a View commit details
    Browse the repository at this point in the history
  7. [node] Fix integer conversion of filter values

    Carol Hansen authored and jfirebaugh committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    4b1eead View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09cc87f View commit details
    Browse the repository at this point in the history
  9. [ios] Refactor iosapp demo test shapes function

    - More detailed descriptions of individual shapes.
    - Make holey polygon square.
    friedbunny committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    45d65c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Configuration menu
    Copy the full SHA
    0e60238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16c906 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. Configuration menu
    Copy the full SHA
    494e684 View commit details
    Browse the repository at this point in the history
  2. [android] #5738 - default navigation drawer example

    [android] #5738 - migrated to MapFragment approach & AppCompat compatible
    
    [android] #5378 - make drawer work with inner class fragments
    
    [android] #5738 - navigation drawer proposition
    
    [android] #5738 - cleanup
    tobrun committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    ea2ee64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82478e2 View commit details
    Browse the repository at this point in the history
  4. [android] #5679 - move logo and attribution to the top right

    [android] #5679 - get correct top margin for logo when saving state of MapView
    tobrun committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    39512aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    154d771 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Configuration menu
    Copy the full SHA
    bdc231d View commit details
    Browse the repository at this point in the history
  2. 5782: build static framework correctly (#5783)

    * 5782: build static framework correctly
    
    * 5782: updated changelog
    RomainQuidet authored and 1ec5 committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    e135175 View commit details
    Browse the repository at this point in the history
  3. Add mention-bot config (#5788)

    - Limit notifications to members of the Mapbox GitHub organization.
    - Tweak the message a bit for concision and punctuation.
    - Experimentally bump number of PR files checked from 5 to 10.
    friedbunny committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    0d7d871 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Configuration menu
    Copy the full SHA
    de197ca View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    8cfaac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e61b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    427773d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26a9213 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    253a3db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3c914f View commit details
    Browse the repository at this point in the history
  8. [android] #5610 - Initial Runtime Style Bindings

    [android] #5610 - Adjusted public api after discussion
    
    [android] #5610 - added jni binding for NativeMapView#getLayer
    
    [android] #5610 - Added initial test Activity
    
    [android] #5610 - Started on NativePeer implementation for Layer
    
    [android] #5610 - replaced low-level jni code with high-level for native getLayer
    
    [android] 5610 - completed basic layer peer class - constructible from java and c++
    
    [android] #5610 - removed reference that was redundant and causing the finalizer exception
    
    [android] #5610 - Added a property peer
    
    [android] #5610 - added value type to do type conversions - wip
    
    [android] #5610 - simplified property conversion approach - wrapped value with jenv
    
    [android] #5610 - added some more value conversions
    
    [android] #5610 - Finished conversion for basic types
    
    [android] #5610 - allow color's to be set as either an android color int or a String to support all formats in the spec
    
    [android] #5610 - encode color ints as rgba to retain alpha channel
    
    [android] #5610 - recalculate classes after paint property
    
    [android] #5610 - more examples
    
    [android] #5610 - fixed the example
    
    [android] #5610 - cleaned up example code before continueing
    
    [android] #5610 - added layout property example
    
    [android] #5610 - set visibility on layer
    
    [android] #5610 - added removeLayer and example
    
    [android] #5610 - added more type conversions
    
    [android] #5610 - Started on peer classes for layer implementations - WIP
    
    [android] #5610 - First complete layer subclass peer implementation
    
    [android] #5610 - added a little bit of structure before adding the other layer types
    
    [android] #5610 - generate the c++ headers from the style spec
    
    [android] #5610 - make sure the visibility is set as a string
    
    [android] #5610 - Generate c++ layer peer class implementations from the style spec
    
    [android] #5610 - generate java layer peer classes
    
    [android] #5610 - cleanup comments
    
    [android] #5610 - register all c++ peer classes with jni
    
    [android] #5610 - addLayer
    
    [android] #5610 - comment out broken case
    
    [android] #5610 - Sources api - very much WIP
    
    [android] 5610 - GeoJson source implementation and geojson conversion
    
    [android] #5610 - cleanup add source/layer example a bit
    
    [android] #5610 - initial filter api
    
    [android] #5610 - Added filter api on the relevant Layer classes
    
    [android] #5610 - raster layer is not filterable
    
    [android] #5610 - actually make it compile
    
    [android] #5610 - completed filter implementation
    
    [android] #5610 - Vector and Raster Source + examples
    
    [android] #5610 - removed superfluous interface, moved filters to the correct package
    
    [android] #5610 - fixed comments
    
    [android] #5610 - moved tests to the right package
    
    [android] #5610 - hide difference between paint and layout properties in public api, make more performant set method for proeprties
    
    [android] #5610 - fix rebase issue
    ivovandongen committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    9a3eadf View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Configuration menu
    Copy the full SHA
    5870fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6edaf2d View commit details
    Browse the repository at this point in the history
  3. GeoJSON point clustering (#5724)

    * add supercluster dependency
    * prepare GeoJSONTile for Supercluster
    * prepare GeoJSONSource for accepting options
    * try removing mbgl::GeoJSON
    * fix setGeoJSON types
    * add GeoJSONSource getURL
    * add geojson to include path
    * add Supercluster index in GeoJSONSource
    * fix GeoJSONSource getZoomRange
    * bring back mbgl::GeoJSON header
    * fix tidy warnings hopefully
    * try test-suite with enabled cluster test
    * fix formatting in clustering-related files
    mourner committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    9ecc0d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de0cb55 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    045a644 View commit details
    Browse the repository at this point in the history
  2. node-v3.3.1

    mikemorris committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    3c2fce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    472ab74 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. [node] build and publish Node.js binaries with BUILDTYPE=Release

    Skip tests when publishing binaries and skip publishing render test results when those tests don't run.
    brunoabinader authored and mikemorris committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    ad5a7f8 View commit details
    Browse the repository at this point in the history
  2. node-v3.3.2

    mikemorris committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    0e5a390 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    mikemorris committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    94a5869 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. [android] - add print example

    tobrun committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    ed821c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b2cc6 View commit details
    Browse the repository at this point in the history
  3. [ios] Migrated playground to Swift 3 (#5847)

    Fixes #5846.
    1ec5 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    2d65cdd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. [macos] Avoid following symlinks copying framework (#5850)

    Use ditto to avoid following symlinks when copying the framework into place.
    
    Fixes #5818.
    1ec5 committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    ebadf94 View commit details
    Browse the repository at this point in the history
  2. [tests] Update test-suite

    tmpsantos committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    77c8f0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26c89c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75a1a96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b871a9 View commit details
    Browse the repository at this point in the history
  6. [android] SurfaceView compatible snapshot api

    [android] #5587 - snapshot API on surface view, create Bitmap with a ByteBuffer
    
    [android] #5587 - write bitmap to external storage
    
    PreMultipliedImage approach
    
    callback implemented
    
    clean up code
    
    introduce bitmap reuse
    
    cleanup
    
    renaming surfaceContent to bitmap
    tobrun committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    6016b29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    533a3ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    701d716 View commit details
    Browse the repository at this point in the history
  9. [android] #5717 - update MarkerView when added to the map, previously…

    … only updated with map change events.
    tobrun committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    f94c979 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52cb612 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Merge branch 'release-ios-v3.3.0'

    Merge release branch after v3.3.2 and v3.3.3.
    friedbunny committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    d305fbe View commit details
    Browse the repository at this point in the history
  2. [build] remove gyp

    kkaefer committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    e3ee55b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. [build] switch to CMake

    This is very much a work in progress.
    kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    692fe1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5fc0d View commit details
    Browse the repository at this point in the history
  3. [build] Build Qt with CMake

    tmpsantos authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    821e58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b625f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e82aedd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b44aa9 View commit details
    Browse the repository at this point in the history
  7. [build] Re-enable Qt bots

    tmpsantos authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    c631368 View commit details
    Browse the repository at this point in the history
  8. [build] Fix 'make tidy' on linux

    brunoabinader authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    023ff83 View commit details
    Browse the repository at this point in the history
  9. [build] Re-enable coverage run

    brunoabinader authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    0fb3b6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57bed88 View commit details
    Browse the repository at this point in the history
  11. [core] Use NDEBUG instead of DEBUG

    CMake defines 'NDEBUG' by default for release build, so we can check if
    that's not defined instead of using 'DEBUG' for debug build.
    brunoabinader authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    3ae506e View commit details
    Browse the repository at this point in the history
  12. [core] Updated clang-tidy fixes

    brunoabinader authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    e1f11ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    795d17d View commit details
    Browse the repository at this point in the history
  14. [build] cmake android

    ivovandongen authored and kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    5f70a65 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a2e758b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2b59061 View commit details
    Browse the repository at this point in the history
  17. [build] unify naming of Makefile targets

    `make foo` just builds
    `make run-foo` builds and runs
    kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    e46b580 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1409085 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    163fc3c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ccdd7d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    95b6d48 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    75ca6d9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    87c1174 View commit details
    Browse the repository at this point in the history
  24. [build] fix iOS packaging

    kkaefer committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    94ceeb7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    131cd8a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    da37ba1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3cc3461 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cf047b4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    12eff6a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b1a3755 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2129056 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5df85d1 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    21397bb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6d07c8e View commit details
    Browse the repository at this point in the history
  35. [ios] removed unused import

    frederoni authored and friedbunny committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    df9265e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2cb8ab0 View commit details
    Browse the repository at this point in the history
  37. [ios] Add MGLUserLocationAnnotationView.hitTestLayer property

    And implement this property in MGLFaux3DUserLocationAnnotationView.
    
    Generic reimplementation of #5816.
    friedbunny committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    e4a9173 View commit details
    Browse the repository at this point in the history