Skip to content

Commit a4fee41

Browse files
committed
p -> span in tasks
1 parent f654984 commit a4fee41

File tree

111 files changed

+443
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+443
-120
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Created by .ignore support plugin (hsz.mobi)

.idea/workspace.xml

+137-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TodoCodenameone/.idea/workspace.xml

+113-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed, 26 Oct 2016 01:46:11 +0200
1+
#Wed, 26 Oct 2016 02:31:53 +0200
22

33

44
C\:\\Users\\ahmedengu\\IdeaProjects\\ParseWorkshop\\TodoCodenameone=
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

TodoCodenameone/build/classes/com/parse4cn1/nativeinterface/ParseInstallationNativeImpl.cs

-19
This file was deleted.
Binary file not shown.

TodoCodenameone/build/classes/com/parse4cn1/nativeinterface/ParsePushNativeImpl.cs

-15
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

TodoCodenameone/codenameone_settings.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Mon Oct 24 04:45:35 GMT+02:00 2016
2+
#Wed Oct 26 02:23:47 GMT+02:00 2016
33
codename1.languageLevel=5
44
codename1.version=1.0
55
userClass=src/userclasses/StateMachine.java

TodoCodenameone/dist/Todo.jar

69.4 KB
Binary file not shown.

TodoWebsite/.idea/workspace.xml

+122-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TodoWebsite/todo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h1>Your Todos:</h1>
130130
<label ng-repeat="task in tasks" ng-show="tasks.length" class="center-block ">
131131
<input class="control-label" type="checkbox" ng-checked="task.get('checked')"
132132
ng-click="update(task)">
133-
<p ng-bind-html="task.get('data')"></p>
133+
<span ng-bind-html="task.get('data')"></span>
134134
<a class="btn-link" ng-click="remove(task)">remove</a>
135135
</label>
136136
</div>

index.html

