summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Enable switching cameras in video mode.Sascha Haeberling2013-08-191-0/+1
* Merge "Add the trim functionality back to FilmStripView" into gb-ub-photos-ca...ztenghui2013-08-191-10/+13
|\
| * Add the trim functionality back to FilmStripViewztenghui2013-08-161-10/+13
* | Add image 1:1 supportDoris Liu2013-08-161-0/+551
|/
* Set views in filmstrip invisible when alpha = 0.Angus Kong2013-08-155-55/+65
* Single-tap in fullscreen view toggles ActionBar.Sascha Haeberling2013-08-152-1/+15
* Implent show-on-map functionality.Sascha Haeberling2013-08-157-27/+102
* Merge "Brings back the details menu with most EXIF data in it. Some are still...Sascha Haeberling2013-08-157-18/+591
|\
| * Brings back the details menu with most EXIF data in it.Sascha Haeberling2013-08-157-18/+591
* | Defining broadcast intent strings as constants in CameraUtil.java.Dan Aminzade2013-08-152-4/+14
|/
* Single tap to full screen mode.Angus Kong2013-08-141-18/+5
* Merge "Make current view center in filmstrip." into gb-ub-photos-carlsbadAngus Kong2013-08-141-5/+25
|\
| * Make current view center in filmstrip.Angus Kong2013-08-141-5/+25
* | Add support for remote shutter control via broadcast intents.Dan Aminzade2013-08-141-64/+97
|/
* Handle unexpected exceptions when loading videos.Angus Kong2013-08-142-24/+35
* Fix camera preview stopped after onResume().Angus Kong2013-08-138-172/+133
* Merge "Don't take a snapshot if video recording is not in progress." into gb-...Sascha Haeberling2013-08-131-3/+5
|\
| * Don't take a snapshot if video recording is not in progress.Sascha Haeberling2013-08-131-3/+5
* | Merge "Clean up unused code." into gb-ub-photos-carlsbadSascha Haeberling2013-08-133-40/+1
|\|
| * Clean up unused code.Sascha Haeberling2013-08-133-40/+1
* | Merge "Hide the actionbar and title at the beginning" into gb-ub-photos-carlsbadztenghui2013-08-131-0/+1
|\ \ | |/ |/|
| * Hide the actionbar and title at the beginningztenghui2013-08-131-0/+1
* | Merge "Add the menu items back" into gb-ub-photos-carlsbadztenghui2013-08-131-0/+126
|\|
| * Add the menu items backztenghui2013-08-131-0/+126
* | Check for device support before taking video snapshotsDoris Liu2013-08-131-17/+24
|/
* Remove Refocus from Camera UI.Sascha Haeberling2013-08-132-13/+1
* Merge "Fix video capture intent handling" into gb-ub-photos-carlsbadDoris Liu2013-08-133-15/+45
|\
| * Fix video capture intent handlingDoris Liu2013-08-133-15/+45
* | Add local data types.Angus Kong2013-08-125-27/+77
* | Don't return null if there's no images to load.Angus Kong2013-08-121-4/+7
|/
* Don't set mImages to null, as we call .size() later.Sascha Haeberling2013-08-121-1/+1
* Merge "Add the basic action bar back." into gb-ub-photos-carlsbadztenghui2013-08-121-1/+12
|\
| * Add the basic action bar back.ztenghui2013-08-091-1/+12
* | Merge "Clean up Gallery codes." into gb-ub-photos-carlsbadAngus Kong2013-08-1055-3376/+198
|\ \
| * | Clean up Gallery codes.Angus Kong2013-08-0955-3376/+198
* | | Fix NPE after capture when camera roll is empty.Angus Kong2013-08-091-11/+2
|/ /
* | Use PopupWindow for settings popupDoris Liu2013-08-094-85/+69
* | Fix DataAdapter wrapper classes callback mechanism.Angus Kong2013-08-092-6/+44
|/
* Merge "Refactor data/LocalData." into gb-ub-photos-carlsbadAngus Kong2013-08-076-713/+764
|\
| * Refactor data/LocalData.Angus Kong2013-08-076-713/+764
* | Changes required for building GoogleCamera.Sascha Haeberling2013-08-071-5/+37
|/
* Remove refocus icon if it's not enabled or present.Sascha Haeberling2013-08-061-13/+33
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-0615-286/+739
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-06512-82252/+948
* Load the FilmStrip data in onCreate()Angus Kong2013-08-051-19/+20
* Fix display bug with highresnicolasroard2013-08-022-1/+25
* Add quality selector to export.Ruben Brunk2013-08-025-26/+132
* Merge "add Per Channel Saturation" into gb-ub-photos-carlsbadJohn Hoford2013-08-029-3/+773
|\
| * add Per Channel SaturationJohn Hoford2013-08-019-3/+773
* | Add LocalDataAdapter and wrappers.Angus Kong2013-08-0110-221/+810