Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [Next version] #29

Closed
wants to merge 79 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
fa45570
added clearBackground option to send map behind
Mar 28, 2016
f522fcd
added dom overlay
Apr 8, 2016
26fa381
added some actions
Apr 10, 2016
10b072a
show/hide actions. WIP: memory leak
Apr 11, 2016
f961cea
declared new plugin files in plugin.xml
Apr 11, 2016
11955fc
upgrade to MBGL iOS 3.2.0
Apr 11, 2016
118a064
fix getAllChildren
Apr 13, 2016
d2a6294
add toggle clickable map
Apr 13, 2016
c63cf4b
add refreshMap() to add/remove DOM overlay element
Apr 13, 2016
77df759
display markers on init
Apr 13, 2016
20726ce
getBoundCoordinates
Apr 29, 2016
2283331
invert lat lng in getBoundCoordinates
Apr 29, 2016
21048f0
add debug overlay
Jun 27, 2016
4e81a4e
renamed file
Jun 30, 2016
4fa2511
fix circular reference
Jul 3, 2016
135b58e
add initial android version
Jul 3, 2016
57c50c5
android refactoring
Jul 5, 2016
dcf5cae
clean code and begin implement map methods
Jul 6, 2016
7f582e6
android marker, pitch, center, zoom
Jul 6, 2016
ebb4c60
simplify options because #5607
Jul 7, 2016
8c66dd2
add android setMapClickable
Jul 8, 2016
9e35d8d
add android point2screen, coordinates2screen
Jul 8, 2016
12f9194
add map is, will, did change event
Jul 8, 2016
bc96500
android custom icon
Jul 8, 2016
aa6f6ec
android offline map, demo update
Jul 9, 2016
087e720
refactor android marker
Jul 11, 2016
13826a9
fix scroll view
Jul 12, 2016
c7d2ea1
fix set container
Jul 13, 2016
e9ae33c
fix anchor markers
Jul 13, 2016
4f3d708
fix demo no map
Aug 2, 2016
23839c2
pass compile for 1.6
Aug 8, 2016
92402b4
hook lifecycle
Aug 12, 2016
9522dd5
marker position predicate
Aug 16, 2016
a7109e5
remove min sdk version
Aug 22, 2016
79713dd
fix space
Aug 22, 2016
55cb8ea
onMapReady callback
Aug 23, 2016
c2f20ae
fix center
Aug 23, 2016
b226856
refactor show map
Aug 24, 2016
c406c6b
get next positions
Aug 24, 2016
e706f12
fix typo
Aug 24, 2016
bba6eb8
Formalize JSON return
Aug 24, 2016
b890e31
fix setClickable
Sep 23, 2016
80fc848
set bundle path
Nov 5, 2016
a3b8a34
format getCenter JSON
Dec 7, 2016
9e139c0
fix setCenter coords inversion
Dec 7, 2016
db42995
fix getCameraPosition
Mar 21, 2017
d1f141c
fix getCameraPosition
Mar 21, 2017
b2f6cb1
fix zoom storage
Mar 21, 2017
21315d0
click on map deselect marker
Mar 28, 2017
d75ac06
replace update marker by setMarkerPosition
Jul 1, 2017
dbde8e1
updated icon are no longer created if already exists
Jul 1, 2017
df1d96b
fix setMarkerIcon method call
Jul 1, 2017
9fd8482
Fix typo in method name
Jul 2, 2017
65fc67b
typo
Jul 2, 2017
ac2f6ce
fix refactor
Jul 2, 2017
a6efb86
fix callback errror
Jul 14, 2017
7841749
bump to 4.2.2
Jul 14, 2017
94d6c53
upgrade to Mapbox 5.0.1
Jul 14, 2017
4ea504e
revert changes
Jul 14, 2017
2e98bd6
fix icon resizing
Jul 16, 2017
ab100d5
Merge branch 'feature/mapbox5.0.1' into feature/placeViewBehind
Jul 16, 2017
435950c
Remove setAssetsDirectory method
Jul 22, 2017
12ff616
Add hide map action
dagatsoin Dec 23, 2017
e80c5c6
fix wrong if path
dagatsoin Jan 10, 2018
f0977d8
set demo minsdk version
dagatsoin Jan 10, 2018
0582dc8
ignore node modules
dagatsoin Jan 10, 2018
dac0df4
Add live reload to demo
dagatsoin Jan 11, 2018
2675d61
start redesign demo app
dagatsoin Jan 11, 2018
38f4dcc
Add JS callback on action SHOW and HIDE
dagatsoin Jan 11, 2018
30ac080
use flexbox layout
dagatsoin Jan 11, 2018
5a6a95c
remove view to hide it
dagatsoin Feb 7, 2018
ebda1f0
/placeViewBehind:
dagatsoin May 22, 2018
20ef664
fix import
dagatsoin May 22, 2018
a489a5d
prevent null pointer exception on camera target on resume
dagatsoin May 26, 2018
e120199
prevent null camera target access
dagatsoin May 26, 2018
1d9014b
fix clean maps onDestroy
dagatsoin May 28, 2018
a8b8f4c
reorganise forlders
dagatsoin Apr 27, 2019
54c5016
update demo
dagatsoin May 25, 2019
341a6f9
[TS] update for cordova 7
dagatsoin May 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
.idea
.idea
demo/platforms
demo/hooks
demo/plugins
demo/info.txt
node_modules
.DS_Store
30 changes: 30 additions & 0 deletions demo/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.mapbox" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>HelloCordova</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<preference name="android-minSdkVersion" value="19" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-mapbox" spec="file:../plugin">
<variable name="ACCESS_TOKEN" value="pk.eyJ1IjoidmlrdGkiLCJhIjoiamFranA3OCJ9.k9EnqL2OvoJ3tIyUuTFivA" />
</plugin>
</widget>
258 changes: 0 additions & 258 deletions demo/index.html

This file was deleted.

Loading