36 lines
1.8 KiB
Markdown
36 lines
1.8 KiB
Markdown
# Simple Calendar
|
|
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/launcher.png" width="80">
|
|
|
|
A simple calendar with events and a customizable widget.
|
|
|
|
An offline calendar without any other calendar integration. You can easily create recurring events and setup reminders, it can also display week numbers.
|
|
|
|
Contains a resizable 4x4 widget where you can customize the color of the text, as well as the alpha and the color of the background.
|
|
|
|
Contains no ads or unnecessary permissions. It is fully opensource, provides a Dark theme too.
|
|
|
|
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
|
|
|
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.calendar'><img src='http://simplemobiletools.github.io/assets/public/google-play.png' alt='Get it on Google Play' height=45/></a>
|
|
<a href='https://f-droid.org/app/com.simplemobiletools.calendar'><img src='http://simplemobiletools.github.io/assets/public/f-droid.png' alt='Get it on F-Droid' height=45 ></a>
|
|
|
|
<img alt="App image" src="screenshots/app.png" width="250">
|
|
<img alt="App image" src="screenshots/app_3.png" width="250">
|
|
<img alt="App image" src="screenshots/widget.png" width="250">
|
|
|
|
License
|
|
-------
|
|
Copyright 2016 SimpleMobileTools
|
|
|
|
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.
|