Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.github.markushi:android-ui
Advanced tools
This library is deprecated and no further development is taking place.
Android library for UI components.
Gradle integration:
repositories {
mavenCentral()
}
dependencies {
compile 'com.github.markushi:android-ui:1.2'
}
Requires API level 14+
Download example apk
A widget which can dynamically animate between defined Actions.
<at.markushi.ui.ActionView
android:id="@+id/action"
android:layout_width="56dip"
android:layout_height="56dip"
android:padding="16dip"
app:av_color="@android:color/white"
app:av_action="drawer"/>
You can dynamically change the action with:
actionView.setAction(new BackAction(), ActionView.ROTATE_COUNTER_CLOCKWISE);
The following Actions are built in:
Please note: ActionView is still under development. The API might change at any time.
A component which mimics parts of the circular reveal/hide animation introduced in the Android-L preview.
Note: This is not a backport of the original reveal/hide effect.
See this example gist on how to use it.
FAQs
Android UI Library
We found that com.github.markushi:android-ui 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.