-
Hi, first let me tell you that I think this project is absolutely great and you guys rock. Also, I wanted to ask you if there is a possibility for adding custom type converters/mappers for unsupported…
-
whereArgs doesn't like booleans (at least if provided from Kotlin).
had to create an extension function to convert true -> int (1) or false -> int (0)
```
return Query.builder()
…
-
### Steps to reproduce
There are several ways that I believe could trigger the crash but often times it is very unexpected and random.
A - Details Page Categories Forced Exit
1. Tap on an entry…
-
Здравствуйте!
Спасибо за подготовленный сервер и задание.
Оно оказалось непростым для моего текущего уровня: чтобы хотя бы приступить к нему мне понадобилось изучить много новых технологий и конце…
ghost updated
7 years ago
-
Realm for Android looks awesome; however there are some Android specific use cases where certain elements work better when backed by a Cursor (http://developer.android.com/reference/android/database/C…
-
#### Goal
Use RxJava 2.0 with realm.io, since it will be released soon
#### Expected Results
Add support for the RxJava 2 same as it was added for the RxJava 1
-
### Steps to reproduce
I can't even open the app without seeing the bug screen.
### Expected behavior
It should work just fine
### Actual behavior
It crashed
### Crash logs
App version: 2.16.2 …
-
Hello!
Apart from using `DefaultStorIOSQLite#lowLevel()#insertWithOnConflict`, is there any other way I can use `DefaultStorIOSQLite#put()` which falls back to update if a row with the same primary…
-
When building StorIO ( https://github.com/pushtorefresh/storio ) with Jitpack it seems to miss a few modules.
For example, building commit f6c7d22 results in the log:
https://jitpack.io/com/gith…
-
Before tackling Stripe Checkout, the application needs basket functionality.
Probably something similar to what was done in Foto Storio here:
[https://github.com/DavidAJohn/FotoStorio/commit/366…