AndroidIDE
AndroidIDE copied to clipboard
AndroidIDE is an IDE for Android to develop full featured Android apps.
this PR adds the layout creation along with the Java activity one (The past PR ended up having conflicts that can't be fixed, that's why I'm doing this one) Refers...
Bumps appcompat from 1.4.2 to 1.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Updated to the latest strings so far.
The IDE should have the ability to preview the drawable resources. - [x] For PNG and 9-patch images, simply read and show the image. - [ ] For XML drawables...
Bumps [org.eclipse.lsp4j.jsonrpc](https://github.com/eclipse/lsp4j) from 0.14.0 to 0.15.0. Release notes Sourced from org.eclipse.lsp4j.jsonrpc's releases. LSP4J 0.15.0 LSP4J 0.15.0 has now been released and been contributed to simrel, tagged and uploaded to maven...
Bumps [org.eclipse.lsp4j](https://github.com/eclipse/lsp4j) from 0.12.0 to 0.15.0. Release notes Sourced from org.eclipse.lsp4j's releases. LSP4J 0.15.0 LSP4J 0.15.0 has now been released and been contributed to simrel, tagged and uploaded to maven...
Bumps gradle from 7.3.0-beta05 to 7.4.0-alpha09. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Error when reopening AndroidIDE. ## Steps to reproduce The same as in #264 and #318. ## Screenshots ### IDE logs.  ### The build status and project name are not...
EditTexts are unavailable in Layout Editor. Working on a GridLayout and found it. I think the problem is only for Integer and Float type inputs. eg. columnCount, rowCount , alpha...
AndroidIDE crash report Manufacturer: TECNO MOBILE LIMITED Device: TECNOLD7 App version: 2.1.1-beta (211) Stacktrace: java.lang.NullPointerException: Attempt to invoke virtual method 'int io.github.rosemoe.sora.util.BinaryHeap.top()' on a null object reference at io.github.rosemoe.sora.widget.layout.LineBreakLayout.getLayoutWidth(LineBreakLayout.java:152) at...