This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
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
7 changed files
with
305 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,118 @@ | ||
Acknowledgements | ||
================ | ||
|
||
Open Source Libraries | ||
--------------------- | ||
* etsy/AndroidStaggeredGrid | ||
* gabrielemariotti/cardslib | ||
* guava-libraries | ||
* nhaarman/ListViewAnimations | ||
* SQLCipher | ||
|
||
### Licenses | ||
|
||
#### etsy/AndroidStaggeredGrid | ||
https://github.com/etsy/AndroidStaggeredGrid | ||
|
||
Copyright (c) 2013 Etsy | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
#### gabrielemariotti/cardslib | ||
https://github.com/gabrielemariotti/cardslib | ||
|
||
Copyright 2013-2014 Gabriele Mariotti | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
#### guava-libraries | ||
https://code.google.com/p/guava-libraries/ | ||
|
||
Copyright (C) 2014 The Guava Authors | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
#### nhaarman/ListViewAnimations | ||
https://github.com/nhaarman/ListViewAnimations | ||
|
||
Copyright 2013 Niek Haarman | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
#### SQLCipher | ||
http://sqlcipher.net/open-source/ | ||
|
||
Copyright (c) 2008-2012 Zetetic LLC | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of the ZETETIC LLC nor the | ||
names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY | ||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
Assets | ||
------ | ||
|
||
### Icons | ||
* Launcher icon by [Nishant Singh](http://neximolabs.com/) | ||
* Archive icon (modified) by [Ionicons](https://www.iconfinder.com/icons/211612/archive_icon#size=128) under MIT License | ||
|
||
### Fonts | ||
* [Roboto Slab](https://www.google.com/fonts/specimen/Roboto+Slab) font by [Christian Robertson]( https://plus.google.com/110879635926653430880/about) under Apache Licence 2.0 |
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,143 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Acknowledgements</title> | ||
<link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" /> | ||
<script type="text/javascript" src="https://stackedit.io/libs/MathJax/MathJax.js?config=TeX-AMS_HTML"></script> | ||
</head> | ||
<body><div class="container"><h1 id="acknowledgements">Acknowledgements</h1> | ||
|
||
<h2 id="open-source-libraries">Open Source Libraries</h2> | ||
|
||
<ul> | ||
<li>etsy/AndroidStaggeredGrid</li> | ||
<li>gabrielemariotti/cardslib</li> | ||
<li>guava-libraries</li> | ||
<li>nhaarman/ListViewAnimations</li> | ||
<li>SQLCipher</li> | ||
</ul> | ||
|
||
<h3 id="licenses">Licenses</h3> | ||
|
||
<h4 id="etsyandroidstaggeredgrid">etsy/AndroidStaggeredGrid</h4> | ||
|
||
<p><a href="https://github.com/etsy/AndroidStaggeredGrid">https://github.com/etsy/AndroidStaggeredGrid</a></p> | ||
|
||
<pre><code>Copyright (c) 2013 Etsy | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
</code></pre> | ||
|
||
<h4 id="gabrielemariotticardslib">gabrielemariotti/cardslib</h4> | ||
|
||
<p><a href="https://github.com/gabrielemariotti/cardslib">https://github.com/gabrielemariotti/cardslib</a></p> | ||
|
||
<pre><code>Copyright 2013-2014 Gabriele Mariotti | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
</code></pre> | ||
|
||
<h4 id="guava-libraries">guava-libraries</h4> | ||
|
||
<p><a href="https://code.google.com/p/guava-libraries/">https://code.google.com/p/guava-libraries/</a></p> | ||
|
||
<pre><code>Copyright (C) 2014 The Guava Authors | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
</code></pre> | ||
|
||
<h4 id="nhaarmanlistviewanimations">nhaarman/ListViewAnimations</h4> | ||
|
||
<p><a href="https://github.com/nhaarman/ListViewAnimations">https://github.com/nhaarman/ListViewAnimations</a></p> | ||
|
||
<pre><code>Copyright 2013 Niek Haarman | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
</code></pre> | ||
|
||
<h4 id="sqlcipher">SQLCipher</h4> | ||
|
||
<p><a href="http://sqlcipher.net/open-source/">http://sqlcipher.net/open-source/</a></p> | ||
|
||
<pre><code>Copyright (c) 2008-2012 Zetetic LLC | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of the ZETETIC LLC nor the | ||
names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY | ||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
</code></pre> | ||
|
||
<h2 id="assets">Assets</h2> | ||
|
||
<h3 id="icons">Icons</h3> | ||
|
||
<ul> | ||
<li>Launcher icon by <a href="http://neximolabs.com/">Nishant Singh</a></li> | ||
<li>Archive icon (modified) by <a href="https://www.iconfinder.com/icons/211612/archive_icon#size=128">Ionicons</a> under MIT License</li> | ||
</ul> | ||
|
||
<h3 id="fonts">Fonts</h3> | ||
|
||
<ul> | ||
<li><a href="https://www.google.com/fonts/specimen/Roboto+Slab">Roboto Slab</a> font by <a href="https://plus.google.com/110879635926653430880/about">Christian Robertson</a> under Apache Licence 2.0</li> | ||
</ul></div></body> | ||
</html> |
16 changes: 16 additions & 0 deletions
16
Sealnote/src/main/java/com/twistedplane/sealnote/WebViewActivity.java
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,16 @@ | ||
package com.twistedplane.sealnote; | ||
|
||
import android.app.Activity; | ||
import android.os.Bundle; | ||
import android.webkit.WebView; | ||
|
||
public class WebViewActivity extends Activity { | ||
@Override | ||
public void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
setContentView(R.layout.webview); | ||
|
||
WebView wv = (WebView) findViewById(R.id.webview); | ||
wv.loadUrl("file:///android_asset/acknowledgements.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,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<WebView xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:id="@+id/webview" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
|
||
</WebView> |
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