aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.pbxproj
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix: Bean collection extraction view's tableview is now expanded ↵Eddie Ehlin2013-02-061-0/+8
| | | | correctly. All text inputs are also utilizing capitalizations on sentences.
* Initial color scheme (no graphics) + bug fix (active timer view change).Eddie Ehlin2013-02-041-0/+14
|
* Added "Extraction complete" dialog and also bug fix for the extraction view ↵Eddie Ehlin2013-02-031-0/+4
| | | | for iBean, which caused the app to crash upon rotating in that view.
* Initial support for Settings. First section (global settings) is ↵Eddie Ehlin2013-01-271-6/+44
| | | | implemented, left to do is threshold handling (stubs added).
* Minor cleanup made to Instant Extraction. No explicit use of configuration ↵Eddie Ehlin2013-01-271-6/+6
| | | | object at any view controller - all changes/reads are done via storage methods.
* Fixed the UIScrollView so that it will show the content properly and beans ↵Eddie Ehlin2013-01-201-0/+6
| | | | tableview is expanded to show all beans (no scrolling).
* Added custom UITableViewCell for displaying bean information + extraction ↵Eddie Ehlin2013-01-191-0/+20
| | | | view controller (stub).
* Refactored InstaBean into InstantExtraction which also resulted in a more ↵Eddie Ehlin2013-01-141-16/+22
| | | | general core data entity for handling configurations. Config variables related to instant extraction is prefixed with instantExtraction.
* Added ExtractionViewController and also closed the Add-new-bean-collection-loop.Eddie Ehlin2013-01-121-9/+23
|
* AddBeanViewController now implements UITextFieldDelegate and the same goes ↵Eddie Ehlin2013-01-121-0/+6
| | | | for EditBeanViewController (new and fully implemented!).
* Add bean functionality is now in order (for state add new) and left to do is ↵Eddie Ehlin2013-01-101-12/+46
| | | | being able to edit a bean thats been added (in state new).
* BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: ↵Eddie Ehlin2013-01-061-2/+38
| | | | BeanList
* Renamed/refactored iBeanListViewController to ↵Eddie Ehlin2013-01-051-18/+18
| | | | BeanCollectionListViewController + changed extractionCounter to extractionCount in BeanCollection entity
* Added Bean collection list view controller and managed object classes (bean ↵Eddie Ehlin2013-01-051-0/+35
| | | | collection and bean) generated from core data
* Added new xcode project for iBean (with core data). InstaBean functionality ↵Eddie Ehlin2012-12-311-0/+342
| | | | is now completed.
* Moved XCode project iBean to iBean.oldEddie Ehlin2012-12-311-356/+0
|
* Insta bean functionality is done except for data storage. Will fixe this in ↵Eddie Ehlin2012-12-311-4/+17
| | | | new xcode project.
* Initial commit containing base projectEddie Ehlin2012-12-281-0/+343