Skip to content

Commit

Permalink
Release 1.2.0 Yokohama
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLS committed Aug 31, 2018
1 parent ee8638e commit 19b32d8
Show file tree
Hide file tree
Showing 40 changed files with 328 additions and 209 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
# CHANGELOG

## 1.2.0 Yokohama (next release)

## 1.2.0 Yokohama (released 31.08.2018)

- LIBcc40831 javadoc comments updated
- LIBcc30831 Section "OnClickButtonListener Interface" added to README.md
- 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))
- LIBbb10831 setCurrentDayDialogLaunchTimes(...) fixed
- LIBcc20831 README.md updated
- LIBcc10831 javadoc comments updated
- LIBff20830 public boolean isShowingRateDialog() added
- LIBcc30830 build.gradle and .idea files updated
- LIBcc20830 README.md and javadocs updated
- LIBcc10830 clearRateDialog(), showRateDialog(Activity), dismissRateDialog(), rateNow(Activity) methods updated
- LIBff10830 WeekReference to DefaultDialogManager singleton
- LIBbb10829 Fix for [dialog error](https://github.com/Vorlonsoft/AndroidRate/issues/5)
- LIBcc20829 javadoc documentation updated
- LIBcc10829 README.md updated
- LIBff10829 setRemindLaunchTimes(byte) updated, setSelectedAppLaunches(byte) added, some methods documented
- LIBcc30828 README.md updated
- LIBcc20828 javadoc documentation updated
- LIBcc10828 javadoc comments updated
- LIBff10828 final modifier removed from StoreType class
- LIBcc30827 README.md updated
- LIBff20825 javadoc documentation added
Set theme jekyll-theme-minimal
- LIBcc20825 javadoc comments updated
- LIBff10825 Clear DialogManager singleton method added
- LIBcc10825 README.md updated
- LIBff10823 package-info.java added
- LIBcc20819 Next release

## 1.1.9 Tokyo (released 19.08.2018)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected void onCreate(Bundle savedInstanceState) {
.setInstallDays((byte) 0) // default is 10, 0 means install day, 10 means app is launched 10 or more days later than installation
.setLaunchTimes((byte) 3) // default is 10, 3 means app is launched 3 or more times
.setRemindInterval((byte) 1) // default is 1, 1 means app is launched 1 or more days after neutral button clicked
.setRemindLaunchTimes((byte) 1) // default is 1, 1 means each launch, 2 means every 2nd launch, 3 means every 3rd launch, etc
.setSelectedAppLaunches((byte) 1) // default is 1, 1 means each launch, 2 means every 2nd launch, 3 means every 3rd launch, etc
.setShowLaterButton(true) // default is true, true means to show the Neutral button ("Remind me later").
.set365DayPeriodMaxNumberDialogLaunchTimes((short) 3) // default is unlimited, 3 means 3 or less occurrences of the display of the Rate Dialog within a 365-day period
.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
Expand All @@ -124,7 +124,7 @@ Default options of the Rate Dialog are as below:
2. App is launched 10 or more days later than installation. Change via `AppRate#setInstallDays(byte)`.
3. App is launched 10 or more times. Change via `AppRate#setLaunchTimes(byte)`.
4. App is launched 1 or more days after neutral button clicked. Change via `AppRate#setRemindInterval(byte)`.
5. Each launch (the condition is satisfied if appLaunches % `param` == 0). Change via `AppRate#setRemindLaunchTimes(byte)`.
5. Each launch (the condition is satisfied if appLaunches % `param` == 0). Change via `AppRate#setSelectedAppLaunches(byte)`.
6. App shows the Neutral button ("Remind me later"). Change via `setShowLaterButton(boolean)`.
7. Unlimited occurrences of the display of the Rate Dialog within a 365-day period. Change via `AppRate#set365DayPeriodMaxNumberDialogLaunchTimes(short)`.
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!**.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android.enableR8 = true
android.useAndroidX = true

GROUP = com.vorlonsoft
VERSION_NAME = 1.2.0-SNAPSHOT
VERSION_NAME = 1.2.0
VERSION_CODE = 44

POM_DESCRIPTION = Library to help you promote your Android app by prompting users to rate the app after using it for a few days.
Expand Down
6 changes: 3 additions & 3 deletions javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Sat Aug 25 20:25:55 MSK 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 31 16:44:28 MSK 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (library 1.2.0-SNAPSHOT API)</title>
<meta name="date" content="2018-08-25">
<title>All Classes (library 1.2.0 API)</title>
<meta name="date" content="2018-08-31">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Sat Aug 25 20:25:55 MSK 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 31 16:44:28 MSK 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (library 1.2.0-SNAPSHOT API)</title>
<meta name="date" content="2018-08-25">
<title>All Classes (library 1.2.0 API)</title>
<meta name="date" content="2018-08-31">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Loading

0 comments on commit 19b32d8

Please sign in to comment.