144d2a0809347eb9a7f8c6e5ac5b7b72114ada32 |
|
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 (cherry picked from commit b9accf1c0da8bfb4b7daffb237c581f27f7a0823)
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
|
de58829c88927b4eb9c7b483da7f0394c538a071 |
|
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 (cherry picked from commit c9524f8b8216c7854de4c69c44c9bb63e4097a18)
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
|
63421edeba18751e88532c2891f3a8e51a471496 |
|
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 (cherry picked from commit efc4ad3bce5f68e6a64c4aeac4f2359ab9bae5a8)
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
|
e43161db8942cab73adb74d66a07bedd1fafa433 |
|
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 (cherry picked from commit d27c983901df08a8ef3b839fe6d262073e50fc32)
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
|
bad6946a9d5b6474fda3d659f460d87e5c7439ba |
|
16-Aug-2013 |
Robyn Coultas <coultasr@android.com> |
Change Counting Digits to Thin Font Change-Id: I0dfea1e81c8810115212f599426e3141095c7b87 (cherry picked from commit 6a2ab617a8815be26c7af9ec6bcb9fadb17d5f7b)
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
|
ae0cdcb45f8bb679c5c7a9a832f40d3eaa8f07e1 |
|
12-Dec-2012 |
Isaac Katzenelson <isaack@android.com> |
Start blinking 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
|
69ba4ed9235ad2a77177629bac241ab0e6915087 |
|
13-Dec-2012 |
Isaac Katzenelson <isaack@android.com> |
Do not launch clock when touching the clock on the lockscreen Bug: 7640566 On the lock screen: Do not launch clock at all, launch CitiesActivity when clicking on the world clock. On the home screen: Launch the clock app when touching the clock, launch CitiesActivity when clicking on the world clock. Change-Id: I09302f35c7c585bfd1db010eb3f14feea84e34af
/packages/apps/DeskClock/src/com/android/deskclock/timer/CountingTimerView.java
|
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
|