-
**Firefly III Server Version:**
5.6.2
**Firefly III Mobile Version:**
4.14.1
**Android Version:**
10
**Device Information:**
oneplus 6
- BRAND:
- MODEL:
-------------------------…
terxw updated
3 years ago
-
Hello
I found an interesting bug that does not occur on the standard android library.
The point is that when I attach the second base, only main SELECT works, but not sub SELECT
```
protecte…
-
The bitcoin wallet android app since at least a day ago doesn't fetch any exchange rates and therefore doesn't show the bitcoin balance in any real fiat currencies.
I've deleted the app and reinsta…
-
## apply
Use `apply` for initialization:
```kotlin
val foo = createBar().apply {
property = value
init()
}
```
## also
Use `also` over `apply` if the receiver is used for anyt…
-
First off, I will provide the codes for my Room Database, DAO, Repository, DI, ViewModel, and Composable
Database:
`package com.ruralnative.handsy.data
import android.content.Context
import an…
-
### Expected Behavior
Want to known which scenes will occurrenced. So i can do something.
### Actual Behavior
My project is an multipule processes application.
Used android-database-sqlcipher(4.5.…
-
# Show case, code -> [Todolist app](https://github.com/Jasmine-liang/todo-list-app)
https://user-images.githubusercontent.com/63624438/118086286-48d24a80-b3f6-11eb-80eb-8394bd686de8.mp4
## Da…
-
Process: com.ceshi.demo, PID: 8808
java.lang.RuntimeException: Error receiving broadcast Intent { act=.callbackToActivity.v0 flg=0x10 pkg=com.ceshi…
-
- [x] I have searched for existing issues that may be the same as or related to mine.
Device: Pixel 3a
Android Version: 12
Orgzly Revived Version: 1.8.28, from F-Droid
Sync repos…
-
java.lang.IllegalStateException: A migration from 2 to 1 was required but not found. Please provide the necessary Migration path via RoomDatabase…