VoIpUSSD Versions Save

:octocat: 📞 IMEI (USSD) Library in Android Devices by @romellfudi

1.4.a

1 year ago

1.4.a 🎉 Released a new version 1.4.a! 🎉

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    // java
    implementation 'com.github.romellfudi.VoIpUSSD:ussd-library:1.4.a'
    // kotlin
    implementation 'com.github.romellfudi.VoIpUSSD:kotlin-ussd-library:1.4.a'
}

1.3.0

2 years ago

1.3.0 🎉 Released a new version 1.3.0! 🎉

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    // java
    implementation 'com.github.romellfudi.VoIpUSSD:ussd-library:1.3.0'
    // kotlin
    implementation 'com.github.romellfudi.VoIpUSSD:kotlin-ussd-library:1.3.0'
}

1.2.f

2 years ago

1.2.f 🎉 Released a new version 1.2.f! 🎉

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    // java
    implementation 'com.github.romellfudi.VoIpUSSD:ussd-library:1.2.f'
    // kotlin
    implementation 'com.github.romellfudi.VoIpUSSD:kotlin-ussd-library:1.2.f'
}

1.2.e

2 years ago

1.2.e 🎉 Released a new version 1.2.e! 🎉

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    // java
    implementation 'com.github.romellfudi.VoIpUSSD:ussd-library:1.2.e'
    // kotlin
    implementation 'com.github.romellfudi.VoIpUSSD:kotlin-ussd-library:1.2.e'
}

Rev28

4 years ago
  • [External dependency][bug][wontfix] Final USSD dialog message showing on top of Splash Screen #67

Rev23

5 years ago
  • Overlay permissions moves into library and have static methods

Rev20

5 years ago
  • Avoid issues when uses the reference: use USSDApi instead USSDController

Rev18

5 years ago
  • Release support multiple sim slots & increase minSDK to 23

Rev15

5 years ago
  • Release context instead of activity & support for itel devices

Rev14

5 years ago
  • Release adding second Overlay using full device screen, don't show any flashing window