• Home
  • History
  • Annotate
  • only in /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
History log of /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d6d68b49aaf5b0fbcce89097ca4c02d73bcea4dd 02-Dec-2016 Justin Klaassen <justinklaassen@google.com> Refactor themes

- Created separate themes.xml file.
- Removed unnecessary styles and themes.
- Removed some colors that should be accessed via theme.

Bug: 25693255
Test: manually verified on N MR1 and KK devices.
Change-Id: Icd5ce5fcdf849a085823cc4293b07cae770049ff
itySelectionActivity.java
900ede28311ddf4502622009a3d5ab44a11b7264 10-Nov-2016 Christine Franks <christyfranks@google.com> Lint fixes

Bug: 32021228
Test: ran release linter, and builds properly

Change-Id: Ib8f6abf9c5c2fc88e0efdaec6d91d63e3941b8e9
itySelectionActivity.java
021521a1df5840a8d0a787b4df3e42e4bd0c171e 08-Jun-2016 Sean Stout <sstout@google.com> World clock search now shows hint text versus hint icon.

Bug: 29074575

When searching for world clocks, the hint will now be "Search.."
versus the magnifying glass icon.

Change-Id: I6bf8c6026ede51698a3841094a1fa22f6dbd37df
itySelectionActivity.java
711a2f98554adbb1c9715328231725727d16a54f 10-May-2016 James Lemieux <jplemieux@google.com> resolve merge conflicts of 432b07c to ub-deskclock-fantasy

Change-Id: Ib0082731d6f2d90c538cd9fbd2f5e8242362fda6
432b07cdbafb9733fea76e9511b6b5f6c15aa8c8 09-May-2016 James Lemieux <jplemieux@google.com> Remove world city widget

Change-Id: I2c2b1a54077a76c7ae0fae04e00a35aa20742266
idgetCitySelectionActivity.java
26ae9917b72ea3e96e202ecd3ca6dc3efceb6e21 07-Apr-2016 Doris Ling <dling@google.com> Fixing the build

Change-Id: Ibdd00fdffc960399244c88e55c471baef786cb22
idgetCitySelectionActivity.java
7c68bc559173d1dc42ac5f0cf127a8db307bd3c0 06-Apr-2016 James Lemieux <jplemieux@google.com> Introduce world city widget
am: 592c66b

* commit '592c66b3eb497d24d1528fb2597059c6e4ec6620':
Introduce world city widget

Change-Id: I4f80b0a6c604ded64615338df2fbf3967d554086
592c66b3eb497d24d1528fb2597059c6e4ec6620 06-Apr-2016 James Lemieux <jplemieux@google.com> Introduce world city widget

Bug: 27282291
Bug: 27693716
Bug: 24126517

This CL includes:
- full implementation of city widget
- event logging for creation/deletion of widgets
- tapping all widgets now opens the app in the prior state
(not the clock tab)

Change-Id: Ia43ec0ebf2f02aba6b7e277e5feca3e8afa91e64
itySelectionActivity.java
idgetCitySelectionActivity.java
59a110ba7df2699b50328520a2b400bc74965915 22-Mar-2016 Justin Klaassen <justinklaassen@google.com> Refactor MenuItemControllers

Bug: 27484313

Resolves an issue where lazy initialization of the menu would sometimes
result in incorrectly inferred text alignment.

Change-Id: I3f9d7395175544d7301a225272ba31f3d94cacdb
itySelectionActivity.java
4e7ee09e878178873241846757b178535da3dd76 02-Feb-2016 James Lemieux <jplemieux@google.com> Add drop shadows beneath the app bars

Bug: 26014484

Activities that gained drop shadows:
- DeskClock
- SettingsActivity
- CitySelectionActivity

Note: the drop shadows are drawn manually rather than using
elevation in order to be backward compatible to KK.

Change-Id: I0b1b95b594f80a60dd6696f149451611c34af354
itySelectionActivity.java
305765726f11d55c5b1db846f0c7c6db7c60663a 31-Dec-2015 James Lemieux <jplemieux@google.com> Remove special characters from comparison when searching cities

