Skip to content

Commit 19b32d8

Browse files
committed
Release 1.2.0 Yokohama
1 parent ee8638e commit 19b32d8

40 files changed

+328
-209
lines changed

CHANGELOG.md

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
# CHANGELOG
22

3-
## 1.2.0 Yokohama (next release)
4-
3+
## 1.2.0 Yokohama (released 31.08.2018)
4+
5+
- LIBcc40831 javadoc comments updated
6+
- LIBcc30831 Section "OnClickButtonListener Interface" added to README.md
7+
- LIBbb20831 Singleton DialogManager break the library ([Issue #6](https://github.com/Vorlonsoft/AndroidRate/issues/6) and [Issue #5](https://github.com/Vorlonsoft/AndroidRate/issues/5))
8+
- LIBbb10831 setCurrentDayDialogLaunchTimes(...) fixed
9+
- LIBcc20831 README.md updated
10+
- LIBcc10831 javadoc comments updated
11+
- LIBff20830 public boolean isShowingRateDialog() added
12+
- LIBcc30830 build.gradle and .idea files updated
13+
- LIBcc20830 README.md and javadocs updated
14+
- LIBcc10830 clearRateDialog(), showRateDialog(Activity), dismissRateDialog(), rateNow(Activity) methods updated
15+
- LIBff10830 WeekReference to DefaultDialogManager singleton
16+
- LIBbb10829 Fix for [dialog error](https://github.com/Vorlonsoft/AndroidRate/issues/5)
17+
- LIBcc20829 javadoc documentation updated
18+
- LIBcc10829 README.md updated
19+
- LIBff10829 setRemindLaunchTimes(byte) updated, setSelectedAppLaunches(byte) added, some methods documented
20+
- LIBcc30828 README.md updated
21+
- LIBcc20828 javadoc documentation updated
22+
- LIBcc10828 javadoc comments updated
23+
- LIBff10828 final modifier removed from StoreType class
24+
- LIBcc30827 README.md updated
25+
- LIBff20825 javadoc documentation added
26+
Set theme jekyll-theme-minimal
27+
- LIBcc20825 javadoc comments updated
28+
- LIBff10825 Clear DialogManager singleton method added
29+
- LIBcc10825 README.md updated
30+
- LIBff10823 package-info.java added
531
- LIBcc20819 Next release
632

733
## 1.1.9 Tokyo (released 19.08.2018)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected void onCreate(Bundle savedInstanceState) {
101101
.setInstallDays((byte) 0) // default is 10, 0 means install day, 10 means app is launched 10 or more days later than installation
102102
.setLaunchTimes((byte) 3) // default is 10, 3 means app is launched 3 or more times
103103
.setRemindInterval((byte) 1) // default is 1, 1 means app is launched 1 or more days after neutral button clicked
104-
.setRemindLaunchTimes((byte) 1) // default is 1, 1 means each launch, 2 means every 2nd launch, 3 means every 3rd launch, etc
104+
.setSelectedAppLaunches((byte) 1) // default is 1, 1 means each launch, 2 means every 2nd launch, 3 means every 3rd launch, etc
105105
.setShowLaterButton(true) // default is true, true means to show the Neutral button ("Remind me later").
106106
.set365DayPeriodMaxNumberDialogLaunchTimes((short) 3) // default is unlimited, 3 means 3 or less occurrences of the display of the Rate Dialog within a 365-day period
107107
.setDebug(false) // default is false, true is for development only, true ensures that the Rate Dialog will be shown each time the app is launched
@@ -124,7 +124,7 @@ Default options of the Rate Dialog are as below:
124124
2. App is launched 10 or more days later than installation. Change via `AppRate#setInstallDays(byte)`.
125125
3. App is launched 10 or more times. Change via `AppRate#setLaunchTimes(byte)`.
126126
4. App is launched 1 or more days after neutral button clicked. Change via `AppRate#setRemindInterval(byte)`.
127-
5. Each launch (the condition is satisfied if appLaunches % `param` == 0). Change via `AppRate#setRemindLaunchTimes(byte)`.
127+
5. Each launch (the condition is satisfied if appLaunches % `param` == 0). Change via `AppRate#setSelectedAppLaunches(byte)`.
128128
6. App shows the Neutral button ("Remind me later"). Change via `setShowLaterButton(boolean)`.
129129
7. Unlimited occurrences of the display of the Rate Dialog within a 365-day period. Change via `AppRate#set365DayPeriodMaxNumberDialogLaunchTimes(short)`.
130130
8. Setting `AppRate#setDebug(boolean)` to `true` ensures that the Rate Dialog will be shown each time the app is launched. **This feature is for development only!**.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android.enableR8 = true
1414
android.useAndroidX = true
1515

1616
GROUP = com.vorlonsoft
17-
VERSION_NAME = 1.2.0-SNAPSHOT
17+
VERSION_NAME = 1.2.0
1818
VERSION_CODE = 44
1919

2020
POM_DESCRIPTION = Library to help you promote your Android app by prompting users to rate the app after using it for a few days.

javadoc/allclasses-frame.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_152-release) on Sat Aug 25 20:25:55 MSK 2018 -->
5+
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 31 16:44:28 MSK 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (library 1.2.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2018-08-25">
7+
<title>All Classes (library 1.2.0 API)</title>
8+
<meta name="date" content="2018-08-31">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

javadoc/allclasses-noframe.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_152-release) on Sat Aug 25 20:25:55 MSK 2018 -->
5+
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 31 16:44:28 MSK 2018 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (library 1.2.0-SNAPSHOT API)</title>
8-
<meta name="date" content="2018-08-25">
7+
<title>All Classes (library 1.2.0 API)</title>
8+
<meta name="date" content="2018-08-31">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

0 commit comments

Comments
 (0)