
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
com.mapbox.mapboxsdk:mapbox-android-gestures
Advanced tools
The Mapbox Gestures for Android library wraps GestureDetectorCompat and introduces implementation of scale, rotate, move, shove and tap gesture detectors.
Mapbox Gestures for Android was inspired by Android Gesture Detector Framework and offers the same functionality with some additional features on top.
The library is implemented in the projects found below, where you can head for more examples:
Are you using the library in your project as well? Let us know or create a PR, we'll be more than happy to add it to the list!
You'll find all of this library's documentation on our Mapbox Gestures page. This includes information on installation, using the API, and links to the API reference.
If you are looking to include Mapbox Gestures for Android inside of your project, please take a look at the detailed instructions found in our docs. If you are interested in building from source, read the contributing guide inside of this project.
To use the Gestures library, include it in your app-level build.gradle
file.
// In the root build.gradle file
repositories {
mavenCentral()
}
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0'
}
The library is published to Maven Central and SNAPSHOTS are available whenever new code is pushed to this repo's master
branch for testing the latest build:
// In the root build.gradle file
repositories {
jcenter()
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.8.0-SNAPSHOT'
}
To run the specific Mapbox activity in this repo's test application, include your developer access token in the developer-config.xml
file. An access token is not required to run this repo's test application.
This repo's test app can also help you get started with the Gestures library.
We welcome feedback, translations, and code contributions! Please see CONTRIBUTING.md for details.
Noting here, that 0.x
versions series of Mapbox Gestures for Android
is still in an experimental phase. Breaking changes can occur with every iteration.
FAQs
Mapbox Android Gestures Library
We found that com.mapbox.mapboxsdk:mapbox-android-gestures demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.