-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
97 lines (89 loc) · 4.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Mediagallery : Google Glass - Glassware to manage your photos and video. View your pictures, watch your video." />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49472544-1', 'fablanglet.github.io');
ga('send', 'pageview');
</script>
<link rel="icon" type="image/png" href="images/mg_v1_color_40.png" />
<title>Mediagallery</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/fablanglet/MediaGallery">View on GitHub</a>
<h1 id="project_title"><img src="images/mg_v1_color_40.png" style="vertical-align:middle"/> Media Gallery</h1>
<h2 id="project_tagline">Google Glass - Glassware to manage your photos and video. View your pictures, watch your video.</h2>
<section id="downloads">
<a class="zip_download_link" href="http://fablanglet.github.io/MediaGallery/version/GalleryPicture.0.3.zip" onClick="ga('send','event','Download','Release','0.3');">Download latest version</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p style="text-align:center"><img src="./images/mediagallery.png" width="50%" height="50%"/></p>
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
<span class="octicon octicon-link"></span>
</a>
Glassware MediaGallery Pages.
</h3>
<p>You can view, play and delete your photos and video directly with this app with swipe,swipe and swipe in your Timeline. And you can not find the picture or the video you want in the middle of your notifications.</p>
<p>It's a beta version, but I publish it because I read a lot of comments on the glass-community forum that it is not easy to manage the picture on the timeline.</p>
<p>I agree with all these comments, that's why I decided to develop this Glassware during my free-time.</p>
<h3>v0.3 features</h3>
<p>
XE16 Compatibility to KITKAT.
</p>
<h3>v0.2 features</h3>
<p>
Work on optimization and improve the video player.
<ul>
<li>Add pause in the video player</li>
<li>Add current time and video duration</li>
<li>Add seek bar</li>
</ul>
</p>
<h3>v0.1 features</h3>
<p>
<ul>
<li>Display pictures/ videos</li>
<li>Play/Stop video</li>
<li>Delete pictures/videos</li>
<li>Swipe back/forward to navigate</li>
<li>Tap to show the menu</li>
</ul>
</p>
<p style="text-align:center">
<img src="./images/mediagallery_play.png" width="49%" style="margin-right:5px"/>
<img src="./images/mediagallery_stop.png" width="49%"/></p>
<h3>Download</h3>
<p>
Version history
<ul>
<li><a href="http://fablanglet.github.io/MediaGallery/version/GalleryPicture.0.3.zip" onClick="ga('send','event','Download','Release','0.3');">Latest - v0.3</a></li>
<li><a href="http://fablanglet.github.io/MediaGallery/version/GalleryPicture.0.2.zip" onClick="ga('send','event','Download','Release','0.2');">v0.2</a></li>
<li><a href="http://fablanglet.github.io/MediaGallery/version/GalleryPicture.0.1.zip" onClick="ga('send','event','Download','Release','0.1');">v0.1</a></li>
</ul>
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">MediaGallery maintained by <a href="https://github.com/fablanglet">fablanglet</a> - <a href="http://html5webapp.blogspot.com">My Blog</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>