-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from isuyashpatel/dev
Dev
- Loading branch information
Showing
72 changed files
with
506 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<issues format="6" by="lint 8.1.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.1)" variant="all" version="8.1.1"> | ||
|
||
<issue | ||
id="RedundantLabel" | ||
message="Redundant label can be removed" | ||
errorLine1=" android:label="@string/app_name"" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/AndroidManifest.xml" | ||
line="14" | ||
column="9"/> | ||
</issue> | ||
|
||
<issue | ||
id="GradleDependency" | ||
message="A newer version of androidx.test.ext:junit than 1.1.3 is available: 1.1.5" | ||
errorLine1=" androidTestImplementation 'androidx.test.ext:junit:1.1.3'" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="build.gradle" | ||
line="117" | ||
column="31"/> | ||
</issue> | ||
|
||
<issue | ||
id="PrivateResource" | ||
message="The resource `@dimen/abc_edit_text_inset_horizontal_material` is marked as private in androidx.appcompat:appcompat:1.6.1" | ||
errorLine1=" android:insetLeft="@dimen/abc_edit_text_inset_horizontal_material"" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="17" | ||
column="27"/> | ||
</issue> | ||
|
||
<issue | ||
id="PrivateResource" | ||
message="The resource `@dimen/abc_edit_text_inset_horizontal_material` is marked as private in androidx.appcompat:appcompat:1.6.1" | ||
errorLine1=" android:insetRight="@dimen/abc_edit_text_inset_horizontal_material"" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="18" | ||
column="28"/> | ||
</issue> | ||
|
||
<issue | ||
id="PrivateResource" | ||
message="The resource `@dimen/abc_edit_text_inset_top_material` is marked as private in androidx.appcompat:appcompat:1.6.1" | ||
errorLine1=" android:insetTop="@dimen/abc_edit_text_inset_top_material"" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="19" | ||
column="26"/> | ||
</issue> | ||
|
||
<issue | ||
id="PrivateResource" | ||
message="The resource `@dimen/abc_edit_text_inset_bottom_material` is marked as private in androidx.appcompat:appcompat:1.6.1" | ||
errorLine1=" android:insetBottom="@dimen/abc_edit_text_inset_bottom_material">" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="20" | ||
column="29"/> | ||
</issue> | ||
|
||
<issue | ||
id="PrivateResource" | ||
message="The resource `@drawable/abc_textfield_default_mtrl_alpha` is marked as private in androidx.appcompat:appcompat:1.6.1" | ||
errorLine1=" <item android:state_enabled="false" android:drawable="@drawable/abc_textfield_default_mtrl_alpha"/>" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="32" | ||
column="63"/> | ||
</issue> | ||
|
||
<issue | ||
id="PrivateResource" | ||
message="The resource `@drawable/abc_textfield_activated_mtrl_alpha` is marked as private in androidx.appcompat:appcompat:1.6.1" | ||
errorLine1=" <item android:drawable="@drawable/abc_textfield_activated_mtrl_alpha"/>" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="33" | ||
column="33"/> | ||
</issue> | ||
|
||
<issue | ||
id="DataExtractionRules" | ||
message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher." | ||
errorLine1=" android:allowBackup="false"" | ||
errorLine2=" ~~~~~"> | ||
<location | ||
file="src/main/AndroidManifest.xml" | ||
line="10" | ||
column="28"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.integer.react_native_dev_server_port` appears to be unused"> | ||
<location | ||
file="build.gradle"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.integer.react_native_inspector_proxy_port` appears to be unused"> | ||
<location | ||
file="build.gradle"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.color.primary_dark` appears to be unused" | ||
errorLine1=" <color name="primary_dark">#000000</color>" | ||
errorLine2=" ~~~~~~~~~~~~~~~~~~~"> | ||
<location | ||
file="src/main/res/values/colors.xml" | ||
line="3" | ||
column="12"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.drawable.launch_screen` appears to be unused"> | ||
<location | ||
file="src/main/res/drawable-hdpi/launch_screen.png"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.layout.launch_screen` appears to be unused" | ||
errorLine1="<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"" | ||
errorLine2="^"> | ||
<location | ||
file="src/main/res/layout/launch_screen.xml" | ||
line="2" | ||
column="1"/> | ||
</issue> | ||
|
||
<issue | ||
id="UnusedResources" | ||
message="The resource `R.drawable.rn_edit_text_material` appears to be unused" | ||
errorLine1="<inset xmlns:android="http://schemas.android.com/apk/res/android"" | ||
errorLine2="^"> | ||
<location | ||
file="src/main/res/drawable/rn_edit_text_material.xml" | ||
line="16" | ||
column="1"/> | ||
</issue> | ||
|
||
<issue | ||
id="ContentDescription" | ||
message="Missing `contentDescription` attribute on image" | ||
errorLine1=" <ImageView android:layout_width="match_parent" android:layout_height="match_parent" android:src="@drawable/launch_screen" android:scaleType="centerCrop" />" | ||
errorLine2=" ~~~~~~~~~"> | ||
<location | ||
file="src/main/res/layout/launch_screen.xml" | ||
line="5" | ||
column="6"/> | ||
</issue> | ||
|
||
</issues> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-134 Bytes
...res/drawable-hdpi/node_modules_reactnavigation_elements_src_assets_backicon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-100 Bytes
...res/drawable-mdpi/node_modules_reactnavigation_elements_src_assets_backicon.png
Binary file not shown.
Binary file removed
BIN
-913 Bytes
...drawable-mdpi/node_modules_reactnavigation_elements_src_assets_backiconmask.png
Binary file not shown.
Binary file removed
BIN
-1.82 KB
android/app/src/main/res/drawable-mdpi/src_assets_app_images_amazonpay.png
Binary file not shown.
Binary file removed
BIN
-1.38 KB
android/app/src/main/res/drawable-mdpi/src_assets_app_images_applepay.png
Binary file not shown.
Binary file removed
BIN
-15.9 KB
android/app/src/main/res/drawable-mdpi/src_assets_app_images_avatar.png
Binary file not shown.
Binary file removed
BIN
-4.28 KB
android/app/src/main/res/drawable-mdpi/src_assets_app_images_gpay.png
Binary file not shown.
Binary file removed
BIN
-524 KB
...e-mdpi/src_assets_coffee_assets_americano_portrait_americano_pic_1_portrait.png
Binary file not shown.
Binary file removed
BIN
-267 KB
...e-mdpi/src_assets_coffee_assets_americano_portrait_americano_pic_2_portrait.png
Binary file not shown.
Binary file removed
BIN
-266 KB
...e-mdpi/src_assets_coffee_assets_americano_portrait_americano_pic_3_portrait.png
Binary file not shown.
Binary file removed
BIN
-93.9 KB
...wable-mdpi/src_assets_coffee_assets_americano_square_americano_pic_1_square.png
Binary file not shown.
Binary file removed
BIN
-60.4 KB
...wable-mdpi/src_assets_coffee_assets_americano_square_americano_pic_2_square.png
Binary file not shown.
Binary file removed
BIN
-63.3 KB
...wable-mdpi/src_assets_coffee_assets_americano_square_americano_pic_3_square.png
Binary file not shown.
Binary file removed
BIN
-1.34 MB
...src_assets_coffee_assets_arabica_coffee_beans_arabica_coffee_beans_portrait.png
Binary file not shown.
Binary file removed
BIN
-104 KB
...i/src_assets_coffee_assets_arabica_coffee_beans_arabica_coffee_beans_square.png
Binary file not shown.
Binary file removed
BIN
-326 KB
.../src_assets_coffee_assets_black_coffee_portrait_black_coffee_pic_1_portrait.png
Binary file not shown.
Binary file removed
BIN
-244 KB
.../src_assets_coffee_assets_black_coffee_portrait_black_coffee_pic_2_portrait.png
Binary file not shown.
Binary file removed
BIN
-391 KB
.../src_assets_coffee_assets_black_coffee_portrait_black_coffee_pic_3_portrait.png
Binary file not shown.
Binary file removed
BIN
-62 KB
...mdpi/src_assets_coffee_assets_black_coffee_square_black_coffee_pic_1_square.png
Binary file not shown.
Binary file removed
BIN
-59.5 KB
...mdpi/src_assets_coffee_assets_black_coffee_square_black_coffee_pic_2_square.png
Binary file not shown.
Binary file removed
BIN
-77.5 KB
...mdpi/src_assets_coffee_assets_black_coffee_square_black_coffee_pic_3_square.png
Binary file not shown.
Binary file removed
BIN
-274 KB
...mdpi/src_assets_coffee_assets_cappuccino_portrait_cappuccino_pic_1_portrait.png
Binary file not shown.
Binary file removed
BIN
-356 KB
...mdpi/src_assets_coffee_assets_cappuccino_portrait_cappuccino_pic_2_portrait.png
Binary file not shown.
Binary file removed
BIN
-339 KB
...mdpi/src_assets_coffee_assets_cappuccino_portrait_cappuccino_pic_3_portrait.png
Diff not rendered.
Binary file removed
BIN
-59.7 KB
...ble-mdpi/src_assets_coffee_assets_cappuccino_square_cappuccino_pic_1_square.png
Diff not rendered.
Binary file removed
BIN
-75.5 KB
...ble-mdpi/src_assets_coffee_assets_cappuccino_square_cappuccino_pic_2_square.png
Diff not rendered.
Binary file removed
BIN
-67.7 KB
...ble-mdpi/src_assets_coffee_assets_cappuccino_square_cappuccino_pic_3_square.png
Diff not rendered.
Binary file removed
BIN
-369 KB
...ble-mdpi/src_assets_coffee_assets_espresso_portrait_espresso_pic_1_portrait.png
Diff not rendered.
Binary file removed
BIN
-377 KB
...ble-mdpi/src_assets_coffee_assets_espresso_portrait_espresso_pic_2_portrait.png
Diff not rendered.
Binary file removed
BIN
-475 KB
...ble-mdpi/src_assets_coffee_assets_espresso_portrait_espresso_pic_3_portrait.png
Diff not rendered.
Binary file removed
BIN
-63.1 KB
...rawable-mdpi/src_assets_coffee_assets_espresso_square_espresso_pic_1_square.png
Diff not rendered.
Binary file removed
BIN
-64 KB
...rawable-mdpi/src_assets_coffee_assets_espresso_square_espresso_pic_2_square.png
Diff not rendered.
Binary file removed
BIN
-78.1 KB
...rawable-mdpi/src_assets_coffee_assets_espresso_square_espresso_pic_3_square.png
Diff not rendered.
Binary file removed
BIN
-1.25 MB
...src_assets_coffee_assets_excelsa_coffee_beans_excelsa_coffee_beans_portrait.png
Diff not rendered.
Binary file removed
BIN
-97 KB
...i/src_assets_coffee_assets_excelsa_coffee_beans_excelsa_coffee_beans_square.png
Diff not rendered.
Binary file removed
BIN
-353 KB
.../drawable-mdpi/src_assets_coffee_assets_latte_portrait_latte_pic_1_portrait.png
Diff not rendered.
Binary file removed
BIN
-309 KB
.../drawable-mdpi/src_assets_coffee_assets_latte_portrait_latte_pic_2_portrait.png
Diff not rendered.
Binary file removed
BIN
-322 KB
.../drawable-mdpi/src_assets_coffee_assets_latte_portrait_latte_pic_3_portrait.png
Diff not rendered.
Binary file removed
BIN
-68.1 KB
.../res/drawable-mdpi/src_assets_coffee_assets_latte_square_latte_pic_1_square.png
Diff not rendered.
Binary file removed
BIN
-58.2 KB
.../res/drawable-mdpi/src_assets_coffee_assets_latte_square_latte_pic_2_square.png
Diff not rendered.
Binary file removed
BIN
-59.5 KB
.../res/drawable-mdpi/src_assets_coffee_assets_latte_square_latte_pic_3_square.png
Diff not rendered.
Binary file removed
BIN
-1.28 MB
...c_assets_coffee_assets_liberica_coffee_beans_liberica_coffee_beans_portrait.png
Diff not rendered.
Binary file removed
BIN
-94.5 KB
...src_assets_coffee_assets_liberica_coffee_beans_liberica_coffee_beans_square.png
Diff not rendered.
Binary file removed
BIN
-348 KB
...e-mdpi/src_assets_coffee_assets_macchiato_portrait_macchiato_pic_1_portrait.png
Diff not rendered.
Binary file removed
BIN
-420 KB
...e-mdpi/src_assets_coffee_assets_macchiato_portrait_macchiato_pic_2_portrait.png
Diff not rendered.
Binary file removed
BIN
-367 KB
...e-mdpi/src_assets_coffee_assets_macchiato_portrait_macchiato_pic_3_portrait.png
Diff not rendered.
Binary file removed
BIN
-77.1 KB
...wable-mdpi/src_assets_coffee_assets_macchiato_square_macchiato_pic_1_square.png
Diff not rendered.
Binary file removed
BIN
-84.1 KB
...wable-mdpi/src_assets_coffee_assets_macchiato_square_macchiato_pic_2_square.png
Diff not rendered.
Binary file removed
BIN
-76.1 KB
...wable-mdpi/src_assets_coffee_assets_macchiato_square_macchiato_pic_3_square.png
Diff not rendered.
Binary file removed
BIN
-1.01 MB
...src_assets_coffee_assets_robusta_coffee_beans_robusta_coffee_beans_portrait.png
Diff not rendered.
Binary file removed
BIN
-89.6 KB
...i/src_assets_coffee_assets_robusta_coffee_beans_robusta_coffee_beans_square.png
Diff not rendered.
Oops, something went wrong.
Binary file removed
BIN
-134 Bytes
...es/drawable-xhdpi/node_modules_reactnavigation_elements_src_assets_backicon.png
Diff not rendered.
Oops, something went wrong.
Binary file removed
BIN
-167 Bytes
...s/drawable-xxhdpi/node_modules_reactnavigation_elements_src_assets_backicon.png
Diff not rendered.
Oops, something went wrong.
Binary file removed
BIN
-207 Bytes
.../drawable-xxxhdpi/node_modules_reactnavigation_elements_src_assets_backicon.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:background="@drawable/launch_screen" | ||
android:orientation="vertical"> | ||
|
||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="primary_dark">#0C0F14</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<resources> | ||
|
||
<!-- Base application theme. --> | ||
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | ||
<!-- Customize your theme here. --> | ||
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item> | ||
<!--设置透明背景--> | ||
<item name="android:windowIsTranslucent">true</item> | ||
</style> | ||
|
||
</resources> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.