zcash-android-wallet-sdk/sdk-lib/src/main/java/cash/z/ecc/android/sdk/internal
Honza Rychnovsky 150778f008
[#367] Fix Kotlin compiler warnings
* Fix missing room schema export directory
* Fix returned unused fields from cursor
* Fix missing db column index
* Improved TODO. Added suppress warning
* Changed parameters name to correspond to their supertype
* Changed type to Kotlin variant
* Use priority parameter
* Unified parameter names
* Suppress unchecked type warning
* Removed inline function
* Suppress obsolete coroutine warnings
* Improve previous commit
* Fix unnecessary safe call warning
* Remove unused parameter
* Unreachable code
* toLowerCase where possible
* Changed parameter name
* Suppress several "unused" warnings
* Fixed fromHtml() deprecation
* Suppress intentionally unused parameter warning
* Remove redundant initializer
* Remove inline function
* Suppress intentionally used deprecated code
* Unreachable code
* Suppress obsolete coroutine warnings
* Suppress intentionally unused parameter
* Remove unused expression
* Supertype parameter name
* Warnings of GetBlockRangeFragment.kt
* Deprecated onActivityCreated
* Suppress obsolete coroutine/flow warnings
* Unnecessary null check
* Suppress intentionally unused parameter
* Suppress intentionally unused parameters
* Deprecated onActivityCreated
* Predetermined type
* ListUtxosFragment clean code
* Suppress intentionally unused parameter
* Lint checks warnings fix
* Add data db migration
* Enable treating Kotlin compiler warnings as errors
* Solve several darkside-test-lib tests warnings
* Solve several demo-app tests warnings
* Solve several sdk-lib tests warnings
* Ktlint check result fix
* Remove parentheses now that Synchronizer is not cast
* Remove wildcard imports for java.util
* Revert "Add data db migration"
* Revert "Fix missing db column index"
* Suppress missing indexes on data db entities

Co-authored-by: Carter Jernigan <git@carterjernigan.com>
2022-08-17 15:48:02 +02:00
..
block [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
db [#367] Fix Kotlin compiler warnings 2022-08-17 15:48:02 +02:00
ext [#367] Fix Kotlin compiler warnings 2022-08-17 15:48:02 +02:00
model [#474] Add type safe BlockHeight API 2022-07-12 08:40:09 -04:00
service [#593] Refactor ZcashNetwork 2022-08-02 09:29:09 -04:00
transaction [#367] Fix Kotlin compiler warnings 2022-08-17 15:48:02 +02:00
AndroidApiVersion.kt [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
CheckpointExt.kt [#593] Refactor ZcashNetwork 2022-08-02 09:29:09 -04:00
Files.kt [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
IsEmpty.kt [#474] Add type safe BlockHeight API 2022-07-12 08:40:09 -04:00
LazyWithArgument.kt [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
NoBackupContextWrapper.kt [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
SaplingParamTool.kt [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
SdkDispatchers.kt [#344] Minimize threads; reduce risk of SQLite issues 2022-01-19 15:27:30 -05:00
Sma.kt [#319] Fix ktlint issues 2021-11-18 07:10:30 -05:00
Twig.kt [#610] Fix block download regression 2022-07-26 08:46:53 -04:00