History log of /packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
69ca5f1f1e76a2e6530a5ef6d410ab8048023867 24-Jun-2015 Justin Klaassen <justinklaassen@google.com> resolved conflicts for merge of 7b5c5b16 to ub-deskclock-business

Change-Id: If512dbcca09bce146510d8a8e79c73a7e90e9fbd
7b5c5b16646932fbe991c86ffd9404cdbdc0f84f 24-Jun-2015 Justin Klaassen <justinklaassen@google.com> Use R.attr.colorAccent instead of R.color.hot_pink

Bug: 21952435

- To support basic theming of the background and accent colors, refactor
our usage of the hot_pink color resource where possible to instead
resolve the colorAccent attribute against the current theme.
- Use BroadcastListener in BaseActivity to update the background color
whenever the system time / time-zone changes.

Change-Id: I9c736801eb8017cca305fd377628380fef40bfab
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
5f594531901d5f562c0c6a8e1d4ffd2e57709764 27-May-2015 Daria Evdokimova <dariaevdo@google.com> Added Voice Action Intents

Added Voice Action Intents for Alarms, Clocks, Timers, and Stopwatch.
Fixed bugs that prevented the UI from going idle when
a timer/stopwatch is running.
Added Tests for intents from HandleVoiceApiCalls.
Removed static imports in HandleApiCalls.
Fixed a bug that didn't cancel a pending intent for an alarm
after it was deleted.
Integrated Intent Actions based on updates to AlarmClock.java MNC.

Bug: 21337563
Bug: 21337557
Bug: 21336697

Change-Id: If82bfad6487989839defc81483dff603c53e7cb8
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
478b04fa5ebfa1eda1062afa38f057102f32f9af 06-Nov-2014 Budi Kusmiantoro <budi@google.com> Enable stopwatch circle as touch target to start/stop

Bug: 18254581
Change-Id: Ia27bda9a229fb45585df9f53729eb74708b35358
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
cdbb71b08c13c84af850f4036febc0b90dcfcc7d 12-Sep-2014 Justin Klaassen <justinklaassen@google.com> Improve AlarmActivity logging

Bug: 17481822

- In order to better debug alarm firing issues, improve the log utility to
log verbosely on engineering builds and to respect the current logging level.
- Add more verbose logs to AlarmActivity.

Change-Id: I8355a335c4ada84baa2e6aa6d368f3a69e7b4b98
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
69a4b4f2810100f19e997b4e539f1b0e56b0afb5 23-Aug-2014 rachelzhang <rachelzhang@google.com> Change clock color back to pink!

Bug: 17206015

Change-Id: Ib9835e0a42273d93b2d97850a9a7990fff3c3a81
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
80eafdf26fc496ffa112b9eb1b44d7b80333c80a 17-Aug-2014 rachelzhang <rachelzhang@google.com> Massive polish of clock UI

Bug: 15757778

* Change theme color from pink to green
* Change world clock single row layout
* Update to quantum assets / fonts
* Fix few bugs

Change-Id: I796decb8469b7d3c1e944f77c41b7c5af5d81a36
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
5520461495a8c4fb468aa94d7b18a3fc25d54739 05-Aug-2014 rachelzhang <rachelzhang@google.com> Fab for clock app

Bug:16824066

Change-Id: Ifa3d0af09a07ca85fdb3b77dc9a9a4da5173537d
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
b9accf1c0da8bfb4b7daffb237c581f27f7a0823 17-Sep-2013 Robyn Coultas <coultasr@android.com> Update text size whenever view's size changes

Bug: 10749553

Also removed unused code (missed this in 'Remove units in CountingTimerView')

Change-Id: I2bcd44912baa9b375c402d30ea500ebc15493818
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
c9524f8b8216c7854de4c69c44c9bb63e4097a18 23-Aug-2013 Robyn Coultas <coultasr@android.com> Preparation for animations if Timer and Stopwatch

