Commit Graph

  • 070ae2c037 fix prop-types master Eric Dvorsak 2017-10-27 17:39:36 +02:00
  • eb8a007457 Merge pull request #689 from mapbox/icon-sprite-sheet-fix v6 Nick Italiano 2017-10-26 16:25:04 -07:00
  • ca11ba380b Remove isTokenString check now that we validate URIs Nick 2017-10-26 16:22:43 -07:00
  • 9e8ef71339 Updates how we add images to map style Nick 2017-10-25 11:04:30 -07:00
  • 1a88c400bf Added helper function to StyleSheet to decide when to resolve images Nick 2017-10-25 11:04:04 -07:00
  • 071175ba3a Added image asset resolving unit test for StyleSheet Nick 2017-10-25 11:02:06 -07:00
  • 0aa29f1c34 Added resolveAssetSource mock from RN Nick 2017-10-25 11:01:30 -07:00
  • 372394373c Merge pull request #686 from mapbox/v6-beta Nick Italiano 2017-10-23 17:14:34 -07:00
  • 3068de5740 Updated package.json and example package json version Nick 2017-10-23 16:59:43 -07:00
  • 172b82c622 Update license year Nick 2017-10-23 16:50:59 -07:00
  • c3cf4a265b Added PointAnnotation and Callout links to README Nick 2017-10-23 16:29:17 -07:00
  • 044058442e Added docs for PointAnnotation and Callout Nick 2017-10-23 16:21:54 -07:00
  • 70f4a1cfba Made Callout methods private Nick 2017-10-23 16:21:05 -07:00
  • f0ff30e365 Adds PointAnnotation example using custom views Nick 2017-10-19 10:31:15 -07:00
  • 65d25b447c Adds PointAnnotation and Callout JS components Nick 2017-10-19 10:27:42 -07:00
  • 03cd321c6a Adds support for PointAnnotations and Callouts on iOS Nick 2017-10-19 10:25:46 -07:00
  • 6aa22d30b7 Adds support for PointAnnotations and Callouts on Android Nick 2017-10-19 10:24:26 -07:00
  • ca459dc07a Updated Show Map example to follow user location Nick 2017-10-23 14:50:45 -07:00
  • 123d841d90 Updated the zoomTo call to use a promise instead of callback Nick 2017-10-23 14:50:14 -07:00
  • a83588903b Added iconAllowOverlap to custom icon example Nick 2017-10-23 14:01:16 -07:00
  • 4676dc701a Added global image queue for downloading images on iOS Nick 2017-10-23 13:43:05 -07:00
  • 4fe7283b11 Added support for sourceLayerID on FillLayer Nick 2017-10-23 11:39:20 -07:00
  • 0fd93a8291 change eventtype Frank Rowe 2017-10-20 13:25:25 -04:00
  • 0ded5a54de Adds support for native assets as an iconImage Nick 2017-10-19 16:18:54 -07:00
  • 5bd1b5866a Added example resources Nick 2017-10-19 16:18:40 -07:00
  • 284fc4a0ab Fixes SymbolLayer textOffset and iconOffset on iOS Nick 2017-10-18 13:40:26 -07:00
  • 865306c278 Add example app.iml to .gitignore Nick 2017-10-18 13:22:59 -07:00
  • c456fafefb Cleanup images once we remove source on Android Nick 2017-10-18 13:19:39 -07:00
  • 47c689f6b5 Updated babel-preset-react-native version and fix indentations in package.json Nick 2017-10-18 12:04:05 -07:00
  • e0bc2c1f01 Added exampe Nick 2017-10-18 11:09:52 -07:00
  • 16554ca8fc Update ShapeSouce JS component to include images Nick 2017-10-18 10:59:19 -07:00
  • 0b9248a1c4 Added ios support for iconImage token Nick 2017-10-18 10:58:43 -07:00
  • ace082287c Added android support for iconImage token Nick 2017-10-18 10:58:25 -07:00
  • 313d16eaf6 Added "Downloading" message back if new download is required Kevin Perrine 2017-10-14 17:08:31 -05:00
  • 23af753b81 update .gitignore to exclude .framework_version Kevin Perrine 2017-10-14 17:06:02 -05:00
  • bb5effd5dc Better version tracking on Mapbox.framework downloads Kevin Perrine 2017-10-14 16:58:22 -05:00
  • 1cac3eceee Normalize what None means on android for user location Nick 2017-10-09 11:56:55 -07:00
  • 41ce2e07bf Updated interface teat and example app to use new permission method Nick 2017-10-09 11:55:59 -07:00
  • c6d4b57ed3 Use PermissionAndroid from RN instead of using Mapbox SDK permission manager Nick 2017-10-09 11:55:17 -07:00
  • 4f15860a2d Add iOS install step about linking libRCTMGL.a Nick 2017-10-05 16:49:00 -07:00
  • 887f4f6133 Lint Nick 2017-10-05 16:44:32 -07:00
  • f6ff955ad5 Updated example to use RN 0.49 Nick 2017-10-05 16:43:11 -07:00
  • 17026c4bf1 Bumped version to 6.0.0.alpha3 Nick 2017-10-05 16:42:52 -07:00
  • d3666d4428 Update RCTLayer -> RCTMGLLayer and RCTSource -> RCTMGLLayer to prevent naming collisions with RN Nick 2017-10-05 16:42:25 -07:00
  • 7b7cdbe2f5 Updated fitBounds to also accept an array so we can control padding on each side Nick 2017-10-05 16:41:35 -07:00
  • 33f6cffce6 Minor tweaks Jelte Liebrand 2017-10-05 09:49:41 +01:00
  • 8567da7253 Added support for feature querying API Nick 2017-10-04 12:51:36 -07:00
  • 38921735a9 Added an icon symbol layer example Nick 2017-10-04 12:51:03 -07:00
  • 900377b910 Updated flyTo example to use a promise on completion Nick 2017-10-03 11:46:40 -07:00
  • 23017f869b Monkey patched android callback support Nick 2017-10-03 11:46:16 -07:00
  • dbf3bbf76f Added support for attributionEnabled, logoEnabled, and rotateEnabled on mapview Nick 2017-09-27 14:11:44 -07:00
  • b02ec3c461 Updated RCTMGLStyle to init with an MGLStyle to make setting images easier Nick 2017-09-27 13:10:53 -07:00
  • c8f3d882fd Updated HEADER_SEARCH_PATHS to find react now that we are under @mapbox Nick 2017-09-27 11:58:03 -07:00
  • 235faad06b Fix typo in readme Nick Italiano 2017-09-27 11:53:15 -07:00
  • faae805650 Bumped to alpha1 Nick 2017-09-27 11:50:11 -07:00
  • c2f6820f84 Added extra steps to android install Nick 2017-09-27 11:49:50 -07:00
  • 37a9eb7ac0 Updated example install documentation Nick 2017-09-27 11:05:30 -07:00
  • 7ba53d1577 Update app.iml Nick 2017-09-27 11:03:22 -07:00
  • 6b30dfa788 Add alpha notice Nick 2017-09-27 09:27:04 -07:00
  • ee89949407 Update documentation Nick 2017-09-27 09:14:54 -07:00
  • 32b8190f58 Updated example project to work with npm scope change Nick 2017-09-26 22:08:18 -07:00
  • 6ab7517a3c Added all style enums as constants on module Nick 2017-09-26 15:53:01 -07:00
  • fa93ed332f Lint and updated stylesheet unit tests Nick 2017-09-26 13:40:04 -07:00
  • ce4daa3a5a Added more examples Nick 2017-09-26 13:33:43 -07:00
  • cc586b389b Updated docs Nick 2017-09-26 13:32:40 -07:00
  • 5a94ab2ea6 Added support for styles to be updated dynamically Nick 2017-09-26 13:32:27 -07:00
  • 9bf099ffd0 Updated autogen script and code to support Light Nick 2017-09-26 13:29:18 -07:00
  • 8783684195 Added support for Light Nick 2017-09-26 13:24:25 -07:00
  • 18861c0e41 Added support for RasterLayer and RasterSource Nick 2017-09-26 13:22:19 -07:00
  • 0a97ab794b Added support for background layer Nick 2017-09-26 13:18:45 -07:00
  • 8de9a41ae0 Add eslint override to example project Nick 2017-09-22 16:55:57 -07:00
  • 06b4145e36 retrigger build changed to use ubunut 14 instead of 12 Nick 2017-09-22 16:43:40 -07:00
  • 1f04457a8f Update circle to work with yarn Nick 2017-09-22 16:16:19 -07:00
  • cd3d89eacf Lint Nick 2017-09-22 16:16:06 -07:00
  • 87b8f19f4d Fix unit tests Nick 2017-09-22 16:15:57 -07:00
  • 62aea85d1a Left over after merge Nick 2017-09-22 15:10:23 -07:00
  • 4459529bac Updated dot files and package.json Nick 2017-09-22 14:46:09 -07:00
  • 3b7ea14026 Added start of JS unit tests Nick 2017-09-22 14:45:33 -07:00
  • a7c756d55c Added docs Nick 2017-09-22 14:45:19 -07:00
  • a58c493cd4 Added style layer and source examples Nick 2017-09-22 14:45:06 -07:00
  • 9872f10763 Added javascript style layers and components Nick 2017-09-22 14:43:40 -07:00
  • e44371675e Added Mapbox StyleSheet Nick 2017-09-22 14:43:25 -07:00
  • 241edb51d6 Added ios style layers and sources Nick 2017-09-22 14:43:03 -07:00
  • bc1a3d7cbd Added android style layers and sources Nick 2017-09-22 14:42:48 -07:00
  • 8141f5b16b Added autogenerated style code Nick 2017-09-22 14:41:57 -07:00
  • 788b205aeb Added base layer and source components Nick 2017-09-22 14:40:35 -07:00
  • c1268f4f75 Script to autogenerate styles and docs Nick 2017-09-22 14:37:56 -07:00
  • 709231d97c Added v8 style spec Nick 2017-09-22 14:37:09 -07:00
  • 75686a011d Version bump to 6.0.0 Nick 2017-09-01 11:41:59 -07:00
  • fbdcefa582 Removed old android and ios projects Nick 2017-08-17 11:25:51 -07:00
  • ef274081ca Removed old unused android file Nick 2017-09-22 14:55:43 -07:00
  • c344cf37c0 Updated docs Nick 2017-09-07 17:02:32 -07:00
  • cd7c8dbff7 Added support to autogen react method markdown Nick 2017-09-07 17:02:21 -07:00
  • 61e9d6f954 Removed user location change events Nick 2017-09-07 17:00:16 -07:00
  • 58330f8298 Added support for zoomTo Nick 2017-09-07 12:10:01 -07:00
  • 98636c60e3 Linted example project Nick 2017-09-06 16:03:16 -07:00
  • 6e03f90580 Updated script to also lint example project Nick 2017-09-06 15:55:15 -07:00
  • 4278585470 Updated eslint rules to ignore child props Nick 2017-09-06 15:53:29 -07:00
  • cece2867bc Updated user tracking enum names Nick 2017-09-06 15:48:35 -07:00
  • 73908315be Added missing base style urls Nick 2017-09-06 15:39:51 -07:00