OSDN Git Service

android-x86/packages-apps-Music.git
14 years agoWe're not displaying the album name anymore in the 'songs' list, so it's a little...
Marco Nelissen [Fri, 22 May 2009 19:01:25 +0000 (12:01 -0700)]
We're not displaying the album name anymore in the 'songs' list, so it's a little strange to filter on it.

15 years agoDecouple the service interface stub from the service, so that the
Marco Nelissen [Thu, 21 May 2009 23:26:47 +0000 (16:26 -0700)]
Decouple the service interface stub from the service, so that the
service can be GCd even if the system process still holds a reference
to the stub.

15 years agoFindbugs fixes. Mostly performance related (remove unnecessary code, make inner class...
Marco Nelissen [Thu, 14 May 2009 17:07:23 +0000 (10:07 -0700)]
Findbugs fixes. Mostly performance related (remove unnecessary code, make inner classes static)

15 years agoDon't show menu in oneshot mode, since it's not useful and may confuse other parts...
Marco Nelissen [Wed, 13 May 2009 22:31:23 +0000 (15:31 -0700)]
Don't show menu in oneshot mode, since it's not useful and may confuse other parts of the code.

15 years agoRemove unused code.
Marco Nelissen [Mon, 11 May 2009 19:43:13 +0000 (12:43 -0700)]
Remove unused code.

15 years agoFix comment.
Marco Nelissen [Mon, 11 May 2009 17:28:31 +0000 (10:28 -0700)]
Fix comment.

15 years agoLooks like something got lost during a previous commit, upload or submit.
Marco Nelissen [Mon, 11 May 2009 16:56:31 +0000 (09:56 -0700)]
Looks like something got lost during a previous commit, upload or submit.

15 years agoMerge change 1102 into donut
Android (Google) Code Review [Thu, 7 May 2009 22:00:45 +0000 (15:00 -0700)]
Merge change 1102 into donut

* changes:
  Make it so that isPlaying() returns whether the service is playing, even when its MediaPlayer currently isn't, like when it is transitioning between tracks.

15 years agoMake it so that isPlaying() returns whether the service is playing, even
Marco Nelissen [Wed, 6 May 2009 19:54:47 +0000 (12:54 -0700)]
Make it so that isPlaying() returns whether the service is playing, even
when its MediaPlayer currently isn't, like when it is transitioning
between tracks.

15 years agoWhen doing a youtube/amazon/browser search from the music app, make it a new task.
Marco Nelissen [Wed, 6 May 2009 21:57:37 +0000 (14:57 -0700)]
When doing a youtube/amazon/browser search from the music app, make it a new task.

15 years agoPostpone doing actual work in QueryBrowserActivity until it's bound to the playback...
Marco Nelissen [Tue, 5 May 2009 22:57:19 +0000 (15:57 -0700)]
Postpone doing actual work in QueryBrowserActivity until it's bound to the playback service.

15 years agoRename some methods to confirm to our naming standards.
Marco Nelissen [Tue, 5 May 2009 21:36:25 +0000 (14:36 -0700)]
Rename some methods to confirm to our naming standards.
Make it so that when a content-uri is passed in a VIEW intent, it doesn't play in one-shot mode,
but can play in the background as if it was started from the music app itself.

15 years agoMerge change 880 into donut
Android (Google) Code Review [Fri, 1 May 2009 16:41:56 +0000 (09:41 -0700)]
Merge change 880 into donut

* changes:
  Switch Music app to use the new 'fancy' search uri internally, and the 'basic' search uri for system search, instead of using the less efficient legacy uri for both.

15 years agoSwitch Music app to use the new 'fancy' search uri internally, and the 'basic' search uri
Marco Nelissen [Fri, 1 May 2009 16:06:07 +0000 (09:06 -0700)]
Switch Music app to use the new 'fancy' search uri internally, and the 'basic' search uri
for system search, instead of using the less efficient legacy uri for both.

15 years agoam 3134634: AI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:57:10 +0000 (17:57 -0700)]
am 3134634: AI 148147: Import lots of zh_TW translation changes.

Merge commit '31346348b8eea2e0bab6b7d17ff675a6ab02859f' into donut

* commit '31346348b8eea2e0bab6b7d17ff675a6ab02859f':
  AI 148147: Import lots of zh_TW translation changes.

15 years agoAI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:32:16 +0000 (17:32 -0700)]
AI 148147: Import lots of zh_TW translation changes.

Automated import of CL 148147

