Davood Jafari

Results 16 issues of Davood Jafari

i have problem to find device. i think this library must show all bounded devices to connect instead of scan is possible add this method to this library ? thanks

is possible to sort parent items by child property ? for example : Author - name - birthday Birthday - date i want list all authors, but when `birthday !=...

enhancement

i think just like greendao for toMany relation need `@OrderBy` annotation example : ```java @Entity public class Customer { @Id private Long id; @Backlink(to = "customerId") @OrderBy("date ASC") private ToMany...

enhancement

i want remove all objects for example 100 records in next page without find, how can doing it with `QueryBuilder` and `remove()` currently limit and offset exists only in `find()`...

enhancement

calling `Permission.locationAlways.request()` doesn't show anything in android 12

is possible add this feature to see reacted user of deleted messages in recent actions of groups? currently only shows avatar of reacted users or counts

enhancement

do you plan to support `hr` tag ? it is only a simple line

is possible support other directions ? in my case i want a `icon menu` at collapsed state in left side of screen, when panel expanded, showing `title + icon menu`

![image](https://user-images.githubusercontent.com/1963047/147389699-ce1b306d-d2e0-453b-8889-f09a1440194d.png) library version : 1.6.0 android sdk : 31

bug

current error in build release mode : ``` Execution failed for task ':speech_bubble:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed /Users/davood/.gradle/caches/transforms-2/files-2.1/55250e98b0a0d09676f3750ac9bd5dac/core-1.1.0/res/values/values.xml:142:5-173:25: AAPT: error: resource android:attr/fontVariationSettings...