Giter Club home page Giter Club logo

beelicious's People

beelicious's Issues

Not possible to log in Semantic Scuttle site

What steps will reproduce the problem?
1. Enter username and password in Beelicious
2. Enter base url of a Semantic Scuttle site
3. Ooops! Invalid username or password!


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

Beelicious 0.2, Android 2.2

Please provide any additional information below.

I enter the following url: http://site/scuttle/ as base url for the service

Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 9:27

Cannot authenticate to Delicious

What steps will reproduce the problem?
1. Open Beelicious
2. Attempt to log into account 
3. Correct credentials are rejected.

What is the expected output? What do you see instead?
Expected to see login accepted. Instead Beelicious flashes:
"Oooops! Invalid username and password!"

What version of the product are you using? On what operating system?
Latest Beelicious download.
HTC Eris running Android 2.1.

Please provide any additional information below.
I have had Beelicious installed for more than a year and had no problems. But I 
don't use it often and apparently haven't opened in months. When I checked it 
just now, it said last synch was in the fall and when I tried to check the 
settings and login again, I am now rejected. But I am using the same 
credentials I use for my real Delicious account from my laptop.

Original issue reported on code.google.com by [email protected] on 2 Jan 2012 at 5:18

Uncatched exception with tags that contain '>'

What steps will reproduce the problem?
1. List tags.
2. Find tag which starts with the character '>'
3. Tap it.

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

The bookmarks for that tag should be listed. Instead, Android shows a warning 
with the text: "We are sorry! The application Beelicious 
(net.bitquill.beelicious) has stopped undexpectly. Please try again.", with a 
single button named "Force close".

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

I dont' know the version. I downloaded it from the market a couple minutes ago. 
Android 2.1.

Please provide any additional information below.

Original issue reported on code.google.com by jsceballos on 1 Jul 2010 at 10:21

User-defined API endpoint not preserved in login creds editor

What steps will reproduce the problem?
1. Enter a custom API endpoint when specifying login creds
2. Edit login creds from the Settings screen

What is the expected output? What do you see instead?
Along with the saved username, password, and "user-defined" service selection, 
the URL for the user-defined API endpoint should be shown as well.  It isn't.

What version of the product are you using? On what operating system?
App version 0.2, OS version 2.2.1

Original issue reported on code.google.com by [email protected] on 17 Dec 2010 at 8:40

No longer works with new AVOS delicious

What steps will reproduce the problem?
1. Install beelicious
2. Try to sync
3.

What is the expected output? What do you see instead?
Expect it to sync it, instead force closes

What version of the product are you using? On what operating system?
latest beelicious, android gingerbread

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 30 Sep 2011 at 9:58

Add support for other services

Add support for other services that use the same API, such as gnolia.com. 
Should be possible by just switching API endpoints.

Original issue reported on code.google.com by spapadim on 10 Oct 2009 at 2:40

Improve URL extraction from EXTRA_TEXT bundle field

What steps will reproduce the problem?
1. Invoke with ACTION_SEND intent that contains payload in addition to URL
2. Force close, in fetchHtmlTitle

At the very least, the IllegalArgumentException should be gracefully 
handled. Even better, some basic URL extraction logic should make an 
attempt to find the (first) URL in the payload, so Beelicious works with 
apps that share URL + title in the payload, say for Twitter.

For starters, a simple regex or perhaps android.text.util.Linkify may do.  
Additional bundle field also an option, but would need to get some 
publicity on it (e.g. http://www.openintents.org/en/intentstable).

Suggested by James Hugman.

Original issue reported on code.google.com by spapadim on 22 Sep 2009 at 12:58

Occasional non-timeout on background refresh.

I noticed that sometimes the refresh notify icon doesn't disappear. Maybe 
it means that the connection never finished. I solved this in my app by 
setting a timeout on the Http Client:

HttpClient client = new DefaultHttpClient();

// Set 10 second connection timeout.
HttpParams httpParams = client.getParams();
HttpConnectionParams.setConnectionTimeout(httpParams, 10000);
HttpConnectionParams.setSoTimeout(httpParams, 10000);

Original issue reported on code.google.com by supbro on 13 Jan 2010 at 11:10

OAuth sign-in not supported

What steps will reproduce the problem?
1. typing in a user name and password
2.
3.

What is the expected output? What do you see instead? Show let me log in. 
Instead I get an error.


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


Please provide any additional information below.
I have tried multiple del.icio.us accounts and beelicious will not allow me
to log in to any of them.  Any idea on when an update will be put out? 
Does this look like a 2.0 issue?

Original issue reported on code.google.com by [email protected] on 1 Dec 2009 at 5:29

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.