Giter Club home page Giter Club logo

android-sky's People

android-sky's Issues

Use something like singleTop on details dialog

Details dialog should probably be singleTop to prevent multiple dialogs
from showing over each other.

Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:48

No Icon for "Hot" Forecast

What steps will reproduce the problem?
1. Load a city with a forecast of "Hot" (aka, Austin, TX)
2. Click on the widget for the forecast
3. No icon appears on "Hot" days

What is the expected output? What do you see instead?
And icon/Sun

What version of the product are you using? On what operating system?
JSharkey's, not Koxx

Please provide any additional information below.
I appreciate the efforts for an international version, but I much prefer
JSharkey's as it is simpler and looks better IMO.  Is there a way to load
an icon for HOT?

Original issue reported on code.google.com by [email protected] on 28 Aug 2009 at 11:05

Attachments:

"Wintry" doesn't resolve against icon

The forecast condition "wintry" doesn't match against an icon.

Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:48

Some comments and a request


Hello,
  I recently stumbled across this and tried it out.  I noticed that its been a few years now since any life has been here but wanted to say that im quite impressed with this especially seeing as how it still works perfectly after all this time on ICS 4.0.4.  I have made some theme modifications to this -- pictures below -- and plan to include it by default into my ThirdEye theme for CM9.

  My request -- if even possible -- is if there could be options added for 'day begin' and 'day end'.  Right now the app thinks my days ends at 9PM.  It would be nice to specify those times.

  I am using the most recent version: Sky-International-Koxx-104.apk.
I have changed the default icons to the better ones so that no skin is needed 
at start to look better.

  My version -- if anyone ever sees this and wants it -- is here:

http://bit.ly/Hctu5q

  I doubt this will ever be read but here's hoping.  Take care and thanks for the great weather app.


-tgwaste



Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 10:00

Attachments:

No icon for "Cold" and "Hot"

No icon for "Cold" and "Hot"

Original issue reported on code.google.com by Jeffrey.Sharkey on 19 Jan 2010 at 7:48

Stop service when done?

As far as I can tell, the android-sky service is running all the time,
which seems like a waste of memory, considering it updates rather
infrequently. 

Wouldn't it be appropriate to shutdown the service once the worker thread
has finished?

Original issue reported on code.google.com by [email protected] on 25 May 2009 at 1:05

Use indexOf() instead of Pattern to speed up dialog

We're using Pattern regex to match condition strings against forecast
icons.  Patterns are expensive, and even though we're keeping them static,
they get disposed of pretty quickly.

We should move to a case-insensitive indexOf() approach to speed things up.

Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:47

Add user-agent string when making API requests

To be a good web citizen, we should put a useful user-agent string in our
API requests, similar to what we did in the Wiktionary example.

Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:50

Can not parse HTTP Header correctly

What steps will reproduce the problem?
1. Set language to zh_CN and encoding to UTF-8
2. Create a widget and update the weather
3. Display mess up

What is the expected output? What do you see instead?

Display Chinese correctly


What version of the product are you using? On what operating system?

103b

Please provide any additional information below.

GET /ig/api?weather=Nanjing,,,32030560,118781904&hl=zh-CN HTTP/1.1
Host: www.google.com
Connection: Keep-Alive
User-Agent: Apache-HttpClient/UNAVAILABLE (java 1.4)




HTTP/1.1 200 OK
Date: Sun, 31 May 2009 15:16:19 GMT
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Type: text/xml; charset=GB2312
Set-Cookie: IGTP=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/ig;
domain=www.google.com
Set-Cookie:
PREF=ID=0d7ca2b96b7377cd:NW=1:TM=1243782979:LM=1243782979:S=IHLJisCOK1w81jxU;
expires=Tue, 31-May-2011 15:16:19 GMT; path=/; domain=.google.com
Server: igfe
Transfer-Encoding: chunked


Google response's http header set charset to GB2312, and app ignore that
and try to decoding the http body content by UTF-8.



Original issue reported on code.google.com by [email protected] on 11 Jun 2009 at 12:41

Use solid gray instead of 50%-alpha for "low"

The current 50%-alpha low-temp can look ugly against some backgrounds.  We
should switch to a solid grey to solve this.

Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:49

dxTop crash randomly whne adding widget

What steps will reproduce the problem?
1. Add forecast widget international
2. crash of dxTop

What is the expected output? What do you see instead?
android.process.acore stopped

What version of the product are you using? On what operating system?
Android-sky international (France) with haykuro build on ADP


Original issue reported on code.google.com by [email protected] on 20 May 2009 at 7:04

No icon for "Wintry mix"

No icon for "Wintry mix"

Original issue reported on code.google.com by Jeffrey.Sharkey on 14 Oct 2009 at 9:06

International forecasts

We should abstract the weather provider to handle international data
sources, probably from METAR-like data.

Original issue reported on code.google.com by Jeffrey.Sharkey on 26 Apr 2009 at 11:51

Allow dismissing/ignoring of alerts for regions with repeating alerts

Users have pointed out that "Red Flag" weather alerts are quite common
across the US, especially in certain Florida areas.

We should think of a way to have these alerts automatically suppressed, or
user-acknowledged, so that a normal forecast can be displayed again.

Original issue reported on code.google.com by Jeffrey.Sharkey on 27 Apr 2009 at 10:46

Conform to Android Widget Design Guidelines

The present functionality is excellent. I think working on the fit and
finish to match the existing Android widgets would be the proverbial icing
on the cake for sky widget. In particular I am thinking about the usage of
the standard widget frames and bounding box area.

http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#sh
adows

Original issue reported on code.google.com by [email protected] on 11 May 2009 at 3:38

Use a worldwide service provider

Great looking application, but it is useless to people like me, who are
outside the US.

It would be great to move to a worldwide weather data provider, so people
from across the globe could use this widget.

Original issue reported on code.google.com by [email protected] on 6 May 2009 at 11:39

Update frequency

An option for user to switch between manual update/auto update

Original issue reported on code.google.com by [email protected] on 26 Apr 2009 at 12:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.