Marco Nelissen
1851db6804
Always consider m4a files as audio, even when they contain a video track.
2009-09-28 09:03:33 -07:00
Marco Nelissen
d4f3586c93
Check that playlist entries refer to a row in the audio table.
2009-09-27 15:06:03 -07:00
Ray Chen
00c575a3fc
Add new thumbnail API.
2009-09-23 11:23:45 -07:00
Chih-Chung Chang
b8f4725d1b
Make media scanner read the jpeg orientation tag.
2009-09-22 04:42:02 +08:00
Chih-Chung Chang
872a30ec72
Improve ExifInterface API.
...
Change-Id: Ic6c4df8244b51b9a0d1c73c3797847220d86604d
2009-09-18 11:30:47 -07:00
Chih-Chung Chang
700beb4846
Clean ExifInterface. Prepare to make it public.
...
Change-Id: Ibff719d02f525c1e8583d1892737224a0cc42c37
2009-09-16 20:03:48 +08:00
James Stokebrand
a79da2e9b4
RIO-7461: Update media scanner to scan AAC files.
...
(Change in frameworks/base git)
2009-09-09 11:22:21 -07:00
Marco Nelissen
8b04661700
When encountering a .nomedia file, notify the MediaScannerClient,
...
so that it can erase the data column for entries that are in the
folder containing the .nomedia file. This prevents us from
deleting (via a delete trigger) files when somebody adds a
.nomedia file after the fact.
2009-09-03 11:22:28 -07:00
Chih-Chung Chang
099397cbd0
Fix 1860351: Put datetime in jpeg exif to datetaken field.
2009-08-17 19:43:24 +08:00
Sahil Sachdeva
c9706f0262
DO NOT MERGE, ALready merged to master.
...
1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side.
2009-08-14 14:52:23 -07:00
Android (Google) Code Review
20b153bffc
am 5fd26775: Merge change 9390 into donut
...
Merge commit '5fd26775bdd14b15058521c82e34b562e0c1e327'
* commit '5fd26775bdd14b15058521c82e34b562e0c1e327':
Name unknown albums after the folder they're in, similar to how songs
2009-08-03 11:54:18 -07:00
Marco Nelissen
4935d05eaa
Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNI
...
code, so that creating one of those doesn't initialize all the others. Shaves
a hundred milliseconds or so off music app startup time.
2009-08-03 11:32:30 -07:00
Marco Nelissen
c3c08ba5d6
Name unknown albums after the folder they're in, similar to how songs
...
with no title metadata are named after the file. Only files that are
in the root of the card will still belong to the "Unknown Album"
2009-07-31 15:02:25 -07:00
Android (Google) Code Review
ab6ee15f8c
am 474b0f29: Merge change 7686 into donut
...
Merge commit '474b0f2941430b97b4f24f16f7173e5249ccc8f2'
* commit '474b0f2941430b97b4f24f16f7173e5249ccc8f2':
MediaScanner: Add check for null object in empty title handling code.
2009-07-17 15:42:59 -07:00
Mike Lockwood
bdc0e82f9c
MediaScanner: Add check for null object in empty title handling code.
...
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-07-17 08:17:45 -04:00
Android (Google) Code Review
5b3f457845
am 58d19d1f: Merge change 7581 into donut
...
Merge commit '58d19d1f6321161fdcd10140fe7b9d9053f80bd2'
* commit '58d19d1f6321161fdcd10140fe7b9d9053f80bd2':
Fix bug that would cause files with blank title tags to not be shown in the music app.
2009-07-16 17:54:27 -07:00
Marco Nelissen
55973f1aad
Fix bug that would cause files with blank title tags to not be shown in the music app.
2009-07-16 14:12:11 -07:00
Android (Google) Code Review
5e7e8da04d
am b799616d: Merge change 6208 into donut
...
Merge commit 'b799616d8f0f94e866767fa730f56d82543fb49b'
* commit 'b799616d8f0f94e866767fa730f56d82543fb49b':
Move ExifInterface to android.media package so we can reference it from MediaScanner.
2009-07-09 12:49:18 -07:00
repo sync
20b03ea70b
Move ExifInterface to android.media package so we can reference it from MediaScanner.
...
Also hide public constructor and wrap common use cases as atomic operation to avoid
race condition in jhead native codes.
2009-07-08 17:59:47 +08:00
Android (Google) Code Review
6231e3a778
am ef1f21b3: Merge change 6231 into donut
...
Merge commit 'ef1f21b34f5624adb7436d3da927660ed16c97c7'
* commit 'ef1f21b34f5624adb7436d3da927660ed16c97c7':
Don't trim() in the mediascanner, as that would remove the special "sort first" character.
2009-07-06 12:00:12 -07:00
Marco Nelissen
73bb511ade
Don't trim() in the mediascanner, as that would remove the special "sort first" character.
2009-07-06 11:07:27 -07:00
Android (Google) Code Review
6f3cbac7eb
am 65ff54c4: Merge change 1967 into donut
...
Merge commit '65ff54c44bbd8c1dd6818d42b7c91c634c644aa9'
* commit '65ff54c44bbd8c1dd6818d42b7c91c634c644aa9':
Document the media scanner's flow through native and java code, since
2009-05-19 14:04:04 -07:00
Marco Nelissen
77f2c4c1f9
Document the media scanner's flow through native and java code, since
...
I always forget how it works after a while.
2009-05-19 10:00:33 -07:00
Jean-Baptiste Queru
74008f608a
Merge donut into master
2009-04-22 17:12:34 -07:00
Marco Nelissen
9f0b1a4850
Do case-insensitive matching when determining whether something is music, an alarm sound, notification sound, etc.
2009-04-22 10:34:12 -07:00
Patrick Scott
3156bb00dd
AI 145870: Add a build property for the default alarm alert. Update the various
...
framework classes to deal with the new property. Also update various
documentation that mentions the default ringtones.
Use the build property as the default alert when the user has not chosen
an alert for an alarm. This is also used if the alarm alert is null when
the alarm fires.
BUG=1723684
Automated import of CL 145870
2009-04-13 09:57:38 -07:00
The Android Open Source Project
9066cfe988
auto import from //depot/cupcake/@135843
2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce
auto import from //depot/cupcake/@135843
2009-03-03 18:28:45 -08:00
The Android Open Source Project
d24b8183b9
auto import from //branches/cupcake/...@130745
2009-02-10 15:44:00 -08:00
The Android Open Source Project
f013e1afd1
Code drop from //branches/cupcake/...@124589
2008-12-17 18:05:43 -08:00
The Android Open Source Project
54b6cfa9a9
Initial Contribution
2008-10-21 07:00:00 -07:00