Tiny changes
This commit is contained in:
parent
e2327dd1a6
commit
929ef4f29b
|
@ -1,3 +1,17 @@
|
||||||
|
# Temp files
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.backup
|
||||||
|
\#*
|
||||||
|
.\#*
|
||||||
|
*\#
|
||||||
|
*.swp
|
||||||
|
*.swap
|
||||||
|
*.sav
|
||||||
|
*.save
|
||||||
|
*.autosav
|
||||||
|
*.autosave
|
||||||
|
|
||||||
*.iml
|
*.iml
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
|
|
|
@ -582,4 +582,3 @@ Version 1.0 *(2016-06-05)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
4
LICENSE
4
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
Apache License
|
Apache License
|
||||||
Version 2.0, January 2004
|
Version 2.0, January 2004
|
||||||
http://www.apache.org/licenses/
|
https://www.apache.org/licenses/
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
16
README.md
16
README.md
|
@ -1,5 +1,5 @@
|
||||||
# Simple Calendar
|
# Simple Calendar
|
||||||
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="80">
|
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="80" />
|
||||||
|
|
||||||
A simple calendar with events and a customizable widget.
|
A simple calendar with events and a customizable widget.
|
||||||
|
|
||||||
|
@ -7,18 +7,18 @@ An offline calendar without any other calendar integration. You can easily creat
|
||||||
|
|
||||||
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 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 customizable colors.
|
Contains no ads or unnecessary permissions. It is fully open-source, provides customizable colors.
|
||||||
|
|
||||||
The Storage permission is needed only for exporting or importing events from .ics files.
|
The Storage permission is needed only for exporting or importing events from .ics files.
|
||||||
|
|
||||||
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
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://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>
|
<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_2.png" width="250">
|
<img alt="App image" src="screenshots/app_2.png" width="250" />
|
||||||
<img alt="App image" src="screenshots/app_4.png" width="250">
|
<img alt="App image" src="screenshots/app_4.png" width="250" />
|
||||||
<img alt="App image" src="screenshots/app.png" width="250">
|
<img alt="App image" src="screenshots/app.png" width="250" />
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
@ -28,7 +28,7 @@ License
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
Loading…
Reference in New Issue