Skip to content

Commit

Permalink
Change target of Version Information; Introduce Sources Report
Browse files Browse the repository at this point in the history
  • Loading branch information
mfonville committed Mar 25, 2016
1 parent a281cfd commit fa95182
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions _data/tooltips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
- tag: bdownload
info: Download selected Open GApps package
- tag: bversion
info: Detailed version information of the applications that are used for this specific platform architecture and android version
info: Buildlog with version information of the applications and libraries used during the creation of the selected package
- tag: bmd5
info: Download a md5 checksum file that can be used by the Android device's recovery to verify the integrity of the downloaded package
info: Download a md5 checksum file that can be used by the Android device's recovery to verify the integrity of the selected package
- tag: breport
info: Detailed version information of the applications used for the daily build of the selected platform architecture and android version
- tag: bolder
info: List all older releases for this platform architecture
- tag: donatelink
Expand Down
7 changes: 4 additions & 3 deletions _includes/scripts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<div id="github-latest"><div id="github-progressbar" class="mdl-progress mdl-js-progress mdl-progress__indeterminate progress-demo"></div><span class="mdl-typography--caption-color-contrast">querying GitHub API...</span></div>
<button id="bversion" class="mdl-button mdl-js-button mdl-button--accent" disabled>Version Information</button><br />
<button id="bmd5" class="mdl-button mdl-js-button mdl-button--accent" disabled>MD5 Checksum</button><br />
<button id="breport" class="mdl-button mdl-js-button mdl-button--accent" disabled>Sources Report</button><br />
<a id="bolderlink"><button id="bolder" class="mdl-button mdl-js-button mdl-button--accent" disabled>Older Releases</button></a>
</div>
</div>
Expand Down

0 comments on commit fa95182

Please sign in to comment.