Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raatmarien/chibe

An Android application that reminds you of the time
https://github.com/raatmarien/chibe

android clock gpl gplv3 java phone productivity time time-tracker vibration watch

Last synced: about 1 month ago
JSON representation

An Android application that reminds you of the time

Awesome Lists containing this project

README

        


# Chibe

Chibe is an application for Android that vibrates your phone at set
times. This helps you to effortlessly keep track of the time. Chibe
acts like a modern replacement of a chiming or cuckoo's clock, it's
customizable and it only affects you.

[![F-Droid](https://f-droid.org/wiki/images/0/06/F-Droid-button_get-it-on.png)](https://f-droid.org/repository/browse/?fdid=com.jmstudios.chibe)

[Direct download](https://github.com/raatmarien/chibe/releases/download/v1.1.0/chibe-v1.1.0.apk)


Translation status

## Features

* Choose at what time you would like your phone to vibrate
* Choose between multiple vibration patterns, so won't confuse Chibe
with normal notifications
* Configure times at which Chibe should be silent, so you won't be
annoyed at night

## Screenshots








## License

Chibe is licensed under the
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.html),
or (at your option) any later version.

[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)

All graphics, except the icon of Chibe are released in the public
domain. The icon of Chibe itself can only be used to signify this
specific app.

Some of the graphics included in Chibe, build upon or use art from
[openclipart.org](https://openclipart.org/), which are all released in
the public domain, namely:

* https://openclipart.org/detail/31153/alarm-clock
* https://openclipart.org/detail/227634/clock-icon-scripted
* https://openclipart.org/detail/243441/girl-on-bike-silhouette
* https://openclipart.org/detail/266681/jogging-man-silhouette
* https://openclipart.org/detail/221449/woman-reading-silhouette
* https://openclipart.org/detail/213998/nexus-5-flat
* https://openclipart.org/detail/192689/press-button
* https://openclipart.org/detail/169033/windows-mute-icon
* https://openclipart.org/detail/153259/moonlight
* https://openclipart.org/detail/3578/clock

The help icon was taken from
https://material.io/icons/#ic_help under the
[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/)

## Building

To build the app, install Gradle, and run

``` ./gradlew build ```

in the root directory.

Use

``` ./gradlew installDebug ```

to install the app directly on a connected device.