Converted CircleButtonsLinearLayout to FrameLayout and renamed
CircleTimerView: always draw circle in view center
CountingTimerView: remeasure text size if view's size changed
StopwatchFragment: some lint cleanup
in the layouts:
remove unneeded layout id and attributes
remove unneeded layout layer in timer_list_item
remove unneeded landscape timer_list_item

Change-Id: Id67e1120c86679c03b55f5b6d714cac233d37842
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
efc4ad3bce5f68e6a64c4aeac4f2359ab9bae5a8 22-Aug-2013 Robyn Coultas <coultasr@android.com> Improve Timer and Stopwatch text size

Account for the text height when auto-sizing the timer and stopwatch text.
Tweaked intra-unit spacing.

Change-Id: I976385f236f98303a35ce4178c923401eaf6bdd3
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
d27c983901df08a8ef3b839fe6d262073e50fc32 20-Aug-2013 Robyn Coultas <coultasr@android.com> Remove units in CountingTimerView

Replaced the units strings with a scaled intra-segment spacing.

Change-Id: Idf1f95cb1aef1af0a0c76dcfaa2944f808d47fb2
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
6a2ab617a8815be26c7af9ec6bcb9fadb17d5f7b 16-Aug-2013 Robyn Coultas <coultasr@android.com> Change Counting Digits to Thin Font

Change-Id: I0dfea1e81c8810115212f599426e3141095c7b87
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
9cddb91746c17851627e874f5824b6f3cb1bfeff 12-Dec-2012 Isaac Katzenelson <isaack@android.com> Start blibking thread with post instead of postDelayed

Bug: 7275365

When pressing the stop button on the timer of stopwatch, start the blinking of the
time without a delay.

Change-Id: I2cbd6ebd65fc9dd6699fbc53c867627ca95dab01
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
2747b4dfe40d62895009e0e1a5f271cd8e160359 05-Dec-2012 Isaac Katzenelson <isaack@android.com> Merge "Fixed scaling on timer/stopwatch time" into ics-ub-clock-amazon
87bf27c22cf71bfb89e97eba92d4513148d3d8c8 13-Nov-2012 Robyn Coultas <coultasr@android.com> Aligning columns in stopwatch lap times

Bug: 7282042
Bug: 7539981

margin between total and lap times
string-array format for lap# and lap,total times
lap display centered in portrait
optimized landscape layout to give more room for list
using '#' instead of 'LAP'
removed unneeded margins on world clock; new dimen for timer margins
char limit on "Lap" and the hour, minute, second abbreviations
sw list handles times up to 1k hours
circle handles times up to 1k hours

Change-Id: If4e884ffd7b87986024c6d5a5990e529b1d6d736
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
93e1bb511545434e57d2c46e3191cd9f1b6d2a68 29-Oct-2012 Robyn Coultas <coultasr@android.com> Fixed scaling on timer/stopwatch time

Bug: 7377962
Bug: 7371551
Bug: 7427599

Fixes arabic problem
Cleanup - spelling and wide text

Change-Id: I470fa71b64b560c239b02f7e7d3d3a221fa5dd71
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
78b8e1513e24c58ffea6ee4edbebdce85c248f6f 18-Oct-2012 Sam Blitzstein <sblitz@google.com> Replace lights out mode with screensaver.

Removed the lights out code.
Added in explicit screensaver mode.
Also fixed bug related to timer labels on device rotation.

Bug: 7328141
Bug: 7339168
Change-Id: I7df3567888ee04ad9a335c34d51384bfaf24e6b3
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
72332c2290d17c344ece074726f72b35ea469f31 11-Oct-2012 Sam Blitzstein <sblitz@google.com> Adding ability to label timers.

Bug: 7203259
Bug: 7324818
Change-Id: I482f4500bfab29ec0ace9b661d72e79473c40f25
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
1c4ab87072b0fb21e05ed221acd28560d6110b12 10-Oct-2012 Sara Ting <sarating@google.com> Improve accessibility for visually impaired.