Bug: 26346964

All of ' ', '-', '.' and ''' are now removed to make prefix matching more
liberal and the job of locating the correct city easier. For example,
"St. Lucia" is now matched by any of these search terms:

- StLucia
- St Lucia
- St.Lucia
- St. Lucia

I experimented with contains() logic, but it doesn't feel right and breaks
user expectation in many ways, so startsWith() was left in place.

Change-Id: I0b92bbdef677c7309cc551eefbcee8c5e7376263
itySelectionActivity.java
8737d037a77f0ae1ffc144e5289904efda14c9f2 21-Dec-2015 Justin Klaassen <justinklaassen@google.com> Remove unused 'Help' menu item

Bug: 26291852
Change-Id: I2bb1641d6df698d87d85046dad20ce0f9906a3f8
itySelectionActivity.java
1daf1d26e883c225b26ceed5ff50a6a856b97cce 08-Dec-2015 Dylan Phan <lerp@google.com> Make volume rocker change ringer volume instead of alarm

Bug: 23727258
Change-Id: I744ce0aed5c0d63563860d61c9fb8a29ec3d98ad
itySelectionActivity.java
3b5159734db4aa5a526128e12ae1f2127bba2a66 17-Oct-2015 Annie Chin <afchin@google.com> Add talkback announcement for city check/uncheck.

Bug: 25000174
Change-Id: I4a0425b81cc3f9cfa03dbc92700ceef8a2214a6f
itySelectionActivity.java
589f85aaea7519376a6d188515c432c0d5db1d24 30-Sep-2015 James Lemieux <jplemieux@google.com> Merge "Refactor Stopwatch to use new unified DataModel" into ub-deskclock-dazzle
24a54fc16fdf95ee3f76ab99978c3401473dc516 19-Sep-2015 James Lemieux <jplemieux@google.com> Refactor Stopwatch to use new unified DataModel

This refactoring introduces Stopwatch and Lap domain objects.
Instances of these domain objects are fetched via a DataModel
class that is the single point of reference for all stopwatch data.
This allows the data to be shared across the entire application.
In particular, the stopwatch notification and StopwatchFragment
all draw upon the same model to determine what the state of the
stopwatch is and what laps have been recorded.

Change-Id: I6bda1fda73568cb312b167f1f6b10bd1abc99d62
itySelectionActivity.java
0d7fb46636ef70b9c107587c8e8e3b701f721461 29-Sep-2015 Annie Chin <afchin@google.com> Add content description to city checkbox.

Bug: 24066858
Change-Id: Id1f2141d2358b1fc8ede74c469fef202411ef1c2
itySelectionActivity.java
478e310d02fcba4008c82f4c43fa662b713d756b 22-Aug-2015 Fan Zhang <zhfan@google.com> Let MenuItem factory create multiple controllers at once.

Bug: 21032049
Change-Id: If5bf78f19e95aaa30926a08b6299187ee721dea3
itySelectionActivity.java
2ddf7a583828ecb3534e8fcac7392e6e2c7cf5b4 22-Aug-2015 Fan Zhang <zhfan@google.com> Revamp help menuitem.

Bug: 21032049
Change-Id: I8b43b801ad4128f3ef49a45f7577b3d91fbe56c4
itySelectionActivity.java
30ff82649cd5158dea294dddb218dab0931ff266 22-Aug-2015 Fan Zhang <zhfan@google.com> Fix dazzle build.

Change-Id: I88639a83839338e79f1916de3ef6fb47e7f2ab4c
89b52a96f4aef42bf423a7f18b0c124945ec0ec3 21-Aug-2015 Fan Zhang <zhfan@google.com> Use actionbar menu component in CitySelection activity.

Bug: 23351503
Change-Id: Ifac7ef64d7bcff4834276f59805e86091944183b
itySelectionActivity.java
bd9eae10b13e015d1997d06f13e9abe06a7f306b 21-Aug-2015 James Lemieux <jplemieux@google.com> Present Clock's timer beep as the default ringtone

A "settings" package was introduced as a byproduct of this CL.

When choosing the preferred ringtone for timers, the default
selection should play timer_expired.ogg which ships with the
application. This is the only sound played on all prior version of
the application.

Known Issue: the dialog will label the default as
"Default alarm sound". This will be fixed in a later CL.

Change-Id: I4e9c6663c597038ec273b699cdda3a036b376350
itySelectionActivity.java
34142b1d0f2445bbd606bb490dfef6c078c630ea 14-Aug-2015 James Lemieux <jplemieux@google.com> Refactor Cities (World Clocks) to use new unified DataModel

This refactoring replaces CityObj with City, an immutable description
of a city and its associated clock information. City objects are fetched
via a DataModel class that is the single point of reference for all City
data. This allows the data to be shared across the entire application.
In particular, DigitalWidgetViewsFactory, ClockFragment and
CitySelectionActivity all draw upon the same model to determine what
cities exist, which ones are selected, and what the preferred display
order shall be.

Change-Id: I7c2eaa31b596b5333213415af58a7bb46ebb370e
ities.java
itiesActivity.java
ityGmtOffsetComparator.java
ityNameComparator.java
ityObj.java
itySelectionActivity.java
orldClockAdapter.java
366be58396badc2de99c6f48e13cffbad14d32be 03-Aug-2015 Fan Zhang <zhfan@google.com> Merge "Keep world clock cities sorted by index and phonetically." into ub-deskclock-charm
c5f5bbc43ad590e844dbcf5f46dd0fd596f2789d 31-Jul-2015 Fan Zhang <zhfan@google.com> Keep world clock cities sorted by index and phonetically.

Bug: 22727472
Change-Id: I85e1888ed1430c1b987fcb0a1e92c4465cc57ec0
itiesActivity.java
ityNameComparator.java
ityObj.java
orldClockAdapter.java
da6c5b10503f31b0e8d12bf7200278151ec4561f 01-Aug-2015 James Lemieux <jplemieux@google.com> Give up the dream of supporting pre-Kitkat

All SDK version checks are now routed through readable
cover methods on Utils. All code paths handling SDK
versions that predate Kitkat have been removed.

Change-Id: I876620ad34ab3d701789cb35904ccfe03c2d1e45
itiesActivity.java
454a73df9a0ca65e50fee7ded80abda0de8a386b 30-Jun-2015 Annie Chin <afchin@google.com> Add provisions for translators to manually specify city name indeces.

Bug: 21790880

Allow translation the option to provide the index that a city should be
sorted under. This is to circumvent the indexing problems on platforms
that used ICUv53 (L+).

By default, continue using the first letter of the city name as the
index. Translation may specify a different index by modifying the
[index] value in the following string:
<item>[index]<xliff:g id="separator">=</xliff:g>[city name]</item>

This means that indeces can now consist of multiple characters, where
before they were defaulted to a single character.

Change-Id: I0a437bdf941140be1c4052d212ccdd2195a3daec
itiesActivity.java
ityObj.java
orldClockAdapter.java
1799dca790bfb9995f779da181c84cac47ee1468 03-Apr-2015 Justin Klaassen <justinklaassen@google.com> Refactor dynamic background color to BaseActivity

Bug: 17426658
Change-Id: I0d1a847e5154bbf21489bfcd3d8cbdf3f7875a9b
itiesActivity.java
b61894e8535c1a2d9ce3819ddab93675ea62c286 19-Mar-2015 Annie Chin <afchin@google.com> Update fastscroll on pre-L to use pink/white color scheme.

Change fastscroll headers in JB and KK to accommodate smaller preview
(Ex. "+3" instead of "GMT +3:30"

Bug: 19504103
Change-Id: Icc45992a4efa54e41c43bd16bca9f4449a835dc3
7eddc8e6dec60494c00702ea1403682a9c662a45 05-Mar-2015 Annie Chin <afchin@google.com> DateFormat: Do not use .getBestDateTimePattern() for pre-18

Instead, add new format strings for 12 and 24 hour times, with and
without weekdays.

Change-Id: I282b2d6d2e3ac2fbff94986217292f90ccbc2fb3
Bugs: 19621195
itiesActivity.java
orldClockAdapter.java
001836ba6f2517be2c755f7182e0a97ec6b7723e 20-Feb-2015 Annie Chin <afchin@google.com> Ellipsize city names in world times tab when necessary.

Bug: 19202948

Change-Id: I08b3ebb46c7c2159d91f65bcb153ca859486169c
orldClockAdapter.java
7922ca90b820c4e4533f6ee696b0ab207cf7e07f 13-Feb-2015 Budi Kusmiantoro <budi@google.com> Use AppCompatActivity with PreferenceFragment

Change-Id: Ie90ec5a97b54469ab03d392b5b083999f548e7fa
itiesActivity.java
6c6337ce2b39ffa1395e8039bd739893b41a1b3a 12-Feb-2015 Budi Kusmiantoro <budi@google.com> Initial change to use AppCompat

Change-Id: I11028b58fa5c9a38a576d8818c2a67bb95d6e085
itiesActivity.java
049ea81888a1305b7b1122a0076e1621581f13de 03-Oct-2014 Budi Kusmiantoro <budi@google.com> Clock should control the Alarm volume

Bug: 15446767

Alarm volume is used by both Alarm and Timer so it's best to enable
the Alarm volume control in the entire app, including the Settings
and Cities pages.

Change-Id: Ida880221034ff39b35de8aa6a82337eda505d943
itiesActivity.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
itiesActivity.java
19c9c36a24b1ea1f7e790e597a1c0a05aec67fe2 08-Sep-2014 Budi Kusmiantoro <budi@google.com> Fix bug where "Loading..." is shown on digital appwidget

Bug: 17415325

Also includes:
- Remove android:weigthSum from layout file
- Clean up unneeded config overrides

Change-Id: Ie6c0cf1e03eb25a70a9ab960296acafbba637608
orldClockAdapter.java
657450878af559e8c0d39fae8f4606c1968fcae8 03-Sep-2014 Budi Kusmiantoro <budi@google.com> Fix back button on Cities selection

Bug: 17372310
Bug: 17370394

Also fix clipped Button text when font is set to Large/Huge

Change-Id: I1ae74cd915125a669148394dc7a271ed11a51abe
itiesActivity.java
3dc0b60d38d0e1082547465286fb1eb115b4eb9a 28-Aug-2014 Budi Kusmiantoro <budi@google.com> Set statusbar color

Bug: 17303369
Change-Id: I7bb4faddd2fb5bcc5ab7279b36406b8354a0626a
itiesActivity.java
6921831f92831f86d76891755afd80b3978b846c 20-Aug-2014 Budi Kusmiantoro <budi@google.com> Merge "Skip animations while setting up rows in ListView" into lmp-dev
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
orldClockAdapter.java
cc9031fdd26a7c32b6d5368af69e4e441ac7fa50 19-Aug-2014 Budi Kusmiantoro <budi@google.com> Skip animations while setting up rows in ListView

Bug: 17063643
Change-Id: I5b2d36b3581551b17881a66a95ecab3debb0b65b
itiesActivity.java
009180aaf0061e12f6f6fd88851d0b611c3d91b0 16-Aug-2014 Budi Kusmiantoro <budi@google.com> Set background color on the Activity

Bug: 17038019
Bug: 17065718
Change-Id: I9bd20f7febe175893ea4fc446beb5f2abd9b3024
itiesActivity.java
57cb1dbcead54ff08e8f07e727d0b1c842301440 25-Jul-2014 rachelzhang <rachelzhang@google.com> World clock city UI update

Bug: 16323779

Change-Id: I4abe7816559e59ee9c8e0a07e6262ee08fbf9206
itiesActivity.java
ityObj.java
d48339f270ba72bb8416fd194b4a0d1aeb3bd958 11-Jul-2014 rachelzhang <rachelzhang@google.com> Background color change thruout the day

Bug: 15758851

Change-Id: I385eb47e693d9e69ec18a9e3ba9b09bc6f72cfd7
itiesActivity.java
3a4ba0db218b830af3dd17fde2952125a2e50fdc 10-Oct-2013 Isaac Katzenelson <isaackatz@google.com> Use best time formatting for clock - part 2

Bug: 11119295
Change-Id: I72fed7082b13b12863af1b79ce4b0a15ef554216
orldClockAdapter.java
3d1b3cdc37bfb3188ae7450270c2db42108fa4c7 28-Sep-2013 Isaac Katzenelson <isaackatz@google.com> Add colons to main clock

Bug: 10823373
Change-Id: I3cc04f9e02510d0eb1e1c95b88601beba867a9f1
orldClockAdapter.java
cad0b1d4fdb4d0572464986e3f5ab6661445a1aa 21-Sep-2013 Elliott Hughes <enh@google.com> Correctly localize the "next alarm" formatting.

Also fix the time formatting in the world clock list of cities.

Bug: https://code.google.com/p/android/issues/detail?id=59297
Change-Id: I2febfc7c62caa15e21259df4d6fb21f5292f190a
itiesActivity.java
75508868c1c02ae1b23969f12106f409a7ea5504 19-Sep-2013 James Kung <kingkung@google.com> Sort by offset (with DST) instead of raw offset

Bug: 10690023
Change-Id: Ic91389220066f58c3b4ecc39634e83e491c7b832
itiesActivity.java
ityGmtOffsetComparator.java
c026745245d7d61f04c30d1b095afb69cf535a02 12-Sep-2013 James Kung <kingkung@google.com> Update selected city names on locale change

Bug: 10569308
Change-Id: I620bce5fa896b22ec48a193b9a15b771d2ffa2fa
itiesActivity.java
db9bd0d88b8e320a331bfca5973e8afe9984b1a7 17-Sep-2013 James Kung <kingkung@google.com> Ensure two-digit hours to work around RTL issue

Bug: 10750903
Change-Id: I0b268f814b27737c257c217bc447ee0124ffee4d
itiesActivity.java
0330e5c1afae705d81d956f0bf6d87193c525084 16-Sep-2013 James Kung <kingkung@google.com> Removing sort in WorldClockAdapter loadCitiesDb

Bug: 10750201
Change-Id: I3f5de5304151adcaae687833a68b57866da798c4
orldClockAdapter.java
d24d9e3c7cd03cd03dc87002ee5af5fee2bfa0fb 16-Sep-2013 James Kung <kingkung@google.com> Storing collator in memory for CityNameComparator

Bug: 10750201
Change-Id: I8dd82c47225a711c97274ae8508c0f061b02f784
ityNameComparator.java
b2be9640d79d92d8b9e714bfae3cd444b76104e0 14-Sep-2013 James Kung <kingkung@google.com> Fix for cities regression (not dependent on other CLs)

Bug: 10750903
Change-Id: Ib2d5e8d6bdd98d8a90ab5447056fd275d6f9f741
itiesActivity.java
b10333515a9b3992238c66b1495abd6749f309b2 11-Sep-2013 James Kung <kingkung@google.com> Fix NPE on selected cities

Bug: 10691557
Change-Id: I86b7eaa36bd5db6aba723663623ccc39034717e4
itiesActivity.java
455ff6053363e54baaeaff701d182da0dd8e53dd 10-Sep-2013 James Kung <kingkung@google.com> Merge "New layout for selected city with remove button" into ics-ub-clock-amazon
263c74772f786b43a346d5649df70e15fc12067d 27-Aug-2013 James Kung <kingkung@google.com> New layout for selected city with remove button

Bug: 10449456
Change-Id: Iacaa75ec9c283cb4b1cc5ab73eff0b1ced22587a
itiesActivity.java
ab0d28c68a77bea2a4a2ee50378da3670a1dd939 27-Aug-2013 Paul Sliwowski <psliwowski@google.com> Refactor alarm manager code to use new Instance table.

Change-Id: If0ef94f68383ebfcb4a0af697671c7854f33383d
itiesActivity.java
6ae9f520831c7547654176ffc1e2f02c0675a894 07-Sep-2013 Sam Blitzstein <sblitz@google.com> Use two-pane layout for tablet landscape world clocks.

Bug: 10654098
Change-Id: I3825ed5a503b6d48d935d439bdb7afd3391ed0da
orldClockAdapter.java
b839a546401f93ae2922f37677c176bf127060c7 23-Aug-2013 Sam Blitzstein <sblitz@google.com> Fix up layout changes as per redlines.

Change-Id: I3f48a9e919312a99b455cd8634b749dc6cbffcc5
orldClockAdapter.java
31d063400a4975f2a6eedc70cf679782af762f80 23-Aug-2013 James Kung <kingkung@google.com> Fix ArrayIndexOutOfBoundsException on zero-length array

Bug: 10448838
Change-Id: Ia56bdf4cda2a14d778a14f3a0c6e6de199ffc07a
itiesActivity.java
96ae9779cf470b6502d46b75f606d6445d854bbb 21-Aug-2013 James Kung <kingkung@google.com> Appending selected cities to top of list

Change-Id: Idacf1acbe72fb9e9ce14f2dd102369641c3013b1
itiesActivity.java
62b9f3d89a2be17f70d2fe45c1c94f732e0224a4 15-Aug-2013 James Kung <kingkung@google.com> Cities sort options

Change-Id: I3bb7337f8ca0315882a8a5747c012da25f0c451f
itiesActivity.java
ityGmtOffsetComparator.java
ityNameComparator.java
orldClockAdapter.java
25ee07c27a7bab22f3b87e2bd634dcc35029f0c7 10-Aug-2013 James Kung <kingkung@google.com> City Search functionality

Change-Id: I8ec790fe7adf59f81caf74af8be50d2fcfbd6b99
itiesActivity.java
ityObj.java
8b358270895174a9220fea8611f3e426f0dafe3d 22-Mar-2013 Isaac Katzenelson <isaack@android.com> Update "home" label in widget on locale change

Bug: 8445703
Change-Id: Ibfb3516006e6446c5e2994af111e47b95578ebe4
orldClockAdapter.java
d851e8a4b134028bd12f509312d31664e4c826dd 16-Nov-2012 Isaac Katzenelson <isaack@android.com> Code formatting fixes.

Bug: 7413861
Change-Id: Ia5207e830c8bddf47469ed6b9769cdc98c82b1a2
itiesActivity.java
orldClockAdapter.java
d4bbc122b90c63c5906ad32c4652b72c9409fd44 25-Oct-2012 Isaac Katzenelson <isaack@android.com> Read cities names for DB and not from list

Bug: 7413861

The list of user selected cities in world clock was using the name from the usr's list and
not from the DB. When a change of locale is done on the device, the cities name were not changed.
Changed the WorldClock adapter to use the DB name and timezone if available.
Added suport in both app and widget.

Change-Id: I029581f9fd6cf245ac980c1d1352e0d777924ccd
ities.java
itiesActivity.java
orldClockAdapter.java
7048625adb7c349deab4c00b2d85bcf65c164ae5 24-Oct-2012 Isaac Katzenelson <isaack@android.com> New digital clock widget for Clock

Bug: 7390795

Added a new widget with its own provider and service and factory.
Factory extends a broadcast receiver and listens to all time
changes, locale changes, changes in world clock and alarms.
Added broadcasts for changing the world clock's user cities list
and for setting the next alarm.

Change-Id: Ida4bbd619da941fb46505cb2ac653fde0a41a97f
ities.java
itiesActivity.java
orldClockAdapter.java
92ccd14f35758b626632218fedf434874954f770 25-Oct-2012 Isaac Katzenelson <isaack@android.com> Revert "Read cities names for DB and not from list"

This reverts commit eee5b1f9b714710fda624b711e845ebf658b713b

Change-Id: Ic7986bc74b71700ae3e400e2ab969a4b3fbbb903
ities.java
itiesActivity.java
eee5b1f9b714710fda624b711e845ebf658b713b 25-Oct-2012 Isaac Katzenelson <isaack@android.com> Read cities names for DB and not from list

Bug: 7413861

The list of user selected cities in world clock was using the name from the usr's list and
not from the DB. When a change of locale is done on the device, the cities name were not changed.
Changed the WorldClock adapter to use the DB name and timezone if available.

Change-Id: I11b44c61c792ce0821f8a8e34f9c9086d6bfb66f
ities.java
itiesActivity.java
8626fb870b24a4cf4dc4bf2d76ade8a8d80b602a 15-Oct-2012 Isaac Katzenelson <isaack@android.com> Make fast scroll on cities activies always visible

Bug: 7337062
Change-Id: Iefe164e1e238e4bdc07a2270e32344462e30dc82
itiesActivity.java
421ad69ae79290b1ccca6316217b0ffdc48ac377 08-Oct-2012 Robyn Coultas <coultasr@android.com> Sort world clocks by timezone, name

Bug: 7302953, 7224695
Change-Id: Iced89dad5ba034337f39a4c1e348a06e9bb9c1a7
ityObj.java
a66b03771c7921c081bb7ddb4ae8d6b79bc9ee11 09-Oct-2012 Robyn Coultas <coultasr@android.com> Properly alphabetizing cities with accent marks

Bug: 7312519
Change-Id: I4ac81cb7d91028f0dcbbc7458b5f209829664466
itiesActivity.java
8d4bf235cf8be0b03f9a2b2d5499489a2f6b67e0 08-Oct-2012 Itzhak Katzenelson <isaack@android.com> Updated cities list for world clock

Bug: 7265721
Change-Id: Iac20e17c207df486bde2d6682ed62abc65917061
ityObj.java
041e2988c31e2387012ba9baf53db011e4057e79 06-Oct-2012 Itzhak Katzenelson <isaack@android.com> World Clock list fixes.

Bug: 7265721, 7224692

Fixed clocks alignments and margins.
Added next alarm and date to the clock

Change-Id: Idff548ac726e6379a029be99527635411d926f91
itiesActivity.java
8782f6f859307b50754c03619f3ee44992f8cb11 06-Oct-2012 Isaac Katzenelson <isaack@android.com> More world clock fixes

Bug: 7265721

Updated cities list
Inserted main clock into the ListView

Change-Id: Ie6c5e44f4ae06aa2b94a1a10003d4bd124f6642b
itiesActivity.java
185d5b2028f2043405ed2431a36b6ec6697efa67 05-Oct-2012 Isaac Katzenelson <isaack@android.com> List headers for list of cities

Bug: 7265721
Change-Id: Iaf12ba57c54c1678b5faef4b6eae5ffea0283cf6
itiesActivity.java
e52ef62f28567d7e3ffa0508668d735589c19e52 05-Oct-2012 Isaac Katzenelson <isaack@android.com> Add list headers to cities list

Bug: 7265721
Change-Id: I41b76dae323c001c23caeb4796c6d9069ee73b28
itiesActivity.java
79cac697dba9d7ebde551ed9b84668a30f6b0219 05-Oct-2012 Isaac Katzenelson <isaack@android.com> Fix fast scroll issue

Change-Id: I59c0af505a311e52230ff3d9c73e16f2dbd3d06d
itiesActivity.java
ef08487b5fec499811774e78ac0e556634ebd29a 04-Oct-2012 Isaac Katzenelson <isaack@android.com> WorldClock part 2

Change-Id: Ic45f765f54a8798e549763ae4dfb85efad63f220
ities.java
itiesActivity.java
ityObj.java
948edb548f26c6aef3d918d01d80ea37570da41d 27-Sep-2012 Isaac Katzenelson <isaack@android.com> New world clock

Change-Id: I772726bc26db55e93c22b1add6fa4081f84b01a5
ities.java
itiesActivity.java
ityObj.java