Anas Altair

Results 8 issues of Anas Altair

**Describe the issue** On Android 6.0 _(API 23)_ and lower, the animator object keeps running in the background even when the view goes invisible to the user (like open second...

enhancement
wontfix

TagContainerLayout View always handle all touches, even if it doesn't capture any child view. i suggest to change **[467](https://github.com/whilu/AndroidTagView/blob/master/androidtagview/src/main/java/co/lujun/androidtagview/TagContainerLayout.java#L467)** line to this: ```java return mViewDragHelper.findTopChildUnder((int) event.getX(), (int) event.getY()) != null;...

there is no option to set cache location to _internal cache folder_. it is very important to have `context.getCacheDir()` for this library, and I think it should be the default...

Simply trying to add/set a month or a year to the calender object when DAY_OF_MONTH is 30. It'll throw `DateTimeException: Invalid Hijrah day of month: 30` because it has 29...

Class [UmmalquraDateFormatSymbols](https://github.com/msarhan/ummalqura-calendar/blob/master/src/main/java/com/github/msarhan/ummalqura/calendar/UmmalquraDateFormatSymbols.java) should be public, so we can reach `UmmalquraDateFormatSymbols().shortMonths` to get months names. It's available for Gregorian by `DateFormatSymbols().shortMonths`.

this library created by **Animator**, under `SDK 11`. why _minSdkVersion 15_ ??

This update has two modifications. - Fix app crash when the bottom sheet is opened. This happened on some devices with different densities, and it is simply fixed by moving...

I was trying to run [PlantDetailViewModelTest](https://github.com/android/sunflower/blob/main/app/src/androidTest/java/com/google/samples/apps/sunflower/viewmodels/PlantDetailViewModelTest.kt) but I found there is something going wrong. In the test, you try to initialize [appDatabase](https://github.com/android/sunflower/blob/main/app/src/androidTest/java/com/google/samples/apps/sunflower/viewmodels/PlantDetailViewModelTest.kt#L44) in the test while it should be injected....