Code Monkey home page Code Monkey logo

flickr-viewer-for-honeycomb's People

Watchers

James Cloos avatar

flickr-viewer-for-honeycomb's Issues

add 'views' information in photo list

from the flickr api document, seems we can get the 'views' information when 
getting photo lists, so we need to add this information and show them in the 
photo grid;

for the 'getPopularPhotos' api, comments and favorite can also be returned, 
then we can also show them.

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

impossible to access my group photos list

What steps will reproduce the problem?
1.my set group
2.photos group
3.I choose my group

What is the expected output? What do you see instead?
Message.. "enable to get photo list, please check your network access"


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

version 1.2.8 - on Android system

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jan 2014 at 9:55

contact item ui and feature refactor

1, sort contact by user name by default;
2, add quick filter menu item to filter by user name when typing into the 
search view on the action bar;
3, add 3 options to
   3.1 show family only;
   3.2 show family + friends;
   3.3 show all

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

comment list for private photos.

can not show the comments for my private photos, may need to update the api 
impl according to flickr api document about comments.

Original issue reported on code.google.com by [email protected] on 28 Aug 2011 at 3:54

Restrict to Only Support X-Large Screen

According to this blog, we should restrict our app to only support x-large 
screen. 
http://android-developers.blogspot.com/2011/09/preparing-for-handsets.html

<manifest ... >
    <supports-screens android:smallScreens="false"
                      android:normalScreens="false"
                      android:largeScreens="false"
                      android:xlargeScreens="true"
                      />
    <application ... >
        ...
    </application>
</manifest>

Original issue reported on code.google.com by [email protected] on 20 Sep 2011 at 2:38

Enabling Google Analytics

We should enable google analytics for this Android app so that we could track 
the usage of users.

I have created a Google 
Analytics(https://www.google.com/analytics/reporting/?reset=1&id=46841513&pdr=20
110507-20110606), and just need to follow the instruction from 
here(http://android-developers.blogspot.com/2010/12/analytics-for-android-apps.h
tml).


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

favorite photo related features

The following features need to enhanced:

1, now photo detail page does not indicate this photo is my favorite or not, 
might be expensive to do this;
2, if it's already my favorite, add as favorite will say "error to mark as 
favorite", which is not quite good;
3, does not have a way to remove a photo from my favorite list.


Original issue reported on code.google.com by [email protected] on 15 Jun 2011 at 2:43

overlap og Sets/Groups with the standard menu on the left side

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?
3.1 on gslate

Please provide any additional information below.

There is an overlap on the left side menu when clicking the Set/Group button. 
One can see both the list of sets and groups and the standard menu and 
therefore hard to read and select.

This has not been happening from the verybegining but started sedenly.

Its as if one of the buttons are 'stuck'pushed(the topmost one).

Thanks,
Eugen
503 530-0569


Original issue reported on code.google.com by [email protected] on 7 Jul 2012 at 2:56

BitmapFactory changes

http://code.google.com/p/android/issues/detail?id=8488

according to the issue report in android sdk code line, need to update our code 
with the comments below to avoid the potential OOM error:

------------------------------------
use BitmapFactory.decodeFileDescriptor instead of decodeStream/decodeFile. It 
worked for me.

I believe there is a bug in the native methods used in decodeStream and 
decodeFile. BitmapFactory.decodeFileDescriptor uses different native call: 
nativeDecodeFileDescriptor() than the others. 
------------------------------------

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

no slideshow mode

What steps will reproduce the problem?
1.open the app
2.view a set
3.there is no way to do a full screen slide show. 

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 8 Dec 2011 at 7:36

can only view public images in my photo stream

What steps will reproduce the problem?
1. View sets or photostream
2. Can't see anything that isn't set as public
3.
!
What is the expected output? What do you see instead?
As I had to authorize this app to my Flickr stream I would expect to see 
everything

What version of the product are you using? On what operating system?
Latest from market on a xoom running 3.2


Please provide any additional information below.
Awesome app, ifvi could see my full photostream it would do everything I need

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

Slideshow improvement

What steps will reproduce the problem?
1. Open any Image in any set

