Itsaki, a detail I noticed in this cursor bug with a strange delay is that this is only being applied to Java files
Читать полностью…and it has the most annoying error that AndroidIDE freezes when there are too many records open, and when I close a class or all of them.
Читать полностью…There is an error that is happening to me sometimes, that when I create a class to help something, when it is renamed, it simply creates 2 classes with the current one and the new one renamed.
Читать полностью…❌ Pull Request Closed - AndroidIDEOfficial/AndroidIDE#1021 - fix(deps): update tree.sitter to v3 (major) - autoclosed
fix(deps): update tree.sitter to v3 (major) - autoclosed by @renovate[bot]
🔨 12 new commits to AndroidIDE:dev
bb3bc68: build(deps): update editor to latest snapshot by Akash Yadav
55178f7: feat: use tree-sitter for log highlighting by Akash Yadav
143c5f8: refactor: simplify LanguageSpecProvider.readScheme by Akash Yadav
f837b4b: build(deps): add tree-sitter-log dependency by Akash Yadav
aebaa01: fix(deps): migrate to android-tree-sitter v3.0.0 by Akash Yadav
9f4c473: chore: add generated lexer files to gitignore by Akash Yadav
fd5ca43: fix(editor/logs): invalid capture name in default dark scheme for log texts by Akash Yadav
662b1bc: chore: configure product flavors and split APKs to reduce APK size by Akash Yadav
9b2087b: build: include all product flavor names in BuildConfig by Akash Yadav
d6cb878: build: configure flavors for all modules by Akash Yadav
355e34c: feat: use BuildConfig to determine ABI at runtime by Akash Yadav
9469fc6: chore: update workflow and nyx-config for product flavors by Akash Yadav
Pushed by : itsaky
Yes, it was crashing there, but I thought it was because of an emulator 😅
Emulators are pretty buggy tho
🔌 New Pull Request - AndroidIDEOfficial/AndroidIDE#1030 - [Bugfix]: Crash on startup due to leftover callback assignment by @Smooth-E
As I [added](https://github.com/AndroidIDEOfficial/AndroidIDE/pull/1023/commits/63dc6c66f052ca4f3041c6e1722b8f53e881ec7a) a separate activity to act as a Splash Activity in [my recent Pull Request](https://github.com/AndroidIDEOfficial/AndroidIDE/pull/1023), this callback was left untouched and did some unsupported stuff, which caused the application to crash on startup. Apparently it did not affect all the users.
I made so MainActivity no longer acts as a Splash Activity at the same time because itherwise Material You does not work in Main Activity for some reason. But I forgot to disable the callback in MainActivity which was relying on the Splash functionality of it. For some reason it only acted as an issue on some devices
Читать полностью…correcting the errors, Android IDE will be even more perfect. I look forward to the correction.
Читать полностью…there's also another one that when I'm writing codes, sometimes it simply inserts a few words by itself.
Читать полностью…When the project apk is installed and the application is opened this message always appears in loop, logsender is working
Читать полностью…Yes, I can send it to you, but it will have a different signature, meaning you will have to reinstall the IDE
Читать полностью…No, the editor seems normal for me. I'm using the build from my newest pull request with a bugfix.
Читать полностью…🔨 1 new commit to AndroidIDE:renovate
9a5071e: chore(deps): update plugin com.mooltiverse.oss.nyx to v2.4.4-hotfix219.3 by renovate[bot]
Pushed by : renovate[bot]
Wait, so it is possible to use bindings in custom views? I thought it's only possible with activities...
Читать полностью…> Task :app:processDebugResources FAILED
> Task :eventbus-android:compileDebugJavaWithJavac
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
> AAPT2 .androidide Daemon #0: Unexpected error during link, attempting to stop daemon.
This should not happen under normal circumstances, please file an issue if it does.
This is happened when I used the following dependencies
debugImplementation(libs.common.leakcanary)
If I delete that everything worked perfectly