Nick
2d0261ddd1
Android file cleanup
2017-10-23 16:41:36 -07:00
Nick
578cac5ca9
Updated circle to lint
2017-10-23 16:41:36 -07:00
Nick
1d980a53ab
Some file cleanup
2017-10-23 16:41:36 -07:00
Nick
5c7489c965
Added eslint
2017-10-23 16:41:36 -07:00
Nick
0c12e72a7f
Added start of autogenerating docs
2017-10-23 16:41:36 -07:00
Nick
4f2fac7916
Start of iOS project rewrite
2017-10-23 16:41:36 -07:00
Nick
e35bcb2f12
Updated gitignore and package.json
2017-10-23 16:41:36 -07:00
Nick
ab8600cede
Added start of android rewrite
2017-10-23 16:41:36 -07:00
Nick
ed0398d99d
Added start of javascript components
2017-10-23 16:41:36 -07:00
Nick
f39d92953a
Removed old android and ios projects
2017-10-23 16:41:36 -07:00
Nick Italiano
efc24ef4dd
Merge pull request #667 from henrikra/patch-1
...
Add missing props to the docs
2017-10-16 09:33:34 -07:00
Henrik Raitasola
5c04222303
Add missing props to the docs
2017-10-15 21:56:24 +03:00
Nick Italiano
3b9636ae93
Merge pull request #644 from henrikra/master
...
Fix wrong project name on Android
2017-09-25 09:27:39 -07:00
Henrik Raitasola
19049fa61d
Fix wrong project name
2017-09-25 10:25:11 +03:00
Nick Italiano
7ef81a5660
Merge pull request #635 from mapbox/feature/mapbox-npm-scope
...
Scoped npm package to be under mapbox
2017-09-22 16:01:07 -07:00
Nick
5bef3a1175
Updated Readme to add more information about Mapbox
2017-09-22 09:11:56 -07:00
Nick
92f3e7c609
Added logo
2017-09-22 09:05:01 -07:00
Nick
8ca9889669
[iOS] - Prevent MGLOfflineStorage from removing observer before it's set
2017-09-21 10:17:33 -07:00
Nick
928904a1da
Updated offline example
2017-09-21 10:17:33 -07:00
Nick
185f308500
Updated docs to use scoped npm package
2017-09-21 10:17:33 -07:00
Nick
15d3b778c2
Scoped npm package to be under mapbox
2017-09-21 10:16:44 -07:00
Nick Italiano
24f67be0ae
Merge pull request #639 from andeaseme/patch-1
...
Fix gradle link manual instructions
2017-09-20 20:07:37 -07:00
Andie Shining Phan
38c850296d
Fix gradle link manual instructions
2017-09-20 15:36:26 -07:00
Nick Italiano
76faba2362
Merge pull request #553 from waijule/master
...
Upgrade to Mapbox Android SDK 5.0.2
2017-09-18 10:22:49 -07:00
Jack Feng
1d3c15b4e7
upgrade android compile sdk version to 24
2017-09-01 10:11:20 +08:00
Jack Feng
ac31979da4
change getMetricsEnabled to return a promise
...
After upgrading to Android SDK 5.0, we cannot put metricsEnabled to
constants of the module. So we change getMetricsEnabled to return a
promise instead of value directly.
2017-09-01 10:10:27 +08:00
Jack Feng
91074ef739
Upgrade to Mapbox Android SDK 5.0.2
...
TODO: We cannot get metricsEnabled before initialize the mapbox. So we
should change it from constant to property maybe.
2017-09-01 10:10:26 +08:00
Nick Italiano
369bfe50d5
Merge pull request #618 from mapbox/v6-readme-update
...
Added Future Official Support section to readme
5.2.1
2017-08-31 14:21:30 -07:00
Nick Italiano
4696df34ec
Added Future Official Support section to readme
...
Updated readme to mention v6
2017-08-31 14:17:35 -07:00
Nick Italiano
0d6aad4d09
Merge pull request #609 from mapbox/bump-version-5.2.1
...
Bump npm package version
2017-08-31 13:31:56 -07:00
Nick Italiano
0b196b2ddf
Merge pull request #555 from waijule/fix-ios-annotation-children
...
fix custom annotation views bug in iOS
2017-08-31 13:28:50 -07:00
Nick Italiano
8f72f4015b
Merge pull request #537 from benvium/patch-1
...
Document annotation alpha/fillAlpha/strokeAlpha platform-specific behaviour
2017-08-31 13:25:03 -07:00
Nick Italiano
f4402cdae2
Merge pull request #571 from atarsha/Add-MGLOfflinePackState
...
Expose OfflineRegion/OfflinePack pack state in progress object and add resume/suspend offline download support
2017-08-29 11:50:41 -07:00
Alex Tarsha
29be55ffb2
Slight refactor for Android portion of PR
2017-08-28 14:29:43 -06:00
Nick
bdc9986d8a
Bump version to 5.2.1
2017-08-21 09:01:39 -07:00
Nick Italiano
af52ba35a2
Merge pull request #600 from bahaa96/patch-1
...
Handling Android RN 0.47 breaking change
2017-08-17 09:53:51 -07:00
Nick Italiano
8f26efb5d9
Merge pull request #587 from noprotocol/fix-prop-types
...
import PropTypes from ‘prop-types’ and ViewPropTypes instead of View.propTypes
2017-08-17 07:55:18 -07:00
Alex Tarsha
5d3ce90c16
Merge branch 'master' into Add-MGLOfflinePackState
2017-08-16 19:19:01 -06:00
Antonio Zugaldia
d2a0a851d5
Merge pull request #603 from gillessed/master
...
Fix ios offline pack bugs.
2017-08-09 15:45:27 -04:00
gcole
9a3646faf5
Fix ios offline pack bugs.
...
- Only resume packs that aren't complete.
- Don't fire events for invalid packs.
2017-08-09 10:00:38 -07:00
Antonio Zugaldia
5a1983ac9c
Merge pull request #601 from gillessed/master
...
Make offline packs more robust.
2017-08-08 16:49:04 -04:00
gcole
3a12bb4fb8
Make offline packs more robust.
...
- Separate the access token initialization and offline maps
initialization.
- Make the initialization functions return promise so that the consumer
code can know when mapbox and the offline packs are ready to be used.
- Expose setConnected method.
- Update docs.
2017-08-08 10:20:56 -07:00
Bahaa Jr
d4eeefa462
Handling Android RN 0.47 breaking change
...
[facebook/react-native@ce6fb33 ](https://github.com/facebook/react-native/commit/ce6fb337a146e6f261f2afb564aa19363774a7a8 )
2017-08-07 17:31:48 +02:00
Minh Nguyễn
64a51561d2
Merge pull request #429 from statiklabs/master
...
RCTMapboxGL.xcodeproj should be added to the Libraries folder
2017-07-26 13:44:44 -07:00
fossabot
d287894581
Add license scan status and report ( #577 )
2017-07-26 13:15:35 -07:00
Bob Fanger
0a9d904358
import PropTypes from ‘prop-types’ and using ViewPropTypes instead of View.propTypes
...
Fixed errors:
`View.propTypes has been deprecated and will be removed in a future version of ReactNative. Use ViewPropTypes instead.`
`Warning: PropTypes has been moved to a separate package. Accessing React.PropTypes is no longer supported and will be removed completely in React 16. Use the prop-types package on npm instead.`
2017-07-26 00:35:19 +02:00
Alex Tarsha
c0e65144eb
Merge branch 'master' into Add-MGLOfflinePackState
2017-06-17 23:46:19 -06:00
Alex Tarsha
4f5427f329
Add support for suspending and resuming pack downloads and upgrade native SDK to repair iOS blocked UI during downloads on init.
2017-06-17 23:43:56 -06:00
Antonio Zugaldia
bf741d51d9
Merge pull request #544 from sethvincent/patch-1
...
API docs: change addOfflinePackForRegion to addOfflinePack
5.2.0
2017-06-15 09:16:23 -04:00
Antonio Zugaldia
4119c0aeb1
Merge pull request #546 from sethvincent/patch-2
...
android install docs: change MainActivity.java to MainApplication.java
2017-06-15 09:16:00 -04:00