| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to add the files…and now I also removed the old Default launch images. | Eddie Ehlin | 2013-03-07 | 13 | -0/+0 |
* | Added initial version of the app icon and launch icon. | Eddie Ehlin | 2013-03-07 | 3 | -12/+39 |
* | Added an extra "add" button for creating Thresholds (making use of empty space). | Eddie Ehlin | 2013-03-07 | 3 | -4/+10 |
* | Fixed bug: Extraction timers now have a max value of 900s, and every display ... | Eddie Ehlin | 2013-03-06 | 4 | -5/+5 |
* | Added iBean logo (Inkscape version only). | Eddie Ehlin | 2013-03-05 | 2 | -0/+118 |
* | UITextView on BeanCollectionInfo is now styled to look as a UITextField. | Eddie Ehlin | 2013-02-24 | 4 | -6/+25 |
* | Add/edit bean collection has now received changes, UI-wise. | Eddie Ehlin | 2013-02-24 | 3 | -37/+35 |
* | Added Glyphis icons and updated the Tab-bar and Nav-bar (on extraction view) ... | Eddie Ehlin | 2013-02-24 | 14 | -4/+72 |
* | Solved render bug for bean extraction view. Whole view is now based on UITabl... | Eddie Ehlin | 2013-02-23 | 6 | -174/+77 |
* | Initial version of the extraction timer for bean collection (drop-down style). | Eddie Ehlin | 2013-02-23 | 8 | -33/+124 |
* | Moved edit support to BeanCollectionListViewController and now editing enable... | Eddie Ehlin | 2013-02-17 | 4 | -22/+25 |
* | Added support for recurring thresholds | Eddie Ehlin | 2013-02-17 | 11 | -24/+85 |
* | Added bean cell icon + introduced alternate colors for rows in bean collectio... | Eddie Ehlin | 2013-02-11 | 8 | -18/+27 |
* | Bug fix: When setting bean collection list in edit mode and switch to another... | Eddie Ehlin | 2013-02-11 | 3 | -4/+1 |
* | BeanCollectionExtractionView's beans tableview now drops a shadow. The note t... | Eddie Ehlin | 2013-02-06 | 9 | -12/+96 |
* | Bug fix: Bean collection extraction view's tableview is now expanded correctl... | Eddie Ehlin | 2013-02-06 | 4 | -21/+33 |
* | Initial color scheme (no graphics) + bug fix (active timer view change). | Eddie Ehlin | 2013-02-04 | 13 | -21/+124 |
* | Removed support for landscape mode. | Eddie Ehlin | 2013-02-03 | 2 | -5/+0 |
* | Added "Extraction complete" dialog and also bug fix for the extraction view f... | Eddie Ehlin | 2013-02-03 | 11 | -35/+85 |
* | Added reset button for extraction count. | Eddie Ehlin | 2013-02-02 | 4 | -11/+53 |
* | Thresholds will be processed upon every change of extraction count, and they ... | Eddie Ehlin | 2013-02-02 | 8 | -59/+160 |
* | Implemented support for adding and removing thresholds. | Eddie Ehlin | 2013-01-30 | 14 | -69/+399 |
* | Initial support for Settings. First section (global settings) is implemented,... | Eddie Ehlin | 2013-01-27 | 21 | -46/+1127 |
* | Minor cleanup made to Instant Extraction. No explicit use of configuration ob... | Eddie Ehlin | 2013-01-27 | 10 | -54/+73 |
* | Added timer handling (using core timer) to BeanCollectionExtractionViewContro... | Eddie Ehlin | 2013-01-22 | 7 | -21/+69 |
* | Implemented core timer support and InstantExtraction is now using it. | Eddie Ehlin | 2013-01-21 | 7 | -9/+118 |
* | Fixed the UIScrollView so that it will show the content properly and beans ta... | Eddie Ehlin | 2013-01-20 | 7 | -79/+238 |
* | Added custom UITableViewCell for displaying bean information + extraction vie... | Eddie Ehlin | 2013-01-19 | 9 | -18/+324 |
* | Minor cleanup | Eddie Ehlin | 2013-01-14 | 7 | -42/+23 |
* | Refactored InstaBean into InstantExtraction which also resulted in a more gen... | Eddie Ehlin | 2013-01-14 | 15 | -82/+127 |
* | Fix: Removed "Detect, Links" on the bean collection info note. It is not poss... | Eddie Ehlin | 2013-01-14 | 2 | -2/+1 |
* | Added initial support for displaying error messages. Left to do is to use loc... | Eddie Ehlin | 2013-01-14 | 8 | -12/+41 |
* | Minor code clean-up + cancellation dialog on BeanCollection. | Eddie Ehlin | 2013-01-13 | 4 | -72/+51 |
* | When adding a new bean it will (if possible) pre set the grinder setting from... | Eddie Ehlin | 2013-01-12 | 3 | -2/+14 |
* | Fix: Forgot to add prepareForSegue for ExtractionViewController in BeanCollec... | Eddie Ehlin | 2013-01-12 | 3 | -1/+7 |
* | Added ExtractionViewController and also closed the Add-new-bean-collection-loop. | Eddie Ehlin | 2013-01-12 | 9 | -15/+218 |
* | AddBeanViewController now implements UITextFieldDelegate and the same goes fo... | Eddie Ehlin | 2013-01-12 | 8 | -19/+248 |
* | Add bean functionality is now in order (for state add new) and left to do is ... | Eddie Ehlin | 2013-01-10 | 18 | -56/+567 |
* | Added animated toggle editing to BeanCollectionList. | Eddie Ehlin | 2013-01-09 | 4 | -7/+17 |
* | Added "Done" button to the navigation bar when editing name or note for bean ... | Eddie Ehlin | 2013-01-08 | 4 | -22/+41 |
* | Added keyboard fix in BeanCollectionInfo view, so that it doesn't gets displa... | Eddie Ehlin | 2013-01-08 | 4 | -39/+112 |
* | Updated UI to get rid of tab bar control in the next-next wizard while adding... | Eddie Ehlin | 2013-01-07 | 3 | -68/+68 |
* | Added UITableViewDelegate and UITableViewDataSource to BeanCollectionBeanList... | Eddie Ehlin | 2013-01-06 | 4 | -2/+66 |
* | BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: Bea... | Eddie Ehlin | 2013-01-06 | 12 | -33/+467 |
* | Renamed/refactored iBeanListViewController to BeanCollectionListViewControlle... | Eddie Ehlin | 2013-01-05 | 10 | -44/+41 |
* | Added Bean collection list view controller and managed object classes (bean c... | Eddie Ehlin | 2013-01-05 | 13 | -13/+413 |
* | Added storyboard details for adding a new iBean, no code yet | Eddie Ehlin | 2013-01-01 | 2 | -10/+272 |
* | Added new xcode project for iBean (with core data). InstaBean functionality i... | Eddie Ehlin | 2012-12-31 | 24 | -0/+1195 |
* | Moved XCode project iBean to iBean.old | Eddie Ehlin | 2012-12-31 | 25 | -1109/+0 |
* | Insta bean functionality is done except for data storage. Will fixe this in n... | Eddie Ehlin | 2012-12-31 | 6 | -24/+30 |