Browse Source

fix feedback issues

new_design
Mukesh Dhungana 2 years ago
parent
commit
6417a5afb1
  1. 2
      app/src/main/java/com/remit/jmecustomer/features/changepassNPin/view/ChangePassNPinActivity.java
  2. 4
      app/src/main/java/com/remit/jmecustomer/features/kyc/existingCustomer/view/documents/ExistingKYCIDTypeFragment.java
  3. 18
      app/src/main/java/com/remit/jmecustomer/features/kyc/newCustomer/view/documents/KYCIDTypeFragment.java
  4. 12
      app/src/main/java/com/remit/jmecustomer/features/notice/model/NoticeDTO.java
  5. 1
      app/src/main/java/com/remit/jmecustomer/features/notice/view/NoticeListingFragment.java
  6. 2
      app/src/main/res/values-bn/strings.xml
  7. 2
      app/src/main/res/values-ja/strings.xml
  8. 2
      app/src/main/res/values-ne/strings.xml
  9. 1
      app/src/main/res/values/colors.xml

2
app/src/main/java/com/remit/jmecustomer/features/changepassNPin/view/ChangePassNPinActivity.java

@ -215,7 +215,7 @@ public class ChangePassNPinActivity extends BaseActivity implements ChangePassNP
private void performDefaultAction(Bundle savedInstanceState) {
if(savedInstanceState==null)
{
toolbarTitle.setText(R.string.changePassNPin_text);
toolbarTitle.setText(R.string.change_pin_password_title_text);
iv_cancel.setVisibility(View.INVISIBLE);
}
}

4
app/src/main/java/com/remit/jmecustomer/features/kyc/existingCustomer/view/documents/ExistingKYCIDTypeFragment.java

@ -563,8 +563,10 @@ public class ExistingKYCIDTypeFragment extends BaseFragment {
private void requestToCropImage(int currentRequest) {
this.currentRequest = currentRequest;
CropImage.activity(photoURI)
.setInitialCropWindowPaddingRatio(0.05F)
.setAspectRatio(4,3)
.setCropMenuCropButtonTitle(getString(R.string.done_text))
.start(getActivity(), this);
.start(getContext(), this);
}

18
app/src/main/java/com/remit/jmecustomer/features/kyc/newCustomer/view/documents/KYCIDTypeFragment.java

@ -764,11 +764,19 @@ public class KYCIDTypeFragment extends BaseFragment implements KYCV3PresenterInt
private void requestToCropImage(int currentRequest) {
this.currentRequest = currentRequest;
CropImage.activity(photoURI)
.setInitialCropWindowPaddingRatio(0)
.setAspectRatio(16,9)
.setCropMenuCropButtonTitle(getString(R.string.done_text))
.start(getContext(), this);
if (currentRequest == CAMERA_REQUEST_ADDITIONAL_ID ||
currentRequest == CAMERA_REQUEST_ADDITIONAL_ID_BACK ||
currentRequest == CAMERA_REQUEST_FACE_PHOTO)
CropImage.activity(photoURI)
.setCropMenuCropButtonTitle(getString(R.string.done_text))
.start(getContext(), this);
else
CropImage.activity(photoURI)
.setBackgroundColor(getContext().getResources().getColor(R.color.blur))
.setInitialCropWindowPaddingRatio(0.05F)
.setAspectRatio(4, 3)
.setCropMenuCropButtonTitle(getString(R.string.done_text))
.start(getContext(), this);
}

12
app/src/main/java/com/remit/jmecustomer/features/notice/model/NoticeDTO.java

@ -26,7 +26,9 @@ public class NoticeDTO {
@Expose
private String extra;
@SerializedName("DisplayActions")
@Expose
private String displayActions;
@ -77,4 +79,12 @@ public class NoticeDTO {
public void setExtra(String extra) {
this.extra = extra;
}
public String getDisplayActions() {
return displayActions;
}
public void setDisplayActions(String displayActions) {
this.displayActions = displayActions;
}
}

1
app/src/main/java/com/remit/jmecustomer/features/notice/view/NoticeListingFragment.java

@ -91,6 +91,7 @@ public class NoticeListingFragment extends BaseFragment implements NoticeListing
NoticeDTO selectedNotice=new ViewModelProvider(getActivity()).get(NoticeViewModel.class).getSelectedNotice();
Intent startReceiptActivity = new Intent(getActivity(), SendMoneyV2TransactionCompleteActivity.class);
startReceiptActivity.putExtra(SendMoneyV2TransactionCompleteActivity.SEND_MONEY_TID_BUNDLE_KEY, selectedNotice.getExtra());
startReceiptActivity.putExtra(SendMoneyV2TransactionCompleteActivity.DISPLAY_ACTIONS_BUNDLE_KEY, selectedNotice.getDisplayActions());
startActivity(startReceiptActivity);
}
}

2
app/src/main/res/values-bn/strings.xml

@ -190,7 +190,7 @@
<string name="searchPurposeOfRegistration_text">নিব্ধনের উদ্দেশ্য সার্চ করুন</string>
<string name="selectPurposeOfRegistration_text">নিবন্ধনের উদ্দেশ্য নির্বাচন করুন</string>
<string name="personal_information_text">ব্যক্তিগত তথ্য</string>
<string name="employerName_text">কোম্পানির নাম</string>
<string name="employerName_text">কোম্পানির নাম (ঐচ্ছিক)</string>
<string name="select_occupation_text">পেশা নির্বাচন করুুন</string>
<string name="monthlyIncome_text">মাসিক আয়</string>
<string name="mobileNumber_text">মোবাইল নম্বর</string>

2
app/src/main/res/values-ja/strings.xml

@ -187,7 +187,7 @@
<string name="searchPurposeOfRegistration_text">ビジネスタイプの選択</string>
<string name="selectPurposeOfRegistration_text">登録目的の選択</string>
<string name="personal_information_text">個人情報</string>
<string name="employerName_text">会社名(オプション)</string>
<string name="employerName_text">会社名 (オプション)</string>
<string name="select_occupation_text">職業の選択</string>
<string name="monthlyIncome_text">月収</string>
<string name="mobileNumber_text">携帯電話番号</string>

2
app/src/main/res/values-ne/strings.xml

@ -188,7 +188,7 @@
<string name="searchPurposeOfRegistration_text">दर्ता गर्ने उद्देश्य खोज्नुहोस्‌</string>
<string name="selectPurposeOfRegistration_text">दर्ता गर्ने उद्देश्य चयन गर्नुहोस्‌</string>
<string name="personal_information_text">व्यक्तिगत जानकारी</string>
<string name="employerName_text">रोजगारदाताको नाम</string>
<string name="employerName_text">कम्पनीको नाम (वैकल्पिक)</string>
<string name="select_occupation_text">पेशा चयन गर्नुहोस्</string>
<string name="monthlyIncome_text">मासिक आम्दानी</string>
<string name="mobileNumber_text">मोबाइल नम्बर</string>

1
app/src/main/res/values/colors.xml

@ -57,5 +57,6 @@
<color name="m_blue_text_link">#2A2A82</color>
<color name="transparent">#000000FF</color>
<color name="blur">#060606bd</color>
</resources>
Loading…
Cancel
Save