index
:
platform_packages_services_Mtp
android-s-beta-4
android-s-beta-5
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
android12-dev
android12-gsi
android12-release
android12-tests-release
main-cg-testing-release
master
sdk-release
simpleperf-release
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
mtp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MTP: Skip runtime thumbnail generation for Android Host
android12-dev
James Wei
2021-06-21
1
-0
/
+28
*
can't access external storage in ptp mode
joker.yang
2020-11-06
1
-6
/
+2
*
MTP: Add MTP host exception handling#2
android-mainline-11.0.0_r44
android-mainline-11.0.0_r43
android-mainline-11.0.0_r42
android-mainline-11.0.0_r41
android-mainline-11.0.0_r40
android-mainline-11.0.0_r39
android-mainline-11.0.0_r38
android-mainline-11.0.0_r37
android-mainline-11.0.0_r36
android-mainline-11.0.0_r35
android-mainline-11.0.0_r34
android-mainline-11.0.0_r32
android-mainline-11.0.0_r31
android-mainline-11.0.0_r30
android-mainline-11.0.0_r28
android-mainline-11.0.0_r27
android-mainline-11.0.0_r26
android-mainline-11.0.0_r25
android-mainline-11.0.0_r24
android-mainline-11.0.0_r23
android-mainline-11.0.0_r22
android-mainline-11.0.0_r21
android-mainline-11.0.0_r20
android-mainline-11.0.0_r18
android-mainline-11.0.0_r17
android-mainline-11.0.0_r16
android-mainline-11.0.0_r15
android-mainline-11.0.0_r14
android-mainline-11.0.0_r13
android-mainline-11.0.0_r12
android11-mainline-tethering-release
android11-mainline-permission-release
android11-mainline-os-statsd-release
android11-mainline-networkstack-release
android11-mainline-media-swcodec-release
android11-mainline-media-release
android11-mainline-extservices-release
android11-mainline-documentsui-release
android11-mainline-conscrypt-release
android11-mainline-cellbroadcast-release
android11-mainline-captiveportallogin-release
android11-dev
James Wei
2020-04-01
1
-1
/
+4
*
MTP: Add MTP host exception handling
James Wei
2020-03-24
2
-0
/
+11
*
MtpService: Proper control of storage volumes count
a.lukianenko
2019-10-31
1
-0
/
+2
*
Migrate MTP service into separate project.
Jeff Sharkey
2019-08-12
2
-0
/
+340
*
Merge "Use getCompressedSizeLong to get correct size for 2G file" am: ee1720c...
robinz1x
2018-12-10
1
-1
/
+1
|
\
|
*
Use getCompressedSizeLong to get correct size for 2G file
robinz1x
2018-09-12
1
-1
/
+1
*
|
More robust MTP-to-MIME-type mappings.
Jeff Sharkey
2018-08-28
1
-19
/
+1
|
/
*
Add metadata support to MTP docs provider.
Steve McKay
2017-08-02
2
-4
/
+35
*
Fix NPE in MtpDocumentsProviderTests
Daichi Hirono
2017-05-18
1
-1
/
+7
*
Merge "Set notification channel to MTP notification." into oc-dev
TreeHugger Robot
2017-05-17
1
-2
/
+14
|
\
|
*
Set notification channel to MTP notification.
Daichi Hirono
2017-05-17
1
-2
/
+14
*
|
Fix doc flag for device having multiple storages
Daichi Hirono
2017-05-01
2
-7
/
+64
|
/
*
Use Context#startForegroundService in MTP provider
Daichi Hirono
2017-04-07
3
-45
/
+72
*
Fix an argument passing to putStorageDocuments.
Daichi Hirono
2017-03-21
1
-1
/
+1
*
Address comments from API council.
Garfield Tan
2017-03-02
1
-1
/
+1
*
Remove DocumentsContract.ACTION_BROWSE.
Garfield Tan
2017-03-01
1
-2
/
+2
*
Start MtpDocumentsService as foreground service.
Daichi Hirono
2017-02-02
3
-36
/
+62
*
Use public version of AppFuse in MtpDocumentsProvider.
Daichi Hirono
2017-01-19
2
-326
/
+81
*
Add isChildDocument to MtpDocumentsProvider.
Daichi Hirono
2016-11-08
1
-0
/
+18
*
Merge "Not create document under the device."
TreeHugger Robot
2016-11-07
1
-2
/
+30
|
\
|
*
Not create document under the device.
Daichi Hirono
2016-11-07
1
-2
/
+30
*
|
Change findPath() to findDocumentPath() in MtpDocumentsProvider.
Garfield Tan
2016-11-02
1
-1
/
+1
*
|
Add findPath method to MtpDocumentsProvider.
Daichi Hirono
2016-11-02
1
-4
/
+47
|
/
*
Remove the EXTRA_FANCY_FEATURES flag...
Steve McKay
2016-10-28
1
-1
/
+0
*
Set Root.FLAG_LOCAL_ONLY for MTP roots.
Daichi Hirono
2016-08-18
1
-1
/
+1
*
Fix NullPointerException in MtpManager.
Daichi Hirono
2016-07-19
1
-2
/
+2
*
Don't show new-window item in Downloads per Gabe.
Steve McKay
2016-05-10
1
-0
/
+1
*
Merge "Do not terminate AppFuse message loop when FUSE_FORGET." into nyc-dev
Daichi Hirono
2016-05-03
1
-2
/
+2
|
\
|
*
Do not terminate AppFuse message loop when FUSE_FORGET.
Daichi Hirono
2016-05-02
1
-2
/
+2
*
|
Remove "don't disconnect the device" description.
Daichi Hirono
2016-04-27
1
-3
/
+0
|
/
*
Handle error result returned from MTP API correctly.
Daichi Hirono
2016-04-13
1
-40
/
+45
*
Fix flakiness DocumentLoader#testCancelTask.
Daichi Hirono
2016-04-12
1
-3
/
+4
*
Fix crash when deleting multiple files.
Daichi Hirono
2016-04-11
3
-30
/
+71
*
Use AppFuse to write document.
Daichi Hirono
2016-03-29
4
-148
/
+266
*
Open 4G+ file by using AppFuse.
Daichi Hirono
2016-03-28
4
-8
/
+39
*
Merge "Get object size that is more than 4GB." into nyc-dev
Daichi Hirono
2016-03-28
6
-13
/
+72
|
\
|
*
Get object size that is more than 4GB.
Daichi Hirono
2016-03-28
6
-13
/
+72
*
|
Implement FUSE_WRITE command in app fuse.
Daichi Hirono
2016-03-25
3
-6
/
+49
|
/
*
Merge "Fix null pointer exception when MTP/PTP device is detached." into nyc-dev
Daichi Hirono
2016-03-22
1
-1
/
+1
|
\
|
*
Fix null pointer exception when MTP/PTP device is detached.
Daichi Hirono
2016-03-22
1
-1
/
+1
*
|
Don't map root documents in DocumentLoader.
Daichi Hirono
2016-03-22
2
-3
/
+6
*
|
Add root flag correctly.
Daichi Hirono
2016-03-22
1
-9
/
+22
*
|
Count error document to complete adding documents to the database.
Daichi Hirono
2016-03-22
2
-137
/
+112
|
/
*
Fix the logic to add suffix when copying.
Daichi Hirono
2016-03-22
1
-2
/
+6
*
Merge "Add suffix number when copying a file." into nyc-dev
Daichi Hirono
2016-03-17
4
-21
/
+91
|
\
|
*
Add suffix number when copying a file.
Daichi Hirono
2016-03-17
4
-22
/
+91
*
|
Merge "Handle SQLite disk IO error in MtpDocumentsProvider#onCreate." into ny...
Daichi Hirono
2016-03-16
1
-11
/
+20
|
\
\
|
*
|
Handle SQLite disk IO error in MtpDocumentsProvider#onCreate.
Daichi Hirono
2016-03-16
1
-12
/
+20
|
|
/
[next]