1
0
Fork
You've already forked routinal
0
A mobile productivity app
  • Kotlin 100%
2026年06月02日 18:37:04 +02:00
.idea Add scaffold example 2026年05月11日 10:22:01 +02:00
app Add seconds when displaying tasks duration 2026年06月02日 18:37:04 +02:00
gradle wip: add tasks saving and error handling when timetable is incorrect 2026年05月26日 17:30:56 +02:00
.gitignore feat: add tasks deletion and reordering 2026年05月21日 14:43:10 +02:00
build.gradle.kts Init 2026年03月17日 12:36:36 +01:00
gradle.properties Init 2026年03月17日 12:36:36 +01:00
gradlew Init 2026年03月17日 12:36:36 +01:00
gradlew.bat Init 2026年03月17日 12:36:36 +01:00
LICENSE Add README and LICENSE 2026年06月02日 17:52:58 +02:00
README.md Update README 2026年06月02日 17:57:31 +02:00
settings.gradle.kts Init 2026年03月17日 12:36:36 +01:00

Routinal

Routinal is a mobile app that allows you to create your routine and tasks.

Features

  • Adaptation from your timetable file (makes the app fully offline).
  • Specify frequency of your tasks.

Build from Source

  1. Clone the repository.
  2. Open the project in Android Studio.
  3. Sync the project with Gradle files.
  4. Build and run the project on your device or emulator.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.