AndroidDeveloperLB

Results 545 issues of AndroidDeveloperLB

**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...

Currently there are still only workarounds for this, but even then, I couldn't find the missing information, of how long each frame I get should last. Here's one way: https://medium.com/@bogomazartem/extract-bitmap-frames-from-gif-file-android-9e06d8b709f8...

I've tried to show this VectorDrawable, and it doesn't show the same on VectorMasterView compared to ImageView: [boy.zip](https://github.com/harjot-oberai/VectorMaster/files/11109285/boy.zip) It doesn't show the eyes and the mouth, on both the IDE...

When I clone the project and try to open it, I get this issue that has no error information, after I've tried to upgrade its gradle plugin (because it failed...

Steps: 1. Download and choose this image for cropping: http://img.gawkerassets.com/img/18tbvl3htulmyjpg/original.jpg Also attached here: [original.zip](https://github.com/ArthurHub/Android-Image-Cropper/files/3754421/original.zip) 2. Run the "test" or "sample" sample app. 3. Crop almost 100% of the image The...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** ScrCpy has a parameter of "--tcpip" that will start to use Wifi to mirror...

enhancement
feature

For example, I've noticed there is some case that "findMatch" can return null: ``` private ContentInfo findMatch(byte[] bytes, List entryList) { .... if (partialMatchInfo == null) { logger.trace("returning no match");...

After updating to 0.12.0 , I've noticed that it has some changes that I hope I've found proper alternatives to them: 1. Doesn't support File class as parameter for `VCardWriter`...

help wanted

v9.12.0 **Describe the bug** I wanted to apply the plugin to a single word: "trigger", to make it all uppercase. **To Reproduce** Steps to reproduce the behavior: 1. Have these...