Bug:7303805
Change-Id: Ie215ace8c14c0399448bd297157c0a48ef24e0d5
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
ea6bd5a9a7445f8420b00e821bae67d691e90667 10-Oct-2012 Itzhak Katzenelson <isaack@android.com> Add new fonts to prevent "stuttering"

Bug: 7198855
Added fixed size font for digits in stopwatch and timer to prevent
the time from moving when the time change.

Change-Id: I8c5fa916c5c64c855f2806911ee8565c48ca6ede
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
832a20480e1e76d1df846ac20c0eb1fe702a41f8 09-Oct-2012 Sam Blitzstein <sblitz@google.com> Implemented lights out and dimming.

Bug: 7234512
Change-Id: I808d992bc58febc0d13d32e95531b6211d598792
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
00cb5981c984bc13aa2f6af510a9dd9a784f2af0 05-Oct-2012 Sam Blitzstein <sblitz@google.com> Moving buttons for timer and stopwatch to the circle.

Also:
Ifa31068794c1bd94dfe2cf0d9234a80082375617
Fixed merge and usability problem in red-line.

Bug: 7257616
Bug: 7238147
Bug: 7238185
Bug: 7271163
Change-Id: I0ec99a83ba5bdefbd175361829fd96e48c1d5a32
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
1a1b54d6fe0c9e4f478a9e96f3cb6b49f72720ed 04-Oct-2012 Robyn Coultas <coultasr@android.com> Visual distinction for the five timer states

Bug: 7271163
Change-Id: I2c878efec0cb550b9e1c15a7949ff0eae0de7802
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
4261870a93db4e92bf5c08a9a253c9c5ff80d41c 05-Oct-2012 Sara Ting <sarating@google.com> Make timer text into a virtual button that starts/stop timer.

Change-Id: I2d68975c6e1d5001b662897787856e241646f010
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
d049a230efed6c04cf7d2ab8cc176d9f4f56e51a 02-Oct-2012 Yorke Lee <yorkelee@google.com> Alignment and size fixes for CountingTimerView

-Vertically center text in the middle of the circle
-Do not resize H/M/S labels even when the rest of the text changes in size
-Fix text overlap with circle
-Vertically align H/M/S labels at the top of text

Bug: 7254767 UI: Text overlapping the timer circle when the countdown goes -ve
Change-Id: I453d50a00d2ac589c7f9568635c6e41aa6263e34
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
8daab6be9a079de0bf2c0f26601a753ca9a71617 01-Oct-2012 Sam Blitzstein <sblitz@google.com> Fixed bug where timer showed 60 in place of 0.

Bug: 7252517
Change-Id: Ia13277ad91d2fe9425747a7f0c4a262857a17604
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
26fd3d012330e5abf4f6452e811938374004d0d8 27-Sep-2012 Sam Blitzstein <sblitz@google.com> Fixed bugs to maintain timer state after quitting.

Bug: 7216816
Bug: 7233619
Change-Id: Ie2e4e06c60a8836e1a315f20c866595311b68a67
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
287f2d82aaf91d881f5de50a133d21684a8d4821 26-Sep-2012 Sam Blitzstein <sblitz@google.com> Add notification for timer.

Change-Id: I22bec04942ab46fd7d446c2aaf27d29b07052df3
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
0cb4a8571f6473c422cb69e469aa12f17458ff0d 25-Sep-2012 Isaac Katzenelson <isaack@android.com> Fix timer animation at zero time.

bug: 7216956
Change-Id: I44888a0aca03be54a587020b228d605500ddcb38
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
fd544b56e462c0e871441bcd48797e022f61d8ef 23-Sep-2012 Isaac Katzenelson <isaack@android.com> Timer/stopwatch text size

Change-Id: I9da81540c21e9fde18c2939b8936efee7c2c615b
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java