From b8ef33202db4bb42a205a829864cc89584c28323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A6gdahl?= <jonas.haegd@gmail.com> Date: Mon, 8 Apr 2019 09:21:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7931a03..7a3aee2 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,11 @@ You can provide haptic feedback to the hand holding the phone, when the ball lea * [x] The git repository URL is correctly provided, such that command works: `git clone <url> ` * [x] The code is well, logically organised and structured into appropriate classes. Everything should be in a single package. -* [ ] The app has been user tested with someone other than the author. +* [x] The app has been user tested with someone other than the author. * [x] The user can go to Preferences and set the MIN_ACC value (sensitivity). * [x] The app plays sounds on the ball highest point. * [x] The app records the highest point reached by the ball. -* [ ] Share your sensitivity constant as well as the size of the sliding window with others. +* [x] Share your sensitivity constant as well as the size of the sliding window with others. * [x] The repo is *public*, such that reviewers can access it and review it. * [x] The repo has a README.md file, explaining how to build the app, how to use the app, which features are working, which are not working, how the code is organised, and what extras does the project have. -- GitLab