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 🎉 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'
}
- [External dependency][bug][wontfix] Final USSD dialog message showing on top of Splash Screen #67
- Overlay permissions moves into library and have static methods
- Avoid issues when uses the reference: use USSDApi instead USSDController
- Release support multiple sim slots & increase minSDK to 23
- Release context instead of activity & support for itel devices
- Release adding second Overlay using full device screen, don't show any flashing window
- Release using mapping from detect login and error pages
New Structure of Messaging, reading and sending for each message
latestVersion is 1.1.b
repositories { jcenter() } dependencies { implementation 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}' }
Upload on Maven Central
repositories { jcenter() } dependencies { compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}' }
Upgrade con.romellfudi for Android Library.
- Import ussdlibrary-1.0.b.aar
- put ussd_service.xml into res/xml folder
or import into project:
maven { url 'https://dl.bintray.com/romllz489/maven/' } dependencies { compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}' }
Remember import the internal xml into aar or replace with xml similar to ussd_service.xml