OSDN Git Service

Replace camera importer
authorBobby Georgescu <georgescu@google.com>
Wed, 26 Dec 2012 08:52:28 +0000 (00:52 -0800)
committerBobby Georgescu <georgescu@google.com>
Mon, 7 Jan 2013 22:43:56 +0000 (14:43 -0800)
commitd3aac52ffb88ced53413d5eef29c641dd6982267
treeb5e614ec3f5cc1f29ee6b501c7cfa8ac0bfb0fce
parent3114fa3a8a99be3c819d102dd1d069face13c43f
Replace camera importer

Change-Id: Icfeb23301bc6c9f8c8b12824bcbb0d8b41852d07
35 files changed:
AndroidManifest.xml
res/drawable/ingest_item_list_selector.xml [new file with mode: 0644]
res/layout/ingest_activity_item_list.xml [new file with mode: 0644]
res/layout/ingest_date_tile.xml [new file with mode: 0644]
res/layout/ingest_thumbnail.xml [new file with mode: 0644]
res/menu/ingest_menu_item_list_selection.xml [new file with mode: 0644]
res/values/colors.xml
res/values/strings.xml
src/com/android/gallery3d/app/AlbumPage.java
src/com/android/gallery3d/app/AlbumSetPage.java
src/com/android/gallery3d/app/NotificationIds.java [new file with mode: 0644]
src/com/android/gallery3d/app/PhotoPage.java
src/com/android/gallery3d/app/UsbDeviceActivity.java [deleted file]
src/com/android/gallery3d/data/DataManager.java
src/com/android/gallery3d/data/DataSourceType.java
src/com/android/gallery3d/data/MediaObject.java
src/com/android/gallery3d/data/MtpContext.java [deleted file]
src/com/android/gallery3d/data/MtpDevice.java [deleted file]
src/com/android/gallery3d/data/MtpDeviceSet.java [deleted file]
src/com/android/gallery3d/data/MtpImage.java [deleted file]
src/com/android/gallery3d/data/MtpSource.java [deleted file]
src/com/android/gallery3d/ingest/ImportTask.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/IngestActivity.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/IngestService.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/MtpDeviceIndex.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/SimpleDate.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/adapter/MtpAdapter.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/ui/DateTileView.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/ui/MtpBitmapCache.java [new file with mode: 0644]
src/com/android/gallery3d/ingest/ui/MtpThumbnailTileView.java [new file with mode: 0644]
src/com/android/gallery3d/provider/GalleryProvider.java
src/com/android/gallery3d/ui/ActionModeHandler.java
src/com/android/gallery3d/ui/AlbumLabelMaker.java
src/com/android/gallery3d/ui/ImportCompleteListener.java [deleted file]
src/com/android/gallery3d/ui/MenuExecutor.java