15 years agoam bd510b5: AI 147962: Import updated zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 04:57:30 +0000 (21:57 -0700)]
am bd510b5: AI 147962: Import updated zh_TW translations.

Merge commit 'bd510b5e4bc22852ca367804d6825c8815aeded8' into donut

* commit 'bd510b5e4bc22852ca367804d6825c8815aeded8':
  AI 147962: Import updated zh_TW translations.

15 years agoAI 147962: Import updated zh_TW translations.
Eric Fischer [Tue, 28 Apr 2009 22:48:40 +0000 (15:48 -0700)]
AI 147962: Import updated zh_TW translations.

Automated import of CL 147962

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:59 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoAI 147406: Import revised translations.
Eric Fischer [Wed, 22 Apr 2009 19:33:56 +0000 (12:33 -0700)]
AI 147406: Import revised translations.

Automated import of CL 147406

15 years agoAI 146175: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 19:10:43 +0000 (12:10 -0700)]
AI 146175: Import updated translations.

Automated import of CL 146175

15 years agoAI 146037: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 00:16:19 +0000 (17:16 -0700)]
AI 146037: Import updated translations.

Automated import of CL 146037

15 years agoFix null pointer exception if song has neither artist nor album information.
Andreas Huber [Mon, 13 Apr 2009 23:15:57 +0000 (16:15 -0700)]
Fix null pointer exception if song has neither artist nor album information.

For songs that we couldn't determine any information on artist and album for we used
to crash with a null pointer exception, since in this particular case (audio file
attachment received via email and opened using music app, not even song title
information was available we would have ended up showing a popup
"Search for null/'' using ..." which I consider unhelpful and futile enough
to just disable this case altogether.

(bug 1785479)

15 years agoAI 145778: Manual merge changes 145382-145384 from cupcake.
Andy Stadler [Fri, 10 Apr 2009 23:24:49 +0000 (16:24 -0700)]
AI 145778: Manual merge changes 145382-145384 from cupcake.

Automated import of CL 145778

15 years agoAI 145382: API review: change new media keycode names to avoid ambiguity.
Dianne Hackborn [Thu, 9 Apr 2009 19:31:17 +0000 (12:31 -0700)]
AI 145382: API review: change new media keycode names to avoid ambiguity.
  Updates the key maps.  During this I noticed that the dream keymap didn't have all of the media buttons like the sapphire key map...!  So this is now changed to match.
  BUG=1779435

Automated import of CL 145382

15 years agoAI 145225: Import more revised translations into cupcake.
Eric Fischer [Thu, 9 Apr 2009 01:43:30 +0000 (18:43 -0700)]
AI 145225: Import more revised translations into cupcake.

Automated import of CL 145225

15 years agoAI 144977: Import revised translations.
Eric Fischer [Wed, 8 Apr 2009 01:15:15 +0000 (18:15 -0700)]
AI 144977: Import revised translations.
  DO NOT MERGE

Automated import of CL 144977

15 years agoAI 144355: Automated g4 rollback of changelist 144335.
Eric Fischer [Fri, 3 Apr 2009 04:42:06 +0000 (21:42 -0700)]
AI 144355: Automated g4 rollback of changelist 144335.
  *** Reason for rollback ***
  Roll back US Spanish import because it made the build too big.
  *** Original change description ***
  Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144355

15 years agoAI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:42:16 +0000 (16:42 -0700)]
AI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 144336

15 years agoAI 144335: Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:39:23 +0000 (16:39 -0700)]
AI 144335: Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144335

15 years agoAI 143777: am: CL 143623 Show music widget error text in smaller artist font.
Jeffrey Sharkey [Tue, 31 Mar 2009 21:41:09 +0000 (14:41 -0700)]
AI 143777: am: CL 143623 Show music widget error text in smaller artist font.
  This fixes bug where "Selected playlist is..." text was unhelpful to users.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143777

15 years agoAI 143623: Show music widget error text in smaller artist font.
Jeffrey Sharkey [Tue, 31 Mar 2009 17:13:15 +0000 (10:13 -0700)]
AI 143623: Show music widget error text in smaller artist font.
  This fixes bug where "Selected playlist is..." text was unhelpful to users.
  BUG=1747567

Automated import of CL 143623

15 years agoAI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big...
Dianne Hackborn [Sat, 28 Mar 2009 01:26:13 +0000 (18:26 -0700)]
AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143214

15 years agoAutomated import from //branches/cupcake/...@143009,143009
Dianne Hackborn [Thu, 26 Mar 2009 23:28:26 +0000 (16:28 -0700)]
Automated import from //branches/cupcake/...@143009,143009

