-
Notifications
You must be signed in to change notification settings - Fork 491
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
10 changed files
with
235 additions
and
211 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
- Fixed Navigation drawer. Items not showing on older devices. | ||
- Fixed alert code sending wrong info when querying for battery level. | ||
- Upgrade otto to v1.3.7 to fix synthetic bridge methods created by JDK 8. |
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 |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{{/* | ||
~ Copyright (c) 2010 - 2015 Ushahidi Inc | ||
~ All rights reserved | ||
~ Contact: [email protected] | ||
~ Website: http://www.ushahidi.com | ||
~ GNU Lesser General Public License Usage | ||
~ This file may be used under the terms of the GNU Lesser | ||
~ General Public License version 3 as published by the Free Software | ||
~ Foundation and appearing in the file LICENSE.LGPL included in the | ||
~ packaging of this file. Please review the following information to | ||
~ ensure the GNU Lesser General Public License version 3 requirements | ||
~ will be met: http://www.gnu.org/licenses/lgpl.html. | ||
~ | ||
~ If you have questions regarding the use of this file, please contact | ||
~ Ushahidi developers at [email protected]. | ||
-->*/}} | ||
~ Copyright (c) 2010 - 2015 Ushahidi Inc | ||
~ All rights reserved | ||
~ Contact: [email protected] | ||
~ Website: http://www.ushahidi.com | ||
~ GNU Lesser General Public License Usage | ||
~ This file may be used under the terms of the GNU Lesser | ||
~ General Public License version 3 as published by the Free Software | ||
~ Foundation and appearing in the file LICENSE.LGPL included in the | ||
~ packaging of this file. Please review the following information to | ||
~ ensure the GNU Lesser General Public License version 3 requirements | ||
~ will be met: http://www.gnu.org/licenses/lgpl.html. | ||
~ | ||
~ If you have questions regarding the use of this file, please contact | ||
~ Ushahidi developers at [email protected]. | ||
-->*/}} | ||
{{ partial "header-media-links.html" . }} | ||
<title>{{ .Site.Title }} - {{ .Title }}</title> | ||
{{ partial "header-end-tags.html" . }} | ||
{{ partial "menu.html" . }} | ||
<div class="container"> | ||
<div class="jumbotron"> | ||
<h2>{{ .Site.Params.tagline }}</h2> | ||
</div> | ||
<!-- header ends --> | ||
<div class="container"> | ||
{{ partial "alerts.html" . }} | ||
<div class="jumbotron"> | ||
<h2>{{ .Site.Params.tagline }}</h2> | ||
</div> | ||
<!-- header ends --> | ||
<div class="container"> | ||
<div class="page-header"> | ||
<div class="page-header"> | ||
{{ .Params.header | safeHtml }} | ||
</div> | ||
</div> | ||
<!-- body starts --> | ||
<div class="container"> | ||
{{ .Content }} | ||
</div> <!-- body ends --> | ||
{{ partial "container-footer.html" . }} | ||
</div> | ||
<!-- body starts --> | ||
<div class="container"> | ||
{{ .Content }} | ||
</div> | ||
<!-- body ends --> | ||
{{ partial "container-footer.html" . }} | ||
</div> | ||
{{ partial "footer-scripts.html" . }} | ||
{{ partial "google-analytics.html" . }} | ||
{{ partial "footer.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
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
Oops, something went wrong.