mirror of https://github.com/iSoron/uhabits.git
parent
3e2cf48223
commit
6da49b2d4b
After Width: | Height: | Size: 411 KiB |
After Width: | Height: | Size: 147 KiB |
After Width: | Height: | Size: 164 KiB |
After Width: | Height: | Size: 135 KiB |
@ -0,0 +1,187 @@
|
|||||||
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Clarity Android App Documentation</title>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||||
|
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
||||||
|
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?lang=css&skin=desert"> </script>
|
||||||
|
<style>
|
||||||
|
.modal.modal-wide .modal-dialog {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
.modal-wide .modal-body {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
p {word-wrap: break-word; }
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
\$(".modal-wide").on("show.bs.modal", function() {
|
||||||
|
var height = \$(window).height() - 200;
|
||||||
|
\$(this).find(".modal-body").css("max-height", height);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<style>
|
||||||
|
div.tooltip-inner {
|
||||||
|
max-width: 1500px;
|
||||||
|
}
|
||||||
|
.input-color {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.input-color input {
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.input-color .color-box {
|
||||||
|
width: 30px;
|
||||||
|
height: 10px;
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #ccc;
|
||||||
|
position: absolute;
|
||||||
|
left: 5px;
|
||||||
|
top: 5px;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
\$(document).ready(function () {
|
||||||
|
\$("a").tooltip({
|
||||||
|
'selector': '',
|
||||||
|
'placement': 'bottom',
|
||||||
|
'container':'body'
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="col-xs-9" style="float:right;right:0px">
|
||||||
|
<h2>Clarity Automated Android App Documentation</h2>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>App Package Name: org.isoron.uhabits</b>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-11" style="float:right;right:0px">
|
||||||
|
<div class="panel panel-primary">
|
||||||
|
<div class="panel-heading"><b>Screen Activity Name: </b>org.isoron.uhabits.activities.settings.SettingsActivity</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img style="display:inline;text-align:left;" src="image_id_0000012.jpg" alt="screenshot1" width="35%" align="left"><br><br><br><br><br><br>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following General Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-high-level-1">this screen allows users to view a list of <UNK> ringtones</li>
|
||||||
|
<li class="screen-1-high-level-2">this screen allows the user to view a list of and play</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following UI-Component Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-low-level-1">on the top left corner there is a back button</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-11" style="float:right;right:0px">
|
||||||
|
<div class="panel panel-primary">
|
||||||
|
<div class="panel-heading"><b>Screen Activity Name: </b>org.isoron.uhabits.MainActivity PopupWindow</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img style="display:inline;text-align:left;" src="image_id_0000032.jpg" alt="screenshot1" width="35%" align="left"><br><br><br><br><br><br>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following General Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-high-level-2">the screen allows the user to access the menu</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following UI-Component Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-low-level-3">the top left icon allows the user to access the menu bar</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div><div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-11" style="float:right;right:0px">
|
||||||
|
<div class="panel panel-primary">
|
||||||
|
<div class="panel-heading"><b>Screen Activity Name: </b>org.isoron.uhabits.MainActivity Create habit</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img style="display:inline;text-align:left;" src="image_id_0000051.jpg" alt="screenshot1" width="35%" align="left"><br><br><br><br><br><br>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following General Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-high-level-2">the screen allows the user to enter their <UNK> number</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following UI-Component Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-low-level-1">at the top left corner there is a label</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div><div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-11" style="float:right;right:0px">
|
||||||
|
<div class="panel panel-primary">
|
||||||
|
<div class="panel-heading"><b>Screen Activity Name: </b>org.isoron.uhabits.MainActivity</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<img style="display:inline;text-align:left;" src="image_id_0000070.jpg" alt="screenshot1" width="35%" align="left"><br><br><br><br><br><br>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<div style="float: left">
|
||||||
|
<b>This Screen Implements the Following General Functionality:</b>
|
||||||
|
<ul>
|
||||||
|
<li class="screen-1-high-level-3">the screen allows the user to access the calendar</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> <script>
|
||||||
|
\$(document).ready(function(){
|
||||||
|
\$('[data-toggle="tooltip"]').tooltip();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue