From 4f7de6c10e2df8fc6081f294cf1af852fe1e1514 Mon Sep 17 00:00:00 2001 From: James Sears Date: Sat, 31 Aug 2024 10:05:04 +0300 Subject: [PATCH] changelogs/177.txt --- .idea/androidTestResultsUserPreferences.xml | 3 + .idea/appInsightsSettings.xml | 6 +- .idea/deploymentTargetSelector.xml | 3 + .idea/other.xml | 22 + .idea/runConfigurations/_app_androidTest.xml | 2 +- .idea/runConfigurations/app.xml | 69 +++ QuoteUnquote.cloudLib | 2 +- app/build.gradle | 31 +- .../quoteunquote/utils/ImportHelperTest.kt | 8 + .../notifications/NotificationsFragment.java | 2 + .../QuotationsFragmentStateAdapter.java | 4 +- .../content/QuotationsContentFragment.java | 119 +++++ .../tabs/content/tabs/ContentCsvComposable.kt | 34 ++ .../tabs/content/tabs/ContentCsvFragment.kt | 243 +++++++++ .../tabs/content/tabs/ContentFragment.java | 56 ++ .../content/tabs/ContentInternalFragment.java | 70 +++ .../tabs/content/tabs/ContentWebFragment.java | 225 ++++++++ .../database/QuotationsDatabaseFragment.java | 488 ------------------ .../quoteunquote/utils/ImportHelper.java | 2 +- .../res/layout/fragment_notifications.xml | 1 + .../fragment_quotations_tab_database.xml | 390 +------------- ...agment_quotations_tab_database_tab_csv.xml | 116 +++++ ...t_quotations_tab_database_tab_internal.xml | 67 +++ ...agment_quotations_tab_database_tab_web.xml | 237 +++++++++ app/src/main/res/values/strings.xml | 8 +- build.gradle | 1 + config/detekt/baseline.xml | 6 + config/lint/baseline.xml | 240 ++++----- .../metadata/android/en-US/changelogs/174.txt | 3 - .../metadata/android/en-US/changelogs/177.txt | 3 + 30 files changed, 1453 insertions(+), 1008 deletions(-) create mode 100644 .idea/runConfigurations/app.xml create mode 100755 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/content/QuotationsContentFragment.java create mode 100644 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/content/tabs/ContentCsvComposable.kt create mode 100644 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/content/tabs/ContentCsvFragment.kt create mode 100755 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/content/tabs/ContentFragment.java create mode 100755 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/content/tabs/ContentInternalFragment.java create mode 100755 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/content/tabs/ContentWebFragment.java delete mode 100755 app/src/main/java/com/github/jameshnsears/quoteunquote/configure/fragment/quotations/tabs/database/QuotationsDatabaseFragment.java create mode 100755 app/src/main/res/layout/fragment_quotations_tab_database_tab_csv.xml create mode 100755 app/src/main/res/layout/fragment_quotations_tab_database_tab_internal.xml create mode 100755 app/src/main/res/layout/fragment_quotations_tab_database_tab_web.xml delete mode 100644 fastlane/metadata/android/en-US/changelogs/174.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/177.txt diff --git a/.idea/androidTestResultsUserPreferences.xml b/.idea/androidTestResultsUserPreferences.xml index 234488dd..325a5806 100644 --- a/.idea/androidTestResultsUserPreferences.xml +++ b/.idea/androidTestResultsUserPreferences.xml @@ -26,11 +26,13 @@ + + @@ -87,6 +89,7 @@ + diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml index f6b25a43..62546506 100644 --- a/.idea/appInsightsSettings.xml +++ b/.idea/appInsightsSettings.xml @@ -28,9 +28,9 @@