Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Stops app crash on entering received forms #237

Merged
merged 5 commits into from
Apr 4, 2019

Conversation

ajay-prabhakar
Copy link
Contributor

@ajay-prabhakar ajay-prabhakar commented Apr 4, 2019

Closes #236

What has been done to verify that this works as intended?

  1. Checks if the app is crashing on clicking received forms
  2. Checked any new warnings are produced
  3. Whether it is directing to review form

Why is this the best possible solution? Were any other approaches considered?

The app is crashing due to android.support.design.widget.TextInputLayout so I imported dependencies from google android material
and stopped the warning of autofill

How does this change affect users?

App crash is not at all the good behavior, so removed that behavior
by directing into review form so the user can review the forms or view it on ODK collect

GIF

ezgif com-video-to-gif

Before submitting this PR, please make sure you have:

  • run ./gradlew checkCode and confirmed all checks still pass OR confirm CircleCI build passes
  • verified that any code or assets from external sources are properly credited in comments and/or in the about file.

@ajay-prabhakar
Copy link
Contributor Author

@shobhitagarwal1612 @lakshyagupta21 please review it, thank you!

Copy link
Contributor

@shobhitagarwal1612 shobhitagarwal1612 left a comment

Choose a reason for hiding this comment

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

🎉 🎉

@@ -31,6 +31,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
implementation 'com.google.android.material:material:1.0.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove this. Dependency is already added

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohh! I did not see. I done

@shobhitagarwal1612 shobhitagarwal1612 merged commit 3243727 into getodk:master Apr 4, 2019
ajay-prabhakar added a commit to ajay-prabhakar/share that referenced this pull request Apr 6, 2019
autofills ignored

removed empty line

Added the flash feature

added margin and made some changes

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Removed unused changes

Removed unused changes

Introduced flashlight

made maifest changes

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

changed to QRcode
ajay-prabhakar added a commit to ajay-prabhakar/share that referenced this pull request Apr 6, 2019
autofills ignored

removed empty line

Added the flash feature

added margin and made some changes

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Removed unused changes

Removed unused changes

Introduced flashlight

made maifest changes

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

changed to QRcode
ajay-prabhakar added a commit to ajay-prabhakar/share that referenced this pull request Apr 6, 2019
Added Flash light feature

autofills ignored

removed empty line

Added the flash feature

added margin and made some changes

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Removed unused changes

Removed unused changes

Introduced flashlight

made maifest changes

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

changed to QRcode

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Made object name to camel case
ajay-prabhakar added a commit to ajay-prabhakar/share that referenced this pull request Apr 6, 2019
Added Flash light feature

autofills ignored

removed empty line

Added the flash feature

added margin and made some changes

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Removed unused changes

Removed unused changes

Introduced flashlight

made maifest changes

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

changed to QRcode

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Made object name to camel case
ajay-prabhakar added a commit to ajay-prabhakar/share that referenced this pull request Apr 6, 2019
Added Flash light feature

autofills ignored

removed empty line

Added the flash feature

added margin and made some changes

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Removed unused changes

Removed unused changes

Introduced flashlight

made maifest changes

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

changed to QRcode

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Made object name to camel case

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Changes for getodk#230

Changed QR code camel case

Changed QR code camel case
@ajay-prabhakar ajay-prabhakar deleted the appcrash branch April 20, 2019 01:48
ajay-prabhakar added a commit to ajay-prabhakar/share that referenced this pull request Aug 21, 2019
Added Flash light feature

autofills ignored

removed empty line

Added the flash feature

added margin and made some changes

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Removed unused changes

Removed unused changes

Introduced flashlight

made maifest changes

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

Checkstyle changed

changed to QRcode

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Made object name to camel case

Fix crash on start

Also removes duplicate write permissions requests

Stop app crash on entering received forms (getodk#237)

Improve UX for setting password (getodk#230)

Changes for getodk#230

Changed QR code camel case

Changed QR code camel case
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants