Giter Club home page Giter Club logo

android2cloud's People

Watchers

 avatar

android2cloud's Issues

Received NullPointerException when matching URLs in PostLink

The Market reports a NullPointerException from PostLink, when dealing with how 
URLs are extracted from the Intent.

Caused by: java.lang.NullPointerException
at java.util.regex.Matcher.reset(Matcher.java:253)
at java.util.regex.Matcher.<init>(Matcher.java:125)
at java.util.regex.Pattern.matcher(Pattern.java:160)
at com.suchagit.android2cloud.PostLink.onCreate(PostLink.java:131)

Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 6:32

Resource consumption - Chrome Extension



One of my main reasons for using Chrome is the browser's speed - especially on 
slow and under-powered laptops. I am also sceptical towards installing 
extensions which might slow down the broser.

How much system resources does the Chrome extension use? 

If the resource-consumption is not so small that it can be ignored, even on 
small laptops: Could you ad a right-click-option to the a2c icon in Chrome that 
pauses it? (Today, it can only be disabled, which makes the icon disappear.)

Original issue reported on code.google.com by [email protected] on 7 Nov 2010 at 8:02

Error in resolving link

What steps will reproduce the problem?
1. Open android2cloud
2. Type 'www.google.com' or 'google.com'
3. Click 'Send'

What is the expected output? What do you see instead?
- Expected: New tab in Chrome with 'http://www.google.com' loaded
- Instead: New tab in Chrome with 'This webpage is not found'

What version of the product are you using? On what operating system?
- android2cloud: 0.1b
- Android OS: 2.2
- Device: Nexus One

Please provide any additional information below.
- It appears that any URL passed must have 'http://' (or similar protocol) 
pre-pended as it is not being resolved as a valid URL when it is sent to the 
cloud. Yes normally when copy-pasting a URL the protocol would be included, but 
with today's web, one does not always need to include what protocol to use when 
typing a URL.

Tested protocols:
- http
- https
- ftp

- Maybe it should validate/auto-correct URL via app before sending to the cloud?

Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 6:40

Users should be able to delete themselves from server

The server should have an option to delete a user's data from it entirely, so 
as to effectively eliminate them from the system. No identifying data (e.g., 
everything but the Analytics data) should remain after this option is invoked.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 12:56

Force Close

What steps will reproduce the problem?
1.Open Browser
2.Share Page
3.Android2cloud

