Andrew Hughes
Andrew Hughes
The README link http://bit.ly/android-bitmapcache-jar doesn't contain the latest jar. It's possible to get the jar from the maven repository, but I just wanted to make sure you knew.
Would you be open to adding helper functions for using `Result`s in tests? For example: ```kotlin inline fun Result.assertOk(): V { assertIs(this) return value } ``` Usage: ```kotlin fun doSomething():...
### SQLDelight Version 1.5.1 ### Application Operating System JVM ### Describe the Bug After updating from 1.4.4 to 1.5.1 we ran into an issue with our tests using the JDBC...
**Describe the bug** When the "Keyboard Shortcut: Approve Transaction [A] or [Enter]" setting is enabled, typing the letter "a" in the search box causes the currently selected transaction to become...
**Is your feature request related to a problem? Please describe.** The documentation [here](https://docs.cossacklabs.com/themis/crypto-theory/cryptosystems/secure-cell/#which-mode-to-choose) states that all modes have passphrase support. However, there does not appear to be passphrase support for...
**Is your feature request related to a problem? Please describe.** We need to be able to encrypt large files as well as perform random access when decrypting files. Based on...
**Is your feature request related to a problem? Please describe.** In a Kotlin Multiplatform project, Themis must be integrated for each platform (Android, JVM desktop, native/iOS/macOS, WebAssembly) individually. **Describe the...
- [x] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [x] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [x] I have...
Everything is already migrated to AndroidX. Jetifier can be dropped.
### SQLDelight Version 2.0.2 ### SQLDelight Dialect sqlite-3-25-dialect ### Describe the Bug The behavior of parsing a Boolean column changed between 1.x and 2.x from having a single implementation to...