What is the expected output? What do you see instead?
It would be nice if we can browse through all of the images in the current set 
in Fullscreen. For each image it should then be possible to come back to the 
actual view where one can see the Exif imformation, comments and so on.

What version of the product are you using? On what operating system?
The actual version on Android 3.2

Original issue reported on code.google.com by andreas.ruppen on 29 Jan 2012 at 3:27

pictures in a page does not follow setting

What steps will reproduce the problem?
1. Set page size to any value greater than 18
2. Select my favorites or any contacts to display their photostream

What is the expected output? What do you see instead?
Shoud see number of photos ina page acCording to setting. Instead see only 18 
photos in a page. When press next page or previous page, no new pictures shown 
and message says this is the last page. But there are definitely more photos 
than 18.

What version of the product are you using? On what operating system?
V1.2.6
Android 3.2 on Samsung galaxy tab 10.1

Please provide any additional information below.
1. Works if setting of page size is 18.
2. Works for view my groups.

Original issue reported on code.google.com by [email protected] on 1 Apr 2012 at 12:48

photo detail fragment error

needs to preserve the context of photo detail fragment, that is, when it's 
going to be destroyed, the photo id, photo title, photo owner's id should be 
saved, then when on re-enter, restore them.

Original issue reported on code.google.com by [email protected] on 17 Jun 2011 at 6:16

Contacts Filtering Not Working Properly

What steps will reproduce the problem?
1. go to My Contacts page
2. Change filter to Family Only. In this case, we assume that only family 
contacts will be shown. And the position might be changed. For instance, prior 
to the filtering, the first contact shown might be non-friends/family, changing 
the filter will show a different user as the first.
3. Clicking on this first family contact will actually show images of the first 
contact before the filter

What is the expected output? What do you see instead?
It should show the images of the currently showing contact, which might be 
either family or friends.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 3 Jul 2011 at 5:00

previous/next page bug

need a way to handle the case that when there is no more photos to show, the 
page number should be updated (-1).

Original issue reported on code.google.com by [email protected] on 6 Jul 2011 at 2:02

A few suggestions

It would be great to be able to choose a black skin or view the full size image 
in black background, plus when zooming the image it doesn't cover the whole 
screen but it is cropped inside a box that is the size of the image when viewed 
in full screen.

Menu icon's could be more professional looking (can help with that or any kind 
of graphics if needed)

What version of the product are you using? On what operating system?
Flickr Viewer HD 1.2.6
Acer Iconia Tab A500 - Android 3.2.1


Original issue reported on code.google.com by [email protected] on 6 Mar 2012 at 9:53

Cannot auth nothing happens when I press to auth

What steps will reproduce the problem?
1. Install app
2. Try  auth
 3. nothing happens when I press button
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 1 Oct 2011 at 5:15

photo list fragment management error

What steps will reproduce the problem?
1. Photo list
2. Detail
3. Clickmain menu to load new photolist

What is the expected output? What do you see instead?
Only one list fragment expected, but not, so menu items are duplicated

Please use labels and text to provide additional information.


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

navigation element overlaid on xoom

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 12 Oct 2011 at 10:59

keyboard always popup

What steps will reproduce the problem?
1. Just regular browsing the flickr photos
2. The cursor focus will move to the search box, which cause the keyboard popup 
everytime, which is annoying
3.

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


What version of the product are you using? On what operating system?
V1.1, Honeycomb 3.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Sep 2011 at 12:34

Move API to SSL

Flickr changed their API to only work with SSL in June, so the code must be 
changed to reflect this.

Original issue reported on code.google.com by [email protected] on 12 Jul 2014 at 12:11

does not displaying sets

What steps will reproduce the problem?
1.click on my sets/groups
2.?caused bysecurity setting on pictures?
3.id display under sets only 2 sets which include public photos(at least one)
4.when I click on one of these sets it shows only public photosin it

What is the expected output? What do you see instead?
List off all my sets

What version of the product are you using? On what operating system?
1.22 on honeycomb 3.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Oct 2011 at 9:39

cannot authorise flickr

What steps will reproduce the problem?
1. open app
2. try to authorise flickr
3. get error message right away. recieved authentication message is null

