Java wrapper for Agones client SDK.

Related tags

Spring Boot agones4j
Overview

agones4j

idea

Sonatype Nexus (Releases) Sonatype Nexus (Snapshots)

How to Use (Developers)

Code

final class Server {

  public static void main(
    final String[] args
  ) {
    final var sdk = new tr.com.infumia.agones4j.AgonesSdk();
  }
}
dependencies {
  implementation "io.grpc:grpc-stub:1.47.0"
  implementation "io.grpc:grpc-protobuf:1.47.0"
  implementation "io.grpc:grpc-netty:1.47.0"
  implementation "tr.com.infumia:terminable:0.1.1"
  implementation "tr.com.infumia:agones4j:VERSION"
}
Comments
  • Update plugin protobuf to v0.9.1

    Update plugin protobuf to v0.9.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.protobuf | 0.8.19 -> 0.9.1 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 1
  • Update plugin spotless to v6.12.1

    Update plugin spotless to v6.12.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.diffplug.spotless | 6.12.0 -> 6.12.1 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update grpc to v1.51.1

    Update grpc to v1.51.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.grpc:grpc-protobuf | 1.51.0 -> 1.51.1 | age | adoption | passing | confidence | | io.grpc:grpc-stub | 1.51.0 -> 1.51.1 | age | adoption | passing | confidence |


    Release Notes

    grpc/grpc-java

    v1.51.1


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update dependency org.jetbrains:annotations to v23.1.0

    Update dependency org.jetbrains:annotations to v23.1.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains:annotations | 23.0.0 -> 23.1.0 | age | adoption | passing | confidence |


    Release Notes

    JetBrains/java-annotations

    v23.1.0

    Compare Source

    • Added new annotation: @ApiStatus.Obsolete.

    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update plugin spotless to v6.12.0

    Update plugin spotless to v6.12.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.diffplug.spotless | 6.8.0 -> 6.12.0 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update grpc to v1.51.0

    Update grpc to v1.51.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.grpc:grpc-protobuf | 1.47.0 -> 1.51.0 | age | adoption | passing | confidence | | io.grpc:grpc-stub | 1.47.0 -> 1.51.0 | age | adoption | passing | confidence |


    Release Notes

    grpc/grpc-java

    v1.51.0

    Bug Fixes
    • grpclb: Fix a debug logging message which incorrectly logged loadbalancer addresses under backend addresses. (#​9602)
    New Features
    • okhttp: okhttp server now supports maxConnectionAge and maxConnectionAgeGrace configuration for improved connection management. (#​9649)
    Behavior Changes
    • netty: switch default cumulation strategy from MERGE to ADAPTIVE. When accumulating incoming network data, Adaptive cumulator dynamically switches between MERGE and COMPOSE strategies to minimize the amount of copying while also limiting per-buffer overhead. (#​9558)
    Acknowledgements

    @​TrevorEdwards

    v1.50.2

    Bug fixes

    gcp-observability: Supports period(.) in the service name part of regular expression for a fully-qualified method to accept "package.service"

    v1.50.1

    gcp-observability: support new configuration defined in grpc-gcp-observability public preview user guide

    v1.50.0

    New Features
    • okhttp: Added connection management features to okhttp server, including maxConnectionIdle(), permitKeepAliveTime(), and permitKeepAliveWithoutCalls() (#​9494, #​9544)
    • binder: Add SecurityPolicies for checking device owner/profile owner (#​9428)
    API Changes
    • api: Add LoadBalancer.acceptResolvedAddresses() (#​9498). The method is like handleResolvedAddresses() but returns a boolean of whether the addresses and configuration were accepted. Not accepting the update triggers the NameResolver to retry after a delay. We are not yet encouraging migration to this method, as there is still a second future API change
    • core: add CallOptions to CallCredentials.RequestInfo (#​9538)
    Bug Fixes
    • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (#​9504)
    • core: Ensure that context cancellationCause is set (#​9501)
    • core: Update outlier detection max ejection logic to allow exceeding the limit by one, to match Envoy. (#​9489, #​9492)
    • core: outlier detection to honor min host request volume (#​9490)
    • okhttp: Add timeout for HTTP CONNECT proxy handshake (#​9586)
    • xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting when already in connecting (#​9535). With workloads where most requests have the same hash, ring hash should behave more like pick-first of slowly trying backends
    Dependencies
    • netty: upgrade netty from 4.1.77.Final to 4.1.79.Final and tcnative from 2.0.53 to 2.0.54 (#​9451)
    Acknowledgements

    @​cpovirk @​prateek-0 @​sai-sunder-s

    v1.49.2

    Dependencies

    • Bump protobuf to 3.21.7

    v1.49.1

    Bug Fixes
    • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (#​9537)
    • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (#​9524)
    Behavior Changes

    v1.49.0

    New Features
    • okhttp: Add OkHttpServerBuilder. The server can be used directly, but is not yet available via ServerBuilder.forPort() and Grpc.newServerBuilderForPort(). It passes our tests, but has seen no real-world use. It is also lacking connection management features
    • okhttp: Add support for byte-based private keys via TlsChannelCredentials and TlsServerCredentials
    • core: New outlier detection load balancer
    • googleapis: google-c2p resolver is now stabilized
    Bug Fixes
    • core: Fix retry causing memory leak for canceled RPCs. (#​9360)
    • core: Use SyncContext for InProcess transport callbacks to avoid deadlocks. This fixes the long-standing issue #​3084 which prevented using directExecutor() in some tests using streaming RPCs
    • core: Disable retries with in-process transport by default (#​9361). In-process does not compute message sizes so can retain excessive amounts of memory
    • bazel: Use valid target name for services and xds when overriding Maven targets (#​9422). This fixes an error of the form no such target '@​io_grpc_grpc_java//services:services' for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0
    • xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (#​9453)
    • core: Fix a bug that the server stream should not deliver halfClose() when the call is immediately canceled. The bug causes a bad message INTERNAL, desc: Half-closed without a request at server call. (#​9362)
    • xds: Remove shaded orca proto dependency in ORCA api. The shading was broken and couldn't really be used. (#​9366)
    Behavior Changes
    • gcp-observability: Interceptors are now injected in more situations, including for non-Netty transports and when using transport-specific APIs like NettyChannelBuilder. (#​9309 #​9312 #​9424)
    • gcp-observability: custom tags now extended to metrics and traces (#​9402 #​9407)
    • gcp-observability: excludes RPCs into Google Cloud Ops backend for instrumentation (#​9436)
    • xds: xdsNameResolver now matches channel overrideAuthority in virtualHost matching (#​9405)
    Acknowledgement

    @​benjaminp @​j-min5u

    v1.48.2

    Bug Fixes

    • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (https://github.com/grpc/grpc-java/pull/9537)
    • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (https://github.com/grpc/grpc-java/pull/9524)
    • xds: channel_id hash policy now uses a random per-channel id instead of an incrementing one. The incrementing id was the same for every process of a binary, which was not the intention (https://github.com/grpc/grpc-java/pull/9453)
    • bazel: Use valid target name for services and xds when overriding Maven targets (https://github.com/grpc/grpc-java/pull/9422). This fixes an error of the form no such target '@​io_grpc_grpc_java//services:services' for services and missing ORCA classes for xds. The wrong target names were introduced in 1.47.0

    Dependencies

    • Bump protobuf to 3.21.7

    v1.48.1

    New Features

    ORCA provides APIs to inject custom metrics at a gRPC server, and consume them at a gRPC client. It implements A51: Custom Backend Metrics Support. We changed the ORCA APIs; they had broken shading and couldn't really be used, so we fixed them in the patch release.

    Bug Fixes

    • core: Fix a bug that the server stream should not deliver halfClose() when the call is immediately canceled. The bug causes a bad message INTERNAL, desc: Half-closed without a request at server call. (#​9362)
    • core: Fix retry causing memory leak for cancelled RPCs. (#​9415)
    • core: Disable retry by default for in-process transport's channel.(#​9368)

    v1.48.0

    Bug Fixes
    • Removed the Class-Path manifest entry from jars generated with the gradle shadow plugin (#​9270). This should prevent “[WARNING] [path] bad path element” compilation warnings
    • Fix Channelz HTTP/2 window reporting. Previously the sender and receiver windows were reversed
    • Service config parse failures should be UNAVAILABLE, not INVALID_ARGUMENT (#​9346). This bug could cause RPCs to fail with INVALID_ARGUMENT if the service config was invalid when the channel started. RPCs were not failed if the channel had previously received no config or a valid config. Channels using xds were not exposed to this issue
    New Features
    Improvements
    • Changed the debug strings for many Attributes.Keys to reference the API of the key. This should make it easier to find the API the key is exposed when using attributes.toString()
    • api: Document Attributes.Key uses reference equality. This is to make it clear the behavior is on purpose, and mirrors other Key types in the API
    • api: Explain security constraints of EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE, to avoid misuse by NameResolvers (#​9281)
    • testing: GrpcCleanupRule now extends ExternalResource. This makes it usable with JUnit 5
    • core: Clear ConfigSelector when the channel enters panic mode (#​9272). This prevents hanging RPCs if panic mode is entered very early in the channel lifetime and makes panic mode more predictable when xds is in use. Panic mode is a Channel feature used when a bug causes an unrecoverable error
    • core: Avoid unnecessary flushes for unary responses. It optimizes the response flow (#​9273)
    • core: Use the offload executor in CallCredentials rather than the executor from CallOptions (#​9313)
    • compiler: support protoc compiling on loongarch_64 and ppc64le platform (#​9178 #​9284)
    • binder: Add security Policy for verifying signature using sha-256 hash (#​9305)
    • xds: clusterresolver reuses child policy names for the same locality to avoid subchannel connection churns (#​9287)
    • xds: Fail RPCs with error details when resources are deleted instead of “NameResolver returned no usable address errors” (#​9337)
    • xds: Support least_request LB in LoadBalancingPolicy (#​9262)
    • xds: weighted target to delay picker updates while updating children (#​9306)
    • xds: delete the permanent error logic in processing LDS updates in XdsServerWrapper (#​9268)
    • xds: when delegate server throws on start communicate the error to statusListener (#​9277)
    Dependencies
    • Bump Guava to 31.1
    • Bump protobuf to 3.21.1 (#​9311)
    • Bump Error Prone annotations to 2.14.0
    • Bump Animal Sniffer annotations to 1.21
    • Bump Netty to 4.1.77.Final and netty_tcnative to 2.0.53.Final
    • protobuf: Bump com.google.api.grpc:proto-google-common-protos to 2.9.0
    • alts: Bump Conscrypt to 2.5.2
    • xds: Bump RE2J to 1.6
    • xds: Remove unused org.bouncycastle:bcpkix-jdk15on dependency
    • xds: Update xDS protos (#​9223)
    Acknowledgements

    @​mirlord @​zhangwenlong8911 @​adilansari @​amirhadadi @​jader-eero @​jvolkman @​sumitd2

    v1.47.1

    Bug Fixes

    • core: Fix retry causing memory leak for canceled RPCs. (#​9416)

    Behavior Changes

    • xds: Remove permanent error handling in LDS update in XdsServerWrapper. Also notify OnNotServing on StatusListener when the delegated server initial start fails. (#​9276, #​9279)

    Dependencies

    • Bump protobuf to 3.19.6

    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update dependency gradle to v7.6

    Update dependency gradle to v7.6

    Mend Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | gradle (source) | minor | 7.4.2 -> 7.6 |


    Release Notes

    gradle/gradle

    v7.5.1: 7.5.1

    This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5

    Read the Release Notes

    We would like to thank the following community members for their contributions to this release of Gradle: Michael Bailey, Josh Kasten, Marcono1234, mataha, Lieven Vaneeckhaute, kiwi-oss, Stefan Neuhaus, George Thomas, Anja Papatola, Björn Kautler, David Burström, Vladimir Sitnikov, Roland Weisleder, Konstantin Gribov, David Op de Beeck, aSemy, Rene Groeschke, Jonathan Leitschuh, Aurimas Liutikas, Jamie Tanna, Xin Wang, Atsuto Yamashita, Taeik Lim, Peter Gafert, Alex Landau, Jerry Wiltse, Tyler Burke, Matthew Haughton, Filip Daca, Simão Gomes Viana, Vaidotas Valuckas, Edgars Jasmans, Tomasz Godzik, Jeff, Lajos Veres

    Upgrade instructions

    Switch your build to use Gradle 7.5.1 by updating your wrapper:

    ./gradlew wrapper --gradle-version=7.5.1

    See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

    Reporting Problems

    If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update crazy-max/ghaction-import-gpg action to v5.2.0

    Update crazy-max/ghaction-import-gpg action to v5.2.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | crazy-max/ghaction-import-gpg | action | minor | v5.0.0 -> v5.2.0 |


    Release Notes

    crazy-max/ghaction-import-gpg

    v5.2.0

    Compare Source

    Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0

    v5.1.0

    Compare Source


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Update dependency tr.com.infumia:terminable to v0.1.3

    Update dependency tr.com.infumia:terminable to v0.1.3

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | tr.com.infumia:terminable (source) | 0.1.1 -> 0.1.3 | age | adoption | passing | confidence |


    Release Notes

    infumia/terminable

    v0.1.3

    Compare Source

    What's Changed

    Dependency Updates

    v0.1.2

    Compare Source

    What's Changed

    Dependency Updates


    Configuration

    📅 Schedule: Branch creation - "after 9am" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    dependencies 
    opened by renovate[bot] 0
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    This repository currently has no open or pending branches.

    Detected dependencies

    github-actions
    .github/workflows/build.yml
    • actions/checkout v3
    • actions/setup-java v3
    • arduino/setup-protoc v1
    • actions/cache v3
    • actions/cache v3
    .github/workflows/release.yml
    • actions/checkout v3
    • actions/setup-java v3
    • arduino/setup-protoc v1
    • actions/cache v3
    • actions/cache v3
    • crazy-max/ghaction-import-gpg v5.2.0
    .github/workflows/snapshot-release.yml
    • actions/checkout v3
    • actions/setup-java v3
    • arduino/setup-protoc v1
    • actions/cache v3
    • actions/cache v3
    .github/workflows/snapshot.yml
    • actions/checkout v3
    • actions/setup-java v3
    • arduino/setup-protoc v1
    • actions/cache v3
    • actions/cache v3
    • crazy-max/ghaction-import-gpg v5.2.0
    gradle
    gradle.properties
    settings.gradle.kts
    build.gradle.kts
    gradle/libs.versions.toml
    • org.projectlombok:lombok 1.18.24
    • org.jetbrains:annotations 23.1.0
    • io.grpc:grpc-stub 1.51.1
    • io.grpc:grpc-protobuf 1.51.1
    • org.apache.tomcat:annotations-api 6.0.53
    • tr.com.infumia:terminable 0.1.3
    • com.diffplug.spotless 6.12.1
    • com.google.protobuf 0.9.1
    • io.github.gradle-nexus.publish-plugin 1.1.0
    gradle-wrapper
    gradle/wrapper/gradle-wrapper.properties
    • gradle 7.6

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
Releases(0.1.1)
Owner
Infumia LTD
Infumia LTD
☁ Tencent Cloud IM Server SDK in Java | 腾讯云 IM 服务端 SDK Java 版

Tencent Cloud IM Server SDK in Java The Tencent Cloud IM Server SDK for Java enables Java developers to easily work with Tencent Cloud IM. Requirement

Doocs 64 Dec 23, 2022
React Native wrapper around Indy SDK Java and Objective-C wrappers.

React Native Indy SDK React Native Indy SDK wrapper. Installation with npm: $ npm install indy-sdk-react-native --save with Yarn: $ yarn add indy-sdk-

Hyperledger 21 Dec 5, 2022
React native wrapper for Jitsi Meet SDK Library that rely on the native view (Activity / ViewController)

react-native-jitsi-meet-sdk React native wrapper for Jitsi Meet SDK Library. This Library implements the Jitsi SDK with a native activity on the Andro

null 7 May 2, 2022
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

OpenAPI Generator Master (5.4.x): 6.0.x (6.0.x): ⭐ ⭐ ⭐ If you would like to contribute, please refer to guidelines and a list of open tasks. ⭐ ⭐ ⭐ ‼️

OpenAPI Tools 14.8k Dec 30, 2022
EssentialClient is a client side mod originally forked from Carpet Client for 1.15.2 that implements new client side features

EssentialClient EssentialClient is a client side only mod originally forked from Carpet Client for 1.15.2 that implements new client side features. Th

null 62 Jan 3, 2023
Alibaba Cloud Dedicated KMS Transfer SDK for Java can help Java developers to migrate from the KMS keys to the Dedicated KMS keys.

Alibaba Cloud Dedicated KMS Transfer SDK for Java Alibaba Cloud Dedicated KMS Transfer SDK for Java can help Java developers to migrate from the KMS k

Alibaba Cloud 3 May 12, 2022
Java wrapper for the Equibles cryptos API.

Equibles Cryptos API for Java Requirements Building the API client library requires: Java 1.7+ Maven/Gradle Installation To install the API client lib

Equibles 1 Feb 2, 2022
A simple java wrapper library for alquran-cloud api 🤍☕

A simple java wrapper library for alquran-cloud api ?? It is still under development. ?? How to add this library into your project Maven Step 1. Add t

Anas Elgarhy 14 Oct 9, 2022
A Sentry SDK for Java, Android and other JVM languages.

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoy

Sentry 912 Dec 28, 2022
SDK java permettant de valider et qualifier un numéro de téléphone calédonien.

❔ phonenumber-validator SDK Java permettant de valider, qualifier un numéro de téléphone calédonien. ⬇️ Import de la dépendance publique Cette dépenda

OPT Nouvelle Caledonie 2 Oct 22, 2022
A Java SDK for the ScreenshotOne.com API to take screenshots of any URL

jsdk An official Screenshot API client for Java. It takes minutes to start taking screenshots. Just sign up to get access and secret keys, import the

ScreenshotOne.com 5 Jun 7, 2022
Kryptokrona Java SDK for building decentralized private communication and payment systems.

Kryptokrona Java SDK Kryptokrona is a decentralized blockchain from the Nordic based on CryptoNote, which forms the basis for Monero, among others. Cr

null 22 Oct 31, 2022
Lottie wrapper for React Native.

Lottie for React Native, iOS, and Android Lottie component for React Native (iOS and Android) Lottie is a mobile library for Android and iOS that pars

Lottie - React Native 15.6k Jan 7, 2023
Python wrapper around the BoofCV Computer Vision Library

PyBoof is Python wrapper for the computer vision library BoofCV. Since this is a Java library you will need to have java and javac installed. The form

Peter Abeles 44 Dec 30, 2022
The ANT HAL Service functions as a JNI wrapper for the ANT HAL.

Android ANT HAL Service v.4.0.0 - 25 Aug 2014 The ANT HAL Service functions as a JNI wrapper for the ANT HAL. The ANT Hal Service provides the messagi

Project Kaleidoscope 0 Jun 11, 2022
React wrapper for android and ios

Deepvue Aadhaar Offline e-KYC React Native SDK This is a wrapper over Android and iOS SDK for react native. Aadhaar Paperless Offline eKYC is a secure

null 2 May 10, 2022
Inspired by Freedom Wrapper, re-imagined with Tor

Inspired by The Freedom Wrapper The Freedom Wrapper Project is an Open Source and Free Android source code project. The project has moved to an organi

Hunter Burningham 4 Jun 29, 2022
AndroidHiddenApiBypass - Bypass restrictions on non-SDK interfaces

AndroidHiddenApiBypass Bypass restrictions on non-SDK interfaces. Why AndroidHiddenApiBypass? Pure Java: no native code used. Reliable: does not rely

LSPosed 903 Jan 6, 2023
This is the official theme SDK for the FairPlayer Music Player for Android.

FairPlayer - Themes SDK This is the official theme SDK for the FairPlayer Music Player for Android. You can download the most recent version of FairPl

Mark Jivko 0 Jan 31, 2022