diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd38f6c..3e4ceace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved wording in the recording cancellation dialog ([#141]) +- Moved recording-related preferences to a new "Recording" section ([#147]) - Updated translations ## [1.2.0] - 2025-05-20 @@ -100,3 +101,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#81]: https://github.com/FossifyOrg/Voice-Recorder/issues/81 [#106]: https://github.com/FossifyOrg/Voice-Recorder/issues/106 [#141]: https://github.com/FossifyOrg/Voice-Recorder/issues/141 +[#147]: https://github.com/FossifyOrg/Voice-Recorder/issues/147 diff --git a/app/src/main/kotlin/org/fossify/voicerecorder/activities/SettingsActivity.kt b/app/src/main/kotlin/org/fossify/voicerecorder/activities/SettingsActivity.kt index 217bf3b0..e900af12 100644 --- a/app/src/main/kotlin/org/fossify/voicerecorder/activities/SettingsActivity.kt +++ b/app/src/main/kotlin/org/fossify/voicerecorder/activities/SettingsActivity.kt @@ -91,6 +91,7 @@ class SettingsActivity : SimpleActivity() { arrayOf( binding.settingsColorCustomizationSectionLabel, binding.settingsGeneralSettingsLabel, + binding.settingsRecordingSectionLabel, binding.settingsRecycleBinLabel ).forEach { it.setTextColor(getProperPrimaryColor()) diff --git a/app/src/main/res/layout/activity_settings.xml b/app/src/main/res/layout/activity_settings.xml index 982c1ed3..28ba2f5d 100644 --- a/app/src/main/res/layout/activity_settings.xml +++ b/app/src/main/res/layout/activity_settings.xml @@ -163,6 +163,17 @@ + + + + - - - - - - - + + + + + + +