nkarasch / RepeatingReminder

An Android application for scheduling notifications to fire at specified intervals..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepeatingReminders

A simple Android 4.1+ application modeled after the Lollipop DeskClock. Allows the user to schedule multiple unique notifications to repeatedly fire at specific intervals, on selected days of the week, and within chosen time ranges.

This is useful for actions that need to be performed throughout the day. Things like taking a break from the computer every hour or taking the dog for a walk every three hours are the intended use case. Feel free to share any suggestions or problems.


<src="https://camo.githubusercontent.com/138b9f820d7add9e7e1d7e6331fddea012f549f4/687474703a2f2f646576656c6f7065722e616e64726f69642e636f6d2f696d616765732f6272616e642f656e5f6170705f7267625f776f5f34352e706e67" data-canonical-src="http://developer.android.com/images/brand/en_app_rgb_wo_45.png" style="max-width:100%;">

Credits

Betterpickers
Used for the interval, start time, and end time selection dialogs. Thanks to Derek Brameyer and everyone who has contributed.
https://github.com/derekbrameyer/android-betterpickers

DialogBuilder
Used to easily color the dialog for the label input. Thanks to Jared Rummler for this.
https://gist.github.com/jaredrummler/f8f562cdf3253c66516b

Cuboid Circle Button Heavily butchered to create the evenly spaced circular toggle button for turning days on or off. Thanks MuhammadArsalanChishti. https://github.com/MuhammadArsalanChishti/Cuboid-Circle-Button

Android Lollipop DeskClock
All of the icons and the functions for choosing the varying background color come from here. The interface was also the inspiration for this one.
https://android.googlesource.com/platform/packages/apps/DeskClock/+/lollipop-release

License

Copyright 2015-2016 Nicholas Karasch

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

An Android application for scheduling notifications to fire at specified intervals..

License:Apache License 2.0


Languages

Language:Java 100.0%