aboutsummaryrefslogtreecommitdiffstats
path: root/Video Tuneup/ViewController.h
AgeCommit message (Collapse)Author
2012-05-08Export button: added an activity indicator so there's some action going on ↵Teddy Wing
on the screen to keep users entertained while the video exports to the media library.
2012-05-08Modified (3.) button:Teddy Wing
* Button now functions as the 'Internet Tune-up' button * Added parentheses labels on left & right sides of the button to indicate that it's optional * Label on top of the button that indicates the status of the internet request * Removed old RoundRect Internet Tune-up button (internetRequestButton)
2012-05-08Default "no-content" view: if no video is selected, show this view so that ↵Teddy Wing
the user knows they have to select a video, and so they know how to use the app. Once the user has selected a video, this 'help view' gets hidden so they can preview their video in the playerView.
2012-04-26tweak buttons, fadingBrian Jordan
2012-04-26UI tweaksBrian Jordan
2012-04-26fix build, add ViewController reference to WebserviceCommunicatorBrian Jordan
2012-04-26Merge branch 'master' of github.com:bcjordan/Video-TuneupTeddy Wing
2012-04-26Added a button to test HTTPRequestTeddy Wing
2012-04-26ViewController.h: removed old delegate protocol conforms from ↵Teddy Wing
UIImagePickerController. Added a 'conforms to MPMediaPickerControllerDelegate' definition. Eliminated warning at line 120
2012-04-25Load picked music into video. Resolves Issue #22Brian Jordan
2012-04-25load video from library. Resolves Issue #19Brian Jordan
2012-04-25add itunes picker. Resolves issue #20.Brian Jordan
2012-04-17Implemented UIImagePickerController Delegate method. Trying to get chosen ↵Teddy Wing
video's NSURL, but having issues. * BUG: after clicking the 'Use' button, a progress bar appears saying "Compressing video...", but then the app seems to stall. What happens on an actual device?
2012-04-17Media/Video Library selector:Teddy Wing
* button to open popover * Popover displays a videos from saved Photos library, allows user to select one.
2012-04-16add scrubber control. Closes issue #17Brian Jordan
2012-03-29resolves issues #3, #11 and #12Brian Jordan
2012-03-28muxing working. Resolves #8Brian Jordan
2012-03-28implement video exportBrian Jordan
2012-03-28add open song button. Closes #5Brian Jordan
2012-03-28add play, pause, rewind. Resolves #2Brian Jordan
2012-03-27video loadingBrian Jordan
2012-03-27Initial CommitBrian Jordan