15 years agoAutomated import from //branches/donutburger/...@142797,142797
Jack Palevich [Thu, 26 Mar 2009 00:51:16 +0000 (17:51 -0700)]
Automated import from //branches/donutburger/...@142797,142797

15 years agoAutomated import from //branches/donutburger/...@142721,142721
Jeffrey Sharkey [Thu, 26 Mar 2009 00:07:33 +0000 (17:07 -0700)]
Automated import from //branches/donutburger/...@142721,142721

15 years agoAutomated import from //branches/donutburger/...@142720,142720
Eric Fischer [Thu, 26 Mar 2009 00:04:29 +0000 (17:04 -0700)]
Automated import from //branches/donutburger/...@142720,142720

15 years agoAutomated import from //branches/cupcake/...@142796,142796
Jack Palevich [Wed, 25 Mar 2009 23:39:34 +0000 (16:39 -0700)]
Automated import from //branches/cupcake/...@142796,142796

15 years agoAutomated import from //branches/cupcake/...@142649,142649
Jeffrey Sharkey [Wed, 25 Mar 2009 22:23:55 +0000 (15:23 -0700)]
Automated import from //branches/cupcake/...@142649,142649

15 years agoAutomated import from //branches/cupcake/...@142643,142643
Eric Fischer [Wed, 25 Mar 2009 22:22:44 +0000 (15:22 -0700)]
Automated import from //branches/cupcake/...@142643,142643

15 years agoAutomated import from //branches/donutburger/...@142100,142100
Jeffrey Sharkey [Wed, 25 Mar 2009 04:27:02 +0000 (21:27 -0700)]
Automated import from //branches/donutburger/...@142100,142100

15 years agoAutomated import from //branches/donutburger/...@142023,142023
Dave Sparks [Wed, 25 Mar 2009 04:19:05 +0000 (21:19 -0700)]
Automated import from //branches/donutburger/...@142023,142023

15 years agoAutomated import from //branches/donutburger/...@141868,141868
Eric Fischer [Wed, 25 Mar 2009 04:02:50 +0000 (21:02 -0700)]
Automated import from //branches/donutburger/...@141868,141868

15 years agoAutomated import from //branches/donutburger/...@141032,141032
Jeffrey Sharkey [Wed, 25 Mar 2009 02:18:31 +0000 (19:18 -0700)]
Automated import from //branches/donutburger/...@141032,141032

15 years agoAutomated import from //branches/cupcake/...@142098,142098
Jeffrey Sharkey [Wed, 25 Mar 2009 01:59:49 +0000 (18:59 -0700)]
Automated import from //branches/cupcake/...@142098,142098

15 years agoAutomated import from //branches/cupcake/...@142021,142021
Dave Sparks [Wed, 25 Mar 2009 01:50:00 +0000 (18:50 -0700)]
Automated import from //branches/cupcake/...@142021,142021

15 years agoAutomated import from //branches/donutburger/...@140873,140873
Eric Fischer [Wed, 25 Mar 2009 01:47:01 +0000 (18:47 -0700)]
Automated import from //branches/donutburger/...@140873,140873

15 years agoAutomated import from //branches/cupcake/...@141866,141866
Eric Fischer [Wed, 25 Mar 2009 01:33:42 +0000 (18:33 -0700)]
Automated import from //branches/cupcake/...@141866,141866

15 years agoAutomated import from //branches/donutburger/...@140648,140648
Romain Guy [Wed, 25 Mar 2009 01:08:41 +0000 (18:08 -0700)]
Automated import from //branches/donutburger/...@140648,140648

15 years agoAutomated import from //branches/donutburger/...@140588,140588
Jeffrey Sharkey [Wed, 25 Mar 2009 00:59:05 +0000 (17:59 -0700)]
Automated import from //branches/donutburger/...@140588,140588

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:56 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:48 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoauto import from //branches/cupcake/...@137873
The Android Open Source Project [Wed, 11 Mar 2009 19:11:59 +0000 (12:11 -0700)]
auto import from //branches/cupcake/...@137873

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:14 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:30 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:51 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:04:33 +0000 (14:04 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:42 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:33 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:36 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@131421
The Android Open Source Project [Fri, 13 Feb 2009 20:57:53 +0000 (12:57 -0800)]
auto import from //branches/cupcake/...@131421

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:05 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:44 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:04:00 +0000 (14:04 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:13 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:51:25 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:05:59 +0000 (18:05 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution