Cosmic-IDE icon indicating copy to clipboard operation
Cosmic-IDE copied to clipboard

A next-gen Ide for JVM development on Android

Results 45 Cosmic-IDE issues
Sort by recently updated
recently updated
newest added

Bumps com.android.application from 8.4.0-alpha03 to 8.6.0-alpha03. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.application&package-manager=gradle&previous-version=8.4.0-alpha03&new-version=8.6.0-alpha03)](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...

dependencies
java

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.4.2. Release notes Sourced from gradle/gradle-build-action's releases. v3.4.2 [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will...

dependencies
github_actions

Bumps androidx.appcompat:appcompat from 1.7.0-alpha03 to 1.7.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.7.0-alpha03&new-version=1.7.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...

dependencies
java

I am using version 2.0.4 (5c02f2c). I have the following Java code in the editor: ``` package com.nbsp.cosmicide.example2; public final class Main { public static void main(String[] args) { System.out.println("Hello,...

I have the following Java code: ``` package com.nbsp.cosmicide.example2; public final class Main { public static void main(String[] args) { System.out.println("Hello, World!"); int i = 3; String s1 = String.valueOf(i);...

Bumps org.eclipse.jgit:org.eclipse.jgit from 5.13.2.202306221912-r to 6.10.0.202406032230-r. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jgit:org.eclipse.jgit&package-manager=gradle&previous-version=5.13.2.202306221912-r&new-version=6.10.0.202406032230-r)](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...

dependencies
java

Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.16.0 to 1.17.0. Release notes Sourced from com.squareup:kotlinpoet's releases. 1.17.0 Thanks to @​jisungbin, @​hfhbd, @​evant, @​sgjesse, @​sebek64 for contributing to this release. Change: kotlinx-metadata 0.9.0. Note that...

dependencies
java

10-11 11:01:31.049 30775 30775 D nativeloader: Load /data/app/~~GRxQiMYQ8TzbPrym0E-KrA==/org.cosmicide-xQYX-HxART_XmCMhEZnvZQ==/base.apk!/lib/arm64-v8a/libaliuhook.so using ns clns-4 from class loader (caller=/data/app/~~GRxQiMYQ8TzbPrym0E-KrA==/org.cosmicide-xQYX-HxART_XmCMhEZnvZQ==/base.apk!classes9.dex): ok 10-11 11:01:31.049 30775 30775 W AliuHook: can't find symtab from sections in /apex/com.android.art/lib64/libart.so 10-11...

every time I try to use git from the app, this exception is thrown: ``` java.lang.NoSuchMethodError: No virtual method readNBytes(I)[B in class Lorg/eclipse/jgit/util/io/SilentFileInputStream; or its super classes (declaration of 'org.eclipse.jgit.util.io.SilentFileInputStream'...