Andrejs Mivreniks

Results 9 issues of Andrejs Mivreniks

Google finally released an [official billing library](https://android-developers.googleblog.com/2017/09/google-play-billing-library-10-released.html?utm_campaign=android_update_playbillinglibrary_091917&utm_source=anddev&utm_medium=yt-desc) that removes the pain of integrating Google Play Billing in to an app, which makes **pay-me** obsolete now. I think README should inform...

If we make the following changes to the [TableViewController from examples](https://github.com/aschuch/StatefulViewController/blob/master/Example/TableViewController.swift): ```swift class AbstractTableViewController: UITableViewController, StatefulViewController { } class TableViewController: AbstractTableViewController { ``` The view doesn't change its state at...

The latest release includes a few important crash fixes but it can't be installed from JitPack repository. From https://jitpack.io/com/github/NaikSoftware/StompProtocolAndroid/1.6.5/build.log: ``` > Task :lib:javaPreCompileRelease > Task :lib:compileReleaseJavaWithJavac FAILED /home/jitpack/build/lib/src/main/java/ua/naiksoftware/stomp/pathmatcher/SubscriptionPathMatcher.java:11: error: cannot...

I noticed that mundus puts backups and other data inside `~/.mundus`, though this should be avoided when possible. As of [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), `~/.local/share` directory should be used for...

Allows to declaratively define authentication flow execution and subflow priority in Keycloak 25 onwards. Additionally I've removed raisePriority/lowerPriority functions as they don't seem to be used anywhere. Fixes #296

Hello. We're considering using Keycloakify for our React Keycloak theme, but while testing it we noticed that it seems to expose way too much information about realm and clients in...

### Problem Statement When applying a config with custom authentication flow, somewhere near the end **keycloak-config-cli** makes a series of silent requests to update authenticator configurations, even if they haven't...

enhancement

### Current Behavior When I add `--import.parallel=true` argument, the keycloak-config-cli fails right at the start. Command example: ```bash java -jar keycloak-config-cli-22.0.4.jar --import.cache.enabled=false --import.parallel=true \ --keycloak.url='http://localhost:8080' \ --keycloak.user='admin' \ --keycloak.password='admin' \...

bug