My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 07, 2009
    issue 4 (Bad attributes for a GPhoto) Status changed by lytvynyuk   -  
    Status: Fixed
    Status: Fixed
  • Dec 07, 2009
    issue 8 (Elements of Date Type are in String format.) changed by lytvynyuk   -   I would be reluctant to add extra classes to make library larger, from my experience of making application based on PicasaFlex API I didn't face problem not having date like Date. I propose to put it on vote and defer for now. And I think this is enhancement rather then defect.
    Owner: lytvynyuk
    Labels: Type-Enhancement Type-Defect
    I would be reluctant to add extra classes to make library larger, from my experience of making application based on PicasaFlex API I didn't face problem not having date like Date. I propose to put it on vote and defer for now. And I think this is enhancement rather then defect.
    Owner: lytvynyuk
    Labels: Type-Enhancement Type-Defect
  • Dec 06, 2009
    issue 8 (Elements of Date Type are in String format.) reported by saiprasad.ch   -   What steps will reproduce the problem? 1. All time indicating vars should be of type Date instead of String as String data is not much useful What is the expected output? What do you see instead? published & updated members of GAlbum should a Flex Date. What version of the product are you using? On what operating system? Please provide any additional information below. com.adobe.utils.DateUtil.parseW3CDTF() can parse the date data. Find it here: http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/utils/DateUtil.as
    What steps will reproduce the problem? 1. All time indicating vars should be of type Date instead of String as String data is not much useful What is the expected output? What do you see instead? published & updated members of GAlbum should a Flex Date. What version of the product are you using? On what operating system? Please provide any additional information below. com.adobe.utils.DateUtil.parseW3CDTF() can parse the date data. Find it here: http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/utils/DateUtil.as
  • Nov 29, 2009
    issue 7 (Inconsistent usage of Event vs. GDataEvent) Status changed by lytvynyuk   -   Thank you for pointing this out. Fixed
    Status: Fixed
    Thank you for pointing this out. Fixed
    Status: Fixed
  • Nov 29, 2009
    r70 (Consistent use of GdataEvent as posted in issue 7) committed by lytvynyuk   -   Consistent use of GdataEvent as posted in issue 7
    Consistent use of GdataEvent as posted in issue 7
  • Nov 29, 2009
    issue 7 (Inconsistent usage of Event vs. GDataEvent) reported by saiprasad.ch   -   What steps will reproduce the problem? 1. At many places, new Event() should be 'new GDataEvent()' inside GDataService class. 2.Lines 843, 856, 863, 893, 906, 913, 964 and a few more places. What is the expected output? What do you see instead? Use GDataEvent consistently for all dispatches of event What version of the product are you using? On what operating system? 2 Please provide any additional information below. None
    What steps will reproduce the problem? 1. At many places, new Event() should be 'new GDataEvent()' inside GDataService class. 2.Lines 843, 856, 863, 893, 906, 913, 964 and a few more places. What is the expected output? What do you see instead? Use GDataEvent consistently for all dispatches of event What version of the product are you using? On what operating system? 2 Please provide any additional information below. None

