forked from novoda/aosp.changelog.to
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
3 changed files
with
178 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="./assets/style.css" > | ||
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
|
||
<link rel="icon" href="./assets/favicon.svg" type="image/svg"> | ||
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon"> | ||
|
||
<title>android-15.0.0_r2 to android-15.0.0_r1 AOSP changelog</title> | ||
|
||
<script> | ||
function show(sectionId) { | ||
if (document.getElementById(sectionId)) { | ||
document.getElementById(sectionId+'-show').style.display = 'none'; | ||
document.getElementById(sectionId+'-hide').style.display = 'inline'; | ||
document.getElementById(sectionId).style.display = 'block'; | ||
} | ||
} | ||
|
||
function hide(sectionId) { | ||
if (document.getElementById(sectionId)) { | ||
document.getElementById(sectionId+'-show').style.display = 'inline'; | ||
document.getElementById(sectionId+'-hide').style.display = 'none'; | ||
document.getElementById(sectionId).style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container card"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h1>android-15.0.0_r2 to android-15.0.0_r1 AOSP changelog</h1> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-12"> | ||
<p>This only includes the Android Open Source Project changes and does not include any changes | ||
in any proprietary components included by Google or any hardware manufacturer. The raw log was | ||
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p> | ||
|
||
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div id="changes"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<p class="text-muted">© Copyright 20[0-9]{2} The LineageOS Project</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</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,88 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="./assets/style.css" > | ||
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
|
||
<link rel="icon" href="./assets/favicon.svg" type="image/svg"> | ||
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon"> | ||
|
||
<title>android-15.0.0_r3 to android-15.0.0_r2 AOSP changelog</title> | ||
|
||
<script> | ||
function show(sectionId) { | ||
if (document.getElementById(sectionId)) { | ||
document.getElementById(sectionId+'-show').style.display = 'none'; | ||
document.getElementById(sectionId+'-hide').style.display = 'inline'; | ||
document.getElementById(sectionId).style.display = 'block'; | ||
} | ||
} | ||
|
||
function hide(sectionId) { | ||
if (document.getElementById(sectionId)) { | ||
document.getElementById(sectionId+'-show').style.display = 'inline'; | ||
document.getElementById(sectionId+'-hide').style.display = 'none'; | ||
document.getElementById(sectionId).style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<div class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a> | ||
</div> | ||
<div class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container card"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<h1>android-15.0.0_r3 to android-15.0.0_r2 AOSP changelog</h1> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-12"> | ||
<p>This only includes the Android Open Source Project changes and does not include any changes | ||
in any proprietary components included by Google or any hardware manufacturer. The raw log was | ||
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p> | ||
|
||
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div id="changes"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="footer"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<p class="text-muted">© Copyright 20[0-9]{2} The LineageOS Project</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</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