-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.