zcash-android-wallet-sdk/sdk-lib
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
..
schemas [#293] Refactor non-public APIs to internal package 2021-10-04 08:45:53 -04:00
src [#367] Fix Kotlin compiler warnings 2022-08-17 15:48:02 +02:00
Cargo.lock Migrate to `zcash/librustzcash` revision that preserves v5 tx bytes 2022-05-25 05:45:43 -04:00
Cargo.toml Migrate to `zcash/librustzcash` revision that preserves v5 tx bytes 2022-05-25 05:45:43 -04:00
build.gradle.kts [#367] Fix Kotlin compiler warnings 2022-08-17 15:48:02 +02:00
lint-baseline.xml Configure lint baseline 2021-08-31 14:57:23 -04:00
lint.xml [#255] Refactor Gradle Modules 2021-08-31 14:53:25 -04:00
packages.md Move packages.md 2021-09-11 07:27:00 -04:00
proguard-consumer.txt [#537] Prevent R8 warnings for OkHttp 2022-06-06 15:15:42 -04:00
proguard-project.txt [#302] Add ProGuard consumer rules 2021-11-22 10:14:21 -05:00
testing.gradle [#255] Refactor Gradle Modules 2021-08-31 14:53:25 -04:00