+67-50
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,74 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>ParseWorkshop</title>
8-
<!-- Bootstrap core CSS -->
9-
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
10-
<!-- Custom styles for this template -->
11-
<link href="cover.css" rel="stylesheet">
12-
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
13-
<!--[if lt IE 9]>
14-
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
15-
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>ParseWorkshop</title>
8+
<!-- Bootstrap core CSS -->
9+
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
10+
<!-- Custom styles for this template -->
11+
<link href="cover.css" rel="stylesheet">
12+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
13+
<!--[if lt IE 9]>
14+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
15+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
1616
<![endif]-->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css">
18-
</head>
19-
<body>
20-
<a href="https://github.com/ahmedengu/ParseWorkshop">
21-
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" data-animation-1 data-animation-trigger-1="load" data-animation-type-1="flash">
22-
</a>
23-
<div class="site-wrapper">
24-
<div class="site-wrapper-inner">
25-
<div class="cover-container">
26-
<div class="masthead clearfix">
27-
<div class="inner">
28-
<h3 class="masthead-brand" data-animation-1 data-animation-trigger-1="load" data-animation-type-1="bounce">ParseWorkshop<br></h3>
29-
<nav>
30-
</nav>
31-
</div>
32-
</div>
33-
<div class="inner cover">
34-
<h1 class="cover-heading" data-animation-1 data-animation-trigger-1="load" data-animation-type-1="slideInDown">GIVE IT A TRY<br><br></h1>
35-
<p class="lead"><a href="https://ahmedengu.github.io/ParseWorkshop/Todo.apk" class="btn btn-lg btn-block btn-success" data-animation-1 data-animation-trigger-1="load" data-animation-type-1="pulse">APK</a><a href="https://ahmedengu.github.io/ParseWorkshop/Todo.jad" class="btn btn-lg btn-block btn-primary" data-animation-1 data-animation-trigger-1="load" data-animation-type-1="pulse">Blackberry JAD</a><a href="https://ahmedengu.github.io/ParseWorkshop/TodoWebsite/" class="btn btn-lg btn-block btn-danger" data-animation-1 data-animation-trigger-1="load" data-animation-type-1="pulse">Web APP</a></p>
36-
</div>
37-
<div class="mastfoot">
38-
<div class="inner">
39-
<p> <a href="https://www.facebook.com/events/1768807240073504/" class="btn-lg">Facebook Event </a><strong> | </strong><a href="http://ieeeaast.org" class="btn-lg">IEEEAAST</a></p>
40-
<br>
41-
<p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
42-
</div>
43-
</div>
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.4.0/animate.min.css">
18+
</head>
19+
<body>
20+
<a href="https://github.com/ahmedengu/ParseWorkshop">
21+
<img style="position: absolute; top: 0; right: 0; border: 0;"
22+
src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67"
23+
alt="Fork me on GitHub"
24+
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" data-animation-1
25+
data-animation-trigger-1="load" data-animation-type-1="flash">
26+
</a>
27+
<div class="site-wrapper">
28+
<div class="site-wrapper-inner">
29+
<div class="cover-container">
30+
<div class="masthead clearfix">
31+
<div class="inner">
32+
<h3 class="masthead-brand" data-animation-1 data-animation-trigger-1="load"
33+
data-animation-type-1="bounce">ParseWorkshop<br></h3>
34+
<nav>
35+
</nav>
36+
</div>
37+
</div>
38+
<div class="inner cover">
39+
<h1 class="cover-heading" data-animation-1 data-animation-trigger-1="load"
40+
data-animation-type-1="slideInDown">GIVE IT A TRY<br><br></h1>
41+
<p class="lead"><a href="https://ahmedengu.github.io/ParseWorkshop/Todo.apk"
42+
class="btn btn-lg btn-block btn-success" data-animation-1
43+
data-animation-trigger-1="load" data-animation-type-1="pulse">APK</a><a
44+
href="https://ahmedengu.github.io/ParseWorkshop/Todo.jad"
45+
class="btn btn-lg btn-block btn-primary" data-animation-1 data-animation-trigger-1="load"
46+
data-animation-type-1="pulse">Blackberry JAD</a><a
47+
href="https://ahmedengu.github.io/ParseWorkshop/TodoWebsite/"
48+
class="btn btn-lg btn-block btn-danger" data-animation-1 data-animation-trigger-1="load"
49+
data-animation-type-1="pulse">Web APP</a></p>
50+
</div>
51+
<div class="mastfoot">
52+
<div class="inner">
53+
<p><a href="https://www.facebook.com/events/1768807240073504/" class="btn-lg">Facebook
54+
Event </a><strong> | </strong><a href="http://ieeeaast.org" class="btn-lg">IEEEAAST</a></p>
55+
<br>
56+
<p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a
57+
href="https://twitter.com/mdo">@mdo</a>.</p>
4458
</div>
4559
</div>
4660
</div>
47-
<!-- Bootstrap core JavaScript
48-
================================================== -->
49-
<!-- Placed at the end of the document so the pages load faster -->
50-
<script src="assets/js/jquery.min.js"></script>
51-
<script src="bootstrap/js/bootstrap.min.js"></script>
52-
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
53-
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
54-
<script type="text/javascript" src="https://cdn.rawgit.com/MhdAljuboori/6ea3a3fa48248e3a132a/raw/animator.js"></script>
55-
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
56-
</body>
61+
</div>
62+
</div>
63+
<!-- Bootstrap core JavaScript
64+
================================================== -->
65+
<!-- Placed at the end of the document so the pages load faster -->
66+
<script src="assets/js/jquery.min.js"></script>
67+
<script src="bootstrap/js/bootstrap.min.js"></script>
68+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
69+
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
70+
<script type="text/javascript" src="https://cdn.rawgit.com/MhdAljuboori/6ea3a3fa48248e3a132a/raw/animator.js"></script>
71+
<script type="text/javascript"
72+
src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js"></script>
73+
</body>
5774
</html>

0 commit comments

Comments
 (0)