-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commcare 2.61 #3438
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
Merged
Merged
Commcare 2.61 #3438
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
8053e7a
Location indicator for Personal ID Signup
jaypanchal-13 ebe7935
values-lt
jaypanchal-13 c2f73d7
Merge remote-tracking branch 'refs/remotes/origin/master' into CCCT-1…
jaypanchal-13 a263446
tooltip message changed
jaypanchal-13 c6b142d
tooltip message changed
jaypanchal-13 ec4968e
Some side nav bar changes
jaypanchal-13 4216d53
Merge branch 'master' into CCCT-1904-change-sidebar-menu-color
jaypanchal-13 843611f
Merge branch 'master' into CCCT-1662-location-indicator-signup
jaypanchal-13 29be574
Merge branch 'master' into CCCT-1904-change-sidebar-menu-color
jaypanchal-13 5d0fe1f
Merge branch 'master' into CCCT-1904-change-sidebar-menu-color
jaypanchal-13 e9599dd
Merge remote-tracking branch 'origin/master' into CCCT-1662-location-…
jaypanchal-13 8b7e0c1
Solve Comments
jaypanchal-13 aa2817c
Remove unintended version bump
jaypanchal-13 584b52e
updated failure message
jaypanchal-13 0ad61ac
Solved small size issue when capturing photo during personalID sign up
Jignesh-dimagi ff2ea06
Solve comments
jaypanchal-13 06dd76f
Remove unintended version bump
jaypanchal-13 26b8231
Add question data to the logging
avazirna 5643bb9
Lint
avazirna 79213af
added new line in strings and rename color
jaypanchal-13 54d9845
Merge pull request #3419 from dimagi/CCCT-1904-change-sidebar-menu-color
jaypanchal-13 3d72898
Merge branch 'commcare_2.61' into CCCT-1662-location-indicator-signup
jaypanchal-13 8623349
Merge pull request #3414 from dimagi/CCCT-1662-location-indicator-signup
jaypanchal-13 0f38100
Merge pull request #3423 from dimagi/jignesh/fix/ci-391
Jignesh-dimagi 7c3a4a6
Add parent view details logging
avazirna da5566c
Refactor
avazirna cc09403
Added progress bar while loading the work history
Jignesh-dimagi f895587
Combine logs
avazirna 4b6ee90
Merge pull request #3424 from dimagi/improve-logging-when-resizing-qu…
avazirna e3aaeba
Added Receiver to listen location service status
Jignesh-dimagi eac8893
Notification and work history screen title issue solved
Jignesh-dimagi 5ee5596
Merge pull request #3428 from dimagi/jignesh/fix/qa-8244
Jignesh-dimagi d654b0c
Merge pull request #3427 from dimagi/jignesh/fix/qa-8241
Jignesh-dimagi 6b34d5e
Supported older version before API 24
Jignesh-dimagi 1bd356b
Merge pull request #3433 from dimagi/jignesh/fix/ci-399
Jignesh-dimagi 3fbcc46
Earned and Transfer amount on the payment tab issue solved
Jignesh-dimagi d4ea990
Merge pull request #3435 from dimagi/jignesh/fix/qa-8251
Jignesh-dimagi dd9d8e8
Crash solved while moving back and forth in connect message screen
Jignesh-dimagi 61d9fda
Removed binding=null at all places as it was unnecessary
Jignesh-dimagi 8ec1331
Merge pull request #3436 from dimagi/jignesh/fix/qa-8252
Jignesh-dimagi 7eb1465
Automated: adding hotfix version to AndroidManifest
Jignesh-dimagi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:shape="rectangle"> | ||
| <solid android:color="@color/sapphire_blue" /> | ||
| <corners android:radius="8dp" /> | ||
| </shape> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="20dp" | ||
| android:height="22dp" | ||
| android:viewportWidth="20" | ||
| android:viewportHeight="22"> | ||
| <path | ||
| android:pathData="M9.526,0L19.053,21.507H0L9.526,0Z" | ||
| android:fillColor="#3843CF"/> | ||
| </vector> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="24dp" | ||
| android:height="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path | ||
| android:pathData="M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2ZM11,17V15H13V17H11ZM11,7V13H13V7H11Z" | ||
| android:fillColor="#3B43C5" | ||
| android:fillType="evenOdd"/> | ||
| </vector> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once merged, we will need to correct this back to
2.62