Implement handling exercise timer and statistics.
Andrzej Krawczyk [Mon, 16 Aug 2021 07:58:29 +0000 (09:58 +0200)]
Applied review comments.
Andrzej Krawczyk [Fri, 13 Aug 2021 09:22:38 +0000 (11:22 +0200)]
Fixed arrow icon state changing.
Andrzej Krawczyk [Fri, 6 Aug 2021 13:23:23 +0000 (15:23 +0200)]
Disabled navigation buttons on edges.
Andrzej Krawczyk [Fri, 6 Aug 2021 13:22:59 +0000 (15:22 +0200)]
Fixed buttons' styles changing.
[CI] Re-enable upload SAM reports. (#86)
Andrzej Krawczyk [Tue, 3 Aug 2021 11:18:08 +0000 (13:18 +0200)]
Applied review comments.
Andrzej Krawczyk [Mon, 2 Aug 2021 14:46:33 +0000 (16:46 +0200)]
Changed workout states logic.
Andrzej Krawczyk [Thu, 29 Jul 2021 13:21:20 +0000 (15:21 +0200)]
Fixed back button command.
Andrzej Krawczyk [Wed, 28 Jul 2021 11:19:58 +0000 (13:19 +0200)]
Added documentation.
Andrzej Krawczyk [Tue, 27 Jul 2021 06:23:57 +0000 (08:23 +0200)]
Fixed members order.
Andrzej Krawczyk [Tue, 27 Jul 2021 05:59:42 +0000 (07:59 +0200)]
Fixed camera and video previews order.
Andrzej Krawczyk [Tue, 27 Jul 2021 05:58:11 +0000 (07:58 +0200)]
Changed SummaryView logic.
Marcin Romaniuk [Thu, 29 Jul 2021 17:14:58 +0000 (19:14 +0200)]
[CI] temp disable upload SAM reports
Initialize squat service property.
Improve exercising view model documentation.
Add event to exercise service raised when exercise status is updated.
Apply fixes after review comments.
Refactor squat service.
Add plie squat workout.
Add squat service to exercising view.
Squat service implementation.
Andrzej Krawczyk [Thu, 15 Jul 2021 07:41:35 +0000 (09:41 +0200)]
Added PopToRoot call instead of pushing new MainView to the NavigationStack.
Andrzej Krawczyk [Wed, 7 Jul 2021 14:26:41 +0000 (16:26 +0200)]
Changed image preview to the video.
Andrzej Krawczyk [Thu, 8 Jul 2021 14:27:50 +0000 (16:27 +0200)]
Fixed spacing in xaml files.
Replace int values by property names. (#71)
Changed NinePatchButton logic. (#65)
* Changed NinePatchButton logic.
* Simplified NinePatchButton control.
* Added more buttons styles.
* Refactored buttons styles calsses.
Remove redundant switch labels.
Summary views implementation.
Fix setting xaml property.
Apply fixes after review.
Fix warning.
Fix warnings & debug.
Update Tizen.NET nuget version.
Remove image incompatible with ux guide.
Show and Hide Exercise preview view when granting of privileges is proceeded.
Fix warnings.
Update counting down view.
Marcin Romaniuk [Mon, 7 Jun 2021 16:36:22 +0000 (18:36 +0200)]
Set color with name, XAML formating changes
Marcin Romaniuk [Mon, 7 Jun 2021 16:35:28 +0000 (18:35 +0200)]
Add NaN check, move threshold value to const
Marcin Romaniuk [Tue, 1 Jun 2021 14:44:09 +0000 (16:44 +0200)]
Move pose detection calculation to view model
Marcin Romaniuk [Mon, 31 May 2021 23:19:44 +0000 (01:19 +0200)]
Show pose detection on the Overlay control
Marcin Romaniuk [Mon, 31 May 2021 23:17:11 +0000 (01:17 +0200)]
Add NUIContext
NUIContext captures SynchronizationContext and allows to call main thread from other threads.
Marcin Romaniuk [Mon, 31 May 2021 23:15:43 +0000 (01:15 +0200)]
Remove sample pose landmarks generation
Handle camera privileges. (#58)
* Handle camera privileges.
* Add toast message.
* Fix typo.
* Apply fixes after review.
* Replace toast by notification.
* Fix warnings.
* Apply fixes after review.
* Apply fixes after review.
손광훈/Tizen Platform Lab(SR)/Engineer/삼성전자 [Mon, 7 Jun 2021 13:00:13 +0000 (22:00 +0900)]
Pose detection on ScanningView (#57)
* Pose detection on ScanningView
* Fix hard-coded frame size
* Fix hard-coded frame plane
Kwang Son [Thu, 27 May 2021 04:33:40 +0000 (13:33 +0900)]
Fix wrong output node name
Signed-off-by: Kwang Son <k.son@samsung.com>
Add overlay to ScanningView. (#51)
* Add overlay to ScanningView.
* Apply fixes after review.
Fixes for Analysis Hub SVACE check (#49)
* Fixes for Analysis Hub SVACE check
* review fix: dispose order
손광훈/Tizen Platform Lab(SR)/Engineer/삼성전자 [Tue, 25 May 2021 09:19:43 +0000 (18:19 +0900)]
Fix camera init to rear (#53)
Signed-off-by: Kwang Son <k.son@samsung.com>
Add WorkoutRepository store for all workouts. (#50)
* Add WorkoutRepository store for all workouts.
Move workouts' collection to WorkoutRepository and access at:
- ExercisePreviewViewModel
- MainViewModel
* Reorder usings (StyleCop check)
Use 'Colletcionview.ScrollingDirection' in XAML.
Use 'ItemSelectionMode.SingleAlways' at CollectionView.
Update nuget version.
change Invoke param from null to EventArgs.Empty
rename parameter name to match interface
remove unnecessary boolean
remove always false statement
Update CI image to v0.22 (#45)
Use latest SAM v7
Use NUI CollectionsView. (#41)
* Use NUI CollectionsView.
* Add review based fixes.
* Add review based fixes.
* Fix issues from CI.
Kwang Son [Thu, 6 May 2021 00:57:52 +0000 (09:57 +0900)]
Add periods on documentation
Signed-off-by: Kwang Son <k.son@samsung.com>
Kwang Son [Fri, 16 Apr 2021 06:07:38 +0000 (15:07 +0900)]
Add SquatDetector class
- get squat similarity score
Signed-off-by: Kwang Son <k.son@samsung.com>
Stop camera preview at ExercisingView
When page ExercisingView is popped from NavigationStack, camera preview is stopped when OnDisappearing method is called.
Reimplement Camera control by using NUI CameraView control. (#40)
* Reimplement Camera control by using NUI CameraView control.
* Reorder using directives.
* Fix after review comments.
* Disable preview.
Kwang Son [Tue, 23 Mar 2021 05:23:21 +0000 (14:23 +0900)]
Add Pose detector services
- 3fps detection on RPI CPU mode
- tflite model file
Signed-off-by: Kwang Son <k.son@samsung.com>
Kwang Son [Fri, 26 Mar 2021 00:26:47 +0000 (09:26 +0900)]
Fix camera obsolete API
Signed-off-by: Kwang Son <k.son@samsung.com>
Kwang Son [Fri, 19 Mar 2021 00:31:06 +0000 (09:31 +0900)]
Tizen.net version up to 9
Pose API merged at https://github.com/Samsung/TizenFX/pull/2551
Change to lastest tizen version to use pose api.
Lukasz Stanislawski [Thu, 21 Jan 2021 17:42:01 +0000 (18:42 +0100)]
Add "Exit" button on main view
Haesu Gwon [Tue, 19 Jan 2021 11:10:43 +0000 (20:10 +0900)]
Optimize preview start timing in LoadingViewModel
Haesu Gwon [Wed, 20 Jan 2021 03:20:53 +0000 (12:20 +0900)]
Fix bug - broken scenario of SummaryView
Haesu Gwon [Tue, 19 Jan 2021 13:11:49 +0000 (22:11 +0900)]
Remove unused xaml file
Haesu Gwon [Tue, 19 Jan 2021 11:04:00 +0000 (20:04 +0900)]
Enable preview
Lukasz Stanislawski [Wed, 23 Dec 2020 14:01:07 +0000 (15:01 +0100)]
Remove replace mechanism
Lukasz Stanislawski [Wed, 23 Dec 2020 10:24:10 +0000 (11:24 +0100)]
Refactor NavigationStack
Lukasz Stanislawski [Wed, 23 Dec 2020 09:22:31 +0000 (10:22 +0100)]
Remove unused method
Lukasz Stanislawski [Mon, 21 Dec 2020 13:38:11 +0000 (14:38 +0100)]
app name with upercase
Lukasz Stanislawski [Mon, 21 Dec 2020 13:36:57 +0000 (14:36 +0100)]
Add Appearing/Disappearing events
Handle Disappearing in ExercisePreviewView to stop player.
Lukasz Stanislawski [Mon, 21 Dec 2020 09:34:05 +0000 (10:34 +0100)]
Add Extra padding beteen buttons
Lukasz Stanislawski [Mon, 21 Dec 2020 09:03:14 +0000 (10:03 +0100)]
Change app type to "dotnet-nui"
Lukasz Stanislawski [Fri, 18 Dec 2020 11:29:10 +0000 (12:29 +0100)]
Use Coverters using static references
Lukasz Stanislawski [Thu, 17 Dec 2020 16:59:23 +0000 (17:59 +0100)]
Replace Page
Lukasz Stanislawski [Tue, 29 Dec 2020 17:35:37 +0000 (18:35 +0100)]
Workaround scrolling bug
It occured that setting LayoutManager properties of RecyclerView
in the constructor do not work properly.
k.stepaniuk [Mon, 21 Dec 2020 14:47:55 +0000 (15:47 +0100)]
Adapting UI to the guide
Including SummaryView - to verify change line 18 in FitnessApp.cs
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Thu, 17 Dec 2020 17:05:28 +0000 (18:05 +0100)]
Review fixes
Lukasz Stanislawski [Thu, 17 Dec 2020 13:48:40 +0000 (14:48 +0100)]
CircleCI fix
Lukasz Stanislawski [Thu, 17 Dec 2020 13:14:00 +0000 (14:14 +0100)]
Fixes after review
Lukasz Stanislawski [Mon, 14 Dec 2020 15:33:44 +0000 (16:33 +0100)]
Update app icon
Lukasz Stanislawski [Mon, 14 Dec 2020 15:21:42 +0000 (16:21 +0100)]
Navigate using Id parameter
Lukasz Stanislawski [Mon, 30 Nov 2020 10:27:35 +0000 (11:27 +0100)]
Selection
k.stepaniuk [Fri, 11 Dec 2020 08:58:29 +0000 (09:58 +0100)]
Fixing review
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 8 Dec 2020 14:58:55 +0000 (15:58 +0100)]
Fixing circleCI errors
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Mon, 7 Dec 2020 15:09:29 +0000 (16:09 +0100)]
Popping to root
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 8 Dec 2020 16:09:31 +0000 (17:09 +0100)]
Fixing circleCI
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 8 Dec 2020 15:38:03 +0000 (16:38 +0100)]
Fixing circleCI
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Tue, 8 Dec 2020 14:50:47 +0000 (15:50 +0100)]
Applying 9Patch to other buttons
except summaryView
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Thu, 3 Dec 2020 12:03:56 +0000 (13:03 +0100)]
Applying 9Patch to ExercisingView
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
k.stepaniuk [Wed, 2 Dec 2020 17:40:10 +0000 (18:40 +0100)]
Adding 9Patch button
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Lukasz Stanislawski [Thu, 3 Dec 2020 12:17:52 +0000 (13:17 +0100)]
Remove "Content" Property
Lukasz Stanislawski [Fri, 27 Nov 2020 10:52:26 +0000 (11:52 +0100)]
API enhancement + docs added
Lukasz Stanislawski [Thu, 26 Nov 2020 17:57:28 +0000 (18:57 +0100)]
Fixes to review