Primož Kralj

Results 14 issues of Primož Kralj

com.github.florent37:singledateandtimepicker:2.1.5 View is only defined in XML, in code nothing has been done yet. ``` 2020-02-11 10:13:47.879 3517-3517/com.my.app E/AndroidRuntime: FATAL EXCEPTION: main Process: com.my.app, PID: 3517 java.lang.NullPointerException: Attempt to invoke...

![budBUbG](https://user-images.githubusercontent.com/1484658/88880492-72532880-d25f-11ea-99cd-3e2d457e36a6.gif) How to solve this?

I'm running the new Android Emulator that comes with Android Studio 2.0. I try to get the location like this: ``` SmartLocation.with(getApplicationContext()).location() .oneFix() .start(new OnLocationUpdatedListener() { @Override public void onLocationUpdated(Location...

I am using [$imagick->quantizeImage](https://phpimagick.com/Imagick/quantizeImage) in order to reduce image size as it only contains some lines in same color (like a mini chart). But with `ImageMagick 7.0.10-10 Q16 x86_64 2020-05-12...

performance

I am using `AppCompatDelegate.setDefaultNightMode(b ? AppCompatDelegate.MODE_NIGHT_YES : AppCompatDelegate.MODE_NIGHT_NO);` to toggle between dark and normal mode in my app's settings. It seems the new `LocaleChangerAppCompatDelegate` is causing this functionality to malfunction...

When adding to gradle, I am getting > Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [io.alterac.blurkit:blurkit:1.1.0] C:\Users\Lenovo\.gradle\caches\transforms-2\files-2.1\88f728b8eb4a716869953bdefdd45c9b\AndroidManifest.xml as the library might be...

I want to limit max lines when textview is expanded. But it seems it's not working? ``` ```

We added Timezone Butler to the channel first, then wrote some times in a thread, but no one sees any message from the Timezonebutler app. Why? Do we need to...

bug

When you are using Android's Night mode, the background is sometimes (wrongly) light, while it should be dark. Most of the times it is dark, but sometimes it is light...

If you have an item in Spinner like this: `Spinner Entry (TEST)` and then you try to search for "TEST", it will not find this item. If you search for...