Skip to content

AC-638 Adding inputType for capitalising the first letter#643

Merged
f4ww4z merged 1 commit intoopenmrs:masterfrom
tbagz104:master
Dec 27, 2019
Merged

AC-638 Adding inputType for capitalising the first letter#643
f4ww4z merged 1 commit intoopenmrs:masterfrom
tbagz104:master

Conversation

@tbagz104
Copy link
Contributor

@tbagz104 tbagz104 commented Dec 21, 2019

Description of what I changed

  • As some of the important input fields were having just a text input in lowercase, such as 'City','First Name' etc.,an input of capitalising the the first letter needs to be added as these fields are of high priority.

  • Changed input type from android:inputType="text" to android:inputType="textCapWords" which was missing for some important input fields.

Issue I worked on

JIRA Issue: https://issues.openmrs.org/browse/AC-638

Checklist: I completed these to help reviewers :)

  • My pull request only contains ONE single commit
    (the number above, next to the 'Commits' tab is 1).
  • I have added tests to cover my changes. (If you refactored
    existing code that was well tested you do not have to add tests)
  • All new and existing tests passed.
  • My pull request is based on the latest changes of the master branch.

@codecov-io
Copy link

codecov-io commented Dec 21, 2019

Codecov Report

Merging #643 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #643   +/-   ##
======================================
  Coverage    14.4%   14.4%           
======================================
  Files         202     202           
  Lines        9223    9223           
  Branches      791     791           
======================================
  Hits         1329    1329           
  Misses       7813    7813           
  Partials       81      81

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3989f0...466cdf8. Read the comment docs.

@tbagz104
Copy link
Contributor Author

@f4ww4z could you please look into this ? :)

@rishabh-997
Copy link
Collaborator

@f4ww4z could you please look into this ? :)

Go through the PR guidelines @tbagz104 , send the PR only when the issue is ready for work

@tbagz104
Copy link
Contributor Author

@f4ww4z could you please look into this ? :)

Go through the PR guidelines @tbagz104 , send the PR only when the issue is ready for work

My bad,I didn't go through it. I've noted this. Thanks for pointing it out. I've pinged @f4ww4z on the issue page,hopefully he'll assess and make it ready for work. I hope that's okay for once.

Copy link
Collaborator

@f4ww4z f4ww4z left a comment

Choose a reason for hiding this comment

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

Looks good @tbagz104 . Please claim the task first on JIRA.

@tbagz104
Copy link
Contributor Author

Looks good @tbagz104 . Please claim the task first on JIRA.

@f4ww4z Thanks :) It's done.

@f4ww4z f4ww4z merged commit 5a5f4bb into openmrs:master Dec 27, 2019
rishabh-997 pushed a commit to rishabh-997/openmrs-contrib-android-client that referenced this pull request Dec 27, 2019
resolved conflicts

resolved conflicts with splash screen
rishabh-997 pushed a commit to rishabh-997/openmrs-contrib-android-client that referenced this pull request Dec 28, 2019
AC-560: Wrap Parent layout to match text size in charts list (openmrs#640)

[AC-638] Added inputType for capitalizing the first letter (openmrs#643)

added first time intro slides to app

completed requested changes

added seven intro slides

[AC-638] Added inputType for capitalizing the first letter (openmrs#643)

resolved conflicts

resolved conflicts with splash screen

squashing commits
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.

4 participants