RobbWatershed
RobbWatershed
@mikepenz thanks for the information ! I might give it a try myself, actually. Before I start, from an architectural point of view, what would be the best way to...
Bump Same issue here; I know the workaround is to aggregate results post-query (and I did that). However, it's still the DBMS' job !
As stated on #509, my own use case can't rely on `FAIL` not `REPLACE`, but needs `IGNORE`.
> > > Reopening to discuss default values (in Java, but also Kotlin classes with default values). > > This also affects queries (merged from #589), e.g. if adding `intProperty`,...
It doesn't seem to be supported, alas âšī¸ Just tried sorting with a `QueryBuilder` using a field of `Entity2` as my sorting criterion ```java queryBuilder.backlink(Entity2_.entity1).order(Entity2_.order); ``` and got in result...
Thanks for the quick answer đ Using `sort` with a Comparator was my plan B, but it doesn't cut it either... because I'm feeding a `LiveData`, which requires calling `Query.find(long...
For those who are interested, here's the workaround I finally came up with. It doesn't implement the ability of `LiveData` to update datasets as they change, but it works correctly...
We're fully aware about that and are waiting for a 3rd party library to be updated. See https://github.com/skydoves/PowerMenu/issues/90 for the whole story. PS : glad you found your way to...
PowerMenu has just been updated, and we integrated the new version into Hentoid. The fix will be available on next release.
Thanks for your contribution plive đ I see two things that can be improved there : - The ` main page` / `>0 => details page` convention will probably be...