Giter VIP home page Giter VIP logo

eyefidroid's Introduction

Hi there 👋

I'm Maicon Peixinho, based in Iowa, US.

  • 🔭 I’m currently working on John Deere as Senior Engineering Manager

eyefidroid's People

Watchers

 avatar

eyefidroid's Issues

Use temporary file name for excluding IMG_0000-1.JPG file names

[ru] При загрузке фотографий использовать 
временные имена файлов и 
переименовывать при успешной загрузке, а 
то получается:
1. Грузим IMG_0001.JPG, но останавливаемся и висим 
по таймауту
2. Eye-Fi SD начинает загружать ее же, 
приходится новому файлу давать имя 
IMG_0001-1.JPG

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

Optimize update 'Uploading Dialog'

[ru]
Оптимизировать обновление в диалоге 
загрузки фотографии, чтоб поменьше Bitmap 
обновлять.

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

Preview of Nikon D90 photos failing. Cause:image resize or aspect ratio.

What steps will reproduce the problem?
1.Upload a picture from a Nikon D90
2.
3.

What is the expected output? What do you see instead?
I expect to see the image previewed in the gallery.  Instead the 
application throws the error window and asks me to force it to close.

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

Please provide any additional information below.
This probably has to do with the way you resize photos of a different 
aspect ratio.
Here are some of the errors I found in the debugger:
1.
11-02 12:20:40.458: ERROR/AndroidRuntime(9261): Uncaught handler: thread 
main exiting due to uncaught exception
11-02 12:20:40.469: ERROR/AndroidRuntime(9261): 
java.lang.NullPointerException
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
com.leshak.eyefidroid.EyeFiDroid.uploadImageProgress(EyeFiDroid.java:492)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
com.leshak.eyefidroid.EyeFiDroid.access$1(EyeFiDroid.java:483)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
com.leshak.eyefidroid.EyeFiDroid$1.handleMessage(EyeFiDroid.java:766)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
android.os.Looper.loop(Looper.java:123)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
android.app.ActivityThread.main(ActivityThread.java:3948)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
java.lang.reflect.Method.invokeNative(Native Method)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
java.lang.reflect.Method.invoke(Method.java:521)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:782)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
11-02 12:20:40.469: ERROR/AndroidRuntime(9261):     at 
dalvik.system.NativeStart.main(Native Method)



This is one as well

11-02 12:19:58.978: ERROR/AndroidRuntime(8968): Uncaught handler: thread 
main exiting due to uncaught exception
11-02 12:19:59.018: ERROR/AndroidRuntime(8968): 
java.lang.RuntimeException: Canvas: trying to use a recycled bitmap 
android.graphics.Bitmap@4313afc8
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.graphics.Canvas.throwIfRecycled(Canvas.java:942)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.graphics.Canvas.drawBitmap(Canvas.java:1013)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:250)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.widget.ImageView.onDraw(ImageView.java:842)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.View.draw(View.java:5838)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1486)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1484)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.widget.AbsListView.dispatchDraw(AbsListView.java:1319)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.widget.ListView.dispatchDraw(ListView.java:2820)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.View.draw(View.java:5944)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.widget.AbsListView.draw(AbsListView.java:2121)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1486)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1484)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1484)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.View.draw(View.java:5841)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.widget.FrameLayout.draw(FrameLayout.java:352)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1486)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1484)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.drawChild(ViewGroup.java:1484)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewGroup.dispatchDraw(ViewGroup.java:1228)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.View.draw(View.java:5841)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.widget.FrameLayout.draw(FrameLayout.java:352)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
com.android.internal.policy.impl.PhoneWindow$DecorView.draw
(PhoneWindow.java:1847)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewRoot.draw(ViewRoot.java:1217)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewRoot.performTraversals(ViewRoot.java:1030)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.view.ViewRoot.handleMessage(ViewRoot.java:1482)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.os.Handler.dispatchMessage(Handler.java:99)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.os.Looper.loop(Looper.java:123)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
android.app.ActivityThread.main(ActivityThread.java:3948)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
java.lang.reflect.Method.invokeNative(Native Method)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
java.lang.reflect.Method.invoke(Method.java:521)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:782)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
11-02 12:19:59.018: ERROR/AndroidRuntime(8968):     at 
dalvik.system.NativeStart.main(Native Method)











