Skip to content

Releases: romellfudi/VoIpUSSD

Release USSD Library 1.1.d Splash Overlay

27 Oct 21:09
Compare
Choose a tag to compare
  • Release adding second Overlay using full device screen, don't show any flashing window

Release USSD Library 1.1.c Mapping Message

04 Oct 05:54
Compare
Choose a tag to compare
  • Release using mapping from detect login and error pages

Release USSD Android Library 1.1.b

27 Sep 18:31
Compare
Choose a tag to compare

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}'
}

Release upload on Maven Central

16 Sep 00:13
Compare
Choose a tag to compare

Upload on Maven Central

repositories {
jcenter()
}
dependencies {
compile 'com.romellfudi.ussdlibrary:ussd-library:{latestVersion}'
}

Release USSD Android Library 1.0.b

27 Aug 20:50
Compare
Choose a tag to compare

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}'
}

Release USSD Android Library 1.0.a

01 Aug 00:03
Compare
Choose a tag to compare

Remember import the internal xml into aar or replace with xml similar to ussd_service.xml