What is the expected output? What do you see instead?
shared page on desktop, Force Close:(process com.suchagit.android2cloud

What version of the product are you using? On what operating system?
latest, Froyo 2.2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 2:42

What are the token/secret fields?

Account is/is not set up and chosen:
Android version: villianFroyd
Android device has/has not been rooted/modified: yes
Android device: Hero GSM
Carrier:China Unicom
Country: China
Version of android2cloud Android app: Latest
The server I'm using: would be default but since I can't save account
The Google Account name that I logged in with: [email protected]

What I am doing, step-by-step: Trying to follow lifehacker guide, but when i 
goto share it says I need to setup account, but when I goto setup it asks for 
tokens and secrets????? Eh la, whats all that about???

What I expect to see:

What I see:

Original issue reported on code.google.com by [email protected] on 23 Sep 2010 at 4:57

Internal Server Error

What steps will reproduce the problem?
1. share page
2. selected android2cloud
3. says: there was an error sending your request Please report this problem: 
Internal Server Error

What is the expected output? What do you see instead?
Was hoping webpage would open up in a new tab in my chrome browser; instead 
nothing happens except for the error message on the phone

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

I'm using the latest version as far as I know; on Android 2.2 froyo

What handset are you using? What version of Android is it running?
first gen moto Droid, running Android 2.2 Froyo

Have you rooted or installed a variation or mod of Android on your phone?
no root/mods

If you don't mind sharing, what username are you using? What server?
[email protected]

Please provide any additional information below.
was working great until today :(

Original issue reported on code.google.com by [email protected] on 12 Aug 2010 at 8:47

Accounts shouldn't need to be selected after being added

What steps will reproduce the problem?
1. Install the the chrome extension.
2. Install and run the android app.
3. Try and send a url.

What is the expected output? 
The URL being sent to my desktop.

What do you see instead?
App screen saying: "There's an error with your account . Try removing it and 
adding it again."

What version of the product are you using? On what operating system?
android2cloud 0.2.1. CM 6 Froyo 2.2 nightly on EVO

What handset are you using? What version of Android is it running?
See above.

Have you rooted or installed a variation or mod of Android on your phone?
Rooted, running 0804 nightly build of CyogenMod 6

If you don't mind sharing, what username are you using? What server?
This is the confusing part. The app tells me I can store the data anywhere I 
want and asks for a username and url. What data am I storing? What username and 
URL are you asking for? Using my open ID email and url doesn't work nor does 
using my gmail e-mail and http://gmail.com, I get a page not found. Using the 
default account information sends me to a page where I can approve or deny a 
request to my google account, but after doing so, the application still says my 
account isn't valid. When trying to share a url, the send button appears frozen 
and doesn't respond, likely due to my account info being invalid. Once again I 
wish i knew what account information your are looking for. What information is 
being shared (if any) to android2cloud.appspot.com?



Please provide any additional information below.
I was finally able to get it to work, but only after accidentally clicking the 
default account. Why isn't the account automatically selected after it being 
added if it's the ONLY account? There was nothing prompting me to select the 
account after adding it.

I'd like to know what data is being stored, and how I can use my own account to 
do so.

Thank you.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 12:34

Encrypt data between handheld and desktop using shared secret.

Since people are so paranoid about the links they send, it might be a good idea 
to include some form of encryption in all the 'clients'. This could be 
implemented by simply offering to specify a shared secret/password on all the 
involved devices (handheld, browser plugins, ...) and using that secret to 
encrypt/decrypt the data. (Mozilla Weave, a.k.a. Firefox does this with 
people's bookmarks/history/... before synching it to the Mozilla Cloud or one's 
self-hosted server. Only the metadata needed for the synchronization remains 
unencrypted.)

Original issue reported on code.google.com by [email protected] on 5 Oct 2010 at 1:46

Can't Press Send

What steps will reproduce the problem?
1. Install android2cloud
2. Enter "http://www.google.com" in URL
3. Press Send button

What is the expected output? What do you see instead?
Expected: Send button detects finger.
Experienced: Finger press fails to be detected.

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

What handset are you using? What version of Android is it running?
Nexus One running Android 2.2 FRF91

Have you rooted or installed a variation or mod of Android on your phone?
No

If you don't mind sharing, what username are you using? What server?
I prefer not to share.

Please provide any additional information below.
Attempted reboot, reinstall, new orientations, all fail. Using the trackball 
will successfully highlight the Send button. Pressing the trackball fails to 
activate Send, and a finger press on the Send button removes the highlight.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 9:53

Chrome has no settings

What steps will reproduce the problem?
1. Trying to switch Chrome to ping a custom server, or any server besides 
android2cloud.appspot.com

What is the expected output? What do you see instead?
There should be a user-accessible settings screen that allows the server to be 
easily switched and authenticated against. Instead, users need to dive into the 
extension code, and manually change the server at several different points.

Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 8:06

option to hide android2cloud image in chrome toolbar

What steps will reproduce the problem?
1.install android2cloud on google chrome
2.icon shows up in chrome toolbar

What is the expected output? What do you see instead?
I would like an option to hide the droid in clouds image because my toolbar is 
getting cluttered.  The app/extension combo is cool, but don't ever click it on 
the chrome side.

What version of the product are you using? On what operating system?
Version: 1.0.1.1, Windows Vista

Original issue reported on code.google.com by [email protected] on 6 Sep 2010 at 4:57

Link History in App

It has been requested that I enable a history of links within the app itself.

Original issue reported on code.google.com by [email protected] on 22 Jul 2010 at 2:42

Better Android Install Experience

"[R]ather than saying "Hey, set up your Google account!" first thing, it tells 
you "THERE'S SOMETHING WRONG WITH YOUR GOOGLE ACCOUNT.""

Should be easy to fix. Check if the settings *exist* rather than checking if 
they match the expectation, and if they don't, run an install screen.

Original issue reported on code.google.com by [email protected] on 25 Jul 2010 at 10:11

Doesn't work with 3G internet

What steps will reproduce the problem?
1. Install with Wifi on
2. use the app
3. Turn off Wifi
4. Use the app

What is the expected output? What do you see instead?
Link sent to the cloud over 3G

What version of the product are you using? On what operating system?
Chrome dev under Win7

What handset are you using? What version of Android is it running?
Last release under Android 2.2

Have you rooted or installed a variation or mod of Android on your phone?
No

If you don't mind sharing, what username are you using? What server?
username = email, server = default one

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Aug 2010 at 5:10

Better Install Experience on Chrome

What steps will reproduce the problem?
1. Send a link to the server
2. Install android2cloud

What is the expected output? What do you see instead?
The application installs and authenticates. It should end there, or give a nice 
welcome page. Instead, it installs, authenticates, and immediately opens the 
latest link. To quote user feedback, it's "a bit jarring".

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 7:40

Integrate Google Analytics

Google Analytics for Android 
(http://code.google.com/mobile/analytics/docs/android/#gettingStarted) would 
help determine usage, and help guide future improvements.

Original issue reported on code.google.com by [email protected] on 21 Jul 2010 at 7:37

Creating an intent for other applications.

What I'd like to see:

Integration of intent that would be available from my app to open a webpage on 
user browser.

First, of all, sorry for my bad english, I'll do my best to make a clear and 
understandable request!

I am currently developer of a few apps in the Android Market. I would like to 
share link to my webpage or forum within the "about section" of my application.

But as you know, mobile browsers are slow and nor so user friendly. So my 
request is: 

Is that possible to send an intent to your application, to let the user open a 
link in his/her computer at home?
That would be usefull to share links. I can perform a check on these links and 
if you application is not installed, make a link to the Market to your app.

Thank a lot.

Original issue reported on code.google.com by [email protected] on 12 Oct 2010 at 12:17

IE8 Addon

Have you considered developing and IE8(Internet Explorer) addon?
I'm sure I don't have to point out that IE8 is the most popular browser on the 
market right now...

Original issue reported on code.google.com by [email protected] on 11 Aug 2010 at 12:29

extension always "redirecting..."

What steps will reproduce the problem?
1. install chrome extension from
   https://chrome.google.com/extensions/detail/hkelgkihphkegiaagbcgglfidabmgkgp


What is the expected output? What do you see instead?
I expect an authentication request to happen or something like that
all I see see is a new tab with "Redirecting..."

What version of the product are you using? On what operating system?
latest chrome extension 1.0.1.1
chrome 5.0.375.125
Windows XP

What handset are you using? What version of Android is it running?
HTC Magic
custome rom 2.1

Have you rooted or installed a variation or mod of Android on your phone?
yes

If you don't mind sharing, what username are you using? What server?
default server

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 8 Aug 2010 at 3:39

  • Merged into: #24

Need to manually select account every time

I have one account configured in the android2cloud app and everytime I use the 
app it says "There's an error with your account. Try removing it and adding it 
again". However there isn't an error with the account because when I click 
Change Account and select it from there it works fine. Maybe it's trying to use 
the dummy "Add New Account" account which can't be removed.

There should be a way to set a default account to use automatically, and 
obviously if you only have one account (not counting the dummy account) it 
should be the default.

Original issue reported on code.google.com by [email protected] on 1 Aug 2010 at 7:46

Login failures are difficult to detect and remedy

What steps will reproduce the problem?
1. Log in with Chrome or Android
2. Change the OAuth token or secret
3. Wonder why things stopped working for you

What is the expected output? What do you see instead?
I expect to get a notification, letting me know that my login was rejected for 
this reason or that. Instead, I get a silent failure in Chrome, and probably a 
useless error report in Android.

Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 8:16

Display issue in landscape view

What steps will reproduce the problem?
1. Install android2cloud on phone
2. rotate yourself (or the phone) 90 degrees

What is the expected output? What do you see instead?
Screen adapts to fit everything in without overlapping or hiding things.
Screen adapts to fit everything in by overlapping and hiding things.

What version of the product are you using?
android2cloud 0.2.2

What handset are you using? What version of Android is it running?
Motorola Droid,  2.2 FRG01B

Original issue reported on code.google.com by [email protected] on 14 Aug 2010 at 10:19

Redirect is not directing me anywhere

What steps will reproduce the problem?
1.disabling and enabling
2.uninstalling it and installing it
3.

What is the expected output? What do you see instead?
blank screen with a redirect tab.


What version of the product are you using? On what operating system?
Chrome Windows Exp. 

What handset are you using? What version of Android is it running?
Nexus one. Froyo.


Have you rooted or installed a variation or mod of Android on your phone?



If you don't mind sharing, what username are you using? What server?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 2:19

  • Merged into: #24

Error Authenticating Account



What steps will reproduce the problem?
1. Followed Wiki for setup. Fixed chrome ext. and created app server.
2. Log into android2cloud on cell.
3. Select Change Account
4. Select Add New Account
5. Enter Account Name and Host with my app-id
6. Grant Access
7. Open browser
8. Share Page
9. Select android2cloud



What is the expected output? What do you see instead?
I was expecting the page to be shared on my chrome browser. "Received Error 
with account. Please re-authenticate. There was an error sending your request. 
Please remove and re-add your account. and report the error 
OAuthMessageSignerException to the project page. There was an error sending 
your request. Please remove and re-add your account and try again.

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


What handset are you using? What version of Android is it running?
HTC EVO 4G Android Version 2.2 build 3.26.651.3

Have you rooted or installed a variation or mod of Android on your phone?
No

If you don't mind sharing, what username are you using? What server?
jaimechieng http://jaimechieng.appspot.com

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 2:29

Don't ask for Google passwords

It is bad security practice to ask for passwords when they are not needed. 

A better solution is just to pull a google account email address from the 
device and associate that with the google account connected to the website.

Original issue reported on code.google.com by 4braham on 12 Jul 2010 at 10:21

HTC Sense browser doesn't support Send Intent

What I'd like to see:
The appearance of the app within the Send via option in the internet browser 
(HTC sense)
What platforms (Android/Chrome/Firefox/etc.) I'd like to see it most on:
Android

Original issue reported on code.google.com by [email protected] on 4 Dec 2010 at 9:18

Chrome Extension Authentication Error

What steps will reproduce the problem?
1. loading unpacked extension
2.
3.

What is the expected output? What do you see instead?
I expect to see a grant auth page as I did when installing android2cloud 
extension. But instead it stops with redirecting... in the page and flags the 
following error:
   Uncaught Error: No oauth token or token secret
When in the developer tool this is the section of code that it's flagging.
   ChromeExOAuth.prototype.signURL = function(url, method, opt_params) {
  var token = this.getToken();
  var secret = this.getTokenSecret();
  if (!token || !secret) {
    throw new Error("No oauth token or token secret");
  }


What version of the product are you using? On what operating system?
nexus2cloud - Version: 1.0.1.1 (Unpacked)
android2cloud-chrome-1.zip

What handset are you using? What version of Android is it running?
Nexus One - 2.2

Have you rooted or installed a variation or mod of Android on your phone?
rooted and a variation of android

If you don't mind sharing, what username are you using? What server?
nexus2cloud.appspot.com
[email protected]

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Aug 2010 at 8:45

Pre-fill account fields on android

What steps will reproduce the problem?
1. Opening android app
2. Selecting "Change Account"
3. Select "Add Account"

What is the expected output? What do you see instead?
Should pre-fill defaults; shows empty, confusing inputs.

Please use labels and text to provide additional information.
Pre-fill account field with "default" and host field with 
"http://android2cloud.appspot.com"

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 8:03

Chrome2Chome

What I'd like to see:

The ability to send pages from a Chrome window on one machine, to a chrome 
window on another machine. Not quite within the concept of this app, but along 
the same lines.

What platforms (Android/Chrome/Firefox/etc.) I'd like to see it most on:
Chrome

Original issue reported on code.google.com by [email protected] on 4 Dec 2010 at 9:15

Inclusion of Binary Uploads

I'd love to include binary uploads supported. Send the files to android2cloud 
through an Intent, and they'll be uploaded and hosted online, with the link 
delivered to Chrome. This does introduce a few issues (hosting costs, illegal 
content, etc.) but is technologically feasible.

Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 10:34

Unicode characters throw a 500

What steps will reproduce the problem?
1. Send a link with unicode (non-ASCII) characters

What is the expected output? What do you see instead?
Should store the link like any other link. Instead, throws 500 KeyError.

Solution is to encode the link as utf-8 with link.encode("utf-8")

Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 1:47

google tells me not to authorize extension

Operating System:mac os x
Chrome version:7.0.544.0 dev
Version of android2cloud Chrome extension:1.0.1.1 release.
The server I'm using:
The Google Account name that I logged in with:milansmody

What I am doing, step-by-step:

What I expect to see:

What I see:
The application that directed you here claims to be "ChromeExOAuth Library". We 
are unable to verify this claim as the application runs on your computer, as 
opposed to a website. We recommend you deny access unless you trust the 
application.


Original issue reported on code.google.com by [email protected] on 7 Oct 2010 at 5:58

app not sending urls to chrome

Account is set up and chosen: default server android2cloud.appspot.com
Android version: 2.2 froyo 
Android device has not been rooted or modified: htc evo by sprint; software, 
kernels all unmodified or fiddled with
Android device: htc evo
Carrier: sprint
Country: usa
Version of android2cloud Android app: 0.3.1
The server I'm using: android2cloud.appspot.com
The Google Account name that I logged in with: hspevolved

What I am doing, step-by-step:
installed android app, selected default public server, logged in with my google 
account and granted access. app recognized the account. went back to chrome on 
my laptop (windows vista 64; chrome 8 dev channel), downloaded extension, 
logged in and granted access.

What I expect to see:
I expected to be able to share urls from phone to chrome browser.

What I see:
tried multiple times to share url, phone gives error message and no url is 
shared. error message: .... service unavailable
thanks for your help.

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 6:20

Possibly an incompatibility issue with OAuth and Chromium, or a downright disallowance.

What steps will reproduce the problem?

1. Running Chromium dev version
2. Installing the android2cloud extension
3. Pressing "Grant access" on my Google account page through The OAuth 
Redirection Page

What is the expected output?
Establishing a successful link between the extension and my Google account.

What do you see instead?
This error message: http://awesomescreenshot.com/08bvsd09 (also enclosed as 
errormsg.jpg)

What version of the product are you using? On what operating system?
android2cloud v1.0.1 AFAICT, on Chromium OS v0.7.47.2010-08-17-1111 
vanilla-x86-generic, (Hexxeh build)
Which probably would be the source of my woes. It's on the dev channel, still 
unstable, and I wouldn't really prioritize this if I were you. Still, I think 
you should be aware of the issue, in case it turns out to be a real problem.

Original issue reported on code.google.com by [email protected] on 1 Sep 2010 at 12:22

Attachments:

Google login webview does not keep state on rotation

Account is/is not set up and chosen: Is not
Android version: 2.2.1
Android device has/has not been rooted/modified: has not
Android device: Nexus One
Carrier:
Country:
Version of android2cloud Android app: 0.3.1
The server I'm using:
The Google Account name that I logged in with:

What I am doing, step-by-step: Start app for first time, add account, get to 
google webview login screen

What I expect to see: entered information staying on orientation change

What I see: entered information disappearing


It's a common issue with apps and thankfully easy to fix by shoving the data 
into a bundle and getting it back out when you change to landscape and back

Original issue reported on code.google.com by dazzy.g on 8 Oct 2010 at 10:09

Disable autospace in URL input field

URLs tend not to have spaces. It was requested that I look into disabling the 
autospace feature found in Swype and similar keyboards when modifying the URL 
field.

Original issue reported on code.google.com by [email protected] on 22 Jul 2010 at 2:41

Open more than one link

Right now, if Chrome is closed and more than one link is sent, only the latest 
link will open.

I propose to add an id attribute to each link tag, and have the server return 
the list, if links/get is passed a "since" argument, or the latest link, if 
there's no argument.

Original issue reported on code.google.com by [email protected] on 6 Aug 2010 at 6:31

Firefox extension

Any plans for a Firefox extension? Chrome isn't my default browser, so this 
would be awesome.

Original issue reported on code.google.com by [email protected] on 5 Aug 2010 at 10:15

Use Memcache and the Datastore more effectively

I looked into the App Engine side of the code, and noticed that every time 
there is a request to GetLinkHandler you do the following:
1. Check for a link in Memcache for the requesting user
2. If there's a link in Memcache, return it
3. If no link in Memcahce, query the datastore

The problem is that for most users you will hit the datastore, because they 
won't have a recent link in Memcache (or because it was purged due to a cleanup 
in Memcache). When that happens, you run an expensive query.

Instead, what you can do is have an Author (user) model and store in this model 
the latest link (besides storing it in Links model). This way, if no link is 
present in Memcache, you query for the Author model and see if there's a link 
there.

Querying for the author will be a key based query (which is very cheap) rather 
than a GQL query (which is very expensive). I believe this can improve the 
performance of the app (== lowering your bills).

Keep up the good work :-)
@arikfr

Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 8:14

Automatically send generated urls in status bar

What I'd like to see:

I think it would be very useful if you added an option to it so that all status 
bar message url's automatically gets sent to the cloud when the notifications 
show up, instead of you having to type the often tricky url (e.g. 
192.168.1.33:2112 for WiFi networks or 78.105.195.168:2112 for 3g networks)

This would decrease setup speed in a lot of situations, like when I want to 
setup a photo and file server from my phone, or use WiFi Keyboard as the input 
method. I.e, many apps that use computer-phone interaction and, when active, 
show messages like "Visit 192.168.1.33:2112 in your web browser" in the status 
bar.

What platforms (Android/Chrome/Firefox/etc.) I'd like to see it most on:
All

Original issue reported on code.google.com by [email protected] on 1 Oct 2010 at 4:36

Force closes when trying to share link

What steps will reproduce the problem?
1. Install android2cloud extension in Chrome
2. Install android2cloud app on phone
3. Add account, use default store, enter google account details, grant  
android2cloud access
4. I had selected "skip this preview" previously.
5. In browser, select "Share page", choose android2cloud.
6. blank android2cloud window open momentarily, then a popup says "Sorry! The 
application android2cloud has stopped unexpectedly.  [Force close] [Report]"

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

That android2cloud would send something to my browser.

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

android2cloud 1.0.1.1 on Chrome 5, Windows XP SP2

What handset are you using? What version of Android is it running?

android2cloud 0.2.2 on CyanogenMod 6RC2, HT Magic

Have you rooted or installed a variation or mod of Android on your phone?

Yes

If you don't mind sharing, what username are you using? What server?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Aug 2010 at 2:31

Been thru the steps of dwnlding several times. It's not doing the task it's suppose to. Probably operational error on my part.

What steps will reproduce the problem?
1.download android2cloud ext. to chrome
2.download android2cloud market app to phone
3.try to send webpage to browser. 

What is the expected output? What do you see instead?
To see webpage from phone in browser.  Nothing. 

What version of the product are you using? On what operating system?
na... Chrome
What handset are you using? What version of Android is it running?
N1 froyo 2.2 FRF91

Have you rooted or installed a variation or mod of Android on your phone?
no

If you don't mind sharing, what username are you using? What server?
[email protected]  Chrome

Please provide any additional information below. It seems to not recognize my 
username. I think.  I have to Google Chome to Phone Ext. and it works with no 
problems.

Thank you very much for taking the time to assist my dumbass self. It's much 
appreciated. 
 David

Original issue reported on code.google.com by [email protected] on 11 Aug 2010 at 1:32

Silent Sending

Add an option to skip the UI altogether, and send without clicking the send 
button.

Perhaps involves creating a Service, which receives the Send Intent, checks 
Settings. If silent_send is true, updates, and Toasts a confirmation. If 
silent_send is false, forwards the Intent to the Activity?

Original issue reported on code.google.com by [email protected] on 13 Jul 2010 at 1:18

Option to send only URL in the shared text

What steps will reproduce the problem?
1. Open Twitter
2. Find a tweet contains URL*
3. Share via android2cloud

What is the expected output? What do you see instead?
Open the URL* in chrome rather than full text (404 error)

What version of the product are you using? On what operating system?
android2cloud from market as of 12 August 2010
Chrome 5 in Windows XP

What handset are you using? What version of Android is it running?
htc hero, android 2.1

Have you rooted or installed a variation or mod of Android on your phone?


If you don't mind sharing, what username are you using? What server?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 12 Aug 2010 at 3:13

Getting error saying "Service Unavailable"

Account is set up and chosen:
Android version: 2.2
Android device has been rooted/modified:
Android device: Droid 1
Carrier: Verizon
Country: USA
Version of android2cloud Android app: 0.3.1

It's been working fine for months. It worked today but suddenly stopped. I 
haven't made any modifications that would effect its functionality. When I try 
sending an item to the cloud, it says, "There was an error sending your request 
Please report this: Service Unavailable". 

Original issue reported on code.google.com by [email protected] on 24 Sep 2010 at 9:14

Send arbitrary text from phone to computer

What I'd like to see: I would like to be able to send arbitrary text from my 
Android phone and have it place on my computer's clipboard. This is sort of the 
reverse of an additional feature Chrome2Phone offers beyond just sending web 
pages (select text, right-click and do Chrome to Phone and it appears on the 
phone's clipboard). I have tried this with android2cloud using Clipper, the 
excellent clipboard manager, but it doesn't do anything on the other end. This 
would definitely be better than emailing the text to myself.

What platforms (Android/Chrome/Firefox/etc.) I'd like to see it most on: 
Android/Chrome

Original issue reported on code.google.com by swrobel on 19 Nov 2010 at 9:42

load full site rather than mobile site in chrome

What steps will reproduce the problem?
1.go to a mobile site on android (tried facebook and another)
2.push with android2phone
3.opens mobile site in chrome

What is the expected output? What do you see instead?
I would like to see the full site loaded by default, although I'm not sure if 
this is possible.

What version of the product are you using? On what operating system?
chrome extension: 1.0.1.1
android app: 0.2.2

What handset are you using? What version of Android is it running?
Moto Droid
Froyo

Have you rooted or installed a variation or mod of Android on your phone?
no

If you don't mind sharing, what username are you using? What server?
default

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 22 Aug 2010 at 12:38

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.