Releases: 5G-MAG/rt-5gms-common-android-library
Releases · 5G-MAG/rt-5gms-common-android-library
v1.2.0 5GMS Common Android Library
What's Changed
- Support for the expires header by @shilinding in #27
- Add required classes for QoE metrics reporting by @dsilhavy in #26
- Add version information to documentation by @dsilhavy in #29
- Add urn:3GPP:ns:PSS:DASH:QM10# prefix to QoE Metrics by @dsilhavy in #30
- Documentation updates by @jordijoangimenez in #31
v1.1.0 5GMS Common Android Library
Changes
- 5GMS Consumption reporting: Add support in common Android library by @shilinding in #19
- Multiple changes related to Consumption Reporting that add required model classes and new Util functions by @dsilhavy in #20
- Add new events to be dispatched to enable location reporting by @dsilhavy in #21
- Ignore mimeType and finished flags in ConsumptionReportingUnit by @dsilhavy in #22
- Add properties to enable
consumptionReportingUnitFilter
in the MediaStreamHandler by @dsilhavy in #23 - Add support for consumption reporting fields clientEndpointAddress and serverEndpointAddress as defined in TS 26512 17.7.0 by @dsilhavy in #24
- Add logic to derive either domain name or the IP address from a request URL by @dsilhavy in #25
v1.0.2 5GMS Common Android Library
v1.0.1 5GMS Common Android Library
What's Changed
- Adds a unit test for creating an M8 model by @dsilhavy in #8
- Documentation updates by @jordijoangimenez in #10 and #11
- Update Readme.md by @jordijoangimenez in #13 and #14
- Adds two user agent tokens for MediaStreamHandler and MediaSessionHandler to be included in requests at reference point M4 and M5 by @dsilhavy in #15
- Deploy package to Github packages once main branch is updated by @dsilhavy in #16
v1.0.0 5GMS Common Android Library
Description
This is the first release of the 5GMS Common Android Library.
The 5GMS Common Android Library is an Android library that includes models and helper classes used within the different client-side Android applications such as the 5GMSd Aware Application, 5GMSd Media Stream Handler and the 5GMSd Media Session Handler.
Features
- Adds a
M8Model
data class to storeM8
information using additional data classes such asServiceListEntry
andEntryPoint
. @dsilhavy - Adds a
ServiceAccessInformation
data class to store the information received viaM5
. @dsilhavy - Adds a set of constants that are exported as objects, see
Constants.kt
. @dsilhavy - Adds a Github action to perform a testbuild and execute all unit tests for all pull requests against
development
andmain
. @dsilhavy - Adds a Github action to publish the library to Github packages once a new release is created. @dsilhavy
Full Changelog: https://github.com/5G-MAG/rt-5gms-common-android-library/commits/rt-5gms-common-android-library-v1.0.0