All Projects → nisrulz → Packagehunter

nisrulz / Packagehunter

Licence: apache-2.0
📥 [Android Library] Hunt down all package information

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Packagehunter

Cs.2click
🔊 A Better Audio Router for a Modular System.
Stars: ✭ 7 (-94.89%)
Mutual labels:  utility, package
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-84.67%)
Mutual labels:  package, utility
Butterfree
A tool for building feature stores.
Stars: ✭ 126 (-8.03%)
Mutual labels:  package
Forest Express Sequelize
🌱 Express/Sequelize Liana for Forest Admin
Stars: ✭ 134 (-2.19%)
Mutual labels:  package
Laravel Governor
Manage authorization with granular role-based permissions in your Laravel Apps.
Stars: ✭ 131 (-4.38%)
Mutual labels:  package
Elf Strings
elf-strings will programmatically read an ELF binary's string sections within a given binary. This is meant to be much like the strings UNIX utility, however is purpose built for ELF binaries.
Stars: ✭ 127 (-7.3%)
Mutual labels:  utility
Nest Emitter
Strongly 💪🏼 Typed Eventemitter Module For Nestjs Framework 🦁
Stars: ✭ 133 (-2.92%)
Mutual labels:  utility
Gitdependencyresolverforunity
This plugin resolves git url dependencies in the package for Unity Package Manager. You can use a git url as a package dependency!
Stars: ✭ 126 (-8.03%)
Mutual labels:  package
Laravel Messenger
Notifying your users doesn't have to be a lot of work.
Stars: ✭ 135 (-1.46%)
Mutual labels:  package
Flutterweekview
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
Stars: ✭ 130 (-5.11%)
Mutual labels:  package
Pip Check
pip-check gives you a quick overview of all installed packages and their update status.
Stars: ✭ 134 (-2.19%)
Mutual labels:  package
Xmake Repo
📦 An official xmake package repository
Stars: ✭ 130 (-5.11%)
Mutual labels:  package
Interactor
A Simple Website User Interaction Tracker.
Stars: ✭ 128 (-6.57%)
Mutual labels:  utility
Intelspy
Perform automated network reconnaissance scans
Stars: ✭ 134 (-2.19%)
Mutual labels:  information
Laravel Short Url
A Laravel package to shorten urls
Stars: ✭ 127 (-7.3%)
Mutual labels:  package
Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+1139.42%)
Mutual labels:  information
Slickr
A collection of python and bash scripts to collect and analyze frame rendering performance in Android apps.
Stars: ✭ 126 (-8.03%)
Mutual labels:  utility
Asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Stars: ✭ 1,805 (+1217.52%)
Mutual labels:  utility
Calypsobot
A fully customizable bot built with discord.js
Stars: ✭ 131 (-4.38%)
Mutual labels:  utility
Koukicons flutter
🍪 Colorful Icons for your Flutter App
Stars: ✭ 136 (-0.73%)
Mutual labels:  package

Android library to hunt down package information.

The library is built for simplicity and approachability. It not only eliminates most boilerplate code for dealing with package information, but also provides an easy and simple API to retrieve them and associated data.


Built with ❤︎ by Nishant Srivastava and contributors


App in Playstore

playstore

Sc1 Sc2 Sc3 Sc4

Changelog

Starting with 1.1.0, Changes exist in the releases tab.

Including in your project

PackageHunter is available in the Jcenter, so getting it as simple as adding it as a dependency

compile 'com.github.nisrulz:packagehunter:{latest version}'

where {latest version} corresponds to published version in Download

Simple example

Create an instance of PackageHunter

PackageHunter packageHunter = new PackageHunter(context);

Next call an available function on the packageHunter instance such as

String appName= packageHunter.getAppNameForPkg(packageName);

Get information for

📃 For more info , check the Wiki Docs

Pull Requests

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults. The code style used in this project is from Grandcentrix, so please use the same when editing this project.
  2. If its a feature, bugfix, or anything please only change code to what you specify.
  3. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  4. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  5. Check for existing issues first, before filing an issue.
  6. Have fun!

Author & support

This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.

If you appreciate my work, consider buying me a cup of ☕️ to keep me recharged 🤘

  • PayPal
  • Bitcoin Address: 13PjuJcfVW2Ad81fawqwLtku4bZLv1AxCL

I love using my work and I'm available for contract work. Freelancing helps to maintain and keep my open source projects up to date!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].