aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.pbxproj
Commit message (Collapse)AuthorAgeFilesLines
* Added Glyphis icons and updated the Tab-bar and Nav-bar (on extraction view) ↵Eddie Ehlin2013-02-241-0/+64
| | | | with these new icons.
* Solved render bug for bean extraction view. Whole view is now based on ↵Eddie Ehlin2013-02-231-6/+0
| | | | UITableView and utilizing the footer view support for rendering the note. However, there is one minor issue but it is only visible when having so many beans that the tableview requires scrolling to reach the note (footerinsection shadow)
* Initial version of the extraction timer for bean collection (drop-down style).Eddie Ehlin2013-02-231-0/+4
|
* Added support for recurring thresholdsEddie Ehlin2013-02-171-6/+6
|
* Added bean cell icon + introduced alternate colors for rows in bean ↵Eddie Ehlin2013-02-111-0/+4
| | | | collection extraction view.
* BeanCollectionExtractionView's beans tableview now drops a shadow. The note ↵Eddie Ehlin2013-02-061-0/+10
| | | | textview is also scaled to fill the width of the screen, just as the table view.
* 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