<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_LockClock/src/com, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/'/>
<entry>
<title>Fix typo in method name</title>
<updated>2018-05-28T14:08:47+00:00</updated>
<author>
<name>Gabriele M</name>
<email>moto.falcon.git@gmail.com</email>
</author>
<published>2017-03-17T14:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=6f12215d1ba5e8767eaa76c6cf17c0b656142573'/>
<id>6f12215d1ba5e8767eaa76c6cf17c0b656142573</id>
<content type='text'>
Change-Id: Iee0fc467d3ce6f658295782b57efb2027b428bc1
(cherry picked from commit 069c3d17bcc3bfe0fe3354fc1e878f66ae71975e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iee0fc467d3ce6f658295782b57efb2027b428bc1
(cherry picked from commit 069c3d17bcc3bfe0fe3354fc1e878f66ae71975e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Google Play Services dependency</title>
<updated>2017-02-18T04:21:04+00:00</updated>
<author>
<name>Marvin W</name>
<email>git@larma.de</email>
</author>
<published>2017-01-23T22:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=61b22b3ccab592baa4912424b748d4c4ade48173'/>
<id>61b22b3ccab592baa4912424b748d4c4ade48173</id>
<content type='text'>
PS2: Use PackageManagerUtils
PS3: remove unused import and inline pm call

Change-Id: I9efe77beb9121d97d975ab9d5cbb58fba14e2256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PS2: Use PackageManagerUtils
PS3: remove unused import and inline pm call

Change-Id: I9efe77beb9121d97d975ab9d5cbb58fba14e2256
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock: Don't forcefully enable widget calendar on resume</title>
<updated>2016-08-16T11:53:49+00:00</updated>
<author>
<name>Zhao Wei Liew</name>
<email>zhaoweiliew@gmail.com</email>
</author>
<published>2016-08-06T00:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=968e74692f0353d6b5948377b327a9f3e0841424'/>
<id>968e74692f0353d6b5948377b327a9f3e0841424</id>
<content type='text'>
We were always enabling the calendar events on the widget on resume,
even if the user previously disabled them.

Repro case:
1. Go to "Calendar events"
2. Uncheck "Display next event"
3. Press the back button OR sleep the device
4. Go to "Calendar events" again

Noticeably, "Display next event" becomes checked again.

Change-Id: Ie18551d754def01ca7339fe3915d1b1663058f06
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were always enabling the calendar events on the widget on resume,
even if the user previously disabled them.

Repro case:
1. Go to "Calendar events"
2. Uncheck "Display next event"
3. Press the back button OR sleep the device
4. Go to "Calendar events" again

Noticeably, "Display next event" becomes checked again.

Change-Id: Ie18551d754def01ca7339fe3915d1b1663058f06
</pre>
</div>
</content>
</entry>
<entry>
<title>AM/PM: Fix incorrect am/pm text</title>
<updated>2016-07-28T17:56:36+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2016-06-13T22:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=65407c7d8a399ad9b37fd4b871462155f4384898'/>
<id>65407c7d8a399ad9b37fd4b871462155f4384898</id>
<content type='text'>
When rolling over from AM to PM (or vice versa) the text will
show the incorrect time eg:

At 12:00 AM the clock will still show 12:00 PM
At 12:00 PM the clock will show 12:00 AM

This switches our time period to the TextClock for &gt;= API 17
so that we can get the correct time period. This also cleans up
the regular am/pm textview for devices &lt; 17.

Change-Id: I09de23a1ea559a570d7cac5ffb7dbe9266f5fb40
Ticket: OPO-767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When rolling over from AM to PM (or vice versa) the text will
show the incorrect time eg:

At 12:00 AM the clock will still show 12:00 PM
At 12:00 PM the clock will show 12:00 AM

This switches our time period to the TextClock for &gt;= API 17
so that we can get the correct time period. This also cleans up
the regular am/pm textview for devices &lt; 17.

Change-Id: I09de23a1ea559a570d7cac5ffb7dbe9266f5fb40
Ticket: OPO-767
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually verifies if CM weather feature is available</title>
<updated>2016-06-21T00:10:58+00:00</updated>
<author>
<name>Luis Vidal</name>
<email>lvidal@cyngn.com</email>
</author>
<published>2016-06-21T00:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=932b0cc7b50f962e637a60aab1d0d82d2cf64e36'/>
<id>932b0cc7b50f962e637a60aab1d0d82d2cf64e36</id>
<content type='text'>
Commit 67d9adc70b used the wrong constant which caused the
weather menu to be always removed from the widget settings.
Use the correct constant to check if the weather feature is available

Change-Id: I389e32ddd9db40c4523baf4602436dee041c631c
TICKET: CYNGNOS-3071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 67d9adc70b used the wrong constant which caused the
weather menu to be always removed from the widget settings.
Use the correct constant to check if the weather feature is available

Change-Id: I389e32ddd9db40c4523baf4602436dee041c631c
TICKET: CYNGNOS-3071
</pre>
</div>
</content>
</entry>
<entry>
<title>Verifies if weather service is available</title>
<updated>2016-06-18T01:00:39+00:00</updated>
<author>
<name>Luis Vidal</name>
<email>lvidal@cyngn.com</email>
</author>
<published>2016-06-18T00:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=3e0e7fcbd0946de689fc5fec5a71f5fcdc0af815'/>
<id>3e0e7fcbd0946de689fc5fec5a71f5fcdc0af815</id>
<content type='text'>
Checks if the weather service is available in the device to make
sure we don't spend time trying to update the weather or update
the widget.

Change-Id: I3f9adcfa260fea5cde62c0a45b355fd6946c69f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checks if the weather service is available in the device to make
sure we don't spend time trying to update the weather or update
the widget.

Change-Id: I3f9adcfa260fea5cde62c0a45b355fd6946c69f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Unregister from WeatherManager ONLY if service was actually registered</title>
<updated>2016-06-09T00:06:27+00:00</updated>
<author>
<name>Luis Vidal</name>
<email>lvidal@cyngn.com</email>
</author>
<published>2016-06-08T01:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=325513bf3e5e24d6ef330547ec3cfda63b9a117b'/>
<id>325513bf3e5e24d6ef330547ec3cfda63b9a117b</id>
<content type='text'>
Althought haven't found a way to reproduce, there are reports of
IllegalArgumentException thrown by CMWeatherManager because
WeatherSourceListenerService is trying to deregister itself as a
weather service provider change listener when in fact was not
registered. Make use of a flag to confirm if we registered.

Change-Id: I75e653aa60d01d151e9858d3456a69708d9eb2cd
TICKET: CYNGNOS-2989
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Althought haven't found a way to reproduce, there are reports of
IllegalArgumentException thrown by CMWeatherManager because
WeatherSourceListenerService is trying to deregister itself as a
weather service provider change listener when in fact was not
registered. Make use of a flag to confirm if we registered.

Change-Id: I75e653aa60d01d151e9858d3456a69708d9eb2cd
TICKET: CYNGNOS-2989
</pre>
</div>
</content>
</entry>
<entry>
<title>Report correct status if failed to process weather update request</title>
<updated>2016-06-08T18:50:55+00:00</updated>
<author>
<name>Luis Vidal</name>
<email>lvidal@cyngn.com</email>
</author>
<published>2016-06-08T18:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=d9c5b0a5ffc9a40992e9297b7d3f28ee4c701c39'/>
<id>d9c5b0a5ffc9a40992e9297b7d3f28ee4c701c39</id>
<content type='text'>
onNewWeatherRequest() was sending MSG_WEATHER_REQUEST_FAILED
with no arguments when the request failed, causing endless
weather update requests. Fix this by reporting status FAILED
when all options to process the request were exhausted

Change-Id: I821b86ebbab97664aa0d15650a2b3ba25f143e99
TICKET: CYNGNOS-2941
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
onNewWeatherRequest() was sending MSG_WEATHER_REQUEST_FAILED
with no arguments when the request failed, causing endless
weather update requests. Fix this by reporting status FAILED
when all options to process the request were exhausted

Change-Id: I821b86ebbab97664aa0d15650a2b3ba25f143e99
TICKET: CYNGNOS-2941
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle &gt;5 forecast items in cLock Forecast view</title>
<updated>2016-06-07T10:00:02+00:00</updated>
<author>
<name>DvTonder</name>
<email>david.vantonder@gmail.com</email>
</author>
<published>2016-06-07T02:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=e28037aa89b5a7328d986f8001665ef41bf2309d'/>
<id>e28037aa89b5a7328d986f8001665ef41bf2309d</id>
<content type='text'>
Change-Id: Ifd4891b990d89d1a4c535a3efb9c3db39eae7aab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifd4891b990d89d1a4c535a3efb9c3db39eae7aab
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix weather source string translatability</title>
<updated>2016-04-27T18:27:08+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@cyanogenmod.org</email>
</author>
<published>2016-04-27T18:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=9493fe7868e1383875c2a312aa876a1dc9bbe462'/>
<id>9493fe7868e1383875c2a312aa876a1dc9bbe462</id>
<content type='text'>
* Also improve the string a bit

Change-Id: I40c8dc167aa1cc886e06e60adb9f79f7551a89c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Also improve the string a bit

Change-Id: I40c8dc167aa1cc886e06e60adb9f79f7551a89c1
</pre>
</div>
</content>
</entry>
</feed>
