Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #987:Enhancing the document upload and identifier dialog #988

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

AkshGautam
Copy link
Contributor

@AkshGautam AkshGautam commented May 25, 2018

fix #987
Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the MifosStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@AkshGautam
Copy link
Contributor Author

AkshGautam commented May 25, 2018

@therajanmaurya @tarun0 please review
screenshot_2018-05-25-12-45-35

screenshot_2018-05-26-01-40-00

@AkshGautam AkshGautam force-pushed the dialog_enhancements branch from 8effd41 to 3abf186 Compare May 25, 2018 20:10
@AkshGautam AkshGautam changed the title fix #987:Enhancing the document upload dialog fix #987:Enhancing the document upload and identifier dialog May 25, 2018
@@ -67,6 +67,9 @@
@BindView(R.id.tv_choose_file)
TextView tv_choose_file;

@BindView(R.id.btn_browse_document)
Button bt_browse;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the camel case naming convention

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@therajanmaurya snake case convention is followed across the entire document. For example : tv_choose_file,et_document_description

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AkshGautam AkshGautam force-pushed the dialog_enhancements branch 2 times, most recently from 8c7de88 to b1e5f6f Compare June 11, 2018 08:55
@AkshGautam AkshGautam force-pushed the dialog_enhancements branch from b1e5f6f to 9b69d98 Compare June 13, 2018 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancing the Dialog fragments
2 participants