Skip to content

Commit a3852c3

Browse files
committed
Merge branch 'master' into feat/funding-screen-v60
# Conflicts: # CHANGELOG.md
2 parents 639dbb4 + 9770509 commit a3852c3

27 files changed

Lines changed: 403 additions & 242 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Fixed
11+
- Retouch Primary, Secondary, and Tertiary buttons styling #887
1112
- Avoid msat truncation when paying invoices and LNURL callbacks #879
1213
- Fix ANR on RGS server settings screen caused by catastrophic regex backtracking #880
1314
- Fix crash when returning app to foreground on Receive screen #875
@@ -24,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2425

2526
### Changed
2627
- Replace Advanced button with Manual Setup shortcut on Funding screen #885
28+
- Updated design of the success screen in the manual channel setup flow #883
2729
- Unified send flow with payment method switcher, details toggle, Lightning support for BIP21 payments, and improved fee rate defaults #863
2830
- Settings redesigned with tabbed navigation (General/Security/Advanced) with swipe support #857
2931
- Icons added to all settings rows for faster scanning #857

app/src/main/java/to/bitkit/di/HttpModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import io.ktor.http.contentType
1818
import io.ktor.http.isSuccess
1919
import io.ktor.serialization.kotlinx.json.json
2020
import kotlinx.serialization.json.Json
21-
import to.bitkit.utils.UrlValidator
2221
import to.bitkit.utils.AppError
2322
import to.bitkit.utils.Logger
23+
import to.bitkit.utils.UrlValidator
2424
import javax.inject.Singleton
2525
import io.ktor.client.plugins.logging.Logger as KtorLogger
2626

app/src/main/java/to/bitkit/ui/Locals.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,3 @@ val settingsViewModel: SettingsViewModel?
5353

5454
val backupsViewModel: BackupsViewModel?
5555
@Composable get() = LocalBackupsViewModel.current
56-
57-
val drawerState: DrawerState?
58-
@Composable get() = LocalDrawerState.current

0 commit comments

Comments
 (0)