Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_packages_providers_MediaProvider
/
d363651b7e991a07819d1a66777687c17b91d69e
/
tests
5ea5c28
Move MediaStore.java inside APEX boundary.
by Jeff Sharkey
· 5 years ago
0ebcd47
Merge "Sigh, more apps relying on SQL injection."
by Jeff Sharkey
· 5 years ago
2f02cf5
Add test to verify FUSE and lower FS dentry cache consistencies
by Zim
· 5 years ago
b855772
Sigh, more apps relying on SQL injection.
by Jeff Sharkey
· 5 years ago
619cf48
Merge "Don't redact if caller is owner and add redaction test"
by TreeHugger Robot
· 5 years ago
6958fce
Don't redact if caller is owner and add redaction test
by shafik
· 5 years ago
06b38ca
Cavalcade of smaller bug fixes.
by Jeff Sharkey
· 5 years ago
c5c3914
Shuffling to prepare for MediaProvider APEX.
by Jeff Sharkey
· 5 years ago
2d430e0
Merge "Refactor FilePathAccessTest"
by TreeHugger Robot
· 5 years ago
644c74b
Refactor FilePathAccessTest
by shafik
· 5 years ago
e62215c
Remove FuseDaemonHostTest from test mapping
by shafik
· 5 years ago
47ef557
Revert "Enable FuseDaemonHostTest"
by Jeff Sharkey
· 5 years ago
1cc0a72
Enable FuseDaemonHostTest
by shafik
· 5 years ago
26b9328
Replace "sys.fuse_snapshot" with "persist.sys.fuse"
by Abhijeet Kaur
· 5 years ago
575d074
Enforce FUSE restrictions based on target SDK
by shafik
· 5 years ago
113f34d
Test that Downloads are migrated, add to MTS.
by Jeff Sharkey
· 5 years ago
acc3b58
Expand testing of Mainline data migration.
by Jeff Sharkey
· 5 years ago
56c34e8
Structure MediaProvider as an APEX.
by Jeff Sharkey
· 5 years ago
e76c426
More robust DRM support, including tests.
by Jeff Sharkey
· 5 years ago
e3eb10f
Stop scanning files on close
by shafik
· 5 years ago
360941b
Merge "Add statistics logging for MediaProvider."
by Jeff Sharkey
· 5 years ago
3c0a6c6
Add statistics logging for MediaProvider.
by Jeff Sharkey
· 5 years ago
61378cb
Add QUERY_ARG_RELATED_URI to aid media placement.
by Jeff Sharkey
· 5 years ago
7169344
Move readdir decision-making to MediaProvider.
by Sahana Rao
· 5 years ago
824c108
Wire opendir to go through MediaProvider
by shafik
· 5 years ago
bba5b67
Wire mkdir and rmdir to go through MediaProvider
by shafik
· 5 years ago
9c1bb3d
Query arguments for grouping, other SQL clauses.
by Jeff Sharkey
· 5 years ago
f0ebe93
Catch any database access on main thread.
by Jeff Sharkey
· 5 years ago
a59a2b3
Merge changes from topic "legacycodez"
by Jeff Sharkey
· 5 years ago
74f7373
Progress towards splitting MediaProvider UID.
by Jeff Sharkey
· 5 years ago
9dd60eb
Make root bypass all MediaProvider checks
by shafik
· 5 years ago
9edfb14
Create file in native level instead of Java
by shafik
· 5 years ago
b1e1e27
Add sanity tests for file path access with FUSE
by shafik
· 5 years ago
85acbbe
Only create a single MediaScanner instance.
by Jeff Sharkey
· 5 years ago
470b97e
Locale-agnostic case folding.
by Jeff Sharkey
· 5 years ago
524e100
Merge "Progress towards per-volume database separation."
by Jeff Sharkey
· 5 years ago
e152d576
Migration of MIME type resolution, DRM handling.
by Jeff Sharkey
· 5 years ago
cc5c31d
Progress towards per-volume database separation.
by Jeff Sharkey
· 5 years ago
c9ae859
Split DatabaseHelper into separate class.
by Jeff Sharkey
· 5 years ago
c3f6267
Implement MediaProviderWrapper and redaction in fuse reads
by shafik
· 5 years ago
7ea24f2
More progress towards building against APIs.
by Jeff Sharkey
· 5 years ago
f05c4e7
Move away from using framework internals.
by Jeff Sharkey
· 5 years ago
667618e
Use direct Context instead of AppGlobals.
by Jeff Sharkey
· 5 years ago
c579312
Stop using SQLiteDatabase.CustomFunction.
by Jeff Sharkey
· 5 years ago
1afe355
Fix broken tests.
by Jeff Sharkey
· 5 years ago
7efb82f
Selectively redact XMP data
by Anton Hansson
· 6 years ago
ceeafbc
Merge "Add trailing '/' to MediaColumns.RELATIVE_PATH" into qt-dev
by Shafik Nassar
· 6 years ago
ef01db1
Add trailing '/' to MediaColumns.RELATIVE_PATH
by shafik
· 6 years ago
48c3949
Sanitize display names to generate file names
by Ryan Mitchell
· 6 years ago
2dc0447
Parse (or guess) timezone offsets.
by Jeff Sharkey
· 6 years ago
00c4fca
Start parsing XMP metadata from ISO files.
by Jeff Sharkey
· 6 years ago
81094a7
Parser for MPEG-4 metadata.
by Jeff Sharkey
· 6 years ago
2b79a5c
Update mimeTypes of directories to be null.
by Sudheer Shanka
· 6 years ago
a0c3c3b
Scan everything during idle maintenance.
by Jeff Sharkey
· 6 years ago
7143730
Split VOLUME_EXTERNAL and VOLUME_PRIMARY.
by Jeff Sharkey
· 6 years ago
00036fc
Add a greylist entry for audio._id column
by Anton Hansson
· 6 years ago
14b2887
Another column for the greylist.
by Jeff Sharkey
· 6 years ago
459d3c7
Allow spaces to surround greylisted projections
by Anton Hansson
· 6 years ago
4c0810e
Handle visible/invisible paths inside sandboxes.
by Jeff Sharkey
· 6 years ago
ba7c69c
Support optional use of aggregation functions.
by Jeff Sharkey
· 6 years ago
95d29ee
Sprinkle in some TEST_MAPPING.
by Jeff Sharkey
· 6 years ago
92b2fdf
Merge "Unified content notifications."
by Jeff Sharkey
· 6 years ago
199f8c8
Unified content notifications.
by Jeff Sharkey
· 6 years ago
801dddc
Merge "Add '*' to abusive column greylist."
by Varun Shah
· 6 years ago
efd9f98
Add '*' to abusive column greylist.
by Varun Shah
· 6 years ago
68b2f06
Cancel any in-progress scans when media ejected.
by Jeff Sharkey
· 6 years ago
99a4828
Prune thumbnails during idle maintenance.
by Jeff Sharkey
· 6 years ago
9b7078d
Verify public schema is supported.
by Jeff Sharkey
· 6 years ago
2b13ebe
Respond to API feedback on DIRECTORY columns.
by Jeff Sharkey
· 6 years ago
7181582
Merge changes from topic "mmsz"
by Jeff Sharkey
· 6 years ago
aceb5e6
Even more iteration towards ModernMediaScanner.
by Jeff Sharkey
· 6 years ago
2149dd8
Merge "Continued iteration towards ModernMediaScanner."
by Jeff Sharkey
· 6 years ago
a99ce78
Continued iteration towards ModernMediaScanner.
by Jeff Sharkey
· 6 years ago
4fc388d
Gracefully handle apps passing in invalid paths.
by Jeff Sharkey
· 6 years ago
3242ea8
Yet another abusive column.
by Jeff Sharkey
· 6 years ago
b18ea7f
Fix inconsistent values of is_download and _display_name for dirs.
by Sudheer Shanka
· 6 years ago
1991e31
Better validation of external parameters.
by Jeff Sharkey
· 6 years ago
052bb1c
Include '/' when testing MIME types.
by Jeff Sharkey
· 6 years ago
8f62141
Use newly defined columns for directory names.
by Jeff Sharkey
· 6 years ago
c61e106
Extract common XMP metadata when scanning images.
by Jeff Sharkey
· 6 years ago
e288d40
Start paving the way for XMP metadata.
by Jeff Sharkey
· 6 years ago
10b4d8d
Reimplement media scanner in managed code.
by Jeff Sharkey
· 6 years ago
a52f780
Respond to API feedback for directory names.
by Jeff Sharkey
· 6 years ago
3f7a569
Define secondary media item bucketing.
by Jeff Sharkey
· 6 years ago
c8649ee
More robust database upgrade logic.
by Jeff Sharkey
· 6 years ago
c3a0f78
Migrate packages/providers/MediaProvider to androidx.test
by Brett Chabot
· 6 years ago
56cba32
Mark media in known download dirs as download files.
by Sudheer Shanka
· 6 years ago
8cfbb23
More MediaStore column greylisting.
by Jeff Sharkey
· 6 years ago
775842b
convert Android.mk to Android.bp
by felkachang
· 6 years ago
2fd9da7
First pass at APIs for contributing new media.
by Jeff Sharkey
· 6 years ago
d51ae91
Handle lower-case "GROUP BY" clauses.
by Jeff Sharkey
· 6 years ago
c350f60
Merge "Another attempt at unbalanced abusive SQL."
by TreeHugger Robot
· 6 years ago
9e1e312
Another attempt at unbalanced abusive SQL.
by Jeff Sharkey
· 6 years ago
7e18f50
More greylisted MediaStore columns.
by Jeff Sharkey
· 6 years ago
d5607f2
Add another custom column to greylist.
by Jeff Sharkey
· 6 years ago
030166b
More robust abusive GROUP BY recovery logic.
by Jeff Sharkey
· 6 years ago
d370fd9
RingtoneManager shouldn't be using custom columns.
by Jeff Sharkey
· 6 years ago
4230e19
More enforcement of MediaStore public API surface.
by Jeff Sharkey
· 6 years ago
c776cf9
Add atest trigger to MediaProvider
by felkachang
· 6 years ago
5a8bb56
Start defining strongly-typed storage permissions.
by Jeff Sharkey
· 6 years ago
Next »