-
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
26fed31
commit 97f32a6
Showing
4 changed files
with
163 additions
and
3 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,138 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- Import CSS and Scripts--> | ||
<script> | ||
let theme = localStorage.getItem('theme'); | ||
if (theme === null || theme === " ") theme = 'auto'; | ||
localStorage.setItem('theme', `${theme}`) | ||
if (theme === 'auto') document.documentElement.removeAttribute("data-theme"); | ||
else document.documentElement.setAttribute("data-theme", `${theme}`); | ||
</script> | ||
<script src="/scripts/theme.js"></script> | ||
<link rel="stylesheet" href="/css/main.css"> | ||
<link rel="stylesheet" href="/css/theme.css"> | ||
<!-- Scale page to display width --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Page Title --> | ||
<title>Android v7.9 - 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.9" /> | ||
<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.9.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.9</h1> | ||
<div class="card-content"> | ||
<p>Official Release Notes</p> | ||
<ul> | ||
<li>Raise your hand if you've been looking for another way to communicate during group calls. | ||
The new Raise Hand feature is a simple way to get someone's attention, ask a question, or | ||
unanimously vote for a group proposal when your friend asks “all those in favor?” | ||
</li> | ||
</ul> | ||
<br> | ||
<p>Other Changes</p> | ||
<ul> | ||
<li>When in a video call, the flip camera button will now always be visible <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/a99db2b16e59a94d68390d86cdf309f906f42238">[src]</a> | ||
</li> | ||
<li>Updated the UI for several permission popups <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/a99db2b16e59a94d68390d86cdf309f906f42238">[src]</a> | ||
</li> | ||
<li>Unregistered contacts will no longer show in search results <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/0425b70d315ca5f1b4207bfb581b55c7a5c8825b">[src]</a> | ||
</li> | ||
<li>Improvements to group state processing <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/6362da7a5098bc0db41e252ec752ba9a3763b861">[src]</a> | ||
</li> | ||
<li>Tons of refactoring and bug fixes!</a> | ||
</li> | ||
</ul> | ||
<br> | ||
<p>Upcoming Features</p> | ||
<ul> | ||
<li>More work completed for the upcoming cloud backups feature <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/e647b31f29b395e1d6667b923a277282ade90a9a">[src]</a> | ||
</li> | ||
<li>More work completed for the upcoming call links feature <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/6184cc03078f39933ebec772b59ca0b4cee5237e">[src]</a> | ||
</li> | ||
<li>More work completed for the upcoming delete sync feature <a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/commit/a81a675d599fba1e37a6bff55381efcfb5a5609f">[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-9-release/61212?u=salt505">Beta | ||
thread</a> | ||
<a target="_blank" | ||
href="https://github.com/signalapp/Signal-Android/compare/v7.8.1...v7.9.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 | ||
alt="Mastodon Icon" src="/assets/images/icons/mastodon-logo.svg">Mastodon</a> | ||
<a class="footer-button" target="_blank" href="https://github.com/tedgravlin/signal-update-info"><img | ||
alt="GitHub Icon" 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 | ||
alt="RSS Icon" 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