Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes of README #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Help Wanted
#### If you have an error or support request

- Read the error message and documentation.
- Search [existing issues](https://github.com/avjinder/Minimal-Todo/issues), [closed issues](https://github.com/avjinder/Minimal-Todo/issues?page=1&state=closed), and [the internet](https://google.com) first.
- Search [existing issues](https://github.com/avjinder/Minimal-Todo/issues), [closed issues](https://github.com/avjinder/Minimal-Todo/issues?page=1&state=closed), and the Web ([Google Search](https://google.com), [DuckDuckGo](https://duckduckgo.com/), etc) first.
- If the issue is with a dependency of this project, post on the dependency's repo.
- If you can fix the issue, submit a PR :+1: :dancer: :dancer: :rocket:.
- If the issue persists, post on the issue tracker. Include any information that could help others reproduce and fix.
Expand Down
60 changes: 33 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,50 @@
# Minimal [![Build Status](https://travis-ci.org/avjinder/Minimal-Todo.svg?branch=master)](https://travis-ci.org/avjinder/Minimal-Todo)

<img src="/screenshots/app_icon.png" height="200px"/> <br>
<img src="/screenshots/app_icon.png" height="200px"/><br />
A fully Material ToDo app with minimal features, just enough to be useful.

## Screenshots

#Screenshots:
<img src="/screenshots/main_empty_light.png" height="400px"/>
<img src="/screenshots/main_empty_dark.png" height="400px"/>
<img src="/screenshots/main_full_light.png" height="400px"/>
<img src="/screenshots/main_full_dark.png" height="400px"/>
<img src="/screenshots/add_todo_light.png" height="400px"/>
<img src="/screenshots/add_todo_dark.png" height="400px"/>
<img src="/screenshots/main_empty_light.png" height="400px" />
<img src="/screenshots/main_empty_dark.png" height="400px" />
<img src="/screenshots/main_full_light.png" height="400px" />
<img src="/screenshots/main_full_dark.png" height="400px" />
<img src="/screenshots/add_todo_light.png" height="400px" />
<img src="/screenshots/add_todo_dark.png" height="400px" />
<img src="screenshots/screenshot_reminder_date.png" height="400px"/>
<img src="screenshots/screenshot_reminder_time.png" height="400px"/>
<img src="screenshots/todo_date_dark.png" height="400px"/>
<img src="screenshots/todo_time_dark.png" height="400px"/>
<img src="https://github.com/avjinder/Toodle/blob/master/screenshots/screenshot_notification.png" height="400px"/>
<img src="https://github.com/avjinder/Toodle/blob/master/screenshots/screenshot_todo_snooze.png" height="400px"/>
<img src="screenshots/todo_date_dark.png" height="400px" />
<img src="screenshots/todo_time_dark.png" height="400px" />
<img src="https://github.com/avjinder/Toodle/blob/master/screenshots/screenshot_notification.png" height="400px" />
<img src="https://github.com/avjinder/Toodle/blob/master/screenshots/screenshot_todo_snooze.png" height="400px" />

##Download
<a href="https://play.google.com/store/apps/details?id=com.avjindersinghsekhon.minimaltodo">
<img alt="Get it on Google Play"
src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" />
</a>
## Download

[
![Get it on Google Play Store](https://developer.android.com/images/brand/en_generic_rgb_wo_45.png)
](https://play.google.com/store/apps/details?id=com.avjindersinghsekhon.minimaltodo)

[
![Get it on F-Droid](https://guardianproject.info/wp-content/uploads/2014/07/logo-fdroid.png)
](https://f-droid.org/repository/browse/?fdid=com.rubenroy.minimaltodo)

## App Icon

##App Icon
Designed by [Christopher Gundersen]([email protected])
##Translations
* Spanish by [nanopc](https://github.com/nanopc) <br>
* German by [kaiwinter](https://github.com/kaiwinter) <br>
* Polish by [piotrek1543](https://github.com/piotrek1543) <br>
* Finnish by [Miikka Andersson](https://github.com/miikande) <br>

##Contributing
Looking to contribute something to Minimal? [Here's how you can help](/Contributing.md).
## Translations

* Spanish by [nanopc](https://github.com/nanopc)
* German by [kaiwinter](https://github.com/kaiwinter)
* Polish by [piotrek1543](https://github.com/piotrek1543)
* Finnish by [Miikka Andersson](https://github.com/miikande)

## Contributing

Looking to contribute something to Minimal? [Here's how you can help](Contributing.md).

## License

#License:
The MIT License (MIT)

Copyright (c) 2015 Avjinder
Expand All @@ -59,4 +66,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.