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

Default m3 style to survey button. #2225

Merged
merged 33 commits into from
Oct 19, 2023
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
85cc80c
Update material3 theme.
Sep 27, 2023
52dd960
Support m3 night mode.
Sep 27, 2023
d7173ce
Merge branch 'master' into sp/issue-2188-m3-theme
santosh-pingle Sep 27, 2023
1f807ad
Address review comments.
Sep 27, 2023
aa7081d
Address review comments.
Sep 28, 2023
815546e
Apply m3 default style to survey button.
Oct 4, 2023
c408472
Use default typography.
Oct 9, 2023
3356bcf
Merge branch 'master' into sp/issue-2188-survey-button
santosh-pingle Oct 9, 2023
d474afa
Fix broken dependabot.yaml syntax (fixes #2195) (#2234)
vorburger Oct 9, 2023
1094749
Moves commons to Hapi 6.8, removes caffeine and forces guava-android …
vitorpamplona Oct 9, 2023
54fa29f
Bump up common library version to 0.1.0-alpha05 (#2243)
jingtang10 Oct 9, 2023
dbe25e0
Update material3 theme in demo app. (#2211)
Oct 18, 2023
b8e9d1e
Fix broken dependabot.yaml syntax again (re. #2195) (#2242)
vorburger Oct 10, 2023
b14bb07
SdkSuppress FhirSyncWorkerBenchmark oneTimeSync_50patients (re. #2235…
vorburger Oct 10, 2023
13aea37
Allow custom package server in Knowledge Manager (#2244)
jingtang10 Oct 10, 2023
f77d3a3
Bump up the version of knowledge manager (#2258)
aditya-07 Oct 10, 2023
7a87ccc
Migrates engine to HAPI 6.8 while forcing Workflow to stay on 6.0 (#2…
vitorpamplona Oct 10, 2023
de585d2
Migrates Workflow to CQL Evaluator 3.0.0-PRE9-SNAPSHOT (#2259)
vitorpamplona Oct 11, 2023
3452bb8
LaunchContext for initialExpression (#2025)
FikriMilano Oct 13, 2023
706f7e0
Renames patientId param to subject to: (#2263)
vitorpamplona Oct 16, 2023
b5f5eb1
Follow up PR of 2025 (#2265)
FikriMilano Oct 16, 2023
a725027
Bump com.squareup:kotlinpoet from 1.12.0 to 1.14.2 (#2255)
dependabot[bot] Oct 16, 2023
2d79adc
Bump androidx.build.gradle.gcpbuildcache (#2266)
dependabot[bot] Oct 16, 2023
9b19fab
Bump com.spotify.ruler:ruler-gradle-plugin from 1.2.1 to 1.4.0 (#2253)
dependabot[bot] Oct 16, 2023
c4d0456
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.21.0 to 6.22…
dependabot[bot] Oct 16, 2023
5a3460f
Bump actions/checkout from 3 to 4 (#2248)
dependabot[bot] Oct 17, 2023
543d0ef
Update dependencies in engine colab (#2268)
omarismail94 Oct 17, 2023
f42e1a8
Bump styfle/cancel-workflow-action from 0.7.0 to 0.12.0 (#2250)
dependabot[bot] Oct 17, 2023
70242b7
Bump actions/upload-artifact from 2 to 3 (#2249)
dependabot[bot] Oct 17, 2023
084e2e1
Update the version of resource after updates are downloaded from the …
aditya-07 Oct 18, 2023
df54903
Merge branch 'master' into sp/issue-2188-survey-button
santosh-pingle Oct 18, 2023
59b9e98
Merge branch 'master' into sp/issue-2188-survey-button
jingtang10 Oct 18, 2023
53828ab
Merge branch 'master' into sp/issue-2188-survey-button
santosh-pingle Oct 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions demo/src/main/res/layout/patient_details_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:paddingStart="2dp"
android:drawablePadding="2dp"
android:drawableStart="@drawable/ic_baseline_add_24"
android:text="@string/complete_survey"
android:textAppearance="?attr/textAppearanceBody2"
/>
</LinearLayout>
</FrameLayout>
Loading