OSDN Git Service

Rename Gallery activity and add trampoline
authorMangesh Ghiware <mghiware@google.com>
Wed, 11 Sep 2013 22:59:59 +0000 (15:59 -0700)
committerThe Android Automerger <android-build@google.com>
Fri, 27 Sep 2013 22:22:21 +0000 (15:22 -0700)
commit3cc2e6e6ec3b83423f63ca7227b5c76bb539bc70
tree9c42018b3d3e6e82c872f7460c624f5e3bca4efb
parentf4c5ec672cec7382c80e1657a331abe53067cc67
Rename Gallery activity and add trampoline

Bug: 10807861

Change-Id: Iaaf17b579db2fe09900e9817f766f43dd66dea61
16 files changed:
AndroidManifest.xml
src/com/android/camera/CameraActivity.java
src/com/android/gallery3d/app/AlbumPage.java
src/com/android/gallery3d/app/AlbumPicker.java
src/com/android/gallery3d/app/AlbumSetPage.java
src/com/android/gallery3d/app/DialogPicker.java
src/com/android/gallery3d/app/Gallery.java
src/com/android/gallery3d/app/GalleryActivity.java [new file with mode: 0644]
src/com/android/gallery3d/app/MovieActivity.java
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/data/LocalSource.java
src/com/android/gallery3d/gadget/WidgetClickHandler.java
src/com/android/gallery3d/util/GalleryUtils.java
src/com/android/photos/AlbumFragment.java
src/com/android/photos/PhotoSetFragment.java
src_pd/com/android/gallery3d/util/IntentHelper.java [moved from src_pd/com/android/gallery3d/util/CameraHelper.java with 80% similarity]