Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
60bc3bb
checkpoint
lukaskollmer May 18, 2026
fd50925
checkpoint
lukaskollmer May 19, 2026
4ab143f
x
lukaskollmer May 24, 2026
a5eb79a
checkpoint
lukaskollmer May 30, 2026
537ced1
x
lukaskollmer May 30, 2026
d5efe54
improve stats; localization
lukaskollmer May 31, 2026
02c6c56
localize workout type names
lukaskollmer May 31, 2026
4c8a775
rename Achievement.Visibility.secretUntilNext to .secretUntilNextInLa…
lukaskollmer May 31, 2026
cf2e999
files restructure
lukaskollmer May 31, 2026
1564464
buncha translations
lukaskollmer May 31, 2026
45574d5
x
lukaskollmer May 31, 2026
7bbfea7
achievements sync, first try
lukaskollmer Jun 2, 2026
e622c91
sync, second try
lukaskollmer Jun 2, 2026
e9acf04
AchievementsManager.State: properly firebase-encode it as a Map
lukaskollmer Jun 2, 2026
f0b99a3
auto-observe remote achievements changes
lukaskollmer Jun 2, 2026
f684a4f
small changes
lukaskollmer Jun 2, 2026
af9c34d
fix time range
lukaskollmer Jun 4, 2026
23ea7e8
stats view fixes
lukaskollmer Jun 4, 2026
3f9f624
fix AchievementsManager sync flow
lukaskollmer Jun 4, 2026
6e647d8
fix achievement defs; recording
lukaskollmer Jun 4, 2026
46adfd1
fix some things
lukaskollmer Jun 6, 2026
ac833fe
some more fixes
lukaskollmer Jun 6, 2026
86e0b90
ParticipationStats: fix sleep total
lukaskollmer Jun 7, 2026
9f3f62d
achievements decoding resilience
lukaskollmer Jun 7, 2026
cbcf1cc
update/fix localizations
lukaskollmer Jun 7, 2026
b408cb3
Achievements: disable if app is outdated
lukaskollmer Jun 9, 2026
1c1c46d
small fixes; localize Fun Facts
lukaskollmer Jun 9, 2026
714a365
remove unused code
lukaskollmer Jun 9, 2026
a74f8d3
update localizations
lukaskollmer Jun 9, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--disableAutomaticBulkHealthExport"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--disableSensorKitUpload"
Expand Down Expand Up @@ -121,11 +121,11 @@
</CommandLineArgument>
<CommandLineArgument
argument = "--studyBundle &apos;/Users/lukas/Desktop/MHC StudyDefs/mhcStudyBundle.spezistudybundle.aar&apos;"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
<CommandLineArgument
argument = "--dashboardConsiderAllSleepData"
isEnabled = "YES">
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
<EnvironmentVariables>
Expand Down
3 changes: 3 additions & 0 deletions MyHeartCounts/Account/AccountSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ struct AccountSheet: View {
.contentShape(Rectangle())
.foregroundStyle(colorScheme.textLabelForegroundStyle)
}
NavigationLink("View Participation Stats") {
ParticipationStatsView(enrollment: enrollment)
}
PostTrialNudgesToggle()
NavigationLink("Review Consent Forms") {
SignedConsentForms()
Expand Down
Loading
Loading