From 2912ebecf58052db2e2a1b4b4275688a59eaeb8e Mon Sep 17 00:00:00 2001 From: Debojit Mitra Date: Sun, 15 Dec 2024 00:54:03 +0530 Subject: [PATCH] v1.0.2 --- .idea/deploymentTargetSelector.xml | 4 +- app/build.gradle.kts | 2 +- .../com/bunny/ml/smartchef/MainActivity.java | 106 +++++----- .../smartchef/activities/AIChatActivity.java | 34 +++- .../smartchef/activities/ProfileActivity.java | 85 +++++++- .../ml/smartchef/adapters/ChatAdapter.java | 77 +++++++- .../ml/smartchef/firebase/ChatRepository.java | 2 +- .../ml/smartchef/firebase/ProfileManager.java | 22 +++ .../bunny/ml/smartchef/utils/AppUpdater.java | 23 +++ .../utils/CookingMotivationManager.java | 183 ++++++++++++++++++ .../ml/smartchef/websocket/ChatWebSocket.java | 6 +- .../main/res/layout/dialog_custom_alert.xml | 1 + app/src/main/res/layout/item_chat_typing.xml | 30 ++- app/src/main/res/values/strings.xml | 1 + 14 files changed, 490 insertions(+), 86 deletions(-) create mode 100644 app/src/main/java/com/bunny/ml/smartchef/utils/CookingMotivationManager.java diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index 2063808..9f405fc 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@