aboutsummaryrefslogtreecommitdiffstats
path: root/iBean/iBean.xcodeproj/project.xcworkspace/xcuserdata/eddiex.xcuserdatad
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug: Extraction timers now have a max value of 900s, and every display ↵Eddie Ehlin2013-03-061-0/+0
| | | | of such timer is based on 0.5s (one decimal).
* UITextView on BeanCollectionInfo is now styled to look as a UITextField.Eddie Ehlin2013-02-241-0/+0
|
* Add/edit bean collection has now received changes, UI-wise.Eddie Ehlin2013-02-241-0/+0
|
* Added Glyphis icons and updated the Tab-bar and Nav-bar (on extraction view) ↵Eddie Ehlin2013-02-241-0/+0
| | | | with these new icons.
* Solved render bug for bean extraction view. Whole view is now based on ↵Eddie Ehlin2013-02-231-0/+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/+0
|
* Moved edit support to BeanCollectionListViewController and now editing ↵Eddie Ehlin2013-02-171-0/+0
| | | | enables user to delete/edit existing bean collection. Previous Edit button in the bean collection extraction view will be replaced by an extraction button which results in a popover dialog containing the timer.
* Added support for recurring thresholdsEddie Ehlin2013-02-171-0/+0
|
* Added bean cell icon + introduced alternate colors for rows in bean ↵Eddie Ehlin2013-02-111-0/+0
| | | | collection extraction view.
* Bug fix: When setting bean collection list in edit mode and switch to ↵Eddie Ehlin2013-02-111-0/+0
| | | | another view and back, it is still in edit mode (as the other table views in the app).
* BeanCollectionExtractionView's beans tableview now drops a shadow. The note ↵Eddie Ehlin2013-02-061-0/+0
| | | | 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/+0
| | | | 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/+0
|
* Removed support for landscape mode.Eddie Ehlin2013-02-031-0/+0
|
* Added "Extraction complete" dialog and also bug fix for the extraction view ↵Eddie Ehlin2013-02-031-0/+0
| | | | for iBean, which caused the app to crash upon rotating in that view.
* Added reset button for extraction count.Eddie Ehlin2013-02-021-0/+0
|
* Thresholds will be processed upon every change of extraction count, and they ↵Eddie Ehlin2013-02-021-0/+0
| | | | will be presented in a ordered manner (value).
* Implemented support for adding and removing thresholds.Eddie Ehlin2013-01-301-0/+0
|
* Initial support for Settings. First section (global settings) is ↵Eddie Ehlin2013-01-271-0/+0
| | | | implemented, left to do is threshold handling (stubs added).
* Minor cleanup made to Instant Extraction. No explicit use of configuration ↵Eddie Ehlin2013-01-271-0/+0
| | | | object at any view controller - all changes/reads are done via storage methods.
* Added timer handling (using core timer) to ↵Eddie Ehlin2013-01-221-0/+0
| | | | BeanCollectionExtractionViewController.
* Implemented core timer support and InstantExtraction is now using it.Eddie Ehlin2013-01-211-0/+0
|
* Fixed the UIScrollView so that it will show the content properly and beans ↵Eddie Ehlin2013-01-201-0/+0
| | | | tableview is expanded to show all beans (no scrolling).
* Added custom UITableViewCell for displaying bean information + extraction ↵Eddie Ehlin2013-01-191-0/+0
| | | | view controller (stub).
* Minor cleanupEddie Ehlin2013-01-141-0/+0
|
* Refactored InstaBean into InstantExtraction which also resulted in a more ↵Eddie Ehlin2013-01-141-0/+0
| | | | general core data entity for handling configurations. Config variables related to instant extraction is prefixed with instantExtraction.
* Fix: Removed "Detect, Links" on the bean collection info note. It is not ↵Eddie Ehlin2013-01-141-0/+0
| | | | possible to have Editable and Detection on at the same time.
* Added initial support for displaying error messages. Left to do is to use ↵Eddie Ehlin2013-01-141-0/+0
| | | | localizedDescription in the messages.
* When adding a new bean it will (if possible) pre set the grinder setting ↵Eddie Ehlin2013-01-121-0/+0
| | | | from last added bean to the collection.
* Fix: Forgot to add prepareForSegue for ExtractionViewController in ↵Eddie Ehlin2013-01-121-0/+0
| | | | BeanCollectionBeanListViewController
* Added ExtractionViewController and also closed the Add-new-bean-collection-loop.Eddie Ehlin2013-01-121-0/+0
|
* AddBeanViewController now implements UITextFieldDelegate and the same goes ↵Eddie Ehlin2013-01-121-0/+0
| | | | 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-0/+0
| | | | being able to edit a bean thats been added (in state new).
* Added animated toggle editing to BeanCollectionList.Eddie Ehlin2013-01-091-0/+0
|
* Added "Done" button to the navigation bar when editing name or note for bean ↵Eddie Ehlin2013-01-081-0/+0
| | | | collection.
* Added keyboard fix in BeanCollectionInfo view, so that it doesn't gets ↵Eddie Ehlin2013-01-081-0/+0
| | | | displayed over the textview.
* Updated UI to get rid of tab bar control in the next-next wizard while ↵Eddie Ehlin2013-01-071-0/+0
| | | | adding bean collection. Tab bar only visible on first scene
* Added UITableViewDelegate and UITableViewDataSource to ↵Eddie Ehlin2013-01-061-0/+0
| | | | BeanCollectionBeanListViewController - stubs
* BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: ↵Eddie Ehlin2013-01-061-0/+0
| | | | BeanList
* Renamed/refactored iBeanListViewController to ↵Eddie Ehlin2013-01-051-0/+0
| | | | BeanCollectionListViewController + changed extractionCounter to extractionCount in BeanCollection entity
* Added Bean collection list view controller and managed object classes (bean ↵Eddie Ehlin2013-01-051-0/+0
| | | | collection and bean) generated from core data
* Added storyboard details for adding a new iBean, no code yetEddie Ehlin2013-01-011-0/+0
|
* Added new xcode project for iBean (with core data). InstaBean functionality ↵Eddie Ehlin2012-12-311-0/+0
| | | | is now completed.
* Moved XCode project iBean to iBean.oldEddie Ehlin2012-12-311-0/+0
|
* Insta bean functionality is done except for data storage. Will fixe this in ↵Eddie Ehlin2012-12-311-0/+0
| | | | new xcode project.
* InstaBean functionality implemented, except for CoreData.Eddie Ehlin2012-12-291-0/+0
|
* Added controls + initial logic to Insta bean viewEddie Ehlin2012-12-291-0/+0
|
* Initial commit containing base projectEddie Ehlin2012-12-281-0/+0