Original issue reported on code.google.com by [email protected] on 2 Nov 2009 at 7:18

Application crashed when trying to get EyeFi Card list

What steps will reproduce the problem?
When I try to get the EyeFi Card list, the app chrashed.


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

I use Eye-Fi Droid V.1.0.4. on Android 2.1 on a Samsung Galaxy S over Wifi.

Please provide any additional information below.

I think the problem could be my password. It contains the characters:   ! and "

CU, Stefan

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

Still in development?

Hey the application is very buggy... is there still something going on?

I'v got issues with the internal viewer and sharing pictures. 

Original issue reported on code.google.com by [email protected] on 12 Feb 2011 at 7:32

Transfer crashes up

What steps will reproduce the problem?
1. Take a photo (Nikon D90, Eye-Fi Explore X2)
2. Wait for transfer

What is the expected output? What do you see instead?
Expected would be that the photo shows up. Instead, I see a (correct) thumbnail 
coming up, then the progress bar appears and then the application crashes 
(Android dialog "Application has terminated unexpectedly")

What version of the product are you using? On what operating system?
1.0.4 on Android 2.1

Please provide any additional information below.
Using a Motorola Milestone, German language.

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

Multiple Eye Fi cards on a single account login fails.

What steps will reproduce the problem?
1.Add multiple cards to an Eye Fi account.
2.Try to login to set the Eye Fi card key.
3.

What is the expected output? What do you see instead?
I would see all of my cards display in the list but I get an error and a 
request to force close the application.

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

Please provide any additional information below.
 Here is the debugger error.


11-02 15:42:15.102: ERROR/AndroidRuntime(4499): Uncaught handler: thread 
Thread-11 exiting due to uncaught exception
11-02 15:42:15.102: ERROR/AndroidRuntime(4499): 
java.lang.IndexOutOfBoundsException: Invalid location 1, size is 1
11-02 15:42:15.102: ERROR/AndroidRuntime(4499):     at 
java.util.ArrayList.get(ArrayList.java:353)
11-02 15:42:15.102: ERROR/AndroidRuntime(4499):     at 
com.leshak.eyefidroid.eyefiUploadKeyLoader.getEyeFiCardsList
(eyefiUploadKeyLoader.java:241)
11-02 15:42:15.102: ERROR/AndroidRuntime(4499):     at 
com.leshak.eyefidroid.eyefiUploadKeyLoader.access$1
(eyefiUploadKeyLoader.java:215)
11-02 15:42:15.102: ERROR/AndroidRuntime(4499):     at 
com.leshak.eyefidroid.eyefiUploadKeyLoader$ProgressThread.run
(eyefiUploadKeyLoader.java:208)

Original issue reported on code.google.com by [email protected] on 2 Nov 2009 at 9:46

Add support upload to Flickr (Pixelpipe)

(ru) Добавить поддержку загрузки в Flickr,
Адрес API: http://www.flickr.com/services/api/ [^]
И автоматом добавится поддержка Pixelpipe
http://pixelpipe.com/api [^]
Соответственно поддержка нужна с учетом 
ограничений Pixelpipe, pixelpipe 
более выгоден.

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

Blank picture on internal viewer

What steps will reproduce the problem?
1. Tap a picture
2.
3.

What is the expected output? What do you see instead?
The picture displays briefly but then changes to a gray screen.

What version of the product are you using? On what operating system?
Android 2.1-update1, V1.0.4

Please provide any additional information below.

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

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.