Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_base
/
7bdf3cff92d26f9a4a8b88f816f5313fe02d6a33
/
media
/
java
/
android
/
mtp
/
MtpDatabase.java
5a8b962
Extend MediaScanner and MtpDatabase to support RAW image files
by Jaesung Chung
· 9 years ago
60cfad8
Discourage use of "_data" column.
by Jeff Sharkey
· 9 years ago
08c7116
Remove unused imports in frameworks/base.
by John Spurlock
· 10 years ago
7182774
MTP: Fix partial implementation of 5 new audio specific properties
by Mike Lockwood
· 10 years ago
c1fda12
Also consider secondary storage when verifying paths
by Marco Nelissen
· 10 years ago
5f41169
Validate MTP path
by Marco Nelissen
· 10 years ago
1632fae
Make setServer() safe to call multiple times
by Marco Nelissen
· 11 years ago
92b53bc
MTP: Add support for some audio specific object properties
by Mike Lockwood
· 11 years ago
56c8524
MTP: Add support for battery level device property
by Mike Lockwood
· 11 years ago
c975437
am 1e3395c7: am 105b545e: am 0dce19ca: am 79ceb53a: am c58abeea: Merge "AArch64: Use long for pointers in MTP classes"
by Narayan Kamath
· 11 years ago
e2e5932
AArch64: Use long for pointers in MTP classes
by Ashok Bhat
· 11 years ago
6090995
Remove unused imports from frameworks/base.
by John Spurlock
· 11 years ago
e8acd36
Merge "When deleting a db file, Context.deleteDatabase() has to be called instead of File.delete() to guarantee all db related files like journal, wal, shm, etc are deleted together."
by Marco Nelissen
· 12 years ago
3ed0253
When deleting a db file,
by jangwon.lee
· 12 years ago
1341f1e
MTP: Implement date created field in GetObjectInfo
by Mike Lockwood
· 12 years ago
35654b6
More work on App Ops service.
by Dianne Hackborn
· 12 years ago
58ed5d7
am 768d9e1a: Merge "Correct executable bit for source files"
by Kenny Root
· 12 years ago
3a084af
Correct executable bit for source files
by Kenny Root
· 12 years ago
465d720
am ad23333f: am 945080b5: am 1e86994c: Merge "MtpData bmp format file can\'t recognize when copy bmp into DUT"
by Mike Lockwood
· 12 years ago
f6f1661
MtpDatabase: Use actual file size instead of media database size column
by Mike Lockwood
· 13 years ago
58e6831c
MtpDatabase: Fix typo affecting parent and format queries
by Mike Lockwood
· 13 years ago
240582e
MtpData bmp format file can't recognize when copy bmp into DUT
by bo huang
· 13 years ago
1e855d9
MtpDatabase: Fix sqlite3 pattern matching for MTP directory deletes
by Mike Lockwood
· 13 years ago
b4b8478
Handle _ and % in paths
by Marco Nelissen
· 13 years ago
f3a3b9e
Merge "Handle adding/removing/renaming nomedia paths"
by Marco Nelissen
· 13 years ago
75ea64f
Implement a cancelation mechanism for queries.
by Jeff Brown
· 13 years ago
ca78f3d
Handle adding/removing/renaming nomedia paths
by Marco Nelissen
· 13 years ago
73e56d9
MTP: Add support for restricting PTP to only certain subdirectories of the storage
by Mike Lockwood
· 13 years ago
fe464a7
[Prime K] Fix gabage character issue
by dujin.cha
· 13 years ago
6acc90f
MTP: Fix some problems with GetObjectHandles and GetNumObjects commands
by Mike Lockwood
· 14 years ago
44bc17c
Rework display size access.
by Dianne Hackborn
· 14 years ago
b239b683
MTP and media provider support for multiple storage devices:
by Mike Lockwood
· 14 years ago
775de95
MTP: Use SharedPreferences for MTP device properties rather than sqlite3
by Mike Lockwood
· 14 years ago
f9f223e
Bug 1804058 FLAC extractor
by Glenn Kasten
· 14 years ago
f26a586
Remove MTP related log spam
by Mike Lockwood
· 14 years ago
8ed67ac
MTP: Set modification date for abstract playlists
by Mike Lockwood
· 14 years ago
8cc6eb1
MTP: Strip ".pla" file extension from name field for WMP playlists
by Mike Lockwood
· 14 years ago
7a0bd17
MTP: Fix problems with modification dates for folders and non-media files
by Mike Lockwood
· 14 years ago
1c4e88d
Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media
by Mike Lockwood
· 14 years ago
0cd0136
Move MTP Java classes to android.mtp.* package.
by Mike Lockwood
· 14 years ago
[Renamed (99%) from media/java/android/media/MtpDatabase.java]
55f808c
MTP: Make recursive delete more efficient
by Mike Lockwood
· 14 years ago
bafca21
MTP: check for replacing existing files via the database instead of the file system
by Mike Lockwood
· 14 years ago
365e03e
MTP: Improve argument checking in SendObjectInfo
by Mike Lockwood
· 14 years ago
ea93fa1
MTP: Implement MTP_DEVICE_PROPERTY_IMAGE_SIZE device property.
by Mike Lockwood
· 14 years ago
7d7fb63
MTP: Add support for multiple properties in GetObjectPropList command
by Mike Lockwood
· 14 years ago
7adfd18
MTP: Don't fail in playlist transfer if not all playlist items can be found.
by Mike Lockwood
· 14 years ago
a315605
Rename android.provider.Mtp to android.provider.Ptp
by Mike Lockwood
· 14 years ago
413577d
MTP: Fixes to allow file transfers > 4 gigabytes
by Mike Lockwood
· 14 years ago
0b58c19
MTP: Set correct format for abstract audio playlists
by Mike Lockwood
· 14 years ago
3159991
MTP: Fix time values returned via GetObjectPropValue and GetObjectPropList
by Mike Lockwood
· 14 years ago
e2ad6ec
MTP: Partial implementation of the GetObjectPropList command
by Mike Lockwood
· 14 years ago
2b5f9ad
MTP: Changes to support /mnt/sdcard paths from MediaProvider.
by Mike Lockwood
· 14 years ago
6a6a3af
MTP: allow renaming directories
by Mike Lockwood
· 14 years ago
5ebac83
MTP: Add support for renaming files
by Mike Lockwood
· 14 years ago
0178856
MTP: Fix copying files to root of storage using parent handle = 0
by Mike Lockwood
· 14 years ago
ae078f7
MTP: Implement extra object properties for audio, video and image files
by Mike Lockwood
· 14 years ago
d3bfecb
MTP: Reenable GetObjectPropValue and SetObjectPropValue
by Mike Lockwood
· 14 years ago
12b8a99
MTP: List all the formats we support in addition to FORMAT_UNDEFINED
by Mike Lockwood
· 14 years ago
ccb6e96
MTP: Delete all files and subdirectories when deleting directories.
by Mike Lockwood
· 15 years ago
c37255d
Media scanner support for tracking files of arbitrary type.
by Mike Lockwood
· 15 years ago
8490e66
Use separate Uris for MTP to the media provider files table
by Mike Lockwood
· 15 years ago
792ec84
MTP: Fix support for transfering folders and playlists.
by Mike Lockwood
· 15 years ago
e521169
MTP: Allow transfering arbitrary file types.
by Mike Lockwood
· 15 years ago
3b2a62e
Rename the media database's "objects" table to "files"
by Mike Lockwood
· 15 years ago
59e3f0d
MTP: Implement support for getting/setting device properties
by Mike Lockwood
· 15 years ago
2837eef
MTP: Send an Intent after an MTP session that resulted in media database modifications
by Mike Lockwood
· 15 years ago
5367ab6
MTP: Move all MTP protocol constants for Java to a central location.
by Mike Lockwood
· 15 years ago
daeeddc
MTP: Fix build break due to misuse of "git add -i" command
by Mike Lockwood
· 15 years ago
dbead32
MTP: Add try/finally handling to finalize overrides
by Mike Lockwood
· 15 years ago
828d19d
MTP: work in progress on expanded property support
by Mike Lockwood
· 15 years ago
4b322ce
MTP: Push queries for supported formats and properties up to Java.
by Mike Lockwood
· 15 years ago
9a2046f
MTP: Add support for syncing MTP playlists
by Mike Lockwood
· 15 years ago
7a047c8
MTP: Implement GetNumObjects
by Mike Lockwood
· 15 years ago
59c777a
Clean up MtpDatabase API.
by Mike Lockwood
· 15 years ago
b2cada9
MtpDatabase: Implement getObjectProperty
by Mike Lockwood
· 15 years ago
d815f79
Integrate host to device file transfer with the media provider.
by Mike Lockwood
· 15 years ago
c5c7853
Remove some scafolding and test code that is no longer worth maintaining.
by Mike Lockwood
· 15 years ago
d21eac9
MTP: Use media provider database to implement MTP device support.
by Mike Lockwood
· 15 years ago