mecoFarid

Results 29 issues of mecoFarid

It is just ridiculous that Android teams' own sample is not working on some OEMs. The following service is not working on some OEMs once the app is cleared from...

Comma sign was missing

migrated googlesamples

I'm trying to fetch the parent hierarchy of a given Department with the query below. Probably this is something GreenRobot can't handle. Is there any alternatives to run a pure...

When I try to apply blur over Activity which contains Mapbox map, everything gets blurred, but Mapbox.

The problem stated here #565 still persists in FlexibleAdpater version 5.1.0. Steps to reproduce: 1. Apply filter 2. Delete a single item (FlexibleAdpater.removeItem(position)) 3. Reset filter 4. Re-apply the same...

`filterItemsAsync()` always checks for a new filter. If filter parameters haven't been changed then filtering will be omitted here: ``` private synchronized void filterItemsAsync(@NonNull List unfilteredItems) { // Omitted for...

**Mockito Version:** 3.4.0 **Test Platform:** Android I'm trying to test a method that has an internal static method which should be mocked. **Simplified example:** ``` public class Controller{ public static...

**Describe the bug** Placing entity classes annotated with `@Entity` and `@BaseEntity` in another class will result in an error when building. **Basic info (please complete the following information):** - ObjectBox...

bug

Trying to add same name variable in `Entity` which is already defined in parent class annotated by `BaseEntity`. ``` @Entity public class Child extends Parent { @Id(assignable = true) public...

enhancement

Is there any roadmap or consideration to keep old data while doing type-migration? **Describe the solution you'd like** Would be nice to keep old data while doing type-migration. Say `@Entity`...

enhancement