GithubHelp home page GithubHelp logo

b-deng / apps-for-android Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 3.96 MB

Automatically exported from code.google.com/p/apps-for-android

License: Apache License 2.0

Java 98.64% HTML 0.15% Makefile 0.03% C++ 1.19%

apps-for-android's People

Watchers

 avatar

apps-for-android's Issues

Incorrect Czech flag

What steps will reproduce the problem?
1. Open "Translate from" or "Translate to" dialog.
2. Roll to the "Czech" language.
3. Compare the flag with the one shown in the Wikipedia
(http://en.wikipedia.org/wiki/Czech_republic).

What is the expected output? What do you see instead?
I'm expecting correct Czech flag as shown in the Wikipedia
(http://en.wikipedia.org/wiki/Czech_republic).

What version of the product are you using? On what operating system?
Translate 1.6, CyanogenMod 4.1.10.1

Please provide any additional information below.
Actually, you have Czech flag in the drawable directory under the file
"cz.png". You should probably rename the file "cz.png" to "cs.png".

Original issue reported on code.google.com by [email protected] on 16 Sep 2009 at 4:14

Missing android.pim needed by AndroidGlobalTime_0.9

What steps will reproduce the problem?
1. Download
http://apps-for-android.googlecode.com/files/AndroidGlobalTime_0.9.zip
2. Unzip
3. Add to Eclipse projects and run

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

I expected to see the program run on the Emulator. Instead, I get several
errors that are related to a missing class, android.pim.

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

Android SDK 1.0, Eclipse 3.4.1, on Windows XP.

Original issue reported on code.google.com by [email protected] on 18 Oct 2008 at 5:26

Request for the QuickList app source

What steps will reproduce the problem?
1. Try to find the source for QuickList
2. :(

What is the expected output? What do you see instead?
Expected joy and excitement of customizing and adding onto the Mike
Cleron's QuickList app. Instead I feel a mixture of uncertainty and emptiness. 


What version of the product are you using? On what operating system?
QuickList 1.0 on Android 1.5


Please provide any additional information below.
Snapple Fact #855: Vultures can fly for six hours without flapping their wings.

Original issue reported on code.google.com by [email protected] on 21 Jun 2009 at 9:04

SpriteMethodTest: Compile error

What steps will reproduce the problem?
1.checkout the source
2.compile the code

What version of the product are you using? On what operating system?
android-sdk1.6 on a linux 64 bit os.

Please provide any additional information below.
Removing the R.java from the src tree solves it afaik.

Original issue reported on code.google.com by [email protected] on 17 Oct 2009 at 8:33

Not getting output in AVD after running application.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
out put will be "Hello Brijesh" and it will show nothing in the screen of
the emulator.

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


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 10 Jul 2009 at 10:47

WikiNotes gets a force close on search button with Android 1.5

What steps will reproduce the problem?
1. Run WikiNotes on Android 1.5
2. Use search button (F5 on emulator or "search" key on G1 phone) 
3. Application stops unexpectedly.

What is the expected output? What do you see instead?
  Should get search field, instead program ends.

What version of the product are you using? On what operating system?
  WikiNotes from Market, Android 1.5

Please provide any additional information below.

I believe the cause of the problem is that in in searchable.xml, the 
searchSuggestAuthority does not match the provider in the manifest. It is:
android:searchSuggestAuthority="com.android.samples.SuggestionProvider"

The program will work correctedly is changed to:  
android:searchSuggestAuthority="com.google.android.wikinotes.db.wikinotes"

Original issue reported on code.google.com by [email protected] on 10 Aug 2009 at 1:34

fdqsF

What steps will reproduce the problem?
1.
2.
3.
SDFSDFf
What is the expected output? What do you see instead?


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 12:31

Translate - languages.java and etc

What steps will reproduce the problem?
1.  Laothian is mispelled, it is 'Laotian'
2.  Please include 'R.drawable.lo' in languages.java module for Laotian
3.

What is the expected output? What do you see instead?
Correct spell of Laotian and R.drawable.lo included

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


Please provide any additional information below.

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

Can

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.


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

Translation attempted even when no input was provided

What steps will reproduce the problem?
1. Don't type anything into the "To translate" box ("Enter the text to
translate" will be shown, greyed-out).
2. Click the "Translate" button.


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

The status area shows "Translating...", then "Translation found". The
"Translation" box will show the greyed-out text "The translation will
appear here".


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

A build from 2008-09-22, on SDK 0.9 emulator.


Please provide any additional information below.

The ActivityTranslate.onClick() handler is invoking
ActivityTranslate.doTranslate() without checking for user input via the
maybeTranslate() method.

Original issue reported on code.google.com by [email protected] on 22 Sep 2008 at 5:19

Attachments:

RADAR target bearing is wrong depending on orientation

What steps will reproduce the problem?
1. Start radar with a target at a distance from your location.
2. Turn around 360 degrees, stopping at each 90 degree interval.
3. Notice the inaccurate bearing at some of the intervals.

Occasionally this bug will also cause the target (blip) to race away in the
opposite direction as you approach it. On the other hand, the distance
indicator at the bottom will decrease properly showing the correct values
as you approach. Suggesting that the issue is with the bearing calculation
only.

Using RADAR 1.0. Problem verified by at least three other users.

(RADAR is really cool by the way.)

Original issue reported on code.google.com by [email protected] on 3 Nov 2008 at 4:57

SpriteMethodTest - freeHardwareBuffers method crashes application when called.

What steps will reproduce the problem?

1. Run SpriteMethodtest

2. Run OpenGL render with option which uses hardware buffers (Use Draw 
Extension, Use VBO extension).

3. Close application. When the application reaches the freeHardwareBuffers  
method instead of clearing up the buffers it terminates the application on 
the first call to glDeleteBuffers

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

The application should shut down cleanly but it is in fact crashing.

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

Windows XP Home. Eclipse running emulator.

Please provide any additional information below.

The application 'looks' like it is shutting down when in fact it is 
actually crashing.


Original issue reported on code.google.com by alistair.rutherford on 12 Apr 2009 at 7:25

Exception running VBO sample in SpriteMethodTest

What steps will reproduce the problem?
1. Launch SpriteMethodTest
2. Select OpenGL ES -> Use VBO Extension

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

Expected sprite test to run, instead received the following in LogCat:

Uncaught handler: thread GLThread exiting due to uncaught exception
java.lang.IllegalArgumentException: remaining() < size
    at com.google.android.gles_jni.GLImpl.glBufferData(Native Method)
    at 
com.android.spritemethodtest.Grid.generateHardwareBuffers(Grid.java:231)
    at 
com.android.spritemethodtest.SimpleGLRenderer.surfaceCreated(SimpleGLRender
er.java:192)
    at 
com.android.spritemethodtest.GLSurfaceView$GLThread.guardedRun(GLSurfaceVie
w.java:403)
    at 
com.android.spritemethodtest.GLSurfaceView$GLThread.run(GLSurfaceView.java:
337)

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

Running on Android Emulator
OS: Windows 7
Eclipse: 3.5.1 (Eclipse IDE for Java Developers Build id: 20090920-1017)
Android SDK: 2.0.1

Tested on 1.5, 1.6, 2.0 and 2.0.1 emulated devices

Original issue reported on code.google.com by [email protected] on 28 Dec 2009 at 9:00

Android-Mail-Client keeps remotely deleted IMAP-folders

What steps will reproduce the problem?
1. Connect Android-Mail-Client app to an IMAP-Client
2. Delete a folder on that IMAP-Account in i.e. Thunderbird
3. Android-Mail-Client doesn't remove the folder (but prints below:
Connection Error)

What is the expected output? What do you see instead?
- The Folder should be deleted


What version of the product are you using? On what operating system?
- Firmware Vesion 1.0 (on T-Mobile G1)

Original issue reported on code.google.com by [email protected] on 24 Oct 2008 at 4:49

Better shadows for LOLcat

A better way to create LOLcat-like shadows is to use something like I did
in ConnectBot where you make the stroke width wide and change the mitres to
round on a Paint object you draw before the actual text:

http://code.google.com/p/connectbot/source/browse/trunk/connectbot/src/org/conne
ctbot/ColorsActivity.java?spec=svn326&r=326#171

Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 3:39

SHOW_RADAR should use geo URI.

Radar introduces the new
intent: http://www.openintents.org/en/node/46
Intent i = new Intent("com.google.android.radar.SHOW_RADAR");
i.putExtra("latitude", 37.422f);
i.putExtra("longitude", -122.084f);
startActivity(i);

Wouldn't it make more sense to use the geo: URI scheme here instead of
using
extras?http://www.openintents.org/en/node/62http://code.google.com/android/refer
ence/available-intents.html

Then the same content URI could be either used with VIEW to show a
map, or SHOW_RADAR to show the radar... (or even rename the action to
VIEW_RADAR to allow for various VIEW modes on geo data...?)

What do you think?

Friedger (question posted by Peli at
http://groups.google.com/group/android-developers/browse_frm/thread/78850bd5816a
2b40#)

www.openintents.org

Original issue reported on code.google.com by [email protected] on 29 Sep 2008 at 10:58

Unsuppressed warning in Photostream

[Reported against r20 of Photostream]

As previously reported, there's an unchecked warning in UserTask.java

photostream\UserTask.java:215: warning: [unchecked]
 unchecked generic array creation of type Result[] for varargs parameter
  new UserTaskResult<Result>(UserTask.this, result));

Caused by mixing generics with arrays in the UserTaskResult constructor:

  UserTaskResult(UserTask task, Data... data)

I suspect there's something unsavory about the use of varargs in the
swingworker-style task class, but I don't have a suggested fix, and,
furthermore, the code is actually safe in this instance.

Fix: Please annotate this statement to suppress the needless warning.

 @SuppressWarnings("unchecked")
 final Message message = sHandler.obtainMessage(MESSAGE_POST_RESULT,
   new UserTaskResult<Result>(UserTask.this, result));

(As per Item 26 in Effective Java, 2nd Ed.)

Original issue reported on code.google.com by [email protected] on 2 Sep 2008 at 10:11

[GlobalTime] 2D mode and Zooming function

1. in 2D mode, traversing through different time zone does not move to the
new location as does in 3D mode.
2. in 2D mode, L key does not have the effect.
3. Zoom-in and zoom-out does not function as expected as in Google Map.

My platform is m5-rc15 on Windows XP

Original issue reported on code.google.com by [email protected] on 4 Jun 2008 at 1:13

MISSING APPLICATION

What steps will reproduce the problem?
1.  SPARE PARTS APP.

2.
3.

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


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

Please provide any additional information below.

IM HAVING PROBLEMS , IM MISSING AN APP. IN THE MARKET , APPLICATIONS , 
TOOLS : ((SPARE PARTS )))MISSED ..    WHAT IM ACTUALLY NEED IS TO BE ABLE 
TO CHANGE THE FONT SIZE ,ETC 

      THANKS ..  [email protected]     

Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 5:35

end() not call when you cancel an UserTask (photostream sample)

Hello

I extend photostream class called UserTask. If I call cancel(true) on my 
class he don't call my overrided end() (but my task is cancel).

private class Tick extends UserTask<Integer, Integer, Integer> {
        private int mTarget = 0;

        @Override
        public void begin() {

        }

        public Integer doInBackground(Integer... params) {
            //int target = Integer.parseInt(params[0].trim());
            mTarget = params[0];
            int end = params[1];
            int i = 0;
            while (i <= end && !isCancelled()) {
                    publishProgress(i);
                    try {
                    java.lang.Thread.sleep(100);
            } catch (InterruptedException e) {
                // TODO Auto-generated catch block
                    e.printStackTrace();
            }
            i++;
            }
            return i;
        }

        public void processProgress(Integer... progress) {
            if(!isCancelled())
            {
                mSwitcher.setText(Integer.toString(progress[0]));
            }
        }

        @Override
        public void end(Integer result) {
            if(result == mTarget)
            {
                android.util.Log.d(NoName.LOG_TAG, "WIN");
            }
            else
            {
                android.util.Log.w(NoName.LOG_TAG, "LOSE");
            }
            mTick = null;
        }
    }

Original issue reported on code.google.com by [email protected] on 9 Sep 2008 at 12:19

[WikiNotes] Backing over deleted note crashes WikiNotes

[Reported against r17 of WikiNotes running in beta 0.9 emulator.]

Problem: Back key crashes WikiNotes if previous note was deleted.

To reproduce: Create some notes, delete one, go to the notes list, and
start hitting the Back key. When you get back to the deleted note,
WikiNotes crashes (and then restarts).

Another problem: WikiNotes creates too much useless history? As one
continues to use WikiNotes, the activity history continues to accumulate,
including references to notes that have subsequently been deleted. The Back
key becomes useless because so many references have been maintained.
Even after WikiNotes restarts, the old activity seems to be retained. This
makes me wonder if the activity-based mechanism that WikiNotes exemplifies
is really so great in practice. Notice how many windows die when WikiNotes
crashes below... A much shorter, hierarchical history would be more useful,
and would retain no more than a few windows in the worst case.

This trace shows the crash due to the deleted note:

E/AndroidRuntime(  241):
 Uncaught handler: thread main exiting due to uncaught exception

E/AndroidRuntime(  241): java.lang.RuntimeException:
 Unable to resume activity
 {com.google.android.wikinotes/com.google.android.wikinotes.WikiNotes}:
  android.database.CursorIndexOutOfBoundsException:
   Index 0 requested, with a size of 0

E/AndroidRuntime(  241):
        at android.app.ActivityThread.performResumeActivity
        at android.app.ActivityThread.handleResumeActivity
        at android.app.ActivityThread$H.handleMessage
        at android.os.Handler.dispatchMessage
        at android.os.Looper.loop
        at android.app.ActivityThread.main
        ...

E/AndroidRuntime(  241): Caused by:
  android.database.CursorIndexOutOfBoundsException:
   Index 0 requested, with a size of 0
        at android.database.AbstractCursor.checkPosition
        at android.database.AbstractWindowedCursor.checkPosition
        at android.database.AbstractWindowedCursor.getString
        at android.database.CursorWrapper.getString
        at com.google.android.wikinotes.WikiNotes.onResume
        at android.app.Instrumentation.callActivityOnResume
        at android.app.Activity.performResume
        at android.app.ActivityThread.performResumeActivity
        ... 10 more

I/ActivityManager(   49): Process com.google.android.wikinotes has died.

Then all the WikiNotes windows die... There are a lot!

I/WindowManager(   49): WIN DEATH: Window{43519778
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{434e53c8
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotesList}

I/WindowManager(   49): WIN DEATH: Window{434a3008
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotesList}

I/WindowManager(   49): WIN DEATH: Window{435092c8
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{4346bac0
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{43555a28
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{43453448
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{43548878
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotesList}

I/WindowManager(   49): WIN DEATH: Window{434be5e8
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{434cfbe0
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{434ab348
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{4341cd50
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{43442488
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotesList}

I/WindowManager(   49): WIN DEATH: Window{434b4eb8
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotesList}

I/WindowManager(   49): WIN DEATH: Window{434d1840
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{43512458
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}

I/WindowManager(   49): WIN DEATH: Window{4353e098
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotesList}

I/WindowManager(   49): WIN DEATH: Window{43478fe8
com.google.android.wikinotes/
com.google.android.wikinotes.WikiNotes}


Original issue reported on code.google.com by [email protected] on 30 Aug 2008 at 7:04

WikiNotes: WikiNoteProvider should not set MODIFIED_DATE

WikiNoteProvider should not set the time to the current if modified date
already provided (or should not set at all).

location:
http://code.google.com/p/apps-for-android/source/browse/trunk/WikiNotes/src/com/
google/android/wikinotes/db/WikiNotesProvider.java#296

I am making a custum modifications to WikiNotes to allow remote
syncronization that's why I came across this.

Original issue reported on code.google.com by [email protected] on 3 Jun 2009 at 8:29

Translate - languages.java

What steps will reproduce the problem?
1.  Laothian is mispelled, it is 'Laotian'
2.  Please include 'R.drawable.lo' in languages.java module for Laotian
3.

What is the expected output? What do you see instead?
Correct spell of Laotian and R.drawable.lo included

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


Please provide any additional information below.

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

Samples/Downloader does not build on SDK 1.0

What steps will reproduce the problem?

Checkout the source, create a build file and use ant to build.

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

Expect build to be successful.

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

SDK 1.0 on Ubuntu Linux

Please provide any additional information below.

There are a few errors starting with:

DownloaderActivity.java:24: cannot find symbol
    [javac] symbol  : class AndroidHttpClient
    [javac] location: package android.net.http
    [javac] import android.net.http.AndroidHttpClient;

I guess this is to do with the recent changes in the SDK as I can't find 
android.net.http.AndroidHttpClient in the docs for the SDK. The OpenGL ES
examples built fine and are very useful.



Original issue reported on code.google.com by [email protected] on 21 Oct 2008 at 3:45

errors with androidglobaltime project

What steps will reproduce the problem?
1. I'm working with android version1.0, the android global time project 
not run in version1 in windows OS.  it gives error in the header file. 
android.pim.
dateutil, object3D and some. 

2. please give the version1.0 code for androidglobaltime project. 




Original issue reported on code.google.com by [email protected] on 3 Feb 2009 at 9:14

Allow change to font size used to display

The current font is a bit large. I would prefer to use a smaller font,
fitting more text on the screen at a time.

For example, I have a list of Hugo award winning books with year, author
and title one per line. The lines wrap with the current font, but with a
smaller font they would not.

Can we have an options page that allows the size of the font to be made
smaller.

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

Unchecked warning in Photostream

[Reported against r17 of Photostream]

There's an unchecked warning in UserTask.java

photostream\UserTask.java:215: warning: [unchecked]
 unchecked generic array creation of type Result[] for varargs parameter
  new UserTaskResult<Result>(UserTask.this, result));

Caused by mixing of generics with arrays in the UserTaskResult constructor:

  UserTaskResult(UserTask task, Data... data)

Fix: Replace arrays with lists? (per Effective Java 2nd Ed. Ch. 5)

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

Translate - languages.java

What steps will reproduce the problem?
1.  Laothian is mispelled, it is 'Laotian'
2.  Please include 'R.drawable.lo' in languages.java
 module for Laotian
3.

What is the expected output? What do you see instead?
Correct spell of Laotian and R.drawable.lo included

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


Please provide any additional information below.

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

https://dl-ssl.google.com/android/eclipse/ is down. Please help.

What steps will reproduce the problem?
1. Cannot install android eclipse adt on https://dl-
ssl.google.com/android/eclipse/
2.
3.

What is the expected output? What do you see instead?
eclipse android adt succesfully update.

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

Please provide any additional information below.
i cannot access https://dl-ssl.google.com/android/eclipse/ to install 
android eclipse adt. please help. thanks

Original issue reported on code.google.com by [email protected] on 10 Mar 2008 at 3:18

Publish Intent for other apps to call Any Cut

More of a request than an issue.

I'd like to be able to call Any Cut from my app with an intent, hand it the
Activity to create a shortcut to, and Any Cut's ShortcutEditorDialog pops
up, allowing the user to edit the name and create the shortcut, or
something along those lines.

Why reinvent the wheel when someone's made this great app already?

Original issue reported on code.google.com by [email protected] on 8 Apr 2009 at 7:50

[Radar] Support landscape mode

The attached patch adds support for landscape mode in the Radar view.
The main change is in RadarView.java, where it needs to take the min of the 
width and height to find the center instead of always taking the width. I 
also took out the screenOrientation=portrait flag from the manifest, and 
added a landscape layout.

Original issue reported on code.google.com by ed.burnette on 29 Sep 2008 at 5:39

Attachments:

Include Eclipse .project and .classpath files for all projects

Some projects have .project and .classpath  files checked in and some 
don't. If the files are there it's more convenient for Eclipse users and 
doesn't hurt non-Eclipse users. Therefore the request is to include the 
.project and .classpath  files for all projects.

Projects that currently DO have .project and .classpath :

Panoramio
Radar
RingsExtended
WebViewDemo

Projects that do NOT currently have .project and .classpath :

AndroidGlobalTime
Photostream
DivideAndConquer
Downloader
SpriteText
Triangle
Translate
WikiNotes




Original issue reported on code.google.com by ed.burnette on 29 Sep 2008 at 5:53

patch to translate by implicit intent

"Translate" remains very popular on the Android Market. As a developer, I
appreciate being able to leverage existing applications. The proposed patch
allows the app to respond to either the "SEND" or "TRANSLATE" (see
http://www.openintents.org/en/node/286) actions.

New Extras are:
*android.intent.extra.translate.FROM_LANGUAGE
*android.intent.extra.translate.TO_LANGUAGE
and Intent.EXTRA_TEXT is used for the source text.

Apply patches via:
patch -p1 < AndroidManifest.xml.patch
and
patch -p1 < TranslateActivity.java.patch
from the root directory of apps-for-android from SVN.

Original issue reported on code.google.com by kostmo on 4 Nov 2009 at 12:33

Attachments:

[GlobalTime] Cannot toggle lights

[Reported against r13 running on beta 0.9 emulator]

Pressing L to toggle the lights display doesn't work.

Cause is the following code in the GlobalTime.onKeyDown method:

        // If we're not in alphabetical entry mode, convert letters
        // to their digit equivalents
        if (!mAlphaKeySet) {
            char numChar = event.getNumber();
            if (numChar >= '0' && numChar <= '9') {
                keyCode = KeyEvent.KEYCODE_0 + (numChar - '0');
            }
        }

After this code has executed, KEYCODE_L has been remapped to KEYCODE_5.

Note that event.getNumber() returns '5' for 'L' because the JKL key on the
touch pad bears the numeral 5.

KEYCODE_W and most other alpha keys are also broken by this code.

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

Error checking out code

What steps will reproduce the problem?
1. Install and open rapidsvn
2. Click Respository > Checkout in the menu and fill in URL with
'http://apps-for-android.googlecode.com/svn/trunk/
apps-for-android-read-only' and fill in the destination directory with a
created directory on my HDD
3. Click OK and get the error ' Error while performing action: URL
'http://apps-for-android.googlecode.com/svn/trunk/%20apps-for-android-read-only'
doesn't exist'

What is the expected output? What do you see instead?
The expected output is to successfully checkout the Apps-for-android code 
What I see instead is the error listed in item 3 above.

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

Please provide any additional information below.

Shouldn't I beable to check out a read only copy of the code through this
process?  What can I try to make it work?

Original issue reported on code.google.com by [email protected] on 23 Feb 2009 at 5:04

WikiNotes needs a sync or backup mechanism

WikiNotes is great, especially on a touchscreen phone... but I don't like
committing lots of information to somethin without backup or sync.  I can't
even get at the sqlite database from adb shell, at least in rc30, because
(1) the standalone sqlite3 isn't shipped anymore (2) the permissions model
prevents it anyway.

*Ideally* it would be possible to push the pages to something in Google
Docs, but even a regular update of a copy of the db on the sdcard would be
an improvement, since that's easy to back up.

(Just a feature request for now, though if I get desperate enough I may
hang patches here too :-)

Original issue reported on code.google.com by [email protected] on 17 Nov 2008 at 3:02

[GlobalTime] Deprecation warnings in AndroidGlobalTime

Compiling AndroidGlobalTime using -Xlint:unchecked with Beta 0.9 SDK
generates warnings for City.java and Clock.java

1. Here's an update for the getCitiesByOffset method, using Comparator<City>:

    public static City[] getCitiesByOffset() {
        City[] ocities = cities.values().toArray(new City[0]);
        Arrays.sort(ocities, new Comparator<City>() {
                public int compare(City c1, City c2) {
                    long now = System.currentTimeMillis();
                    TimeZone tz1 = c1.getTimeZone();
                    TimeZone tz2 = c2.getTimeZone();
                    int off1 = tz1.getOffset(now);
                    int off2 = tz2.getOffset(now);
                    if (off1 == off2) {
                        float dlat = c2.getLatitude() - c1.getLatitude();
                        if (dlat < 0.0f) return -1;
                        if (dlat > 0.0f) return 1;
                        return 0;
                    }
                    return off1 - off2;
                }
            });
        return ocities;
    }

Note the use of the following one-line idiom that replaces several lines in
the original:

        City[] ocities = cities.values().toArray(new City[0]);

This can also be used in getCitiesByName:

    public static City[] getCitiesByName() {
        City[] ocities = cities.values().toArray(new City[0]);
        Arrays.sort(ocities);
        return ocities;
    }

2. The unchecked warning in Clock.java concerns the use of
android.pim.DateUtils.timeString, which is deprecated.

However, I can neither find android.pim in the package index nor find
DateUtils in the class index(!), so I'm at a loss at how to silence this
warning.

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 10:09

Cannot check out the source code with SVN

Hi,

I am trying to follow the recommandation to get the latest source code 
with SVN but SVN keeps asking for a username/password. Could you check 
that please?

I could not find any mailing list for this group either, what should we 
use?

Thanks

Fred
[email protected]

Original issue reported on code.google.com by [email protected] on 15 Mar 2008 at 5:40

[Radar] Animation doesn't start automatically

What steps will reproduce the problem?
1. Bring up a radar view in the emulator. It will show 'Scanning...'.
2. Using the Emulator Control view in Eclipse, send a manual GPS location.

What is the expected output? What do you see instead?
It shows the distance but the radar animation doesn't start and no blip 
appears. If you enter the menu and set either standard or metric units then 
the animation starts.

What version of the product are you using? On what operating system?
1.0r1, Win64 Vista SP1

I've attached a patch that fixes the problem.

Original issue reported on code.google.com by ed.burnette on 29 Sep 2008 at 5:46

Attachments:

11111111

What steps will reproduce the problem?
1. 1
2. 1
3. 1

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 4:59

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.