MoMaR5 / regalandroid

Automatically exported from code.google.com/p/regalandroid
0 stars 0 forks source link

regalandroid not following gallery remote protocol #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On which type of gallery your problem occurred ? (G2, G3, Piwigo ?)
G2 like

What version of regalandroid are you using? On what Android versions?
1.1.0 on 2.3.3

Can you provide your gallery url so that a developer can reproduce the
issue ? do we need to login ? in which album the problem occurred ?
No I can't

What steps will reproduce the problem?
1. login with gallery url / login /password
2.
3.

Please provide any additional information below.
We have a custom server following gallery remote V2 specifications. 

I understand that regalandroid is using gallery remote. In wireshark trace I 
see that regalandroid is using core.downloaditem as command to fetch pictures. 
But as this command is not part of gallery remote protocol 
(http://codex.gallery2.org/Gallery_Remote:Protocol ) pictures are not displayed.

Original issue reported on code.google.com by norbi...@gmail.com on 31 Aug 2011 at 9:41

GoogleCodeExporter commented 8 years ago
hello, 
could you be more specific please ? what are you trying to do ? regalandroid 
relies on g2-java-client to deal with g2 galleries, and so far, it just HTTP 
get the right uri to download a photo, no command sent.
please have a look at 
https://github.com/anthonydahanne/ReGalAndroid/blob/master/g2-java-client/src/ma
in/java/net/dahanne/gallery/g2/java/client/business/G2Client.java and get re 
open this issue if the issue persists

Original comment by anthony....@gmail.com on 20 Oct 2011 at 7:45