History log of /packages/apps/DeskClock/src/com/android/deskclock/ringtone/RingtoneLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
95eed3212011413e1cb717c281e2157859a5adf4 07-Jan-2017 Sean Stout <sstout@google.com> User is now informed when a custom ringtone in unplayable.

Bug: 34132184

When a user moves, renames, or deletes a file which was previously
selected as a custom ringtone, the clock is unable to play it back.
This is now conveyed to the user as a warning badge on the ringtone
selection screen. The user will now be prompted to remove the
ringtone if they tap on the badged ringtone.

Change-Id: I913b0c194dc463ff51b59b7c8e600ab18507b82d
(cherry picked from commit 84994eb7985da1cdfa379b73bdee31ab548c102d)
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/RingtoneLoader.java
2f03dfbbb41a66aefd38d0fbe80cb42afad1f748 10-Jan-2017 Sean Stout <sstout@google.com> Replaced "Music" and "Ringtones" strings

Bug: 33790924
Test: manual - check ringtone picker screen

"Music" is now "Your sounds".
"Ringtones" is now "Device sounds".

Change-Id: I26c93d6c3c199c1b23243034e5b84b2cbb4daf36
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/RingtoneLoader.java
c9446b52d9391e859e65d11e5342d84cfe3e781c 05-Nov-2016 James Lemieux <jplemieux@google.com> Avoid fetching ringtone titles on the main thread

Bug: 32645208
Bug: 32203879

The ringtone title cache is now primed when loading alarms and
when loading ringtones for the picker. If the cache is already
primed, no work is done. This will handle all cases except when
alarms are created with custom ringtone uri, which is a very rare
occurrence.

Change-Id: Ib97c77e688f8055642af2c079f41a49e93a13a20
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/RingtoneLoader.java
33781c882e4229f4ec1a8fafbabb9d4b8b8e2932 14-Oct-2016 James Lemieux <jplemieux@google.com> Implementing fullscreen ringtone picker

Bug: 27856432

Ringtone picker now looks more like the rest of the app. Also allows
the user to pick a file chosen from their file system using the built-in
file browser.

Change-Id: I8ce9dbc28e414d188f52b3885960a475a16061d8
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/RingtoneLoader.java