summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Lock the camera if starting recording fails.Wu-cheng Li2011-06-291-0/+2
* Move share button beside thumbnail in phone UI.Wu-cheng Li2011-06-287-91/+30
* Add camcorder zoom.Wu-cheng Li2011-06-273-26/+152
* Fix NPE when video cannot be inserted to media store.Wu-cheng Li2011-06-221-5/+7
* Reset metering area in 3 seconds.Wu-cheng Li2011-06-201-7/+11
* Check if device policay manager has disabled camera.Wu-cheng Li2011-06-174-67/+84
* Code refactor.Wu-cheng Li2011-06-162-62/+56
* Change the thumbnail folder to internal storage.Wu-cheng Li2011-06-153-11/+12
* am 5665e379: am 4b478c99: Merge "Camcorder HUD no longer disappears when open...Wu-cheng Li2011-06-081-2/+2
|\
| * am 4b478c99: Merge "Camcorder HUD no longer disappears when opening slider"Wu-cheng Li2011-06-071-2/+2
| |\
| | * Camcorder HUD no longer disappears when opening sliderThomas Hultgren2011-05-311-2/+2
* | | Fix NPE on launch if camera cannot be opened.Wu-cheng Li2011-06-072-10/+12
* | | am dd56e778: am a5c1d8bf: Fix some comments.Wu-cheng Li2011-05-312-6/+6
|\ \ \ | |/ /
| * | Fix some comments.Wu-cheng Li2011-05-252-6/+6
* | | Merge "Add share button for phone UI."Wu-cheng Li2011-05-277-4/+78
|\ \ \
| * | | Add share button for phone UI.Wu-cheng Li2011-05-267-4/+78
* | | | Merge "Print video name for debugging."Wu-cheng Li2011-05-261-1/+3
|\ \ \ \
| * | | | Print video name for debugging.Wu-cheng Li2011-05-261-1/+3
* | | | | Increase the actual focus and metering area.Wu-cheng Li2011-05-261-15/+18
| |/ / / |/| | |
* | | | Move gps indicator from the indicator bar to the corner.Wu-cheng Li2011-05-263-84/+2
* | | | Merge "Improve touch focus UI."Wu-cheng Li2011-05-252-15/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Improve touch focus UI.Wu-cheng Li2011-05-232-15/+35
* | | | am 9bb90c3b: am 2049ccfd: Fix NPE in phone UI.Wu-cheng Li2011-05-242-10/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Fix NPE in phone UI.Wu-cheng Li2011-05-212-10/+3
* | | | Clean up package declarations & importsAndy Stadler2011-05-233-14/+7
| |/ / |/| |
* | | am 41fff6e7: am e2eebff5: Fix NPE in capture intent of phone UI.Wu-cheng Li2011-05-192-8/+7
|\ \ \ | |/ /
| * | Fix NPE in capture intent of phone UI.Wu-cheng Li2011-05-192-8/+7
* | | Show review image before share.Wu-cheng Li2011-05-173-25/+47
* | | Refactor RotateImageView and thumbnail.Wu-cheng Li2011-05-176-341/+315
* | | Remove dead code and reduce visibility.Wu-cheng Li2011-05-175-172/+12
* | | Refactor preview frame layout.Wu-cheng Li2011-05-121-21/+15
* | | Remove unused code and resource.Wu-cheng Li2011-05-122-15/+2
* | | Add share button in IndicatorWheel.Wu-cheng Li2011-05-113-37/+101
* | | Merge "Refactor IndicatorWheel."Wu-cheng Li2011-05-106-93/+83
|\ \ \
| * | | Refactor IndicatorWheel.Wu-cheng Li2011-05-106-93/+83
* | | | Add test for converting touch point to focus area.Wu-cheng Li2011-05-101-9/+15
|/ / /
* | | Merge "Pass camera id while getting camcorder profile."Wu-cheng Li2011-05-062-21/+9
|\ \ \
| * | | Pass camera id while getting camcorder profile.Wu-cheng Li2011-05-062-21/+9
* | | | Fix the bug that touch focus is cancelled unexpectedly.Wu-cheng Li2011-05-051-1/+2
* | | | Merge "Cancel focus after touch focus is triggered for 3 seconds."Wu-cheng Li2011-05-051-2/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Cancel focus after touch focus is triggered for 3 seconds.Wu-cheng Li2011-05-041-2/+17
* | | | Trigger touch focus only when the event is ACTION_DOWN.Wu-cheng Li2011-05-041-0/+2
|/ / /
* | | Refactor camera status and focus states.Wu-cheng Li2011-05-041-104/+86
* | | Tap will invoke autofocus & metering, but not snap a photo.Wu-cheng Li2011-05-031-16/+21
* | | Use frameworks focus area and metering area API.Wu-cheng Li2011-05-031-42/+20
* | | Do not trigger touch focus when popup window is dismissed.Wu-cheng Li2011-04-283-36/+33
* | | Reduce the size of focus rectangle.Wu-cheng Li2011-04-283-4/+8
* | | Fix the incorrect position of focus rectangle.Wu-cheng Li2011-04-271-17/+26
* | | Set metering area when users touch on the preview frame.Wu-cheng Li2011-04-271-14/+34
* | | Add touch to focus.Wu-cheng Li2011-04-191-7/+102