Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new display for insta-bean. | Eddie Ehlin | 2013-03-17 | 1 | -0/+8 |
| | |||||
* | Added icons (app and launch) for iPad | Eddie Ehlin | 2013-03-16 | 1 | -0/+24 |
| | |||||
* | Added storyboard for iPad | Eddie Ehlin | 2013-03-16 | 1 | -0/+6 |
| | |||||
* | Added initial version of the app icon and launch icon. | Eddie Ehlin | 2013-03-07 | 1 | -12/+28 |
| | |||||
* | Fixed bug: Extraction timers now have a max value of 900s, and every display ↵ | Eddie Ehlin | 2013-03-06 | 1 | -1/+1 |
| | | | | of such timer is based on 0.5s (one decimal). | ||||
* | Added Glyphis icons and updated the Tab-bar and Nav-bar (on extraction view) ↵ | Eddie Ehlin | 2013-02-24 | 1 | -0/+64 |
| | | | | with these new icons. | ||||
* | Solved render bug for bean extraction view. Whole view is now based on ↵ | Eddie Ehlin | 2013-02-23 | 1 | -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 Ehlin | 2013-02-23 | 1 | -0/+4 |
| | |||||
* | Added support for recurring thresholds | Eddie Ehlin | 2013-02-17 | 1 | -6/+6 |
| | |||||
* | Added bean cell icon + introduced alternate colors for rows in bean ↵ | Eddie Ehlin | 2013-02-11 | 1 | -0/+4 |
| | | | | collection extraction view. | ||||
* | BeanCollectionExtractionView's beans tableview now drops a shadow. The note ↵ | Eddie Ehlin | 2013-02-06 | 1 | -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 Ehlin | 2013-02-06 | 1 | -0/+8 |
| | | | | correctly. All text inputs are also utilizing capitalizations on sentences. | ||||
* | Initial color scheme (no graphics) + bug fix (active timer view change). | Eddie Ehlin | 2013-02-04 | 1 | -0/+14 |
| | |||||
* | Added "Extraction complete" dialog and also bug fix for the extraction view ↵ | Eddie Ehlin | 2013-02-03 | 1 | -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 Ehlin | 2013-01-27 | 1 | -6/+44 |
| | | | | implemented, left to do is threshold handling (stubs added). | ||||
* | Minor cleanup made to Instant Extraction. No explicit use of configuration ↵ | Eddie Ehlin | 2013-01-27 | 1 | -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 Ehlin | 2013-01-20 | 1 | -0/+6 |
| | | | | tableview is expanded to show all beans (no scrolling). | ||||
* | Added custom UITableViewCell for displaying bean information + extraction ↵ | Eddie Ehlin | 2013-01-19 | 1 | -0/+20 |
| | | | | view controller (stub). | ||||
* | Refactored InstaBean into InstantExtraction which also resulted in a more ↵ | Eddie Ehlin | 2013-01-14 | 1 | -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 Ehlin | 2013-01-12 | 1 | -9/+23 |
| | |||||
* | AddBeanViewController now implements UITextFieldDelegate and the same goes ↵ | Eddie Ehlin | 2013-01-12 | 1 | -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 Ehlin | 2013-01-10 | 1 | -12/+46 |
| | | | | being able to edit a bean thats been added (in state new). | ||||
* | BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: ↵ | Eddie Ehlin | 2013-01-06 | 1 | -2/+38 |
| | | | | BeanList | ||||
* | Renamed/refactored iBeanListViewController to ↵ | Eddie Ehlin | 2013-01-05 | 1 | -18/+18 |
| | | | | BeanCollectionListViewController + changed extractionCounter to extractionCount in BeanCollection entity | ||||
* | Added Bean collection list view controller and managed object classes (bean ↵ | Eddie Ehlin | 2013-01-05 | 1 | -0/+35 |
| | | | | collection and bean) generated from core data | ||||
* | Added new xcode project for iBean (with core data). InstaBean functionality ↵ | Eddie Ehlin | 2012-12-31 | 1 | -0/+342 |
| | | | | is now completed. | ||||
* | Moved XCode project iBean to iBean.old | Eddie Ehlin | 2012-12-31 | 1 | -356/+0 |
| | |||||
* | Insta bean functionality is done except for data storage. Will fixe this in ↵ | Eddie Ehlin | 2012-12-31 | 1 | -4/+17 |
| | | | | new xcode project. | ||||
* | Initial commit containing base project | Eddie Ehlin | 2012-12-28 | 1 | -0/+343 |