-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBUGS
84 lines (47 loc) · 2.54 KB
/
BUGS
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
2013-09-29
* found flaw / bug where credits were being restored when app was being force quit or when the device loses power.
2013-08-06
* the pour beer button needs to be pressed twice when the iPhone wakes from sleep
2013-08-05
* new users should be able to create an account, login / logout without force quit now :)
* when new user creates account, 1) can't login 2) app needs to be force quited.
2013-06-25
* Xcode doesn't show the xcdatamodel view when selecting Accounts.xcdatamodeld file in the project navigator
* Acccounts.xcdatamodel should now be displaying the project navigator :)
2013-06-16
* fixed flow indicator screen.
2013-06-11 Chris
* loading the FI (flow indicator) scene causes the app to crash at the moment.
2012-01-06 Chris
* the app is currently launching, but not loading the default scene. So I would suggest sticking with the
binary release as that still works, and has all the features. This behavior started when I created a new
storyboard file for the iPad. This will be fixed in the near future (sooner than later).
2012-09-27 Chris
* commented out several lines of code to suppress warnings / errors
2012-09-26 Chris
* Upgraded Xcode to 4.5 and OS to 10.8.2
* Added serial.c and serial.h to project along with several other files
* Project currently has 15 errors due to new files being added.
2012-08-18 Chris
* login process should work now *crosses fingers*
2012-08-11 Chris
* login bug is back - not sure why but when app is installed via cydia repository
* the user cannot login :-/
2012-08-03 Chris
* program is complaining about "Undefined symbols for architecture armv7:
2012-07-12 Chris
* fixed login bug -- i think.
2012-07-08 Chris <[email protected]
* For whatever reason the login process is broken on the actual iPhone
* http://stackoverflow.com/questions/11386614/ios-login-process-works-on-simulator-but-not-iphone-3gs
2012-06-26 Chris <[email protected]
* No none bugs :)
2012-06-23 Chris <[email protected]
* fixed black screen error, home screen is now loaded (yay).
2012-06-21 Chris <[email protected]
* when account is created a black screen is loaded instead of ViewControllerHome
2012-06-14 Chris <[email protected]
* There's a known bug when comparing the Keycahin to a CFType.
* bug should be squashed, had a lowercase f (-.-)
* trying to fix the runtime script bug, git is giving me issues.
* runtime script causing compile errors should be fixed.