History log of /packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45a2e4b95dafe286ab0fac957d50431124c3427e 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
761d99173a2a9d4221845b58b0b7412740807972 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
7bcc2d8ce2951a8f5451e93a5192b7ae04564de0 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
0f6e3350fed144e3909ba4e45f3006f042c0187c 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
932e0129e244e2874dfa3c6be58b2fe9a20cc89d 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
014575aefd55845714d0a614213d432ee5d9474b 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
357497c341662c56945e22e458852f52a977efdf 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
386d8b05069c95899149c4b18542fc18c3761314 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
22ad7c9ea127b06ee0dc0cb809b59bab33afbf42 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
e40b31200dee36341e5697b2774799555ca79c9b 05-Oct-2012 Sara Ting <sarating@google.com> Make timer text into a virtual button that starts/stop timer.

Bug: 7238147
Change-Id: I2d68975c6e1d5001b662897787856e241646f010
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
b9dfac14029100a36b9ed40d8c4e69ee7b56ce52 05-Oct-2012 Isaac Katzenelson <isaack@android.com> Fix merge bug that caused the 1.60 minutes to come back.

Change-Id: I74f2c84660e8b945a6ac22e47149e6da4e11b9a5
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
c78b68bfacfb9542e80ae2d37ed66ff27917578f 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
644a5d887d7033e669ac362a8ed6e79197d13c72 02-Oct-2012 Itzhak Katzenelson <isaack@android.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
20ea36e23e699484aefc8706d4357266ec136da8 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
113e1daddd8cb0e890084aa4b6ea3194d8ad4826 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
31943258b338ee3a36d07ff57a6fb0f94bb3650f 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
4243fb005ecf4810eb2a1adc28df73abf431f178 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