Skip to content

Commit 16be9b4

Browse files
authored
updating README
1 parent 532ee26 commit 16be9b4

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
# Simple Contacts
2-
An app for handling your contacts.
2+
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="80" />
3+
4+
A simple app for creating or managing your contacts from any source. The contacts can be stored on your device only, but also synchronized via Google, or other accounts. You can display your favorite contacts on a separate list.
5+
6+
You can use it for managing user emails and events too. It has the ability to sort/filter by multiple parameters, optionally display surname as the first name.
7+
8+
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
9+
10+
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
11+
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.contacts'><img src='http://simplemobiletools.github.io/assets/public/google-play.png' alt='Get it on Google Play' height='45' /></a>
12+
<a href='https://f-droid.org/app/com.simplemobiletools.contacts'><img src='http://simplemobiletools.github.io/assets/public/f-droid.png' alt='Get it on F-Droid' height='45' /></a>
13+
14+
<img alt="App image" src="screenshots/app.png" width="250" />
15+
<img alt="App image" src="screenshots/app_2.png" width="250" />
16+
<img alt="App image" src="screenshots/app_3.png" width="250" />
317

418
License
519
-------
620
Copyright 2017 SimpleMobileTools
7-
21+
822
Licensed under the Apache License, Version 2.0 (the "License");
923
you may not use this file except in compliance with the License.
1024
You may obtain a copy of the License at
11-
25+
1226
https://www.apache.org/licenses/LICENSE-2.0
13-
27+
1428
Unless required by applicable law or agreed to in writing, software
1529
distributed under the License is distributed on an "AS IS" BASIS,
1630
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)