Earlier this year

  • Nov 19, 2009
    ReleaseNotes (Picasa Flex Api by Mykhaylo Lytvynyuk. Release notes) Wiki page commented on by saiprasad.ch   -   Hey... If you are looking for a developer, let me know. - Sai Prasad
    Hey... If you are looking for a developer, let me know. - Sai Prasad
  • Oct 20, 2009
    issue 5 (Implement authenticateWebApp) Labels changed by lytvynyuk   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Oct 20, 2009
    issue 3 (Pb with the parsePhoto method) Status changed by lytvynyuk   -   Fixed, closing
    Status: Fixed
    Fixed, closing
    Status: Fixed
  • Oct 20, 2009
    issue 2 (Invalid request URI) Status changed by lytvynyuk   -  
    Status: Fixed
    Status: Fixed
  • Oct 20, 2009
    issue 6 (Dispatch issue) Status changed by lytvynyuk   -   Fixed
    Status: Fixed
    Fixed
    Status: Fixed
  • Oct 20, 2009
    PicasaFlexAPI.dev.r002.54.zip (PicasaFlexAPI dev r54) file uploaded by lytvynyuk   -  
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r54
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r54
  • Oct 20, 2009
    PicasaFlexAPI.dev.r002.54.zip.zip (PicasaFlexAPI SWC r54) file uploaded by lytvynyuk   -  
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r54
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r54
  • Oct 20, 2009
    r69 (Fixed dispatch bug) committed by lytvynyuk   -   Fixed dispatch bug
    Fixed dispatch bug
  • Oct 18, 2009
    issue 6 (Dispatch issue) Owner changed by lytvynyuk   -   Investigated and noticed that internal function: function onGetAlbumsForCurrentUserFailed(event:FaultEvent):void {...} has reference to this. which is incorrect in that context. Will be fixed. Thank you
    Owner: lytvynyuk
    Investigated and noticed that internal function: function onGetAlbumsForCurrentUserFailed(event:FaultEvent):void {...} has reference to this. which is incorrect in that context. Will be fixed. Thank you
    Owner: lytvynyuk
  • Oct 18, 2009
    issue 6 (Dispatch issue) reported by adrian.f...@gmail.com   -   What steps will reproduce the problem? 1. Use getAlbumsForCurrentUser() 2. See that the dispatch problem is still there. 3. Other functions seem to work fine. What is the expected output? What do you see instead? Current user albums should be expected output. Error. What version of the product are you using? On what operating system? picasa-felx-api version 002.53 on Windows 7 ( Flex Builder 3 - Flash Player 10) Please provide any additional information below. No other additional info. Very nice api, keep up the good work.
    What steps will reproduce the problem? 1. Use getAlbumsForCurrentUser() 2. See that the dispatch problem is still there. 3. Other functions seem to work fine. What is the expected output? What do you see instead? Current user albums should be expected output. Error. What version of the product are you using? On what operating system? picasa-felx-api version 002.53 on Windows 7 ( Flex Builder 3 - Flash Player 10) Please provide any additional information below. No other additional info. Very nice api, keep up the good work.
  • Jul 12, 2009
    issue 5 (Implement authenticateWebApp) reported by ha...@microwayes.net   -   What steps will reproduce the problem? 1. Read the docs. 2. Notice authenticateWebApp is not implemented. 3. Cry. What is the expected output? What do you see instead? Removed or implemented authenticateWebApp. What version of the product are you using? On what operating system? dev r53 Please provide any additional information below.
    What steps will reproduce the problem? 1. Read the docs. 2. Notice authenticateWebApp is not implemented. 3. Cry. What is the expected output? What do you see instead? Removed or implemented authenticateWebApp. What version of the product are you using? On what operating system? dev r53 Please provide any additional information below.
  • Jul 12, 2009
    issue 1 (How to?) commented on by ha...@microwayes.net   -   Thanks, thats a great help. (josh@joshcole.co.uk alias)
    Thanks, thats a great help. (josh@joshcole.co.uk alias)
  • Jul 11, 2009
    r68 (Comments refactored.) committed by lytvynyuk   -   Comments refactored.
    Comments refactored.
  • Jul 11, 2009
    issue 1 (How to?) commented on by lytvynyuk   -   API Documentation available - http://riahut.com/picasaflexapidoc/index.html
    API Documentation available - http://riahut.com/picasaflexapidoc/index.html
  • Jul 11, 2009
    r67 (Comments refactored) committed by lytvynyuk   -   Comments refactored
    Comments refactored
  • Jul 11, 2009
    r66 (Comments added and album.authirURL refactored) committed by lytvynyuk   -   Comments added and album.authirURL refactored
    Comments added and album.authirURL refactored
  • Jul 11, 2009
    r65 (Added ASdoc generation) committed by lytvynyuk   -   Added ASdoc generation
    Added ASdoc generation
  • Jul 11, 2009
    About (PicasaFlex API usage tips.) Wiki page edited by lytvynyuk
  • Jul 11, 2009
    issue 1 (How to?) commented on by lytvynyuk   -   Actually 'not at all' is not entirely true, here is sample application and explanation - http://code.google.com/p/picasa-flex-api/wiki/About
    Actually 'not at all' is not entirely true, here is sample application and explanation - http://code.google.com/p/picasa-flex-api/wiki/About
  • Jul 11, 2009
    issue 1 (How to?) commented on by lytvynyuk   -   Nope... nothing. But because most methods has AS doc comments I will quickly generate documentation. I will do it next week. Thank you for reminding
    Nope... nothing. But because most methods has AS doc comments I will quickly generate documentation. I will do it next week. Thank you for reminding
  • Jul 11, 2009
    issue 1 (How to?) commented on by j...@joshcole.co.uk   -   What's the status on this? Is there at least some autogenerated documentation anywhere?
    What's the status on this? Is there at least some autogenerated documentation anywhere?
  • Jul 05, 2009
    r63 (now PicasaFlexAPI.swc should be in /libs folder) committed by lytvynyuk   -   now PicasaFlexAPI.swc should be in /libs folder
    now PicasaFlexAPI.swc should be in /libs folder
  • Jul 02, 2009
    r62 (Project structure modified) committed by lytvynyuk   -   Project structure modified
    Project structure modified
  • Jul 02, 2009
    r61 (Project structure modified) committed by lytvynyuk   -   Project structure modified
    Project structure modified
  • Jul 02, 2009
    r60 (Project structure modified) committed by lytvynyuk   -   Project structure modified
    Project structure modified
  • Jul 02, 2009
    r59 (Project structure modified) committed by lytvynyuk   -   Project structure modified
    Project structure modified
  • Jul 02, 2009
    r58 (Project structure modified) committed by lytvynyuk   -   Project structure modified
    Project structure modified
  • Jun 29, 2009
    r57 (fixed vent dispatch problem with getAlbumsForCurrentUser(......) committed by lytvynyuk   -   fixed vent dispatch problem with getAlbumsForCurrentUser(...) function.
    fixed vent dispatch problem with getAlbumsForCurrentUser(...) function.
  • Jun 29, 2009
    r56 (Fixed issue with thumbnails properties not being populated) committed by lytvynyuk   -   Fixed issue with thumbnails properties not being populated
    Fixed issue with thumbnails properties not being populated
  • Jun 28, 2009
    r55 (Added getAlbum(album name) - returns all photo within the al...) committed by lytvynyuk   -   Added getAlbum(album name) - returns all photo within the album and album info Added new event which corresponds album requesting function
    Added getAlbum(album name) - returns all photo within the album and album info Added new event which corresponds album requesting function
  • Jun 18, 2009
    ReleaseNotes (Picasa Flex Api by Mykhaylo Lytvynyuk. Release notes) Wiki page added by lytvynyuk
  • Jun 18, 2009
    PicasaFlexAPI.dev.r002.53.zip (PicasaFlexAPI dev r53) file uploaded by lytvynyuk   -  
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r53
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r53
  • Jun 18, 2009
    r53 (Fix issue with event dispatching.) committed by lytvynyuk   -   Fix issue with event dispatching.
    Fix issue with event dispatching.
  • Jun 18, 2009
    r52 (Fix issue with event dispatching.) committed by lytvynyuk   -   Fix issue with event dispatching.
    Fix issue with event dispatching.
  • May 28, 2009
    PicasaFlexAPI.dev.r002.50.zip (PicasaFlexAPI dev r50) file uploaded by lytvynyuk   -  
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r50
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC r50
  • May 28, 2009
    r51 (Refactored GData service, added event notification. Implemen...) committed by lytvynyuk   -   Refactored GData service, added event notification. Implemented Get all comment By photoId
    Refactored GData service, added event notification. Implemented Get all comment By photoId
  • May 28, 2009
    r50 (This version will have changed event notification for GDataS...) committed by lytvynyuk   -   This version will have changed event notification for GDataService
    This version will have changed event notification for GDataService
  • May 19, 2009
    PicasaFlexAPI.dev.r48.zip (PicasaFlexAPI dev r48) file uploaded by lytvynyuk   -  
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC
    Labels: Featured Type-Package OpSys-All PicasaFlexAPI SWC
  • May 19, 2009
    r49 (no need) committed by lytvynyuk   -   no need
    no need
  • May 19, 2009
    r48 (Moved) committed by lytvynyuk   -   Moved
    Moved
  • May 19, 2009
    r47 (Moved) committed by lytvynyuk   -   Moved
    Moved
  • May 19, 2009
    r46 (* Big refactoring. * added GDataEvent class * GFoto no longe...) committed by lytvynyuk   -   * Big refactoring. * added GDataEvent class * GFoto no longer exist, use GEntry. * added function to Create Album. * added function to Delete Album * added function to Add Comment * added function to Delete Comment.
    * Big refactoring. * added GDataEvent class * GFoto no longer exist, use GEntry. * added function to Create Album. * added function to Delete Album * added function to Add Comment * added function to Delete Comment.
  • Apr 01, 2009
    r45 (Added proper handling of photo.id) committed by lytvynyuk   -   Added proper handling of photo.id
    Added proper handling of photo.id
  • Mar 31, 2009
    PicasaFlexApi.r47.zip (PicasaFlexApi release 047) file uploaded by lytvynyuk   -  
    Labels: API Featured Type-Archive r47 Library
    Labels: API Featured Type-Archive r47 Library
 
Hosted by Google Code