AndroidDeveloperLB

Results 602 issues of AndroidDeveloperLB

1. The sample project requires some removal of stuff before building it. I had to remove all from "afterEvaluate" inside the file publish-module.gradle . Why was it added? 2. Even...

As the title says. Look: [2023-10-26_13-14-23.zip](https://github.com/valinet/ExplorerPatcher/files/13176014/2023-10-26_13-14-23.zip) What should I do? For some reason, this issue exists on a laptop that I use, but not on a desktop PC that I...

Crash
Mods involved

I got a very similar issue to this one: https://github.com/valinet/ExplorerPatcher/issues/2355 Except this time the open&crash occurs automatically, repeatedly . Got it after purchasing a new PC. This means Explorer process...

Current one doesn't show all the commands in toolbar&hotkeys. There isn't a preview on the side (bottom/right) either. There are some websites that offer a nice UI for this: https://pandao.github.io/editor.md/en.html...

**Is your feature request related to a problem? Please describe.** Not sure if it's possible... **Describe the solution you'd like** While the app is enabled, let us use adb via...

On a project that has multiple modules, yet it has only one that can be launched anyway, it always asks on which module to perform an operation, whether it to...

As the title says. Currently each of them appears as a physical clothing-button with 4 holes: ![image](https://user-images.githubusercontent.com/5357526/218590680-fe690df8-16e8-4492-8734-377af0bd8820.png)

It creates "ColorPickerDialog extends DialogFragment" , so when I use this: ``` val dialog: ColorPickerDialog = ColorPickerDialog.newBuilder().....create() ``` I can actually call now `dialog.setColorPickerDialogListener` , which has the scope of...

**Describe the solution you'd like** Suppose I have these settings: ![image](https://github.com/dubreuia/intellij-plugin-save-actions/assets/5357526/3cfada12-7b30-4b96-b192-890665dd5a10) On Java and especially on Kotlin, when I leave the IDE in the background (pressing Home key, for example),...

On a project that I work on, it uses this repository: https://github.com/twitter-archive/twitter-kit-android Inside, it has this dependency: ``` com.twitter:twitter-text:1.14.7 ``` https://github.com/twitter-archive/twitter-kit-android/blob/master/dependencies.gradle Yet here, I can see that it's a bit...