What is the expected output? What do you see instead?
received authentication message is null

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

Please provide any additional information below.
asus transformer android

Original issue reported on code.google.com by [email protected] on 26 Nov 2011 at 3:53

View User's Most Popular Photos

We should add a new tab for viewing current user's most popular photos. The tab 
should also allow users to sort the photos by views(default option), comments 
or favourites. 

The API we should use is 
http://www.flickr.com/services/api/flickr.stats.getPopularPhotos.html

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

fragment management

after the device is idle for a while, the last shown fragment will get its 
default constructor called by the platform, in this case, the page is empty but 
the option menus are there, which seems odd.


need to handle this case, for example, for photo list fragment, show 
interesting photos automatically. how about the detail photo screen?

Original issue reported on code.google.com by [email protected] on 14 Jun 2011 at 9:08

Hot Flickr Tags Tab

Add a tab for showing the most popular tags on Flickr. This should be similar 
to what Twitter trend does. It would help users to know what are the most 
popular tags people are using, and should significantly increase photo's 
popularity by using those tags.

The API we should use is 
http://www.flickr.com/services/api/flickr.tags.getHotList.html. One thing to 
note is that the tag names might be in non-English languages, and how we can 
deal with a language that the current device does not support yet. 

Original issue reported on code.google.com by [email protected] on 20 Sep 2011 at 2:22

"whats new" text remains on screen when switching to "interesting photos"-tab or any other tab

What steps will reproduce the problem?
1. From start screen
2. Switch to intresting photos
3.

What is the expected output? What do you see instead?
Expected to see the photo grid. Instead im seeing both "whats new"-text and the 
photo grid on top of it.

What version of the product are you using? On what operating system?
Im using 3.1 on a galaxy tab 10.1


Please provide any additional information below.


Original issue reported on code.google.com by jonas.rogert on 13 Sep 2011 at 9:33

Attachments:

Enable a phone mode

This is one of the best Flickr apps for Android I've seen yet.  Could you 
please adapt it to work with Android phones?

Original issue reported on code.google.com by [email protected] on 19 Aug 2011 at 8:07

cannot authorise flickr

What steps will reproduce the problem?
1. open app
2. try to authorise flickr
3. get error message right away. recieved authentication message is null

What is the expected output? What do you see instead?
received authentication message is null

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

Please provide any additional information below.
asus transformer android

Original issue reported on code.google.com by [email protected] on 26 Nov 2011 at 3:53

  • Merged into: #34

improvement: My Tags

What steps will reproduce the problem?
1. I open flickr viewer
2. There are tabs to show my sets, etc
3. There is no tab to choose my own predefined tags

What is the expected output? What do you see instead?
I'd like to see the list of my own tags, then choose any of them in order to 
display the associated pics
This feature is provided by other applications, for instance flickr companion 
for android


What version of the product are you using? On what operating system?
brand new Android tablet, most recent version of the app from the google play 
markt
Flickr viewer 1.2.8
Asus transformer pad tf300t
Android 4.1.1


Please provide any additional information below.

It would be great to have a full tags management feature (deleting tags, 
bundling/combining/merging tags, order tags by number of associated pics, by 
alphabetical...)

Original issue reported on code.google.com by [email protected] on 23 Jan 2013 at 12:15

I cannot search my own pictures

What steps will reproduce the problem?
1. All my pictures are private and hidden to others in flickr
2. I type any text in the search box of flickr viewer (even my own tags)
3. Only public pictures are shown, none of mine

What is the expected output? What do you see instead?
I'd like to see first my own pictures, then those from others
This feature is provided by other applications, for instance flickr companion 
for android


What version of the product are you using? On what operating system?
brand new Android tablet, most recent version of the app from the google play 
markt
Flickr viewer 1.2.8
Asus transformer pad tf300t
Android 4.1.1


Please provide any additional information below.

I understand some users will be willing to browse other's pics
The best approach is to set config options, so each one can decide when search 
own pics, others, both and which should be shown first

Original issue reported on code.google.com by [email protected] on 23 Jan 2013 at 12:06

my popular photos wont show

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 4 Apr 2013 at 12:12

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.