Skip to content

Commit

Permalink
chore(release): prepare for release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed May 3, 2021
1 parent bff0011 commit 2c48147
Show file tree
Hide file tree
Showing 53 changed files with 104 additions and 96 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## v3.1.1 (2021-05-03)

### Bug Fixes

* Fix NPE on animation start ([#164](https://github.com/sjwall/MaterialTapTargetPrompt/issues/186))
* Fix NPE on `CircleFocal` path ([#164](https://github.com/sjwall/MaterialTapTargetPrompt/issues/190))
* Fix `PromptView` content description not being set

## v3.1.0 (2020-12-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016-2018 Samuel Wall
Copyright 2016-2021 Samuel Wall

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<p align="center">
<a href="https://travis-ci.org/sjwall/MaterialTapTargetPrompt">
<img alt="Build Status" src="https://travis-ci.org/sjwall/MaterialTapTargetPrompt.svg?branch=master">
<img alt="Build Status" src="https://travis-ci.com/sjwall/MaterialTapTargetPrompt.svg?branch=master">
</a>
<a href="https://codecov.io/gh/sjwall/MaterialTapTargetPrompt">
<img alt="codecov" src="https://codecov.io/gh/sjwall/MaterialTapTargetPrompt/branch/master/graph/badge.svg">
Expand All @@ -35,7 +35,7 @@
<img alt="Download" src="https://img.shields.io/maven-central/v/uk.co.samuelwall/material-tap-target-prompt">
</a>
<a href="https://sjwall.github.io/MaterialTapTargetPrompt/javadoc">
<img alt="JavaDoc" src="https://img.shields.io/badge/JavaDoc-3.1.0-brightgreen.svg">
<img alt="JavaDoc" src="https://img.shields.io/badge/JavaDoc-3.1.1-brightgreen.svg">
</a>
<a href="https://github.com/sjwall/MaterialTapTargetPrompt/blob/master/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/sjwall/MaterialTapTargetPrompt">
Expand Down Expand Up @@ -63,7 +63,7 @@ Add the following to `build.gradle` using Maven Central:

```groovy
dependencies {
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.1.0'
   implementation 'uk.co.samuelwall:material-tap-target-prompt:3.1.1'
}
```
Supports Android minSdkVersion 14
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ ext {
compileSdkVersion = 29
buildToolsVersion = '29.0.2'

versionCode = 61
versionName = '3.1.0'
versionCode = 62
versionName = '3.1.1'
}
2 changes: 1 addition & 1 deletion docs/javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (material-tap-target-prompt 3.1.0 API)</title>
<title>All Classes (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (material-tap-target-prompt 3.1.0 API)</title>
<title>All Classes (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (material-tap-target-prompt 3.1.0 API)</title>
<title>Constant Field Values (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (material-tap-target-prompt 3.1.0 API)";
parent.document.title="Constant Field Values (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (material-tap-target-prompt 3.1.0 API)</title>
<title>Deprecated List (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (material-tap-target-prompt 3.1.0 API)";
parent.document.title="Deprecated List (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (material-tap-target-prompt 3.1.0 API)</title>
<title>API Help (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (material-tap-target-prompt 3.1.0 API)";
parent.document.title="API Help (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (material-tap-target-prompt 3.1.0 API)</title>
<title>Index (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (material-tap-target-prompt 3.1.0 API)";
parent.document.title="Index (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
2 changes: 1 addition & 1 deletion docs/javadoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>material-tap-target-prompt 3.1.0 API</title>
<title>material-tap-target-prompt 3.1.1 API</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
Expand Down
2 changes: 1 addition & 1 deletion docs/javadoc/overview-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Overview List (material-tap-target-prompt 3.1.0 API)</title>
<title>Overview List (material-tap-target-prompt 3.1.1 API)</title>
<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 docs/javadoc/overview-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Overview (material-tap-target-prompt 3.1.0 API)</title>
<title>Overview (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (material-tap-target-prompt 3.1.0 API)";
parent.document.title="Overview (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -68,7 +68,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">material-tap-target-prompt 3.1.0 API</h1>
<h1 class="title">material-tap-target-prompt 3.1.1 API</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
Expand Down
4 changes: 2 additions & 2 deletions docs/javadoc/overview-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Class Hierarchy (material-tap-target-prompt 3.1.0 API)</title>
<title>Class Hierarchy (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Class Hierarchy (material-tap-target-prompt 3.1.0 API)";
parent.document.title="Class Hierarchy (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ActivityResourceFinder (material-tap-target-prompt 3.1.0 API)</title>
<title>ActivityResourceFinder (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityResourceFinder (material-tap-target-prompt 3.1.0 API)";
parent.document.title="ActivityResourceFinder (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>DialogResourceFinder (material-tap-target-prompt 3.1.0 API)</title>
<title>DialogResourceFinder (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DialogResourceFinder (material-tap-target-prompt 3.1.0 API)";
parent.document.title="DialogResourceFinder (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MaterialTapTargetPrompt.Builder (material-tap-target-prompt 3.1.0 API)</title>
<title>MaterialTapTargetPrompt.Builder (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MaterialTapTargetPrompt.Builder (material-tap-target-prompt 3.1.0 API)";
parent.document.title="MaterialTapTargetPrompt.Builder (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MaterialTapTargetPrompt.PromptStateChangeListener (material-tap-target-prompt 3.1.0 API)</title>
<title>MaterialTapTargetPrompt.PromptStateChangeListener (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MaterialTapTargetPrompt.PromptStateChangeListener (material-tap-target-prompt 3.1.0 API)";
parent.document.title="MaterialTapTargetPrompt.PromptStateChangeListener (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MaterialTapTargetPrompt (material-tap-target-prompt 3.1.0 API)</title>
<title>MaterialTapTargetPrompt (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MaterialTapTargetPrompt (material-tap-target-prompt 3.1.0 API)";
parent.document.title="MaterialTapTargetPrompt (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MaterialTapTargetSequence.SequenceCompleteListener (material-tap-target-prompt 3.1.0 API)</title>
<title>MaterialTapTargetSequence.SequenceCompleteListener (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MaterialTapTargetSequence.SequenceCompleteListener (material-tap-target-prompt 3.1.0 API)";
parent.document.title="MaterialTapTargetSequence.SequenceCompleteListener (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MaterialTapTargetSequence (material-tap-target-prompt 3.1.0 API)</title>
<title>MaterialTapTargetSequence (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MaterialTapTargetSequence (material-tap-target-prompt 3.1.0 API)";
parent.document.title="MaterialTapTargetSequence (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ResourceFinder (material-tap-target-prompt 3.1.0 API)</title>
<title>ResourceFinder (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ResourceFinder (material-tap-target-prompt 3.1.0 API)";
parent.document.title="ResourceFinder (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SupportFragmentResourceFinder (material-tap-target-prompt 3.1.0 API)</title>
<title>SupportFragmentResourceFinder (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SupportFragmentResourceFinder (material-tap-target-prompt 3.1.0 API)";
parent.document.title="SupportFragmentResourceFinder (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>PromptBackground (material-tap-target-prompt 3.1.0 API)</title>
<title>PromptBackground (material-tap-target-prompt 3.1.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PromptBackground (material-tap-target-prompt 3.1.0 API)";
parent.document.title="PromptBackground (material-tap-target-prompt 3.1.1 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 2c48147

Please sign in to comment.