Merge remote-tracking branch 'origin/master' into screen-features

This commit is contained in:
shaulascr
2025-04-11 11:06:02 +07:00
84 changed files with 1942 additions and 663 deletions

View File

@ -34,9 +34,24 @@
<activity
android:name=".ui.order.CheckoutActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.profile.payment_info.DetailPaymentInfoActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.profile.payment_info.PaymentInfoActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.profile.address.StoreAddressActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.product.ProductActivity"
android:exported="false" />
<activity
android:name=".ui.product.ReviewProductActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.sells.SellsActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.balance.BalanceActivity"
android:exported="false" />
@ -50,13 +65,13 @@
android:name=".ui.profile.mystore.balance.BalanceTopUpActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.product.AddProductActivity"
android:name=".ui.profile.mystore.product.StoreProductDetailActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.profile.EditStoreProfileActivity"
android:name=".ui.profile.mystore.profile.DetailStoreProfileActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.TokoSayaActivity"
android:name=".ui.profile.mystore.MyStoreActivity"
android:exported="false" />
<activity
android:name=".ui.product.DetailProductActivity"