Marius Petcu
|
26ae2941d5
|
Make all Android props changeable
|
2016-07-01 02:46:59 +03:00 |
|
Marius Petcu
|
667a3b583f
|
Implement the majority of imperative Android methods
|
2016-07-01 02:33:30 +03:00 |
|
Marius Petcu
|
0abd92837c
|
Implement Android error handling. Add Android telemetry toggle.
|
2016-06-30 21:31:59 +03:00 |
|
Marius Petcu
|
ed92dd8187
|
Implement contentInset
|
2016-06-30 20:48:01 +03:00 |
|
Marius Petcu
|
66a868da74
|
Implement Android props
|
2016-06-30 20:25:01 +03:00 |
|
Marius Petcu
|
6d400f45e0
|
Refactor Android boilerplate. Update Android SDK
|
2016-06-30 16:59:10 +03:00 |
|
Clément Beffa
|
3124f5e8cd
|
Add height and width support to annotationImage (android) (#337)
* Add height and width support to annotationImage (android)
Depending on device scale like on ios
* use scale var
|
2016-05-06 14:14:30 -07:00 |
|
Tyler Cook
|
81014003f1
|
Removed check for empty array of annotations (#333)
|
2016-04-29 06:44:30 -07:00 |
|
Koen Schmeets
|
b621df7de1
|
Fix loading of local android resources (#323)
Implement local images for Android
|
2016-04-11 14:13:02 -07:00 |
|
Bobby Sudekum
|
a5aef12ee7
|
Merge pull request #300 from maqen/master
Added method for getting current bounds [android]
|
2016-03-09 13:36:26 -08:00 |
|
julioahurtado
|
f65414e56b
|
Issue #301: Fixed location of press
Moved the styleURL to the RCTMapbox and used the latLng provided.
Reversed styleURL change
White space
Removed comma
|
2016-03-08 16:13:00 -08:00 |
|
Max Schedin
|
fd06c0b4ac
|
Added method for getting current bounds
Using recommended apporach until more native call is available.
|
2016-03-07 12:14:16 +01:00 |
|
Tom MacWright
|
a70aa54b9a
|
Replace all instances of styleUrl with styleURL. Fixes #273
|
2016-02-18 10:36:00 -05:00 |
|
Tom MacWright
|
7899a3d01c
|
Fix spelling of 'location'. Fixes #275
|
2016-02-18 10:09:43 -05:00 |
|
bsudekum
|
4fd089d1ee
|
Properly import prop tool
|
2016-02-08 21:05:53 -08:00 |
|
bsudekum
|
15b6118b27
|
Update to android 3.1.0
|
2016-01-20 14:52:23 -08:00 |
|
Bobby Sudekum
|
e53b541ced
|
Merge pull request #242 from mapbox/onclick
Add long press and marker touch event handler
|
2016-01-15 11:10:43 -08:00 |
|
bsudekum
|
fc20eb2d57
|
Update docs
|
2016-01-15 09:55:50 -08:00 |
|
J
|
8ec4b020cc
|
fixed setCenterCoordinateZoomLevel on android
|
2016-01-15 22:13:09 +08:00 |
|
bsudekum
|
5313787d5d
|
Add long press and marker touch event handler
|
2016-01-14 17:57:06 -08:00 |
|
bsudekum
|
8c8f174963
|
Roll back to 2.3.0
|
2016-01-12 11:24:09 -08:00 |
|
bsudekum
|
18215fa53f
|
Add getDirection and getCenterCoordinateZoomLevel to android.
|
2016-01-11 17:15:11 -08:00 |
|
bsudekum
|
780fe619b3
|
Upgrades to android 3.0.0, adds logo/attribution prop
|
2016-01-11 15:51:12 -08:00 |
|
Aiden Montgomery
|
d51fc20823
|
Added width to the check for annotation image size specification
|
2016-01-09 18:37:45 +00:00 |
|
Aiden Montgomery
|
fa3f9a1723
|
Respect height and width settings on annotationImage property
|
2016-01-09 13:37:14 +00:00 |
|
bsudekum
|
0525816f46
|
Make rotate consistent
|
2016-01-08 10:30:21 -08:00 |
|
bsudekum
|
c1f2a4de05
|
Forgot one
|
2015-12-24 12:22:48 -06:00 |
|
bsudekum
|
dc07e36d6d
|
ref passed through is an int
|
2015-12-24 12:21:24 -06:00 |
|
bsudekum
|
5b045ca748
|
Send context through
|
2015-12-18 10:33:11 -08:00 |
|
bsudekum
|
ac783f4ab9
|
Dont init a new spritefactory
|
2015-12-18 09:35:06 -08:00 |
|
bsudekum
|
bb129c396a
|
Use constants allow for custom annotations
|
2015-12-17 11:47:22 -08:00 |
|
bsudekum
|
c142355313
|
ref is a string
|
2015-12-14 10:42:29 -08:00 |
|
bsudekum
|
ba0da102a9
|
Add more
|
2015-12-14 10:09:23 -08:00 |
|
bsudekum
|
dfa8033756
|
Change name space
|
2015-12-14 09:30:47 -08:00 |
|
bsudekum
|
78d7402b27
|
add set visible bounds method
|
2015-12-13 17:37:32 -08:00 |
|
bsudekum
|
bff7d1bb0c
|
User location event
|
2015-12-13 11:29:05 -08:00 |
|
bsudekum
|
d717258028
|
Add module
|
2015-12-12 12:41:50 -08:00 |
|
bsudekum
|
6074b048fb
|
Modify androind map after init
|
2015-12-12 12:40:14 -08:00 |
|
Layton Whiteley
|
82064c9ae9
|
refactor: upgrade to support rn 0.14
- fix: coordinates prop type giving undefined
update: rn 0.14 refactor
fix: onRegionChange error
remove unused imports
|
2015-11-15 16:01:46 -04:00 |
|
bsudekum
|
efaeeca583
|
Fix tracking props
|
2015-10-31 10:19:55 -07:00 |
|
bsudekum
|
27d79d705a
|
[android] Update to mapbox gl 2.1.0
|
2015-10-24 22:29:40 -07:00 |
|
bsudekum
|
8b4b9fb0ff
|
Remove unused
|
2015-10-15 16:05:19 -07:00 |
|
bsudekum
|
6904438c35
|
Update api docs
|
2015-10-12 18:05:39 -07:00 |
|
bsudekum
|
a69ca4a919
|
Add check to annotation, add user tracking options
|
2015-10-11 20:47:58 -07:00 |
|
bsudekum
|
d160ccf075
|
Add android
|
2015-10-11 11:53:56 -07:00 |
|