From 9f9a361edf1c9ab280cc7ded56ff2a3293cfa847 Mon Sep 17 00:00:00 2001 From: Antonio Corrales Date: Thu, 1 Aug 2024 16:25:51 +0200 Subject: [PATCH] feat(settings): add "Add bookmark automatically" option --- .idea/other.xml | 11 -- .../SettingsPreferenceDataSource.kt | 2 + .../SettingsPreferencesDataSourceImpl.kt | 10 ++ .../SettingsPreferencesDataSourceTest.kt | 46 +++++++- gradle.properties | 4 +- .../bookmarkeditor/BookmarkEditorActivity.kt | 79 ++++++++----- .../ui/bookmarkeditor/BookmarkEditorScreen.kt | 11 +- .../ui/bookmarkeditor/BookmarkViewModel.kt | 107 +++++++++++------- .../pagekeeper/ui/feed/FeedScreen.kt | 2 +- .../pagekeeper/ui/settings/DefaultsSection.kt | 13 +-- .../pagekeeper/ui/settings/SettingsScreen.kt | 6 +- .../ui/settings/SettingsViewModel.kt | 7 ++ 12 files changed, 197 insertions(+), 101 deletions(-) diff --git a/.idea/other.xml b/.idea/other.xml index be759a0..75909b0 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -182,17 +182,6 @@