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

Update README.md #2

Merged
merged 1 commit into from May 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
42 changes: 21 additions & 21 deletions README.md
Expand Up @@ -20,14 +20,14 @@

___

##WHAT IS ANDROID SHORTCUTS?
## WHAT IS ANDROID SHORTCUTS?

The Android App Shortcuts Library have features of Android 7.1 Nougat, you can implement in your launcher shortcuts starting from API 14!
With new communication all developers will only implement shortcuts layout (this library), then it's up to developer to implement their own shortcuts, like Google!!!
In version 1.4.0 library can get shortcuts from app which have API 25 and [Static or Dynamic shortcuts](https://developer.android.com/guide/topics/ui/shortcuts.html) implementation
I have also implemented [Force Touch](https://github.com/michelelacorte/ForceTouch) and YOU CAN USE ON CUSTOM LAUNCHER WITH SHORTCUTS!!

##DONATIONS
## DONATIONS

This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!

Expand All @@ -52,45 +52,45 @@ Of course, you can also choose what you want to donate, all donations are awesom
If you want to contribute you may download [Donation App](https://play.google.com/store/apps/details?id=it.michelelacorte.githubdonation) from Google Play

<img align="left" src="https://s23.postimg.org/m2d28wraj/ic_launcher.png">
#v2.0.0 Preview
# v2.0.0 Preview

<h1 align="center"><img src="http://i.giphy.com/l44QyTuiV1bj2nXjO.gif"/></h1>

##v1.4.0 Preview
## v1.4.0 Preview

<h1 align="center"><img src="https://s28.postimg.org/dgi12bky5/preview14_Copia_framed_1.png"/></h1>

##v1.3.0 Preview [Click Here](https://s28.postimg.org/9yysm1xgd/Screenshot_2017_01_20_12_45_03.png)
## v1.3.0 Preview [Click Here](https://s28.postimg.org/9yysm1xgd/Screenshot_2017_01_20_12_45_03.png)
## [Click Here](http://i.giphy.com/26xBzlNgGvOB8MvBK.gif)

##v1.2.0 Preview [Click Here](https://s30.postimg.org/oancibrz5/Screenshot_2017_01_17_18_17_54.png)
## v1.2.0 Preview [Click Here](https://s30.postimg.org/oancibrz5/Screenshot_2017_01_17_18_17_54.png)

##v1.1.0 Preview [Click Here](http://i.giphy.com/26gYBk8pQxudwwWQw.gif)
## v1.1.0 Preview [Click Here](http://i.giphy.com/26gYBk8pQxudwwWQw.gif)

##v1.0.0 Preview [Click Here](http://i.giphy.com/l3vR814bxMIwQveiA.gif)
## v1.0.0 Preview [Click Here](http://i.giphy.com/l3vR814bxMIwQveiA.gif)

##v0.2.0 Preview [Click Here](http://i.giphy.com/3o7TKTplU3uZMUkK4M.gif)
## v0.2.0 Preview [Click Here](http://i.giphy.com/3o7TKTplU3uZMUkK4M.gif)

##APP EXAMPLE
## APP EXAMPLE

####Android Shortcuts is on Google Play!!!
#### Android Shortcuts is on Google Play!!!

<a href="https://play.google.com/store/apps/details?id=it.michelelacorte.exampleandroidshortcuts">
<img alt="Get it on Google Play" src="https://s32.postimg.org/50h5qj4lx/google_play_badge.png" />
</a>

####If you want to help me please download Donation App!!
#### If you want to help me please download Donation App!!

<a href="https://play.google.com/store/apps/details?id=it.michelelacorte.githubdonation">
<img alt="Get it on Google Play" src="https://s32.postimg.org/50h5qj4lx/google_play_badge.png" />
</a>


####Or scan QR Code
#### Or scan QR Code

![alt tag](https://s27.postimg.org/3pj6l0h2r/Android_App_Shortcuts.png)

##USAGE
## USAGE


Add this to `build.gradle`
Expand All @@ -109,7 +109,7 @@ Than add this dependencies
```groovy
compile 'com.github.michelelacorte:AndroidAppShortcuts:2.0.0'
```
##DOCUMENTATION
## DOCUMENTATION

- [App Shortcuts Locale](https://github.com/michelelacorte/AndroidShortcuts/blob/master/SHORTCUTSLOCALE.md)

Expand All @@ -118,15 +118,15 @@ Than add this dependencies

Coming soon with [Force Touch](https://github.com/michelelacorte/ForceTouch) implementation

##SYSTEM REQUIREMENT
## SYSTEM REQUIREMENT

Android API 14+

##STATUS
## STATUS

![project maintained](https://img.shields.io/badge/Project-Maintained-green.svg)

##CHANGELOG
## CHANGELOG

**v2.0.0**
* New App version 2.0 with library and dependencies update and bug fix.
Expand Down Expand Up @@ -278,19 +278,19 @@ Android API 14+
* Public constructor `ResizeAnimation(View v, float fromWidth, float fromHeight, float toWidth, float toHeight)`
* Protected method `applyTransformation(float interpolatedTime, Transformation t)`

##CREDITS
## CREDITS

Author: Michele Lacorte (micky1995g@gmail.com)

Follow my [Google+](https://plus.google.com/u/0/collection/McidZB)

##CONTRIBUTING
## CONTRIBUTING

If you want to contribute to the project fork it and open [Pull Request](https://github.com/michelelacorte/AndroidShortcuts/pulls), or contact me by e-mail.

Each proposal will be accepted!

##LICENSE
## LICENSE

```
Copyright 2016 Michele Lacorte
Expand Down