<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_packages_apps_LockClock/src, branch cm-11.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>LockClock: Ignore "inaccurate" locations</title>
<updated>2017-03-02T08:20:52+00:00</updated>
<author>
<name>Scott Mertz</name>
<email>scott@cyngn.com</email>
</author>
<published>2015-03-10T23:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=c85ba5c6fd47b14017d3d96969218022daa53861'/>
<id>c85ba5c6fd47b14017d3d96969218022daa53861</id>
<content type='text'>
- Location manager can report locations for any
  level of accuracy. Filter locations that are
  generally not useful.
- Set location accuracy threshold to 50km.

Change-Id: I225ed4e74edec6c5089d886c61f8d78f09b11b34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Location manager can report locations for any
  level of accuracy. Filter locations that are
  generally not useful.
- Set location accuracy threshold to 50km.

Change-Id: I225ed4e74edec6c5089d886c61f8d78f09b11b34
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock: Only show timestamp if it can fit</title>
<updated>2017-03-02T08:19:35+00:00</updated>
<author>
<name>Brandon McAnsh</name>
<email>brandon.mcansh@gmail.com</email>
</author>
<published>2015-07-08T19:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=9b558f1f75b3be8ec1c33ab4fa9fe605d2524bf5'/>
<id>9b558f1f75b3be8ec1c33ab4fa9fe605d2524bf5</id>
<content type='text'>
 * Currently in a 4x2 widget, the timestamp can be clipped
   at the bottom presenting a bad UX for the widget
   that a user will first see when booting into Trebuchet
   (at least on bacon, klte, and m7).
 * Check if the timestamp can fit based on the same logic
   as the calendar

Change-Id: I4ae3d55ac9e27f95403d39c41266fd43fa5bcf82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Currently in a 4x2 widget, the timestamp can be clipped
   at the bottom presenting a bad UX for the widget
   that a user will first see when booting into Trebuchet
   (at least on bacon, klte, and m7).
 * Check if the timestamp can fit based on the same logic
   as the calendar

Change-Id: I4ae3d55ac9e27f95403d39c41266fd43fa5bcf82
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock: Fix incorrect am/pm text</title>
<updated>2017-03-02T08:14:41+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=08e3748ab5d2d0dfa9b596127b49c2e0fbd49034'/>
<id>08e3748ab5d2d0dfa9b596127b49c2e0fbd49034</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
Issue-Id: 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
Issue-Id: OPO-767
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock : Switch over to new yahoo location api</title>
<updated>2016-02-15T19:44:51+00:00</updated>
<author>
<name>Danesh M</name>
<email>daneshm90@gmail.com</email>
</author>
<published>2016-02-14T19:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=c2dc28979a23f3212c18ae98ad72b4e4cfc530ed'/>
<id>c2dc28979a23f3212c18ae98ad72b4e4cfc530ed</id>
<content type='text'>
geo.placefinder is no longer available.
https://developer.yahoo.com/forums/#/discussion/7844/yql-geo-placefinder-is-now-shutdown%3D

Change-Id: Iff949b2e28f1938265dd8074b6e332317e10f0e0
(cherry picked from commit 96f7b8cc03911b5117599457832f1a88a801ff45)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
geo.placefinder is no longer available.
https://developer.yahoo.com/forums/#/discussion/7844/yql-geo-placefinder-is-now-shutdown%3D

Change-Id: Iff949b2e28f1938265dd8074b6e332317e10f0e0
(cherry picked from commit 96f7b8cc03911b5117599457832f1a88a801ff45)
</pre>
</div>
</content>
</entry>
<entry>
<title>cLock: Use HTTPS for Yahoo Weather API communication</title>
<updated>2016-02-15T19:40:23+00:00</updated>
<author>
<name>Zyg0te</name>
<email>edvard.holst@gmail.com</email>
</author>
<published>2014-12-20T13:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=3947317669d390aec54a2264c05d73209eb6e5ba'/>
<id>3947317669d390aec54a2264c05d73209eb6e5ba</id>
<content type='text'>
Yahoo Weather service supports SSL over HTTPS without issues.

