Andrei Mukamolau

Results 13 issues of Andrei Mukamolau

Without Maven support, this project is pretty useless. You need to follow [this instructions](http://central.sonatype.org/pages/ossrh-guide.html) to upload this to the Maven Central. As I can see, you've made some preparations for...

When I setup connection to our self-hosted Gitlab instance, connection config is not getting saved, despite "Test connection" is successful. Neither editing default connection config or creating new one works....

- Improved Gradle instructions - Fixed Gradle repo URL - Fixed Gradle command formatting - Added languages to the code blocks Please make sure that the following boxes are checked...

## Bug description Crashed when I selected "Implement methods" refactoring from quick actions menu. ## Environment - detekt Idea Version: 1.21.0 - Platform Version: Chipmunk | 2021.2.1 Patch 1 -...

I took a liberty to update versions of everything. Some Gradle plugins broke (e.g. Shadow doesn't seem to work, but I'm not sure about it) or got obsolete, so I...

I used [Apache Commons](https://commons.apache.org/proper/commons-lang/) for the capitalization, which may be unreasonable. So if it's not okay to use Commons, it's possible to rewrite the existing method to not interfere with...

I've added a new node action, `performTouchInput`, similar to other actions, and deprecated `performGesture`. Also, I've added 2 tests for the both actions, just in case. Unfortunately, I ran into...

When I use `performGesture` on the `KNode`, I get deprecation warnings for any method from the `GestureScope` like this: ``` Replaced by TouchInjectionScope. Use `performTouchInput` instead of `performGesture` ``` It...

## Connection with issue(s) Resolve issue #907 ## Testing and Review Notes 1. Install the app on device with Android 13 or later 2. Enable styled icons in settings 3....

Android 13 added support for [themed icons](https://developer.android.com/about/versions/13/features#themed-app-icons), and apps start to adopt it slowly. It would be nice if GitJournal had it too. Themed icon require special monochrome layer in...