Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mr committed May 13, 2024
1 parent 80d06e5 commit 0dfadb4
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Yet Another Calendar Widget

## What

*Yet Another Calendar Widget* is yet another calendar widget.

**This app is still in its early stages.**

It's designed and developed solely for my personal use,
primarily to showcase a list of anime airing dates in the calendar.
It can display schedules in intervals of three days or one week.

| ![](/imgs/3days.png) | ![](/imgs/weekly.png) |
| :------------------: | :------------------: |
<!-- | three days view | weekly view | -->

## Why

The main motivation behind it is that existing calendar widgets,
while feature-rich and beautifully designed,
often lack the display of schedules prior to the current time.
Plus, it's free!

## Todo

- [ ] Generalization (such as displaying information from multiple calendars)
- [ ] Stability (there's currently a high chance of automatic information updates not functioning)
- [ ] Enhancement of app details (eliminating hard-coded strings, adding widget previews, etc.)
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">YetAnotherCalendarWidget</string>
<string name="app_name">Yet Another Calendar Widget</string>
</resources>
Binary file added imgs/3days.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/weekly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0dfadb4

Please sign in to comment.