Skip to content

Commit 2894f0e

Browse files
committed
Release 0.1.3
1 parent 122e994 commit 2894f0e

File tree

2 files changed

+12
-80
lines changed

2 files changed

+12
-80
lines changed

README.md

+6-40
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ new SimpleTooltip.Builder(this)
6868
More info on the [sample project](https://github.com/douglasjunior/android-simple-tooltip/blob/master/sample/src/main/java/io/github/douglasjunior/androidSimpleTooltip/sample/MainActivity.java) and [javadoc](https://jitpack.io/com/github/douglasjunior/android-simple-tooltip/master-SNAPSHOT/javadoc/).
6969

7070
## Download
71-
### Gradle
71+
### Release
7272

7373
1. Add it in your root `build.gradle` at the end of repositories:
7474

@@ -85,34 +85,10 @@ More info on the [sample project](https://github.com/douglasjunior/android-simpl
8585

8686
```javascript
8787
dependencies {
88-
compile 'com.github.douglasjunior:android-simple-tooltip:0.1.2'
88+
compile 'com.github.douglasjunior:android-simple-tooltip:0.1.3'
8989
}
9090
```
9191

92-
### Maven
93-
94-
1. Add it in your `pom.xml` at the end of repositories:
95-
96-
```xml
97-
<repositories>
98-
...
99-
<repository>
100-
<id>jitpack.io</id>
101-
<url>https://jitpack.io</url>
102-
</repository>
103-
</repositories>
104-
```
105-
106-
2. Add the dependency
107-
108-
```xml
109-
<dependency>
110-
<groupId>com.github.douglasjunior</groupId>
111-
<artifactId>android-simple-tooltip</artifactId>
112-
<version>0.1.2</version>
113-
</dependency>
114-
```
115-
11692
### Snapshot
11793

11894
```javascript
@@ -123,20 +99,6 @@ dependencies {
12399
}
124100
```
125101

126-
or
127-
128-
```xml
129-
<dependency>
130-
<groupId>com.github.douglasjunior</groupId>
131-
<artifactId>android-simple-tooltip</artifactId>
132-
<version>master-SNAPSHOT</version>
133-
</dependency>
134-
```
135-
136-
## Donate
137-
138-
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJ6TCL3EVUDDL)
139-
140102
## Contribute
141103

142104
New features, bug fixes and improvements in the translation are welcome! For questions and suggestions use the [issues](https://github.com/douglasjunior/android-simple-tooltip/issues).
@@ -146,6 +108,10 @@ Before submit your PR, run the gradle check.
146108
./gradlew build connectedCheck
147109
```
148110

111+
## Donate
112+
113+
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJ6TCL3EVUDDL)
114+
149115
## Known issues
150116

151117
1. If you close the `Dialog/Activity` without the Tooltip is closed, there may be the exception `java.lang.IllegalArgumentException: Could not lock surface`. This error occurs because the animation continue for a while after closing the `Dialog/Activity`. (This error does not impact the execution of the app)

README.pt.md

+6-40
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ new SimpleTooltip.Builder(this)
6868
Para mais informações, confira o [projeto de exemplo](https://github.com/douglasjunior/android-simple-tooltip/blob/master/sample/src/main/java/io/github/douglasjunior/androidSimpleTooltip/sample/MainActivity.java) e o [javadoc](https://jitpack.io/com/github/douglasjunior/android-simple-tooltip/master-SNAPSHOT/javadoc/).
6969

7070
## Download
71-
### Gradle
71+
### Release
7272

7373
1. Adicione em seu arquivo raiz `build.gradle` ao final dos repositórios:
7474

@@ -85,34 +85,10 @@ Para mais informações, confira o [projeto de exemplo](https://github.com/dougl
8585

8686
```javascript
8787
dependencies {
88-
compile 'com.github.douglasjunior:android-simple-tooltip:0.1.2'
88+
compile 'com.github.douglasjunior:android-simple-tooltip:0.1.3'
8989
}
9090
```
9191

92-
### Maven
93-
94-
1. Adicione em seu arquivo `pom.xml` ao final dos repositórios:
95-
96-
```xml
97-
<repositories>
98-
...
99-
<repository>
100-
<id>jitpack.io</id>
101-
<url>https://jitpack.io</url>
102-
</repository>
103-
</repositories>
104-
```
105-
106-
2. Adicione a dependência
107-
108-
```xml
109-
<dependency>
110-
<groupId>com.github.douglasjunior</groupId>
111-
<artifactId>android-simple-tooltip</artifactId>
112-
<version>0.1.2</version>
113-
</dependency>
114-
```
115-
11692
### Snapshot
11793

11894
```javascript
@@ -123,20 +99,6 @@ dependencies {
12399
}
124100
```
125101

126-
ou
127-
128-
```xml
129-
<dependency>
130-
<groupId>com.github.douglasjunior</groupId>
131-
<artifactId>android-simple-tooltip</artifactId>
132-
<version>master-SNAPSHOT</version>
133-
</dependency>
134-
```
135-
136-
## Faça uma doação
137-
138-
[![Doar](https://www.paypalobjects.com/pt_BR/BR/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TM8BGN6PJF6SS)
139-
140102
## Contribua
141103

142104
Novas funcionalidades, correções de bug e melhorias na tradução serão bem vindas! Para dúvidas e sugestões utilize as [issues](https://github.com/douglasjunior/android-simple-tooltip/issues).
@@ -146,6 +108,10 @@ Antes de enviar seu PR, execute a checagem do gradle.
146108
./gradlew build connectedCheck
147109
```
148110

111+
## Faça uma doação
112+
113+
[![Doar](https://www.paypalobjects.com/pt_BR/BR/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TM8BGN6PJF6SS)
114+
149115
## Problemas conhecidos
150116

151117
1. Se fechar a `Dialog/Activity` sem que a Tooltip seja encerrada, pode ocorrer o erro `java.lang.IllegalArgumentException: Could not lock surface`. Este erro ocorre devido a animação continuar após o fechamento da `Dialog/Activity`. (Este erro não afeta no funcionamento do programa.)

0 commit comments

Comments
 (0)