diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff9bca6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,202 @@ +# Specific to the EFCore-Blazor sample app +*.db +*.db-shm +*.db-wal + +_build/ +_site/ + +# User-specific files +*.suo +*.user +!*.slnLaunch.user +*.userosscache +*.sln.docstates +.vscode/ +!.vscode/extensions.json +!.vscode/settings.json +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studo 2015 cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding addin-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +*.[Cc]ache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +bower_components/ +blazor-samples/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +project.lock.json +__pycache__/ + +#Mac OSX +.DS_Store + +# Windows thumbnail cache files +Thumbs.db diff --git a/.idea/.idea.MyWorkout/.idea/.name b/.idea/.idea.MyWorkout/.idea/.name new file mode 100644 index 0000000..c49c880 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/.name @@ -0,0 +1 @@ +MyWorkout \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml b/.idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b4d7278 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/deploymentTargetSelector.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/indexLayout.xml b/.idea/.idea.MyWorkout/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml new file mode 100644 index 0000000..f9c4041 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml new file mode 100644 index 0000000..de630a6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_activity_activity_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml new file mode 100644 index 0000000..f1f795c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml new file mode 100644 index 0000000..9c3fbbd --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_experimental.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml new file mode 100644 index 0000000..6643498 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_annotation_annotation_jvm.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml new file mode 100644 index 0000000..72460ec --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml new file mode 100644 index 0000000..aaa23cf --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_appcompat_appcompat_resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml new file mode 100644 index 0000000..70fa1d5 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_common.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml new file mode 100644 index 0000000..62d717c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_arch_core_core_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml new file mode 100644 index 0000000..8bf0a23 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_browser_browser.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml new file mode 100644 index 0000000..db7812b --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cardview_cardview.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml new file mode 100644 index 0000000..b81a576 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml new file mode 100644 index 0000000..e8d88be --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_collection_collection_ktx.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml new file mode 100644 index 0000000..4e3d979 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_concurrent_concurrent_futures.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml new file mode 100644 index 0000000..3b9a3fc --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml new file mode 100644 index 0000000..23eb561 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_constraintlayout_constraintlayout_core.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml new file mode 100644 index 0000000..be2b9cd --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_coordinatorlayout_coordinatorlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml new file mode 100644 index 0000000..d937f68 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml new file mode 100644 index 0000000..3203bb9 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_core_core_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml new file mode 100644 index 0000000..2e5715c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_cursoradapter_cursoradapter.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml new file mode 100644 index 0000000..5d66dac --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml new file mode 100644 index 0000000..cdbdaa4 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_customview_customview_poolingcontainer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml new file mode 100644 index 0000000..dfcc871 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_documentfile_documentfile.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml new file mode 100644 index 0000000..cfb80eb --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_drawerlayout_drawerlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml new file mode 100644 index 0000000..2642196 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_dynamicanimation_dynamicanimation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml new file mode 100644 index 0000000..868b903 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml new file mode 100644 index 0000000..4e0be82 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_emoji2_emoji2_views_helper.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml new file mode 100644 index 0000000..ba8cc43 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_exifinterface_exifinterface.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml new file mode 100644 index 0000000..0084d5f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml new file mode 100644 index 0000000..6e3b224 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_fragment_fragment_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml new file mode 100644 index 0000000..c36b6fb --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_interpolator_interpolator.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml new file mode 100644 index 0000000..c28b504 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_legacy_legacy_support_core_utils.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml new file mode 100644 index 0000000..9565b13 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_common.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml new file mode 100644 index 0000000..bc64a7a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml new file mode 100644 index 0000000..dc898a6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml new file mode 100644 index 0000000..03b697f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_livedata_core_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml new file mode 100644 index 0000000..6d3d921 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_process.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml new file mode 100644 index 0000000..0e0047b --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml new file mode 100644 index 0000000..564316f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_runtime_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml new file mode 100644 index 0000000..5df892f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml new file mode 100644 index 0000000..f914307 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml new file mode 100644 index 0000000..e5ea909 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_lifecycle_lifecycle_viewmodel_savedstate.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml new file mode 100644 index 0000000..0a78fd0 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_loader_loader.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml new file mode 100644 index 0000000..33bb9ce --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_localbroadcastmanager_localbroadcastmanager.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml new file mode 100644 index 0000000..e7af6b1 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_common.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml new file mode 100644 index 0000000..5758eec --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_fragment.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml new file mode 100644 index 0000000..31fad25 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml new file mode 100644 index 0000000..0ab34b6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_navigation_navigation_ui.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml new file mode 100644 index 0000000..ab89a08 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_print_print.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml new file mode 100644 index 0000000..d708c14 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_profileinstaller_profileinstaller.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml new file mode 100644 index 0000000..6d9e14d --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_recyclerview_recyclerview.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml new file mode 100644 index 0000000..643942e --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_resourceinspection_resourceinspection_annotation.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml new file mode 100644 index 0000000..8643e82 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml new file mode 100644 index 0000000..850eaba --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_savedstate_savedstate_ktx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml new file mode 100644 index 0000000..a47f73e --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_security_security_crypto.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml new file mode 100644 index 0000000..0253a1c --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_slidingpanelayout_slidingpanelayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml new file mode 100644 index 0000000..820ea4a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_startup_startup_runtime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml new file mode 100644 index 0000000..55019e7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_swiperefreshlayout_swiperefreshlayout.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml new file mode 100644 index 0000000..fbd138f --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_tracing_tracing.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml new file mode 100644 index 0000000..400df54 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_transition_transition.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml new file mode 100644 index 0000000..cefc0db --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml new file mode 100644 index 0000000..8b4cfd3 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_vectordrawable_vectordrawable_animated.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml new file mode 100644 index 0000000..e6779dd --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_versionedparcelable_versionedparcelable.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml new file mode 100644 index 0000000..8c71481 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager2_viewpager2.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml new file mode 100644 index 0000000..c7a9bc3 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_viewpager_viewpager.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml new file mode 100644 index 0000000..652c7ea --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_extensions_core_core.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml new file mode 100644 index 0000000..020257a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/androidx_window_window.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/annotations.xml b/.idea/.idea.MyWorkout/.idea/libraries/annotations.xml new file mode 100644 index 0000000..6dbadb5 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/annotations.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml b/.idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml new file mode 100644 index 0000000..cf5a8a9 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/com_google_android_material_material.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml b/.idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml new file mode 100644 index 0000000..10b416d --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/disklrucache.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml b/.idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml new file mode 100644 index 0000000..b96d216 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/gifdecoder.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/glide.xml b/.idea/.idea.MyWorkout/.idea/libraries/glide.xml new file mode 100644 index 0000000..e9d1a59 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/glide.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml b/.idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml new file mode 100644 index 0000000..b34afd7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/guava_listenablefuture.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/maui.xml b/.idea/.idea.MyWorkout/.idea/libraries/maui.xml new file mode 100644 index 0000000..0d12ba1 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/maui.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml new file mode 100644 index 0000000..d146b49 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_annotations_24_0_1.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml new file mode 100644 index 0000000..1287fc7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml new file mode 100644 index 0000000..ec1d37a --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_common_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml new file mode 100644 index 0000000..702c244 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml new file mode 100644 index 0000000..2199120 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlin_kotlin_stdlib_jdk8_1_9_0.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml new file mode 100644 index 0000000..e900e44 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_android_1_7_2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml new file mode 100644 index 0000000..df94824 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/libraries/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm_1_7_2.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml b/.idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..86cc6c6 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/vcs.xml b/.idea/.idea.MyWorkout/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MyWorkout/.idea/workspace.xml b/.idea/.idea.MyWorkout/.idea/workspace.xml new file mode 100644 index 0000000..e9a0dd1 --- /dev/null +++ b/.idea/.idea.MyWorkout/.idea/workspace.xml @@ -0,0 +1,282 @@ + + + + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Maui/MyWorkout.Maui.csproj + MyWorkout.Web/MyWorkout.Web.csproj + MyWorkout.Web/MyWorkout.Web.csproj + MyWorkout.Web/MyWorkout.Web.csproj + MyWorkout/MyWorkout.csproj + MyWorkout/MyWorkout.csproj + MyWorkout/MyWorkout.csproj + MyWorkout/MyWorkout.csproj + + + + + + + + + + + + + + + { + "lastFilter": { + "state": "OPEN", + "assignee": "Gius95" + } +} + { + "selectedUrlAndAccountId": { + "url": "https://github.com/Gius95/MyWorkout.git", + "accountId": "a185c658-6c2a-4400-a130-bcdc4388f65f" + } +} + + + + + + + + + + + + { + "associatedIndex": 4 +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1725018744974 + + + + + + + + + + + + + + + + + + + + + + + + + + + + s in some browsers, due to the limited stylability of `