Change-Id: I717a4b8052260924b2cf0fe4569b5a27ab6d5cc7
(cherry picked from commit 381e01127a6865428e4990f8eb54868ab93cee5d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Yahoo Weather service supports SSL over HTTPS without issues.

Change-Id: I717a4b8052260924b2cf0fe4569b5a27ab6d5cc7
(cherry picked from commit 381e01127a6865428e4990f8eb54868ab93cee5d)
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock : Add api key for open weather</title>
<updated>2015-11-03T22:11:05+00:00</updated>
<author>
<name>Danesh M</name>
<email>daneshm90@gmail.com</email>
</author>
<published>2015-11-03T22:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=e1bb691238962a474cb7f5734585cb958be63e4f'/>
<id>e1bb691238962a474cb7f5734585cb958be63e4f</id>
<content type='text'>
CYNGNOS-1227

Change-Id: Ie4f166bf2f841a679e272268bc943ff37e71f2a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CYNGNOS-1227

Change-Id: Ie4f166bf2f841a679e272268bc943ff37e71f2a8
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock : Return condition code as part of query</title>
<updated>2014-09-04T17:00:50+00:00</updated>
<author>
<name>Danesh M</name>
<email>daneshm90@gmail.com</email>
</author>
<published>2014-09-04T17:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=fdb3640e249c25155f2f1f52a85be43377a8b7a3'/>
<id>fdb3640e249c25155f2f1f52a85be43377a8b7a3</id>
<content type='text'>
Change-Id: Ide9be5cd181576e2f61927c5027cfa4724300b90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ide9be5cd181576e2f61927c5027cfa4724300b90
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Yahoo placefinder api call.</title>
<updated>2014-06-07T10:03:51+00:00</updated>
<author>
<name>Toha</name>
<email>tohenk@yahoo.com</email>
</author>
<published>2014-06-07T10:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=38b27f853154d892e44cd262314c5d80d7fe4ce8'/>
<id>38b27f853154d892e44cd262314c5d80d7fe4ce8</id>
<content type='text'>
Some location query returns both empty city and neighborhood, use county instead.

Change-Id: I71bae6236f0ae458c40567f681b0783e86030ff0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some location query returns both empty city and neighborhood, use county instead.

Change-Id: I71bae6236f0ae458c40567f681b0783e86030ff0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "LockClock: remove unused BroadcastReceiver" into cm-11.0</title>
<updated>2014-05-28T23:17:31+00:00</updated>
<author>
<name>Abhisek Devkota</name>
<email>ciwrl@cyanogenmod.com</email>
</author>
<published>2014-05-28T23:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=de94e655122a5a9245db90a7d0f8b09d217bab1d'/>
<id>de94e655122a5a9245db90a7d0f8b09d217bab1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LockClock: remove unused BroadcastReceiver</title>
<updated>2014-05-28T22:01:24+00:00</updated>
<author>
<name>Roman Birg</name>
<email>roman@cyngn.com</email>
</author>
<published>2014-05-28T22:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_packages_apps_LockClock/commit/?id=55a2692643e141f3d6e58b024c400b753802563b'/>
<id>55a2692643e141f3d6e58b024c400b753802563b</id>
<content type='text'>
The reciver manifest tag was mispelled, so the
receiver never worked either way. The content provider
properly triggers an udpate so this class is not needed.

Change-Id: I113cc3fe5461475e365df9b5b3f8d70cae594e84
Signed-off-by: Roman Birg &lt;roman@cyngn.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reciver manifest tag was mispelled, so the
receiver never worked either way. The content provider
properly triggers an udpate so this class is not needed.

Change-Id: I113cc3fe5461475e365df9b5b3f8d70cae594e84
Signed-off-by: Roman Birg &lt;roman@cyngn.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
