aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for recurring thresholdsEddie Ehlin2013-02-1711-24/+85
|
* Added bean cell icon + introduced alternate colors for rows in bean ↵Eddie Ehlin2013-02-118-18/+27
| | | | collection extraction view.
* Bug fix: When setting bean collection list in edit mode and switch to ↵Eddie Ehlin2013-02-113-4/+1
| | | | 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-069-12/+96
| | | | 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-064-21/+33
| | | | correctly. All text inputs are also utilizing capitalizations on sentences.
* Initial color scheme (no graphics) + bug fix (active timer view change).Eddie Ehlin2013-02-0413-21/+124
|
* Removed support for landscape mode.Eddie Ehlin2013-02-032-5/+0
|
* Added "Extraction complete" dialog and also bug fix for the extraction view ↵Eddie Ehlin2013-02-0311-35/+85
| | | | for iBean, which caused the app to crash upon rotating in that view.
* Added reset button for extraction count.Eddie Ehlin2013-02-024-11/+53
|
* Thresholds will be processed upon every change of extraction count, and they ↵Eddie Ehlin2013-02-028-59/+160
| | | | will be presented in a ordered manner (value).
* Implemented support for adding and removing thresholds.Eddie Ehlin2013-01-3014-69/+399
|
* Initial support for Settings. First section (global settings) is ↵Eddie Ehlin2013-01-2721-46/+1127
| | | | implemented, left to do is threshold handling (stubs added).
* Minor cleanup made to Instant Extraction. No explicit use of configuration ↵Eddie Ehlin2013-01-2710-54/+73
| | | | object at any view controller - all changes/reads are done via storage methods.
* Added timer handling (using core timer) to ↵Eddie Ehlin2013-01-227-21/+69
| | | | BeanCollectionExtractionViewController.
* Implemented core timer support and InstantExtraction is now using it.Eddie Ehlin2013-01-217-9/+118
|
* Fixed the UIScrollView so that it will show the content properly and beans ↵Eddie Ehlin2013-01-207-79/+238
| | | | tableview is expanded to show all beans (no scrolling).
* Added custom UITableViewCell for displaying bean information + extraction ↵Eddie Ehlin2013-01-199-18/+324
| | | | view controller (stub).
* Minor cleanupEddie Ehlin2013-01-147-42/+23
|
* Refactored InstaBean into InstantExtraction which also resulted in a more ↵Eddie Ehlin2013-01-1415-82/+127
| | | | 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-142-2/+1
| | | | 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-148-12/+41
| | | | localizedDescription in the messages.
* Minor code clean-up + cancellation dialog on BeanCollection.Eddie Ehlin2013-01-134-72/+51
|
* When adding a new bean it will (if possible) pre set the grinder setting ↵Eddie Ehlin2013-01-123-2/+14
| | | | from last added bean to the collection.
* Fix: Forgot to add prepareForSegue for ExtractionViewController in ↵Eddie Ehlin2013-01-123-1/+7
| | | | BeanCollectionBeanListViewController
* Added ExtractionViewController and also closed the Add-new-bean-collection-loop.Eddie Ehlin2013-01-129-15/+218
|
* AddBeanViewController now implements UITextFieldDelegate and the same goes ↵Eddie Ehlin2013-01-128-19/+248
| | | | 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-1018-56/+567
| | | | being able to edit a bean thats been added (in state new).
* Added animated toggle editing to BeanCollectionList.Eddie Ehlin2013-01-094-7/+17
|
* Added "Done" button to the navigation bar when editing name or note for bean ↵Eddie Ehlin2013-01-084-22/+41
| | | | collection.
* Added keyboard fix in BeanCollectionInfo view, so that it doesn't gets ↵Eddie Ehlin2013-01-084-39/+112
| | | | displayed over the textview.
* Updated UI to get rid of tab bar control in the next-next wizard while ↵Eddie Ehlin2013-01-073-68/+68
| | | | adding bean collection. Tab bar only visible on first scene
* Added UITableViewDelegate and UITableViewDataSource to ↵Eddie Ehlin2013-01-064-2/+66
| | | | BeanCollectionBeanListViewController - stubs
* BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: ↵Eddie Ehlin2013-01-0612-33/+467
| | | | BeanList
* Renamed/refactored iBeanListViewController to ↵Eddie Ehlin2013-01-0510-44/+41
| | | | BeanCollectionListViewController + changed extractionCounter to extractionCount in BeanCollection entity
* Added Bean collection list view controller and managed object classes (bean ↵Eddie Ehlin2013-01-0513-13/+413
| | | | collection and bean) generated from core data
* Added storyboard details for adding a new iBean, no code yetEddie Ehlin2013-01-012-10/+272
|
* Added new xcode project for iBean (with core data). InstaBean functionality ↵Eddie Ehlin2012-12-3125-0/+1195
| | | | is now completed.
* Moved XCode project iBean to iBean.oldEddie Ehlin2012-12-3125-0/+0
|
* Insta bean functionality is done except for data storage. Will fixe this in ↵Eddie Ehlin2012-12-316-24/+30
| | | | new xcode project.
* InstaBean functionality implemented, except for CoreData.Eddie Ehlin2012-12-295-40/+104
|
* Added controls + initial logic to Insta bean viewEddie Ehlin2012-12-294-18/+90
|
* Initial commit containing base projectEddie Ehlin2012-12-2824-0/+967