Skip to content

Commit

Permalink
Version bump to 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioFierro committed Jun 22, 2022
1 parent 48515b6 commit 3b73e32
Show file tree
Hide file tree
Showing 165 changed files with 29,492 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.8.0 (2022-06-22)

### Features
- Allow sending custom metadata when creating a factor ([71ca610](https://github.com/twilio/twilio-verify-android/commit/71ca61078be40f31799f4909fe25fa69883b540e))

### Size impact

| ABI | APK Size Impact |
| --------------- | --------------- |
| x86 | 77.2KB |
| x86_64 | 77.2KB |
| armeabi-v7a | 77.2KB |
| arm64-v8a | 77.2KB |
| universal | 77.2KB |


# 0.7.0 (2022-02-24)

### Features
Expand Down
34 changes: 34 additions & 0 deletions docs/0.8.0/-search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>Search</title>
<link href="styles/style.css" rel="Stylesheet">
<script type="text/javascript" src="scripts/pages.js" async="async"></script>
<script type="text/javascript" src="scripts/search.js" async="async"></script>
<script>var pathToRoot = "";</script>
</head>
<body>
<div id="container">
<div id="leftColumn">
<div id="logo"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="searchBar"></div>
<script type="text/javascript" src="scripts/pages.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
<h1 id="searchTitle">Search results for </h1>
<table>
<tbody id="searchTable"></tbody>
</table>
<div class="footer"><span class="go-to-top-icon"><a href="#container"><svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.3337 9.66683H0.666992L6.00033 3.66683L11.3337 9.66683Z" fill="black"/>
<path d="M0.666992 0.333496H11.3337V1.66683H0.666992V0.333496Z" fill="black"/>
</svg></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"><svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 0H2.3949L4.84076 2.44586L0 7.28662L0.713376 8L5.55414 3.15924L8 5.6051V0Z" fill="black"/>
</svg></span></a></span></div>
</div>
</div>
</body>
</html>

3 changes: 3 additions & 0 deletions docs/0.8.0/images/arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/0.8.0/images/docs_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/0.8.0/images/logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/0.8.0/images/logo-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/0.8.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
window.location.replace(document.location.href + "verify/index.html");
</script>
</body>
</html>
Loading

0 comments on commit 3b73e32

Please sign in to comment.