-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bdd0ce
commit d215f9f
Showing
4 changed files
with
252 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- Import CSS and Scripts--> | ||
<script src="/scripts/theme.js"></script> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<link rel="stylesheet" href="/css/light-theme.css"> | ||
<link rel="stylesheet" href="/css/dark-theme.css"> | ||
<!-- Scale page to display width --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Page Title --> | ||
<title>Android v7.5 - Signal Update Info</title> | ||
<!-- Favicons --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicons/favicon-16x16.png"> | ||
<!-- Meta --> | ||
<meta name="title" property="og:title" content="Signal for Android v7.5" /> | ||
<meta name="description" property="og:description" | ||
content="Signal news and updates. We post about new and upcoming features to keep you up-to-date with your favorite E2EE messaging app." /> | ||
<meta name="keywords" content="signal update info,signal updates,signal" /> | ||
<meta name="image" property="og:image" | ||
content="https://signalupdateinfo.com/assets/images/link-previews/new-release-android.jpg" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://signalupdateinfo.com/releases/android/android-v7.5.html" /> | ||
</head> | ||
|
||
<body> | ||
<!-- Site Header and Navigation--> | ||
<header> | ||
<a href="/index.html"> | ||
<h1 class="site-title">Signal Update Info</h1> | ||
</a> | ||
<img alt="Auto Theme Icon" class="theme-button-desktop" id="theme-button-desktop" | ||
src="/assets/images/icons/theme-auto.svg"> | ||
<div class="site-navigation"> | ||
<a class="selected-page" href="/releases.html#android"> | ||
Releases | ||
</a> | ||
<a href="/news.html"> | ||
News | ||
</a> | ||
<a href="/about.html"> | ||
About | ||
</a> | ||
<a href="/donate.html"> | ||
Donate | ||
</a> | ||
</div> | ||
</header> | ||
<!-- Main Page --> | ||
<main> | ||
<div class="release-page-card-container"> | ||
<!-- Release Info Card --> | ||
<div class="card"> | ||
<h1>Android v7.5</h1> | ||
<div class="card-content"> | ||
<!-- <p>Official Release Notes</p> | ||
<ul> | ||
<li>Now when you open a chat with a missed call, that missed call indicator will also be cleared | ||
from the calls tab. If you've never seen this bug, you aren't missing much. | ||
</li> | ||
</ul> | ||
<br> --> | ||
<p>Changes</p> | ||
<ul> | ||
<li>Story viewers are now sorted alphabetically <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/a83abaca1dc0ec08c729f7762305b3461620778a">[src]</a> | ||
</li> | ||
<li>Improvements to call information in chats <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/1b7784b01ff3eb0168930dad06880a957989fc20">[src]</a> | ||
</li> | ||
<li>Improvements to name collision management <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/15d8a698c5d46049c500015428c5b195d50d7de3">[src]</a> | ||
</li> | ||
</ul> | ||
<br> | ||
<p>Upcoming Features</p> | ||
<ul> | ||
<li>Implemented partial developer functionality for the upcoming cloud backup feature <a | ||
target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/689eacd61893b2cdff68c5ef106898e45a59767e">[src]</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- Resources Card --> | ||
<div class="slim-card"> | ||
<h1>Resources</h1> | ||
<div class="card-content"> | ||
<a target="_blank" | ||
href="https://community.signalusers.org/t/beta-feedback-for-the-upcoming-android-7-5-release/60280?u=salt505">Beta | ||
thread</a> | ||
<a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/compare/v7.4.2...v7.5.0">Commits</a> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<div class="spacer"></div> | ||
<footer> | ||
<div class="footer-button-container"> | ||
<div class="theme-button-mobile " id="theme-button-mobile"> | ||
<p>Theme:</p> | ||
<img alt="Auto Theme Icon" class="theme-icon-mobile" id="theme-icon-mobile" | ||
src="/assets/images/icons/theme-auto.svg"> | ||
</div> | ||
<a class="footer-button" rel="me" target="_blank" href="https://mastodon.world/@SignalUpdateInfo"><img | ||
src="/assets/images/icons/mastodon-logo.svg">Mastodon</a> | ||
<a class="footer-button" target="_blank" href="https://github.com/tedgravlin/signal-update-info"><img | ||
src="/assets/images/icons/github-logo.svg">GitHub</a> | ||
<a class="footer-button" rel="me" target="_blank" href="https://signalupdateinfo.com/rss/feed.xml"><img | ||
src="/assets/images/icons/rss-logo.svg">RSS</a> | ||
</div> | ||
<p class="disclaimer">Signal Update Info is not affiliated with Signal and is not an official Signal website. | ||
</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- Import CSS and Scripts--> | ||
<script src="/scripts/theme.js"></script> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<link rel="stylesheet" href="/css/light-theme.css"> | ||
<link rel="stylesheet" href="/css/dark-theme.css"> | ||
<!-- Scale page to display width --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Page Title --> | ||
<title>iOS v7.8 - Signal Update Info</title> | ||
<!-- Favicons --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicons/favicon-16x16.png"> | ||
<!-- Meta --> | ||
<meta name="title" property="og:title" content="Signal for iOS v7.8" /> | ||
<meta name="description" property="og:description" | ||
content="Signal news and updates. We post about new and upcoming features to keep you up-to-date with your favorite E2EE messaging app." /> | ||
<meta name="keywords" content="signal update info,signal updates,signal" /> | ||
<meta name="image" property="og:image" | ||
content="https://signalupdateinfo.com/assets/images/link-previews/new-release-ios.jpg" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://signalupdateinfo.com/releases/ios/ios-v7.8.html" /> | ||
</head> | ||
|
||
<body> | ||
<!-- Site Header and Navigation--> | ||
<header> | ||
<a href="/index.html"> | ||
<h1 class="site-title">Signal Update Info</h1> | ||
</a> | ||
<img alt="Auto Theme Icon" class="theme-button-desktop" id="theme-button-desktop" | ||
src="/assets/images/icons/theme-auto.svg"> | ||
<div class="site-navigation"> | ||
<a class="selected-page" href="/releases.html#ios"> | ||
Releases | ||
</a> | ||
<a href="/news.html"> | ||
News | ||
</a> | ||
<a href="/about.html"> | ||
About | ||
</a> | ||
<a href="/donate.html"> | ||
Donate | ||
</a> | ||
</div> | ||
</header> | ||
<!-- Main Page --> | ||
<main> | ||
<div class="release-page-card-container"> | ||
<!-- Release Info Card --> | ||
<div class="card"> | ||
<h1>iOS v7.8</h1> | ||
<div class="card-content"> | ||
<p>Official Release Notes</p> | ||
<ul> | ||
<li>Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal! | ||
</li> | ||
</ul> | ||
<br> | ||
<p>Other Changes</p> | ||
<ul> | ||
<li>Bug fixes and code refactoring </li> | ||
</ul> | ||
<br> | ||
<p>Upcoming Features</p> | ||
<ul> | ||
<li>More work completed on the upcoming call reaction feature <a target="_blank" | ||
href="https://github.com/signalapp/Signal-iOS/commit/82752fcbd1db32f2c3031cf54e956b299aa415f5">[src]</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- Resources Card --> | ||
<div class="slim-card"> | ||
<h1>Resources</h1> | ||
<div class="card-content"> | ||
<a target="_blank" | ||
href="https://community.signalusers.org/t/beta-feedback-for-the-upcoming-ios-7-8-release/60259?u=salt505">Beta | ||
thread</a> | ||
<a target="_blank" | ||
href="https://github.com/signalapp/Signal-iOS/compare/7.7.0.15-beta...7.8.0.35-beta">Commits</a> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<div class="spacer"></div> | ||
<footer> | ||
<div class="footer-button-container"> | ||
<div class="theme-button-mobile " id="theme-button-mobile"> | ||
<p>Theme:</p> | ||
<img alt="Auto Theme Icon" class="theme-icon-mobile" id="theme-icon-mobile" | ||
src="/assets/images/icons/theme-auto.svg"> | ||
</div> | ||
<a class="footer-button" rel="me" target="_blank" href="https://mastodon.world/@SignalUpdateInfo"><img | ||
src="/assets/images/icons/mastodon-logo.svg">Mastodon</a> | ||
<a class="footer-button" target="_blank" href="https://github.com/tedgravlin/signal-update-info"><img | ||
src="/assets/images/icons/github-logo.svg">GitHub</a> | ||
<a class="footer-button" rel="me" target="_blank" href="https://signalupdateinfo.com/rss/feed.xml"><img | ||
src="/assets/images/icons/rss-logo.svg">RSS</a> | ||
</div> | ||
<p class="disclaimer">Signal Update Info is not affiliated with Signal and is not an official Signal website. | ||
</p> | ||
</footer> | ||
</body> | ||
|
||
</html> |