summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app
Commit message (Expand)AuthorAgeFilesLines
* Improvements in animation from album page to photo pageBobby Georgescu2012-08-212-2/+68
* Rotate the camera screen nail correctly in gingerbread.Wu-cheng Li2012-08-204-2/+16
* Clear activity result when launching from lock screen.George Mount2012-08-173-0/+14
* Load AsyncTask class in UI thread.Owen Lin2012-08-171-0/+11
* Add SimpleMenuXXX implementation for the Gingerbread platform.Owen Lin2012-08-151-1/+3
* Extract the action bar interface.Owen Lin2012-08-156-158/+125
* Gallery reskin: album list spacing, action bar themeBobby Georgescu2012-08-142-5/+11
* Show album counts in Gallery & other small reskin fixesBobby Georgescu2012-08-131-0/+2
* First gallery reskin iteration.Bobby Georgescu2012-08-092-2/+2
* Hold WakeLock during MTP importBobby Georgescu2012-08-082-0/+7
* Do not show photo editor before api level 14.Yuli Huang2012-08-071-0/+10
* TargetApi of ShareActionProvider should be ICS.Wu-cheng Li2012-08-031-1/+1
* Show the correct image on a ACTION_VIEWMangesh Ghiware2012-08-021-1/+2
* Merge "Handle null item in findIndexOfPathInCache." into gb-ub-photos-archesChih-Chung Chang2012-08-011-1/+2
|\
| * Handle null item in findIndexOfPathInCache.Chih-Chung Chang2012-08-011-1/+2
* | Do not use ShareActionProvider before API 14.Wu-cheng Li2012-08-013-30/+70
|/
* Merge "Fix bugs 6882711 and 6836814" into gb-ub-photos-archesBobby Georgescu2012-07-311-0/+5
|\
| * Fix bugs 6882711 and 6836814Bobby Georgescu2012-07-301-0/+5
* | Check api level before invoking setHomeButtonEnabled().Ahbong Chang2012-07-311-1/+3
|/
* Don't call Action.setLogo and Action.setHomeButtonEnabled in old API levels.Owen Lin2012-07-302-6/+20
* Code clean up.Ahbong Chang2012-07-3019-358/+445
* Use actual selection for album/photo detailsMichael Kolb2012-07-265-49/+40
* Only give haptic feedback when enabled in system settingsBobby Georgescu2012-07-243-2/+17
* Only use SurfaceTexture.release and setIconAttribute on newer platforms.Chih-Chung Chang2012-07-131-4/+14
* Don't use invalidateOptionsMenu before API level 11.Owen Lin2012-07-053-10/+30
* Merge "Add ExifTags to hold tag names that are not available in ExifInterface"Hung-ying Tyan2012-07-031-6/+7
|\
| * Add ExifTags to hold tag names that are not available in ExifInterfaceHung-ying Tyan2012-07-031-6/+7
* | Remove dependencies on APIs only exist on newer platforms.Chih-Chung Chang2012-07-032-5/+8
|/
* Don't reuse bitmap before HoneyComb.Owen Lin2012-07-034-6/+14
* Avoid using View.SYSTEM_UI_FLAG_LOW_PROFILE.The Android Open Source Project2012-07-021-1/+1
* Merge "Do not use NfcAdapter API in old platforms."Yuli Huang2012-07-011-5/+14
|\
| * Do not use NfcAdapter API in old platforms.Yuli Huang2012-06-291-5/+14
* | Merge "Remove hardwired strings for no external storage."Owen Lin2012-06-291-2/+2
|\ \ | |/ |/|
| * Remove hardwired strings for no external storage.Owen Lin2012-06-221-2/+2
* | Merge "Pass correct intent to IntentService in PackagesMonitor"Hung-ying Tyan2012-06-281-1/+2
|\ \
| * | Pass correct intent to IntentService in PackagesMonitorHung-ying Tyan2012-06-291-1/+2
* | | Merge "Don't use Build.VERSION_CODES."Owen Lin2012-06-283-7/+7
|\ \ \ | |/ / |/| |
| * | Don't use Build.VERSION_CODES.Owen Lin2012-06-283-7/+7
* | | Merge "Don't use Display.getSize()."Owen Lin2012-06-281-2/+16
|\| |
| * | Don't use Display.getSize().Owen Lin2012-06-271-2/+16
* | | Replace BroadcastReceiver.goAsync() with IntentServiceHung-ying Tyan2012-06-271-14/+14
|/ /
* | am acd75301: am bb52543c: Merge "Show undo option for 3 seconds after the las...Chih-Chung Chang2012-06-271-1/+6
|\ \
| * \ am bb52543c: Merge "Show undo option for 3 seconds after the last picture is ...Chih-Chung Chang2012-06-271-1/+6
| |\ \
| | * | Show undo option for 3 seconds after the last picture is deleted.Chih-Chung Chang2012-06-271-1/+6
* | | | am 64cebdd1: am 6118af9d: Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-12/+8
|\| | |
| * | | am 6118af9d: Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-12/+8
| |\| |
| | * | Fix the behavior of deleting the last picture.Chih-Chung Chang2012-06-261-12/+8
* | | | Use MediaColumns.WIDTH and MediaColumns.HEIGHT only when they are available.Owen Lin2012-06-221-10/+17
* | | | Guard the use of SYSTEM_UI_FLAG_XXXX with TargetApiOwen Lin2012-06-222-30/+54
| |_|/ |/| |
* | | Use View.setBackgroundDrawable instead of setBackground.Wu-cheng Li2012-06-211-1/+2
|/ /