Stephane Schittly

Results 6 issues of Stephane Schittly

Both the README and sample app (XML layouts) says the Filter should use `it` to match the view: `viewFilter = { it !is LinearLayout }` Or this doesn't work, `it`...

Issue 132: JSONEncoder bug on UTF-8 chars

This is probably easy to fix: ![Screenshot 2022-05-17 at 12 34 42](https://user-images.githubusercontent.com/225409/168801896-175aa30c-f1e0-469d-88ab-a7d7595aafaa.jpg)

I couldn't get it to work on a mac so this is what I ended up doing: 1. Remove previous versions of Android Studio in ~/Library/Preferences/ 2. Change install.sh to...

I can't see an empty message, just empty table headers. I'm using : ``` buildscript { dependencies { classpath 'com.github.hierynomus:license-gradle-plugin:0.15.0' } } plugins { id "com.github.hierynomus.license" version "0.15.0" } allprojects...

For example: ``` assemble_develop_git { tasks = ["assembleDebug"] git-checkout = { build = "develop" } apply-abi-change-to = "utils/LanguageManager.kt" } assemble_branch_git { tasks = ["assembleDebug"] git-checkout = { build = "branch"...