Skip to content

EhsanMashhadi/helpdroid

Repository files navigation

helpdroid

Android toolbox code

Dependency

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'

Application

  • AppSigner
    • digest of application sign SHA1, SHA256, SHA512
  • Version
    • version code
    • version name

Device

  • DeviceUtil

    • connection to internet (Internet permission)
    • device name
    • device time zone
    • device secure id
  • FileManager

    • copy (source, destination)
    • delete
  • RootChecker

    • isRooted
    • isRootedWithoutBusyBox

String

  • StringConverter
    • hexStringToBytes
    • bytesToHexString

UI

  • Keyboard
    • hide keyboard
    • show keyboard
    • setup soft keyboard (dismiss keyboard when touching outside of it)
  • Snackbar
  • UnitConverter
    • dp to px
    • px to db

Util

  • Parser
    • parse jwt
  • Screen Locker
  • Shamsi calendar

Validation

  • Validator
    • email validator
    • phone validator
    • password validator

Test

  • Ordered test case