Change permalink back to hash
This commit is contained in:
parent
d20afa13d2
commit
84af836de1
|
|
@ -25,7 +25,7 @@ PygmentsOptions = ""
|
||||||
logo = ""
|
logo = ""
|
||||||
favicon = ""
|
favicon = ""
|
||||||
|
|
||||||
# permalink = "#"
|
permalink = "#"
|
||||||
|
|
||||||
# Custom assets
|
# Custom assets
|
||||||
custom_css = []
|
custom_css = []
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a class="current" title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -213,7 +213,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -246,7 +246,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -718,7 +718,7 @@
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/" title="Change the sort order">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/" title="Change the sort order">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -738,7 +738,7 @@
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/" title="Readme">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/" title="Readme">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -777,12 +777,12 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -817,7 +817,7 @@
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -827,5 +827,5 @@
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,19 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Changelogs on NoNonsense FilePicker</title>
|
<title>Changelogs on NoNonsense FilePicker</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/changelog/</link>
|
||||||
<description>Recent content in Changelogs on NoNonsense FilePicker</description>
|
<description>Recent content in Changelogs on NoNonsense FilePicker</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sat, 16 Jul 2016 17:06:45 +0200</lastBuildDate>
|
<lastBuildDate>Sat, 16 Jul 2016 17:06:45 +0200</lastBuildDate>
|
||||||
<atom:link href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/NoNonsense-FilePicker/changelog/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>ChangeLog</title>
|
<title>ChangeLog</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/changelog/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:06:45 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:06:45 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/changelog/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="3-0-0-https-github-com-spacecowboy-nononsense-filepicker-tree-3-0-0-2016-07-03"><a href="https://github.com/spacecowboy/NoNonsense-FilePicker/tree/3.0.0">3.0.0</a> (2016-07-03)</h2>
|
<h2 id="3-0-0-https-github-com-spacecowboy-nononsense-filepicker-tree-3-0-0-2016-07-03"><a href="https://github.com/spacecowboy/NoNonsense-FilePicker/tree/3.0.0">3.0.0</a> (2016-07-03)</h2>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -255,7 +255,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a class="current" title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -340,7 +340,7 @@
|
||||||
|
|
||||||
<p>Say you want to browse some files which have really long names. By default, filenames will be cut if they exceed one line in width like <code>ThisIsAReallyLongFi...</code>. What if we really wanted it show like in this image?</p>
|
<p>Say you want to browse some files which have really long names. By default, filenames will be cut if they exceed one line in width like <code>ThisIsAReallyLongFi...</code>. What if we really wanted it show like in this image?</p>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/itemlayout_longfilename.png" alt="Example of a long filename" /></p>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/itemlayout_longfilename.png" alt="Example of a long filename" /></p>
|
||||||
|
|
||||||
<p>The behavior of the text is defined in the listitem layouts:
|
<p>The behavior of the text is defined in the listitem layouts:
|
||||||
<a href="https://github.com/spacecowboy/NoNonsense-FilePicker/blob/master/library/src/main/res/layout/nnf_filepicker_listitem_checkable.xml">nnf_filepicker_listitem_checkable</a>
|
<a href="https://github.com/spacecowboy/NoNonsense-FilePicker/blob/master/library/src/main/res/layout/nnf_filepicker_listitem_checkable.xml">nnf_filepicker_listitem_checkable</a>
|
||||||
|
|
@ -512,7 +512,7 @@ and
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/" title="Filter based on file extension">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/" title="Filter based on file extension">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -532,7 +532,7 @@ and
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/" title="Change the sort order">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/" title="Change the sort order">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -571,12 +571,12 @@ and
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -611,7 +611,7 @@ and
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -621,5 +621,5 @@ and
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a class="current" title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -375,8 +375,8 @@
|
||||||
|
|
||||||
<h3 id="before-and-after">Before and After</h3>
|
<h3 id="before-and-after">Before and After</h3>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/filter_before.png" width="30%" alt="Before"/>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/filter_before.png" width="30%" alt="Before"/>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/filter_after.png" width="30%" alt="After"/></p>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/filter_after.png" width="30%" alt="After"/></p>
|
||||||
|
|
||||||
<h3 id="full-fragment-code">Full Fragment code</h3>
|
<h3 id="full-fragment-code">Full Fragment code</h3>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
||||||
|
|
@ -432,7 +432,7 @@
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/" title="Override the back button">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/" title="Override the back button">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -452,7 +452,7 @@
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/" title="Custom item layout">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/" title="Custom item layout">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -491,12 +491,12 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -531,7 +531,7 @@
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -541,5 +541,5 @@
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,11 +66,11 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<link href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/index.xml" rel="alternate" type="application/rss+xml" title="NoNonsense FilePicker" />
|
<link href="http://localhost:1313/NoNonsense-FilePicker/example/index.xml" rel="alternate" type="application/rss+xml" title="NoNonsense FilePicker" />
|
||||||
<link href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/index.xml" rel="feed" type="application/rss+xml" title="NoNonsense FilePicker" />
|
<link href="http://localhost:1313/NoNonsense-FilePicker/example/index.xml" rel="feed" type="application/rss+xml" title="NoNonsense FilePicker" />
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -188,7 +188,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -205,7 +205,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -226,7 +226,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -238,7 +238,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -250,7 +250,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -262,7 +262,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -274,7 +274,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -286,7 +286,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
<h1>Pages in Example</h1>
|
<h1>Pages in Example</h1>
|
||||||
|
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/" title="Standalone fragment">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/" title="Standalone fragment">
|
||||||
<h2>Standalone fragment</h2>
|
<h2>Standalone fragment</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -338,7 +338,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/" title="Override selection behavior">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/" title="Override selection behavior">
|
||||||
<h2>Override selection behavior</h2>
|
<h2>Override selection behavior</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -347,7 +347,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/" title="Override the back button">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/" title="Override the back button">
|
||||||
<h2>Override the back button</h2>
|
<h2>Override the back button</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -356,7 +356,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/" title="Filter based on file extension">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/" title="Filter based on file extension">
|
||||||
<h2>Filter based on file extension</h2>
|
<h2>Filter based on file extension</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -365,7 +365,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/" title="Custom item layout">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/" title="Custom item layout">
|
||||||
<h2>Custom item layout</h2>
|
<h2>Custom item layout</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -374,7 +374,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/" title="Change the sort order">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/" title="Change the sort order">
|
||||||
<h2>Change the sort order</h2>
|
<h2>Change the sort order</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -413,7 +413,7 @@
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -448,7 +448,7 @@
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -458,5 +458,5 @@
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,19 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Examples on NoNonsense FilePicker</title>
|
<title>Examples on NoNonsense FilePicker</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/</link>
|
||||||
<description>Recent content in Examples on NoNonsense FilePicker</description>
|
<description>Recent content in Examples on NoNonsense FilePicker</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sat, 16 Jul 2016 17:36:40 +0200</lastBuildDate>
|
<lastBuildDate>Sat, 16 Jul 2016 17:36:40 +0200</lastBuildDate>
|
||||||
<atom:link href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/NoNonsense-FilePicker/example/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Standalone fragment</title>
|
<title>Standalone fragment</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:36:40 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:36:40 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/</guid>
|
||||||
<description><p>To use the fragment together with an existing toolbar/action bar, a few things should be overridden.</p>
|
<description><p>To use the fragment together with an existing toolbar/action bar, a few things should be overridden.</p>
|
||||||
|
|
||||||
<p>Here&rsquo;s a minimal example where the toolbar is intercepted from being set as the main toolbar. The menu creation is also intercepted and populates the toolbar directly.</p>
|
<p>Here&rsquo;s a minimal example where the toolbar is intercepted from being set as the main toolbar. The menu creation is also intercepted and populates the toolbar directly.</p>
|
||||||
|
|
@ -52,10 +52,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Override selection behavior</title>
|
<title>Override selection behavior</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:35:01 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:35:01 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>New in <a href="https://github.com/spacecowboy/NoNonsense-FilePicker/releases/tag/v2.4.0">2.4.0</a> are overridable methods to handle UI-interactions. The following methods are now available for augmentation:</p>
|
<p>New in <a href="https://github.com/spacecowboy/NoNonsense-FilePicker/releases/tag/v2.4.0">2.4.0</a> are overridable methods to handle UI-interactions. The following methods are now available for augmentation:</p>
|
||||||
|
|
@ -104,10 +104,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Override the back button</title>
|
<title>Override the back button</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:33:43 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:33:43 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>In case you want the back button to navigate the hierarchy instead of
|
<p>In case you want the back button to navigate the hierarchy instead of
|
||||||
|
|
@ -234,10 +234,10 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Filter based on file extension</title>
|
<title>Filter based on file extension</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:32:07 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:32:07 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>By default, the SD-card picker will display all files in alphabetical order. But let&rsquo;s say that your app can only handle a specific type of file, like <code>.txt</code>-files. Here&rsquo;s a minimal example which will only display such files.</p>
|
<p>By default, the SD-card picker will display all files in alphabetical order. But let&rsquo;s say that your app can only handle a specific type of file, like <code>.txt</code>-files. Here&rsquo;s a minimal example which will only display such files.</p>
|
||||||
|
|
@ -277,8 +277,8 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<h3 id="before-and-after">Before and After</h3>
|
<h3 id="before-and-after">Before and After</h3>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/filter_before.png" width="30%" alt="Before"/>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/filter_before.png" width="30%" alt="Before"/>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/filter_after.png" width="30%" alt="After"/></p>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/filter_after.png" width="30%" alt="After"/></p>
|
||||||
|
|
||||||
<h3 id="full-fragment-code">Full Fragment code</h3>
|
<h3 id="full-fragment-code">Full Fragment code</h3>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
||||||
|
|
@ -321,15 +321,15 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Custom item layout</title>
|
<title>Custom item layout</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:21:28 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:21:28 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>Say you want to browse some files which have really long names. By default, filenames will be cut if they exceed one line in width like <code>ThisIsAReallyLongFi...</code>. What if we really wanted it show like in this image?</p>
|
<p>Say you want to browse some files which have really long names. By default, filenames will be cut if they exceed one line in width like <code>ThisIsAReallyLongFi...</code>. What if we really wanted it show like in this image?</p>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/itemlayout_longfilename.png" alt="Example of a long filename" /></p>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/itemlayout_longfilename.png" alt="Example of a long filename" /></p>
|
||||||
|
|
||||||
<p>The behavior of the text is defined in the listitem layouts:
|
<p>The behavior of the text is defined in the listitem layouts:
|
||||||
<a href="https://github.com/spacecowboy/NoNonsense-FilePicker/blob/master/library/src/main/res/layout/nnf_filepicker_listitem_checkable.xml">nnf_filepicker_listitem_checkable</a>
|
<a href="https://github.com/spacecowboy/NoNonsense-FilePicker/blob/master/library/src/main/res/layout/nnf_filepicker_listitem_checkable.xml">nnf_filepicker_listitem_checkable</a>
|
||||||
|
|
@ -488,10 +488,10 @@ and
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Change the sort order</title>
|
<title>Change the sort order</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/sortorder/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:10:46 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:10:46 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/sortorder/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>By default, the SD-card picker will display all files in alphabetical order. But what if you want a different sort-order?</p>
|
<p>By default, the SD-card picker will display all files in alphabetical order. But what if you want a different sort-order?</p>
|
||||||
|
|
@ -526,8 +526,8 @@ and
|
||||||
|
|
||||||
<h3 id="before-and-after">Before and After</h3>
|
<h3 id="before-and-after">Before and After</h3>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/sorting_before.png" width="30%" alt="Before"/>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/sorting_before.png" width="30%" alt="Before"/>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/sorting_after.png" width="30%" alt="After"/></p>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/sorting_after.png" width="30%" alt="After"/></p>
|
||||||
|
|
||||||
<h3 id="full-fragment-code">Full Fragment code</h3>
|
<h3 id="full-fragment-code">Full Fragment code</h3>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -255,7 +255,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a class="current" title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -475,7 +475,7 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/" title="Override selection behavior">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/" title="Override selection behavior">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -495,7 +495,7 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/" title="Filter based on file extension">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/" title="Filter based on file extension">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -534,12 +534,12 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -574,7 +574,7 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -584,5 +584,5 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -255,7 +255,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a class="current" title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/" title="Standalone fragment">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/" title="Standalone fragment">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -417,7 +417,7 @@
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/" title="Override the back button">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/" title="Override the back button">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -456,12 +456,12 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -496,7 +496,7 @@
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -506,5 +506,5 @@
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a class="current" title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -246,7 +246,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -370,8 +370,8 @@
|
||||||
|
|
||||||
<h3 id="before-and-after">Before and After</h3>
|
<h3 id="before-and-after">Before and After</h3>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/sorting_before.png" width="30%" alt="Before"/>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/sorting_before.png" width="30%" alt="Before"/>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/sorting_after.png" width="30%" alt="After"/></p>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/sorting_after.png" width="30%" alt="After"/></p>
|
||||||
|
|
||||||
<h3 id="full-fragment-code">Full Fragment code</h3>
|
<h3 id="full-fragment-code">Full Fragment code</h3>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
||||||
|
|
@ -449,7 +449,7 @@
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/" title="Custom item layout">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/" title="Custom item layout">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -469,7 +469,7 @@
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/" title="ChangeLog">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/changelog/" title="ChangeLog">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -508,12 +508,12 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -548,7 +548,7 @@
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -558,5 +558,5 @@
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -231,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -243,7 +243,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -255,7 +255,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -267,7 +267,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -279,7 +279,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -291,7 +291,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a class="current" title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -390,7 +390,7 @@
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/" title="Override selection behavior">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/" title="Override selection behavior">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -429,12 +429,12 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -469,7 +469,7 @@
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -479,5 +479,5 @@
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,11 +66,11 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<link href="http://spacecowboy.github.io/NoNonsense-FilePicker/index.xml" rel="alternate" type="application/rss+xml" title="NoNonsense FilePicker" />
|
<link href="http://localhost:1313/NoNonsense-FilePicker/index.xml" rel="alternate" type="application/rss+xml" title="NoNonsense FilePicker" />
|
||||||
<link href="http://spacecowboy.github.io/NoNonsense-FilePicker/index.xml" rel="feed" type="application/rss+xml" title="NoNonsense FilePicker" />
|
<link href="http://localhost:1313/NoNonsense-FilePicker/index.xml" rel="feed" type="application/rss+xml" title="NoNonsense FilePicker" />
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -213,7 +213,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -246,7 +246,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -340,9 +340,9 @@
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/Nexus6-picker-dark.png" width="25%"/>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/Nexus6-picker-dark.png" width="25%"/>
|
||||||
|
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/Nexus10-picker-light.png" width="60%"/>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/Nexus10-picker-light.png" width="60%"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -568,7 +568,7 @@ activity which actually has to do some extra work):</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="next">
|
<div class="next">
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/" title="Readme">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/" title="Readme">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Next
|
Next
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -604,12 +604,12 @@ activity which actually has to do some extra work):</p>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -644,7 +644,7 @@ activity which actually has to do some extra work):</p>
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -654,5 +654,5 @@ activity which actually has to do some extra work):</p>
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,19 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>NoNonsense FilePicker</title>
|
<title>NoNonsense FilePicker</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/</link>
|
||||||
<description>Recent content on NoNonsense FilePicker</description>
|
<description>Recent content on NoNonsense FilePicker</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sat, 16 Jul 2016 17:36:40 +0200</lastBuildDate>
|
<lastBuildDate>Sat, 16 Jul 2016 17:36:40 +0200</lastBuildDate>
|
||||||
<atom:link href="http://spacecowboy.github.io/NoNonsense-FilePicker/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/NoNonsense-FilePicker/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Standalone fragment</title>
|
<title>Standalone fragment</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:36:40 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:36:40 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/</guid>
|
||||||
<description><p>To use the fragment together with an existing toolbar/action bar, a few things should be overridden.</p>
|
<description><p>To use the fragment together with an existing toolbar/action bar, a few things should be overridden.</p>
|
||||||
|
|
||||||
<p>Here&rsquo;s a minimal example where the toolbar is intercepted from being set as the main toolbar. The menu creation is also intercepted and populates the toolbar directly.</p>
|
<p>Here&rsquo;s a minimal example where the toolbar is intercepted from being set as the main toolbar. The menu creation is also intercepted and populates the toolbar directly.</p>
|
||||||
|
|
@ -52,10 +52,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Override selection behavior</title>
|
<title>Override selection behavior</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:35:01 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:35:01 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>New in <a href="https://github.com/spacecowboy/NoNonsense-FilePicker/releases/tag/v2.4.0">2.4.0</a> are overridable methods to handle UI-interactions. The following methods are now available for augmentation:</p>
|
<p>New in <a href="https://github.com/spacecowboy/NoNonsense-FilePicker/releases/tag/v2.4.0">2.4.0</a> are overridable methods to handle UI-interactions. The following methods are now available for augmentation:</p>
|
||||||
|
|
@ -104,10 +104,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Override the back button</title>
|
<title>Override the back button</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:33:43 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:33:43 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>In case you want the back button to navigate the hierarchy instead of
|
<p>In case you want the back button to navigate the hierarchy instead of
|
||||||
|
|
@ -234,10 +234,10 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Filter based on file extension</title>
|
<title>Filter based on file extension</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:32:07 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:32:07 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>By default, the SD-card picker will display all files in alphabetical order. But let&rsquo;s say that your app can only handle a specific type of file, like <code>.txt</code>-files. Here&rsquo;s a minimal example which will only display such files.</p>
|
<p>By default, the SD-card picker will display all files in alphabetical order. But let&rsquo;s say that your app can only handle a specific type of file, like <code>.txt</code>-files. Here&rsquo;s a minimal example which will only display such files.</p>
|
||||||
|
|
@ -277,8 +277,8 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<h3 id="before-and-after">Before and After</h3>
|
<h3 id="before-and-after">Before and After</h3>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/filter_before.png" width="30%" alt="Before"/>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/filter_before.png" width="30%" alt="Before"/>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/filter_after.png" width="30%" alt="After"/></p>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/filter_after.png" width="30%" alt="After"/></p>
|
||||||
|
|
||||||
<h3 id="full-fragment-code">Full Fragment code</h3>
|
<h3 id="full-fragment-code">Full Fragment code</h3>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
||||||
|
|
@ -321,15 +321,15 @@ instantly exiting the activity, this is one approach you might take.</p>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Custom item layout</title>
|
<title>Custom item layout</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:21:28 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:21:28 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>Say you want to browse some files which have really long names. By default, filenames will be cut if they exceed one line in width like <code>ThisIsAReallyLongFi...</code>. What if we really wanted it show like in this image?</p>
|
<p>Say you want to browse some files which have really long names. By default, filenames will be cut if they exceed one line in width like <code>ThisIsAReallyLongFi...</code>. What if we really wanted it show like in this image?</p>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/itemlayout_longfilename.png" alt="Example of a long filename" /></p>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/itemlayout_longfilename.png" alt="Example of a long filename" /></p>
|
||||||
|
|
||||||
<p>The behavior of the text is defined in the listitem layouts:
|
<p>The behavior of the text is defined in the listitem layouts:
|
||||||
<a href="https://github.com/spacecowboy/NoNonsense-FilePicker/blob/master/library/src/main/res/layout/nnf_filepicker_listitem_checkable.xml">nnf_filepicker_listitem_checkable</a>
|
<a href="https://github.com/spacecowboy/NoNonsense-FilePicker/blob/master/library/src/main/res/layout/nnf_filepicker_listitem_checkable.xml">nnf_filepicker_listitem_checkable</a>
|
||||||
|
|
@ -488,10 +488,10 @@ and
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Change the sort order</title>
|
<title>Change the sort order</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/example/sortorder/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:10:46 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:10:46 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/example/sortorder/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>By default, the SD-card picker will display all files in alphabetical order. But what if you want a different sort-order?</p>
|
<p>By default, the SD-card picker will display all files in alphabetical order. But what if you want a different sort-order?</p>
|
||||||
|
|
@ -526,8 +526,8 @@ and
|
||||||
|
|
||||||
<h3 id="before-and-after">Before and After</h3>
|
<h3 id="before-and-after">Before and After</h3>
|
||||||
|
|
||||||
<p><img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/sorting_before.png" width="30%" alt="Before"/>
|
<p><img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/sorting_before.png" width="30%" alt="Before"/>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/sorting_after.png" width="30%" alt="After"/></p>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/sorting_after.png" width="30%" alt="After"/></p>
|
||||||
|
|
||||||
<h3 id="full-fragment-code">Full Fragment code</h3>
|
<h3 id="full-fragment-code">Full Fragment code</h3>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span><span style="color: #007020; font-weight: bold">import</span> <span style="color: #0e84b5; font-weight: bold">com.nononsenseapps.filepicker.FilePickerFragment</span><span style="color: #666666">;</span>
|
||||||
|
|
@ -592,10 +592,10 @@ and
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>ChangeLog</title>
|
<title>ChangeLog</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/changelog/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 17:06:45 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 17:06:45 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/changelog/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<h2 id="3-0-0-https-github-com-spacecowboy-nononsense-filepicker-tree-3-0-0-2016-07-03"><a href="https://github.com/spacecowboy/NoNonsense-FilePicker/tree/3.0.0">3.0.0</a> (2016-07-03)</h2>
|
<h2 id="3-0-0-https-github-com-spacecowboy-nononsense-filepicker-tree-3-0-0-2016-07-03"><a href="https://github.com/spacecowboy/NoNonsense-FilePicker/tree/3.0.0">3.0.0</a> (2016-07-03)</h2>
|
||||||
|
|
@ -965,16 +965,16 @@ and
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Readme</title>
|
<title>Readme</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 16:42:44 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 16:42:44 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/</guid>
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/Nexus6-picker-dark.png" width="25%"/>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/Nexus6-picker-dark.png" width="25%"/>
|
||||||
|
|
||||||
<img src="http://spacecowboy.github.io/NoNonsense-FilePicker/screenshots/Nexus10-picker-light.png" width="60%"/>
|
<img src="http://localhost:1313/NoNonsense-FilePicker/screenshots/Nexus10-picker-light.png" width="60%"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
@ -1180,10 +1180,10 @@ activity which actually has to do some extra work):</p>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>License</title>
|
<title>License</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/license/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/license/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 16:35:07 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 16:35:07 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/license/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/license/</guid>
|
||||||
<description><p>Copyright &copy; 2016 Jonas Kalderstam <a href="mailto:jonas@cowboyprogrammer.org">jonas@cowboyprogrammer.org</a></p>
|
<description><p>Copyright &copy; 2016 Jonas Kalderstam <a href="mailto:jonas@cowboyprogrammer.org">jonas@cowboyprogrammer.org</a></p>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span>Mozilla Public License Version 2.0
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span>Mozilla Public License Version 2.0
|
||||||
==================================
|
==================================
|
||||||
|
|
|
||||||
|
|
@ -15,42 +15,42 @@
|
||||||
|
|
||||||
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
<meta name="description" content="An extensible and flexible file-picker for Android.">
|
||||||
|
|
||||||
<link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
<meta name="author" content="SpaceCowboy">
|
<meta name="author" content="SpaceCowboy">
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<meta property="og:url" content="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
<meta property="og:title" content="NoNonsense FilePicker">
|
<meta property="og:title" content="NoNonsense FilePicker">
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
<meta name="apple-mobile-web-app-title" content="NoNonsense FilePicker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="shortcut icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
<link rel="icon" type="image/x-icon" href="http://spacecowboy.github.io/NoNonsense-FilePicker/images/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="http://localhost:1313/NoNonsense-FilePicker/images/favicon.ico">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Icon';
|
font-family: 'Icon';
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?52m981');
|
||||||
src: url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
src: url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.eot?#iefix52m981')
|
||||||
format('embedded-opentype'),
|
format('embedded-opentype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.woff?52m981')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.ttf?52m981')
|
||||||
format('truetype'),
|
format('truetype'),
|
||||||
url('http://spacecowboy.github.io/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
url('http://localhost:1313/NoNonsense-FilePicker/fonts/icon.svg?52m981#icon')
|
||||||
format('svg');
|
format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/application.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/application.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/temporary.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/temporary.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/palettes.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/palettes.css">
|
||||||
<link rel="stylesheet" href="http://spacecowboy.github.io/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
<link rel="stylesheet" href="http://localhost:1313/NoNonsense-FilePicker/stylesheets/highlight/highlight.css">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/modernizr.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Readme" href="http://spacecowboy.github.io/NoNonsense-FilePicker/readme/">
|
<a title="Readme" href="http://localhost:1313/NoNonsense-FilePicker/readme/">
|
||||||
|
|
||||||
Readme
|
Readme
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -193,7 +193,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Changelog" href="http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/">
|
<a title="Changelog" href="http://localhost:1313/NoNonsense-FilePicker/changelog/">
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a class="current" title="License" href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/">
|
<a class="current" title="License" href="http://localhost:1313/NoNonsense-FilePicker/license/">
|
||||||
|
|
||||||
License
|
License
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Change the sort order" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/">
|
<a title="Change the sort order" href="http://localhost:1313/NoNonsense-FilePicker/example/sortorder/">
|
||||||
|
|
||||||
Change the sort order
|
Change the sort order
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -246,7 +246,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Filter based on file extension" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/">
|
<a title="Filter based on file extension" href="http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/">
|
||||||
|
|
||||||
Filter based on file extension
|
Filter based on file extension
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Custom item layout" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/">
|
<a title="Custom item layout" href="http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/">
|
||||||
|
|
||||||
Custom item layout
|
Custom item layout
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override the back button" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/">
|
<a title="Override the back button" href="http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/">
|
||||||
|
|
||||||
Override the back button
|
Override the back button
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Override selection behavior" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/">
|
<a title="Override selection behavior" href="http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/">
|
||||||
|
|
||||||
Override selection behavior
|
Override selection behavior
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -294,7 +294,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a title="Standalone fragment" href="http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/">
|
<a title="Standalone fragment" href="http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/">
|
||||||
|
|
||||||
Standalone fragment
|
Standalone fragment
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -729,7 +729,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||||
<nav class="pagination" aria-label="Footer">
|
<nav class="pagination" aria-label="Footer">
|
||||||
<div class="previous">
|
<div class="previous">
|
||||||
|
|
||||||
<a href="http://spacecowboy.github.io/NoNonsense-FilePicker/" title="Readme">
|
<a href="http://localhost:1313/NoNonsense-FilePicker/" title="Readme">
|
||||||
<span class="direction">
|
<span class="direction">
|
||||||
Previous
|
Previous
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -772,12 +772,12 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
var base_url = 'http:\/\/spacecowboy.github.io\/NoNonsense-FilePicker\/';
|
var base_url = 'http:\/\/localhost:1313\/NoNonsense-FilePicker\/';
|
||||||
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
var repo_id = 'spacecowboy\/NoNonsense-FilePicker';
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="http://spacecowboy.github.io/NoNonsense-FilePicker/javascripts/application.js"></script>
|
<script src="http://localhost:1313/NoNonsense-FilePicker/javascripts/application.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
@ -812,7 +812,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||||
a.setAttribute("class", "headerlink");
|
a.setAttribute("class", "headerlink");
|
||||||
a.setAttribute("href", "#" + headers[i].id);
|
a.setAttribute("href", "#" + headers[i].id);
|
||||||
a.setAttribute("title", "Permanent link")
|
a.setAttribute("title", "Permanent link")
|
||||||
a.innerHTML = "¶";
|
a.innerHTML = "#";
|
||||||
headers[i].appendChild(a);
|
headers[i].appendChild(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -822,5 +822,5 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||||
|
|
||||||
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
<script src="//gohugo.io/js/highlight.pack.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
<script data-no-instant>document.write('<script src="/livereload.js?mindelay=10"></' + 'script>')</script></body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,19 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Licenses on NoNonsense FilePicker</title>
|
<title>Licenses on NoNonsense FilePicker</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/license/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/license/</link>
|
||||||
<description>Recent content in Licenses on NoNonsense FilePicker</description>
|
<description>Recent content in Licenses on NoNonsense FilePicker</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sat, 16 Jul 2016 16:35:07 +0200</lastBuildDate>
|
<lastBuildDate>Sat, 16 Jul 2016 16:35:07 +0200</lastBuildDate>
|
||||||
<atom:link href="http://spacecowboy.github.io/NoNonsense-FilePicker/license/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://localhost:1313/NoNonsense-FilePicker/license/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>License</title>
|
<title>License</title>
|
||||||
<link>http://spacecowboy.github.io/NoNonsense-FilePicker/license/</link>
|
<link>http://localhost:1313/NoNonsense-FilePicker/license/</link>
|
||||||
<pubDate>Sat, 16 Jul 2016 16:35:07 +0200</pubDate>
|
<pubDate>Sat, 16 Jul 2016 16:35:07 +0200</pubDate>
|
||||||
|
|
||||||
<guid>http://spacecowboy.github.io/NoNonsense-FilePicker/license/</guid>
|
<guid>http://localhost:1313/NoNonsense-FilePicker/license/</guid>
|
||||||
<description><p>Copyright &copy; 2016 Jonas Kalderstam <a href="mailto:jonas@cowboyprogrammer.org">jonas@cowboyprogrammer.org</a></p>
|
<description><p>Copyright &copy; 2016 Jonas Kalderstam <a href="mailto:jonas@cowboyprogrammer.org">jonas@cowboyprogrammer.org</a></p>
|
||||||
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span>Mozilla Public License Version 2.0
|
<div class="highlight" style="background: #f0f0f0"><pre style="line-height: 125%"><span></span>Mozilla Public License Version 2.0
|
||||||
==================================
|
==================================
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<!DOCTYPE html><html><head><link rel="canonical" href="http://spacecowboy.github.io/NoNonsense-FilePicker/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://spacecowboy.github.io/NoNonsense-FilePicker/" /></head></html>
|
<!DOCTYPE html><html><head><link rel="canonical" href="http://localhost:1313/NoNonsense-FilePicker/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://localhost:1313/NoNonsense-FilePicker/" /></head></html>
|
||||||
|
|
@ -2,52 +2,52 @@
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/</loc>
|
||||||
<lastmod>2016-07-16T17:36:40+02:00</lastmod>
|
<lastmod>2016-07-16T17:36:40+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/example/standalone_fragment/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/example/standalone_fragment/</loc>
|
||||||
<lastmod>2016-07-16T17:36:40+02:00</lastmod>
|
<lastmod>2016-07-16T17:36:40+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_selection_behavior/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/example/override_selection_behavior/</loc>
|
||||||
<lastmod>2016-07-16T17:35:01+02:00</lastmod>
|
<lastmod>2016-07-16T17:35:01+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/example/override_back_button/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/example/override_back_button/</loc>
|
||||||
<lastmod>2016-07-16T17:33:43+02:00</lastmod>
|
<lastmod>2016-07-16T17:33:43+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/example/filter_file_extension/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/example/filter_file_extension/</loc>
|
||||||
<lastmod>2016-07-16T17:32:07+02:00</lastmod>
|
<lastmod>2016-07-16T17:32:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/example/custom_item_layout/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/example/custom_item_layout/</loc>
|
||||||
<lastmod>2016-07-16T17:21:28+02:00</lastmod>
|
<lastmod>2016-07-16T17:21:28+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/example/sortorder/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/example/sortorder/</loc>
|
||||||
<lastmod>2016-07-16T17:10:46+02:00</lastmod>
|
<lastmod>2016-07-16T17:10:46+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/changelog/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/changelog/</loc>
|
||||||
<lastmod>2016-07-16T17:06:45+02:00</lastmod>
|
<lastmod>2016-07-16T17:06:45+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/</loc>
|
||||||
<lastmod>2016-07-16T16:42:44+02:00</lastmod>
|
<lastmod>2016-07-16T16:42:44+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://spacecowboy.github.io/NoNonsense-FilePicker/license/</loc>
|
<loc>http://localhost:1313/NoNonsense-FilePicker/license/</loc>
|
||||||
<lastmod>2016-07-16T16:35:07+02:00</lastmod>
|
<lastmod>2016-07-16T16:35:07+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue