-
Notifications
You must be signed in to change notification settings - Fork 1
/
log.txt
231 lines (167 loc) · 7.77 KB
/
log.txt
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
commit 4454262f3c69b1503f1c46959b92fc8d8d9a6f00
Author: Ryan M. Dorson <[email protected]>
Date: Fri Jan 24 05:19:39 2014 -0500
Now able to scan a grid, fill it in, and retain original image.
TODO:
Progress popup while running save and process tasks
Make CrosswordGridView size of contents (rectangular, etc.)
commit 613c7140ac8ab8b3523fb73d63f2f01c121cf750
Author: Ryan M. Dorson <[email protected]>
Date: Thu Jan 23 03:55:36 2014 -0500
Updated graphics in MainActivity and CompletePuzzleActivity.
Added photo into database and updated CrosswordGame.
Revised image recognition code in ScanActivity, yet still problems when
text involved.
Allow for puzzles with different height and width, but cannot display.
TODO: Implement photo button functionality.
TODO: Display progress and allow for cancellation of
SavePhotoTask/ProcessTask.
commit d7553ae95ea4f95e6af37f719b3396af8579ea43
Author: Ryan M. Dorson <[email protected]>
Date: Wed Jan 22 02:48:20 2014 -0500
Reached dead end with OpenCV camera implementation. Plan to revert to
previous commit.
commit b9b648e1318601c98a0a265256f30e21fa71ac46
Author: Ryan M. Dorson <[email protected]>
Date: Tue Jan 21 12:33:58 2014 -0500
Integrated JavaCameraView of OpenCV4Android library
Implemented crude image processing
TODO: Change orientation of camera in ScanActivity
commit 326a0ea35a6eda1bb0ec06dd5bb4a65a0677be1a
Author: Ryan M. Dorson <[email protected]>
Date: Fri Jan 3 21:17:47 2014 -0500
Massive code cleanup.
edu.dcc.crosswordscan.CompletePuzzleActivity:
Reset cursor to first cell on puzzle reset.
edu.dcc.crosswordscan.ScanActivity:
Define photo button behavior via XML reference.
Use future to obtain result from SavePhotoTask on button press.
Currently returning path of created photo.
TODO: Figure out how to pass photo to next activity.
edu.dcc.game.CrosswordGame:
Changed usage of acrossMode and reset it when puzzle reset called.
edu.dcc.game.CrosswordGridView:
Based on user feedback, move cursor only to empty cells when navigating
puzzle.
Change implemented in nextClue and moveCellSelection.
On reset, moves selected cell to first white cell.
TODO: Move to crosswordscan package.
edu.dcc.game.Entry:
Changed name of size field to length.
edu.dcc.game.Puzzle:
New class consolidates Grid and clues into single class.
activity_scan layout:
Added camera icon and made button transparent over camera view.
commit a4ef531ab684ae4367a0904ad2bb0881ac54a750
Author: Ryan M. Dorson <[email protected]>
Date: Sun Dec 29 11:55:18 2013 -0500
Consolidated grid and clues into puzzle class. Puzzle list now works.
commit 1540498de8edc554d180078f010914dfd8a23b4a
Author: slyryd <[email protected]>
Date: Mon May 6 01:49:58 2013 -0400
Puzzle info activity created and new icon for the app created.
commit 843a7d063fbc22c3e512df08122a061f34d8e151
Author: slyryd <[email protected]>
Date: Sun May 5 19:37:42 2013 -0400
Puzzle deletion and restarting implemented. Need to complete
PuzzleInfoActivity.
commit 372451089539821ea76890cacc7669db18234520
Author: slyryd <[email protected]>
Date: Sun May 5 19:12:11 2013 -0400
Now new scanned grids (currently randomly generated) can be put in list
of puzzles and completed. Puzzles can be deleted from
PuzzleListActivity, but should also be possible from the puzzle itself.
Need to create PuzzleInfoActivity.
commit c602de30a8c400c778617265a250a214fc12092b
Author: slyryd <[email protected]>
Date: Sun May 5 03:42:13 2013 -0400
Clues are now serializable. The grids can also be different sizes. A
random grid is created when the camera is used now. Next, need to
implement saving grid so it is playable.
commit 2117d5bc802b7532ced9a5211f18f58237307328
Author: slyryd <[email protected]>
Date: Sat May 4 22:24:27 2013 -0400
Clues are now incorporated as part of the Grid class. They are an
across map and a down map of clue numbers to Strings. The
CompletePuzzleActivity pulls clues from these maps.
commit c74e4ca95792bf96ae8136942c1848cecac10f56
Author: slyryd <[email protected]>
Date: Sat May 4 15:24:38 2013 -0400
Grid can now be set to read only so that users clicking on the view does
nothing. This is handy in the NamePuzzleActivity.
commit dba9383944116326eb1b6370a668aaa4b7072a58
Author: slyryd <[email protected]>
Date: Thu May 2 01:13:59 2013 -0400
Deletion of letters in Down clues fixed. It is now possible to switch
between down and across clues either by tapping the selected cell or by
tapping the crossword clues (which are now correctly highlighted).
commit 20d505cb85b0e8b2611601168e5a0af7b6a4ec2b
Author: slyryd <[email protected]>
Date: Sun Apr 28 23:48:42 2013 -0400
Previous and next clue buttons implemented. Also, deletion occurs in
the right direction. Next, I will work on generalizing the grid to any
dimension size.
commit bbcb74c52b7c7b6e513c4b53807ac7d2f8d52c4e
Author: slyryd <[email protected]>
Date: Sun Apr 28 19:09:09 2013 -0400
Clue text fields implemented. Need to make sure that deletion happens
in the right direction. Also, up/down buttons need to be implemented.
commit be7be46f3afea1d8fe9a327f725c9b1eeafea492
Author: slyryd <[email protected]>
Date: Sun Apr 28 17:44:01 2013 -0400
One cell clues no longer treated as entries. Implementing across and
down clue text field next (w/o actual clues yet).
commit b55b1fb43d82b64519b598d26cd1fcd3bc2b70be
Author: slyryd <[email protected]>
Date: Sun Apr 28 15:52:56 2013 -0400
Keyboard put into CompletePuzzle activity and selected cell advances
correctly. Need to resize keyboard and make sure that one cell entries
are not treated as entries.
commit 28f00359cce09399d496ac8b1834f08de177845c
Author: slyryd <[email protected]>
Date: Thu Apr 25 14:47:48 2013 -0400
Across and down clues able to be selected. Next up: input method
(keyboard).
commit fdf859d696876d0b8e79350a97e2b5f7fed8c76f
Author: slyryd <[email protected]>
Date: Thu Apr 25 14:40:39 2013 -0400
Serialization/Deserialization fixed. Needs to be updated when clues are
added.
commit 362b44c6c738f4e334f02dd536057a1ef2dc59d9
Author: slyryd <[email protected]>
Date: Tue Apr 23 13:01:03 2013 -0400
Crossword grid displays. Serialization and deserialization by string
changed, but still unable to deserialize on resume.
commit c0562dc6b0ba9ae0d808e8b69595dcc47fe79c8f
Author: slyryd <[email protected]>
Date: Tue Apr 23 03:35:01 2013 -0400
CrosswordScan once again runnable. Implemented context menus and some
complete crossword functions.
commit e7370674f8dba3ae3a696f9463e0e5c456d1f29d
Author: slyryd <[email protected]>
Date: Tue Apr 23 01:29:16 2013 -0400
Push didn't work last time
commit 8f24d6a02c233f2d39d7bdaa36d2d6ae081567d9
Author: slyryd <[email protected]>
Date: Tue Apr 23 01:27:44 2013 -0400
Update on PuzzleList
commit 48a626c57afb3eb5cf4f90310a300c70dda8a973
Author: slyryd <[email protected]>
Date: Mon Apr 22 23:44:14 2013 -0400
Fixed grid initialization
commit 42e4e313d6958052e2ed0321001c5b6da13b95c8
Author: slyryd <[email protected]>
Date: Mon Apr 22 22:21:44 2013 -0400
Creation of database classes
commit 5def361016572fcff967ef58504cfbe0c339b645
Author: slyryd <[email protected]>
Date: Sun Apr 21 12:31:34 2013 -0400
Initial command implementation
commit e1811d29650a653bb0968fdbe0a3ffde259e3b7d
Author: slyryd <[email protected]>
Date: Sun Apr 21 12:01:11 2013 -0400
Grid displays without errors!
commit 60f6b23ee42b3346735e561a756ced1510c5afda
Author: slyryd <[email protected]>
Date: Sat Apr 20 16:50:54 2013 -0400
Second Commit since First didn't push correctly