Sergei Solodovnikov
Sergei Solodovnikov
I checked the issue #11. It seems there is a Libarchive RAR archive limitation described here libarchive/libarchive#373. That means that some CBR comic books are not fully supported by _Seeneva_...
I received feedback from a user who experienced crashes when opening large comics files (larger than 100 - 200 MB). I need to find such big comics or create a...
Starting from **Android 5** we can use [ACTION_OPEN_DOCUMENT_TREE](https://developer.android.com/reference/android/content/Intent#ACTION_OPEN_DOCUMENT_TREE) Intent action to select directory.
Seeneva already detects page panels to properly order detected speech balloons. It seems like a good idea to allow user zoom in on them. Or make other panels translucent? I...
1. Disconnect from a network. 2. Use `link` adding option and select any cloud service app (like Nextcloud). 3. Select any non cached comic book. 4. Here you go the...
I think it is the right thing to do. I can use the app's git history to generate contributors list during app release build process.
I want to find some open source alternative to Crashlytics.
Support **requestLocationUpdates** method from LocationManager on both libraries.
From the start of the project I was thinking about make it available on different platforms (Android and desktops at least). Now that it is possible using [Compose Multiplatform](https://www.jetbrains.com/lp/compose-mpp/) and...