feat: Implement NotificationHelper, update profile UI, and add new language localizations.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.gradle/9.2.1/checksums/checksums.lock
Normal file
BIN
.gradle/9.2.1/checksums/checksums.lock
Normal file
Binary file not shown.
Binary file not shown.
BIN
.gradle/9.2.1/checksums/sha1-checksums.bin
Normal file
BIN
.gradle/9.2.1/checksums/sha1-checksums.bin
Normal file
Binary file not shown.
BIN
.gradle/9.2.1/executionHistory/executionHistory.lock
Normal file
BIN
.gradle/9.2.1/executionHistory/executionHistory.lock
Normal file
Binary file not shown.
BIN
.gradle/9.2.1/fileChanges/last-build.bin
Normal file
BIN
.gradle/9.2.1/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
.gradle/9.2.1/fileHashes/fileHashes.bin
Normal file
BIN
.gradle/9.2.1/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
.gradle/9.2.1/fileHashes/fileHashes.lock
Normal file
BIN
.gradle/9.2.1/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
BIN
.gradle/9.2.1/fileHashes/resourceHashesCache.bin
Normal file
BIN
.gradle/9.2.1/fileHashes/resourceHashesCache.bin
Normal file
Binary file not shown.
0
.gradle/9.2.1/gc.properties
Normal file
0
.gradle/9.2.1/gc.properties
Normal file
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
#Tue Jan 27 17:11:09 WET 2026
|
||||
gradle.version=9.1.0
|
||||
#Tue Feb 24 14:10:02 WET 2026
|
||||
gradle.version=9.2.1
|
||||
|
||||
Binary file not shown.
24
.idea/caches/deviceStreaming.xml
generated
24
.idea/caches/deviceStreaming.xml
generated
@@ -148,6 +148,18 @@
|
||||
<option name="screenX" value="1080" />
|
||||
<option name="screenY" value="2408" />
|
||||
</PersistentDeviceSelectionData>
|
||||
<PersistentDeviceSelectionData>
|
||||
<option name="api" value="35" />
|
||||
<option name="brand" value="samsung" />
|
||||
<option name="codename" value="a14xmsq" />
|
||||
<option name="id" value="a14xmsq" />
|
||||
<option name="labId" value="google" />
|
||||
<option name="manufacturer" value="Samsung" />
|
||||
<option name="name" value="Galaxy A14 5G" />
|
||||
<option name="screenDensity" value="450" />
|
||||
<option name="screenX" value="1080" />
|
||||
<option name="screenY" value="2408" />
|
||||
</PersistentDeviceSelectionData>
|
||||
<PersistentDeviceSelectionData>
|
||||
<option name="api" value="35" />
|
||||
<option name="brand" value="samsung" />
|
||||
@@ -220,6 +232,18 @@
|
||||
<option name="screenX" value="1080" />
|
||||
<option name="screenY" value="2340" />
|
||||
</PersistentDeviceSelectionData>
|
||||
<PersistentDeviceSelectionData>
|
||||
<option name="api" value="36" />
|
||||
<option name="brand" value="samsung" />
|
||||
<option name="codename" value="a16x" />
|
||||
<option name="id" value="a16x" />
|
||||
<option name="labId" value="google" />
|
||||
<option name="manufacturer" value="Samsung" />
|
||||
<option name="name" value="A16 5G" />
|
||||
<option name="screenDensity" value="450" />
|
||||
<option name="screenX" value="1080" />
|
||||
<option name="screenY" value="2340" />
|
||||
</PersistentDeviceSelectionData>
|
||||
<PersistentDeviceSelectionData>
|
||||
<option name="api" value="31" />
|
||||
<option name="brand" value="samsung" />
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package com.example.cuida.ui.medication;
|
||||
|
||||
import static android.os.Build.VERSION_CODES.R;
|
||||
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '9.0.0' apply false
|
||||
id 'com.android.library' version '9.0.0' apply false
|
||||
id 'com.android.application' version '9.0.1' apply false
|
||||
id 'com.android.library' version '9.0.1' apply false
|
||||
id 'com.google.gms.google-services' version '4.4.4' apply false
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user