Anu Thomas

Results 24 issues of Anu Thomas

- [x] Service Bus - Pending: DirectProcessor - [ ] Event Hubs - [ ] AMQP Core

Event Hubs
Service Bus
amqp

Today we have automation for publishing docs to github.io, creating this request to investigate publishing to docs.micosoft.com as we do for tier-1 languages. \\cc @danieljurek @sima-zhu

Docs
EngSys
Central-EngSys

Today we have automation for publishing docs to github.io, creating this request to investigate publishing to docs.micosoft.com as we do for tier-1 languages. \\cc @danieljurek @sima-zhu

Docs
EngSys
Central-EngSys

Today the UA String has the format: `azsdk-android-{sdk-name}/{sdk-version} ({Build.MANUFACTURER}; {Build.MODEL})`, it looks like from API Level 13+ we can get the API_Level from `Build.VERSION.SDK_INT` https://stackoverflow.com/a/3940823, we should add this to...

The CONTRIBUTING.md needs to be updated to have android specific details, currently its represents java

generate following method: ```java @Override @JsonValue public String toString() { return super.toString(); } ```

This PR has "azure-core" changes https://github.com/Azure/azure-sdk-for-android/pull/340 required to release Spool Chat/Calling SDK. core change requires some update in the storage module, which we're not going to release along with azure-core....

Client
Storage

The library uses LockSupport.park(object) API [reference](https://github.com/retrostreams/android-retrofuture/blob/03c4016f891349c8736df49caf8f82069157c3b4/src/main/java/java9/util/concurrent/CompletableFuture.java#L1867), which is an API introduced in APILevel 9 [Reference](https://developer.android.com/reference/java/util/concurrent/locks/LockSupport#park(java.lang.Object)), I just want to double-check, this means we can use the library only if app's...

I was trying to use the library in "Nexus 4 API Level 16" and the following block throws NoSuchElement for `theUnsafe` field ```java static { try { final Field field...