Nir
Nir
I'm not sure about a fix for this because the manifest seems incorrect, but Android Studio / aapt are able to parse and present the file correctly. Anyway, here's what...
@blackfa1con , maybe it's related to [extractNativeLibs](https://developer.android.com/studio/releases/gradle-plugin#extractNativeLibs) in AndroidManifest.xml? It is set to "false" by default since Android Gradle plugin 3.6.0. If it's compressed by Apktool, it might be related....
From what I understand, when clicking “Add new project”, the new project is already created in the projects list. So when the root page is opened, by either "Back" or...
I don't have much experience with frontend/JS development, but I made an attempt to implement the suggestion - #4671
In my case, I didn't see much change since I started using Gitbutler (around 3 weeks). Operations (new virtual branch, commit, push, moving files between branches) take 15+ seconds. Is...
I'm not sure what's the contributing factor, but at the moment the same operations take less than 10 seconds. Maybe it's related to the calculation mentioned in [a discussion here](https://discord.com/channels/1060193121130000425/1073202153163857920/1275096997455597754)...
It looks like this should happen on any base branch update when there's a conflict between the base branch and applied branches. The Rust interface returns a list of branches...
@mtsgrd is there any other action required from side before you merge?