From f2724d275b6969d7be65f973af178d9fe0e07ea2 Mon Sep 17 00:00:00 2001 From: n08i40k Date: Sat, 28 Sep 2024 01:45:02 +0400 Subject: [PATCH] 1.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Дополнительная информация о последних обновлениях. --- .idea/appInsightsSettings.xml | 9 ++ app/build.gradle.kts | 4 +- .../next/data/cache/NetworkCacheRepository.kt | 5 + .../cache/impl/FakeNetworkCacheRepository.kt | 7 + .../cache/impl/LocalNetworkCacheRepository.kt | 36 ++++- .../polytechnic/next/network/Request.kt | 1 + .../next/network/data/CachedRequest.kt | 13 +- .../ScheduleGetCacheStatusResponse.kt | 2 + .../polytechnic/next/ui/ExpandableCard.kt | 134 ++++++++++++++++++ .../next/ui/main/schedule/ScheduleScreen.kt | 31 +++- .../next/ui/main/schedule/UpdateInfo.kt | 89 ++++++++++++ app/src/main/proto/settings.proto | 6 + app/src/main/res/values-ru/strings.xml | 4 + app/src/main/res/values/strings.xml | 4 + 14 files changed, 328 insertions(+), 17 deletions(-) create mode 100644 app/src/main/java/ru/n08i40k/polytechnic/next/ui/ExpandableCard.kt create mode 100644 app/src/main/java/ru/n08i40k/polytechnic/next/ui/main/schedule/UpdateInfo.kt diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml index cb7184b..bac18c6 100644 --- a/.idea/appInsightsSettings.xml +++ b/.idea/appInsightsSettings.xml @@ -17,6 +17,15 @@