Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Commit df958ce

Browse files
committed
2019-12-18 Version 2.1.0: Updated README.md
1 parent aad0744 commit df958ce

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
<img src="media/ic_app.png" height="100px" />
22

3+
Random Notes
4+
=======================
5+
36
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-site-brightgreen?style=flat-square)](https://android-arsenal.com/details/3/7906)
47
![Open issues](https://img.shields.io/github/issues-raw/fartem/parse-android-test-app.svg?color=ff534a&style=flat-square)
5-
![Last commit](https://img.shields.io/github/last-commit/fartem/parse-android-test-app.svg?color=51539c&style=flat-square)
6-
![Repo size](https://img.shields.io/github/repo-size/fartem/parse-android-test-app.svg?color=02778b&style=flat-square)
7-
[![License](https://img.shields.io/github/license/fartem/parse-android-test-app.svg?color=7ea4b0&style=flat-square)](https://github.com/fartem/parse-android-test-app/blob/master/LICENSE)
88

9-
## About
9+
About
10+
-------------------
1011

1112
Test Android application for [Parse test server](https://github.com/fartem/parse-test-server).
1213

13-
## Information
14-
15-
### Features
14+
__Features__
1615

17-
- managing the simple entity (Note);
18-
- sync data with the server;
19-
- restore data from the server;
20-
- sign up from the application with email address or Facebook account;
21-
- sign in to the server with email or Facebook.
16+
* managing the simple entity (Note);
17+
* sync data with the server;
18+
* restore data from the server;
19+
* sign up from the application with email address or Facebook account;
20+
* sign in to the server with email or Facebook.
2221

23-
### Not handling exceptions
22+
__Not handling exceptions__
2423

25-
- Internet connection unavailable status;
26-
- Parse Server connection unavailable status.
24+
* Internet connection unavailable status;
25+
* Parse Server connection unavailable status.
2726

28-
## Facebook install
27+
Facebook auth
28+
-------------------
2929

30-
### Resources
30+
__Resources__
3131

32-
- [Official Guide](https://developers.facebook.com/docs/facebook-login/android)
33-
- [Get hash with openssl in Windows](https://github.com/magus/react-native-facebook-login/issues/297#issuecomment-433816732)
32+
* [Official Guide](https://developers.facebook.com/docs/facebook-login/android)
33+
* [Get hash with openssl in Windows](https://github.com/magus/react-native-facebook-login/issues/297#issuecomment-433816732)
3434

35-
### Usage
35+
__Usage__
3636

3737
In `preferences.xml` replace this values to own analogues:
3838

@@ -41,17 +41,17 @@ In `preferences.xml` replace this values to own analogues:
4141
<string name="fb_login_protocol_scheme">fb[APP_ID]</string>
4242
```
4343

44-
## Permissions
45-
46-
```xml
47-
<uses-permission android:name="android.permission.INTERNET"/>
48-
```
49-
50-
## Screenshots
44+
Screenshots
45+
-------------------
5146

5247
<p align="center">
5348
<img src="media/screenshot_01.png" width="200" />
5449
<img src="media/screenshot_02.png" width="200" />
5550
<img src="media/screenshot_03.png" width="200" />
5651
<img src="media/screenshot_04.png" width="200" />
5752
</p>
53+
54+
Contributors
55+
-------------------
56+
57+
* [@fartem](https://github.com/fartem) as Artem Fomchenkov

0 commit comments

Comments
 (0)