Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Compatibility updates for Android 15 & 16

## [1.1.0] - 2025-07-05

### Added
Expand Down
2 changes: 0 additions & 2 deletions app/detekt-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<ID>NestedBlockDepth:CalculatorImpl.kt$CalculatorImpl$fun handleOperation(operation: String)</ID>
<ID>NestedBlockDepth:ConverterView.kt$ConverterView$fun deleteCharacter()</ID>
<ID>NestedBlockDepth:ConverterView.kt$ConverterView$private fun updateBottomValue()</ID>
<ID>ReturnCount:CalculatorImpl.kt$CalculatorImpl$fun turnToNegative(): Boolean</ID>
<ID>ReturnCount:ConverterView.kt$ConverterView$private fun checkTemperatureLimits(value: String): String</ID>
<ID>TooGenericExceptionCaught:Context.kt$e: Exception</ID>
<ID>TooManyFunctions:CalculatorImpl.kt$CalculatorImpl</ID>
<ID>TooManyFunctions:ConverterView.kt$ConverterView : LinearLayout</ID>
Expand Down
Loading
Loading