History log of /packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
50f499e72a0915950d7114e198217c8900743efd 14-Dec-2016 James Lemieux <jplemieux@google.com> Refactor to improve testability

Bug: 29538369
Test: manual testing via command-line intents
Change-Id: I3bae5cec89882840f8e678af6eff2b6b28f8532b
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
bd250dfa5bdcd618c5dfd7f48b662cf4b51c31a2 02-Aug-2016 James Lemieux <jplemieux@google.com> Replace Voice class with VoiceController

Bug: 29538369

The static Voice class is now implemented as a delegate controller behind
the Controller singleton. This is a more natural location for the code and
prepares the code base for alternate implementations of the VoiceController
interface for testing purposes.

Change-Id: I0c9b669e4f47da7fb30b4b55177c039a7e8970e4
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
dd3f9e7cab60aa26def027abd02053afdcc6c75a 18-Dec-2015 Justin Klaassen <justinklaassen@google.com> Match firing alarms for SEARCH_MODE == alarm.next

Bug: 25084547
Change-Id: I62df341b463d976264bf5fa84dbc5c22b6d1cd4c
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
1ffcbb8702c494ab8f77d7e95253f66fac4bcd6e 30-Jun-2015 Daria Evdokimova <dariaevdo@google.com> Adjust invalid time input for 24h format

Now for DISMISS if the time is invalid and pm/am isn't
passed in the voice interactor string prints "null". This
CL changes it so that an empty string is printed so that
it works better for 24h locales. e.g. if '23:67' is passed in
nothing is printed for pm/am.

b/22022605

Change-Id: Iedc5210dbd21ddf595b731d4d502d759fe841208
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
da784fb58e49e3f02d4ca6ef9246c87c85ce96c3 25-Jun-2015 Daria Evdokimova <dariaevdo@google.com> Implementing SEARCH_MODE_LABEL

Implementing SEARCH_MODE_LABEL for
DISMISS_ALARM. Alarms can be disambiguated by
their labels.

Change-Id: I9efe2850820c68ef91e534dd020993c29596589d
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
97149ea89a5c0e057f25b89b87eef6224b82a777 19-Jun-2015 Daria Evdokimova <dariaevdo@google.com> Enabling VoiceInteractor

Submitting request to Voice interactor for
every successful and failed attempt to launch
a voice action. A couple of changes to strings based
on recent changes to the code.

Change-Id: I2c7745685e87fb267e87b772b0bf29c946cc1bc0
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java
972fca903a5272631c2cfbe5f111adc8edeace51 12-Jun-2015 Daria Evdokimova <dariaevdo@google.com> Move DISMISS_ALARM & rename HandleVoiceApiCalls

Renamed HandleVoiceApiCalls to HandleDeskClockApiCalls.
Removed the VOICE_ prefix from all the intents in that class.
Moved DISMISS_ALARM to HandleApiCalls instead of
HandleDeskClockApiCalls.

Change-Id: I17a1271e68a4b275ba8f4d471a61a7b02e6ceac0
/packages/apps/DeskClock/src/com/android/deskclock/FetchMatchingAlarmsAction.java