Git Product home page Git Product logo

floatingimage's People

Contributors

annoia avatar

Watchers

 avatar

floatingimage's Issues

live wallpaper crashes on Samsung Galaxy Note 3

What steps will reproduce the problem?
1. Add folder full of images to floating image in settings
2. Set live wallpaper 
3. Look at live wallpaper for about a minuite
4. live wallpaper crashes

What is the expected output? What do you see instead?
Should not crash. instead it crashes

What version of the product are you using? On what operating system?
latest version in the google play store
Android 4.3

Please provide any additional information below.
It seems to only crash when your at the home screen. When in an app it does not 
crash, but when on the home screen and looking at it for about a minute or 2 it 
crashes

If there is any more info I can provide please let me know and I will happily 
provide it. I dont know too much about android debugging, but if android or 
your app writes any sort of log files or similar let me know and I can provide 
them

Original issue reported on code.google.com by [email protected] on 13 Mar 2014 at 6:19

Too much aliasing - Maybe not a bug, but a feature request

What steps will reproduce the problem?
1. Use HQ thumbnails (but even normal a little) 
2. Start and watch borders
3. There's great aliasing

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

Maybe you can add an option to add a little anti-alias to reduce jaggies.
It seems possible, because now its fluent even on Adreno 130...
So performance it's not problematic...

What version of the product are you using? On what operating system?
Latest, on Motorola BackFlip with CM7

Please provide any additional information below.

(Great app however!)

Original issue reported on code.google.com by [email protected] on 22 Jun 2011 at 8:11

Launching activity on dock/charger intent.

What steps will reproduce the problem?
1. Connect charger/dock (without 'misc->Launch on dock' setting selected).

What is the expected output? What do you see instead?
Expected: Nothing happens

Actual: Activity is launched and immediately killed.


What version of the product are you using? On what operating system?
Floating Image version 3.4.16 running on Android 4.0.4

Please provide any additional information below.
I changed the DockBroadcastReciever's onRecieve to check for the setting before 
it decides if it should launch the activity:

    boolean open = sp.getBoolean("open_on_dock", false);
    if(open) {          
        if(!sp.getBoolean("running", false)){
            i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
            context.startActivity(i);
        }
    }

Works great with the setting on or off, but ugly as all hell :)


Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 3:08

movement selection unstability

What steps will reproduce the problem?
1. floating image selected in display mode
2. movement option set to mixup
3.

What is the expected output? What do you see instead?
 Movement option seems randomized between hyperspeed, tabletop, stack and mixup. Changeup has also occurred upon exiting floating gallery

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

Please provide any additional information below.

samsung gs2

Original issue reported on code.google.com by [email protected] on 4 Dec 2011 at 11:34

full res for all photos when in floating mode.

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 17 Aug 2013 at 4:08

Images do not appear

What steps will reproduce the problem?
1. Starting program
2. Initial default program image floats by
3. No other images appear from or from any feed.
4. Attempted to modify all settings with "N" number of combinations.  For 
example, on "Float" only the default program images floats by whereas on "Fade 
to White" only a small white rectangular box drops from above, rests at the 
bottom of screen, and stays put. This is the case with any mode other than 
"Floating Image".
5. Left program running (to give time for images to render) bot nothing 
appears. 

What is the expected output? What do you see instead?
Previously the program has worked.  Since I downloaded an update the program 
does not produce the images.  I have deleted just about every app and all media 
to ensure that enough memory exists.  

What version of the product are you using? On what operating system?
Running version 3.02 on Android 2.2


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Jun 2011 at 11:30

Cannot add an rss feed

What steps will reproduce the problem?
1.  Download the program
2.  Go to add new feed
3.  Select rss
4.  Nothing happens

What is the expected output? What do you see instead?
I expected to be able to type in a url. Nothing happens instead.

What version of the product are you using? On what operating system?
Android version: Icecream Sandwitch. Software version: I can't find anywhere on 
the app that tells me that.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 May 2012 at 12:43

Chosen pictures expand but not loaded in higher quality


1. Select picture
2. Expand to full size but in same (bad)  quality
3. Old behavior: chosen picture expand, load bar appears, big picture displayed
4. High resolution check box marked.......  Unchanged
5 happened first time approx 1 week ago
6.app worked since 2 years fine

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


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

Motorola zoom 1 a druid 4.2
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Feb 2015 at 1:34

Cache with online feeds

1. I added a picasa feed (show user) and although its showing the images, its 
very slow. My device is connected to a slow interent and its expected
However if i click on a image and the larger version loads, you should keep the 
image in a cache of some sort, so that everytime I open the image, it does not 
load from the internet again

2. Another feature I would like to see is 'Download feed', where the 
application will download all the images from a feed and keep it in cache, the 
larger version as well and the thumbnail. Obviously it will take up disk space, 
but for many newer generation phones, disk space is not a issue and besides it 
would make a better photo frame kind of device if the images are loaded from 
cache instead of internet

This is a great app, I am happy to see that you have not dumbed down the 
application and provided a great user friendly interface.



Original issue reported on code.google.com by [email protected] on 31 Oct 2011 at 7:28

Not afloat on Samsung Galaxy s2 epic touch

What steps will reproduce the problem?
1. Select photos from camera as source
2. Look at screen
3.

What is the expected output? What do you see instead?
The images go by but need nudging.  They also are in columns rather than 
randomly floating.

What version of the product are you using? On what operating system?
Most current version of Floating Image as of 12/14/11.  My Samsung runs 2.3.6 
Android.

Please provide any additional information below.
It always worked on my HTC Evo.  I just started with the Samsung model and it 
hasn't floated on it the way the Evo did.  I tried to find a setting to control 
it but didn't see anything.  Sometimes I can be pretty blind.

Thanks.  It's an outstanding product!

Original issue reported on code.google.com by [email protected] on 14 Dec 2011 at 7:23

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.