From a57609bc26f5794a43505592b71d626cdbfc7daf Mon Sep 17 00:00:00 2001 From: Nisheeth Golakiya Date: Sat, 6 Oct 2018 12:26:05 +0530 Subject: [PATCH] Update README.md (#23) * Add VIBRATE/GENERAL function with time * Add repeating sound-profile changer function * fix delay * Implement multiple slots * Implement delete slot from DB * Implement cancel slot from alarm_manager * Add +button * fix invalid time input * Fix duplicate entries * Add home button * add comments * Add toggle * Remove unnecessary lines and add comments * fix toggle crash * updated readme (#9) * Update README.md * Update README.md * Update README.md * Update README.md (#10) * Update README.md * Update README.md (#11) * Update README.md * Update README.md (#14) Add project members information. * Update README.md (#13) * Update README.md (#12) * Update ReadMe (#16) * Add homescreen screenshot (#17) * Add screenshot (#18) * Update screenshots (#19) * Update Readme (#20) * Update README.md * Update README.md * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deb5582..699b8ac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an Android application that will manage your sound profile according to * It can be disabled for a particular day(in case of a holiday). * Uses SQLite * Different schedules can be applied for different days of the week. -# ScreenShots +## ScreenShots ### Home Screen ![Home Screen](Screenshot_20181002-194340.jpg?raw=true "Home Screen") ### Time Slot Addition