Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
com.blandware.android.atleap:core
Advanced tools
Android accelerator (incl. SQLite and ORMLite ContentProvider)
#Features
##Universal Content Provider Android AtLeap allows you configure ER-model using ORMLite POJOs and access SQLite database via ContentProvider as flexible as direct access to database.
android.content.ContentProvider
with SQLite.android.content.ContentProvider
with ORMLite.##Navigation drawer
See android.support.v4.widget.DrawerLayout
##Account Authenticator helper classes
They are based on android.accounts.AbstractAccountAuthenticator
#Sample
It is good example of how to integrate RoboSpice, Retrofit, Picasso, ORMLite, AtLeap and some other libraries. This sample show integration with GitHub Api. The authentication is made via oAuth 2.0.
Please do not forget to insert correct GitHub Api oAuth client id and secret into /atleap-sample/src/main/res/values/settings.xml
before running this sample.
#Tests
#Gradle
The releases of Android AtLeap are published in the MavenCentral. You can add dependency in the following way:
compile 'com.blandware.android.atleap:core:+@aar'
If you would like to use snapshots, please add the following code into repositories statement:
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
See changelog.
Android AtLeap licensed under Apache 2.0 license.
FAQs
Android accelerator (incl. SQLite and ORMLite ContentProvider)
We found that com.blandware.android.atleap:core 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.