Add jitpack.io to root project build.gradle
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}
Add dependency on module build.gradle
compile 'com.github.ehsanmashhadi:helpdroid:$version'
- AppSigner
- digest of application sign SHA1, SHA256, SHA512
- Version
- version code
- version name
-
DeviceUtil
- connection to internet (Internet permission)
- device name
- device time zone
- device secure id
-
FileManager
- copy (source, destination)
- delete
-
RootChecker
- isRooted
- isRootedWithoutBusyBox
- StringConverter
- hexStringToBytes
- bytesToHexString
- Keyboard
- hide keyboard
- show keyboard
- setup soft keyboard (dismiss keyboard when touching outside of it)
- Snackbar
- UnitConverter
- dp to px
- px to db
- Parser
- parse jwt
- Screen Locker
- Shamsi calendar
- Validator
- email validator
- phone validator
- password validator
- Ordered test case