-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Documentation reference maplibre #14
Merged
louwers
merged 42 commits into
maplibre:main
from
tempranova:documentation-reference-maplibre
May 13, 2024
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
be25857
updating logo
tempranova 9858eed
simple text changes README
tempranova 9c1b1c4
simple text changes plugin READMEs
tempranova e9df5dd
remove old mapbox logo
tempranova c5fa2d7
link updates README
tempranova 39d5369
removing authentication from example and access token language README
tempranova ba16e84
updating resources and links in plugins
tempranova e467dc0
couple cleanup links in README
tempranova 0c97ad8
changing references and removing links to other projects in Contributing
tempranova 1f76cf5
remove references to demo app contributing
tempranova 15c3e11
notes about plugins being unmaintained
tempranova 5797d52
changing link to API doc
tempranova 7a316a7
commenting out branded gifs
tempranova 99b6f80
cleaning up a few missed references
tempranova 5c2084f
updating license
tempranova 628bd8f
adding call to maintainers
tempranova c95c2a9
reverting license
tempranova ba4a396
adding maplibre copyright line
tempranova 984e193
contributing verbiage
tempranova f136a38
contribution maintainer verbiage
tempranova e26eec1
readme resource name
tempranova c737dc7
ktx-mapbox-maps renamed
tempranova 75fe655
ktx-maplibre-maps folders and refs
tempranova 1f30662
ktx-maplibre-maps reverting refs to only package names
tempranova c4e35af
plugin annotation renames
tempranova b01ecf9
building refs updated
tempranova ac7c273
localization refs updated
tempranova 90a98c0
markerview refs updated
tempranova 35e23a9
offline refs updated
tempranova fbcc7ce
testapp ref updates
tempranova 1da78a1
replacing some autogen files
tempranova 35c7068
folder refs updated
tempranova b07e4db
changing permissions import to maplibre
tempranova 90cdb68
Update ci badge
louwers 4152dfe
Remove comment about Transifex
louwers 1ef77a0
Update README.md
louwers 206b180
remove maven block
tempranova 08c25eb
Merge branch 'documentation-reference-maplibre' of https://github.com…
tempranova e74a14a
Fix performance when adding many individual annotations to map (#12)
fynngodau aaf937e
fix merge conflict
louwers f42f0b5
Reverted commits that modified files other than png or md
louwers 98ac2ee
Merge branch 'main' into documentation-reference-maplibre
louwers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# Contributing | ||
|
||
We welcome contributions to this plugin repository. If you're interested in building and sharing your own, please follow these steps: | ||
We welcome contributions to this plugin repository. Please be aware that all plugins, except Annotations, are not actively maintained. If you are interested in becoming a maintainer for a plugin feel free to submit a pull request with a short introduction and your name and GitHub handle in the respective README. | ||
|
||
If you're interested in building and sharing your own plugin, please follow these steps: | ||
|
||
- [Open a ticket](https://github.com/maplibre/maplibre-plugins-android/issues/new) to kick off a conversation. It's a good idea to explain your plans before you push any code to make sure noone else is working on something similar and to discuss the best approaches to tackle your particular idea. | ||
|
||
- Create a new branch that will contain the code for your plugin. | ||
|
||
- Create a new Android library module inside the `plugins` project with Android Studio. Each plugin is a separate library that depends on the Mapbox Android SDK, and potentially on other third-party libraries. Besides the code for the plugin, make sure you include: | ||
- Create a new Android library module inside the `plugins` project with Android Studio. Each plugin is a separate library that depends on the MapLibre Android SDK, and potentially on other third-party libraries. Besides the code for the plugin, make sure you include: | ||
|
||
- Tests. | ||
- Javadoc that documents the plugin usage and purpose in detail. | ||
|
||
- Create a new activity inside the demo app that showcases how to use your plugin. As important as having a working plugin is to show how to use it so that anyone can include it in their projects easily. | ||
|
||
- Finally, once you're ready to share your code, list your plugin in this file and then open a PR for the `@mapbox/android` team to review. | ||
- Finally, once you're ready to share your code, list your plugin in this file and then open a PR for other contributors to review. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as resolved.
Sorry, something went wrong.