Announcement

  •  » Beta testing
  •  » Piwigo for iOS, iPhone/iPad application

#31 2014-11-09 11:10:52

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Piwigo for iOS, iPhone/iPad application

prouser wrote:

is iOS app code available for update? moved from gallery3 to piwigo today and found app really useful but can use some update.

Hi prouser,

You can find source code on http://piwigo.org/dev/browser/extensions/piwigo_mobile

If you want to help on improving/updating Piwigo Mobile, you're more than welcomed :-)

Offline

 

#32 2014-11-09 14:53:28

Tadjio
Member
UK
2012-05-02
432

Re: Piwigo for iOS, iPhone/iPad application

I have some suggestions for improving the Theme, mainly to do with always displaying the Description but also improving the "More info" section.
See "[Smartpocket] Mobile Theme Photo Descriptions" under 'How to and trouble shooting'
http://piwigo.org/forum/viewtopic.php?id=24702

Last edited by Tadjio (2014-11-09 14:54:07)


Tadjio

Offline

 

#33 2014-11-09 23:07:18

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Piwigo for iOS, iPhone/iPad application

Hi Tadjio,

Tadjio wrote:

I have some suggestions for improving the Theme, mainly to do with always displaying the Description but also improving the "More info" section.

Piwigo Mobile Application and mobile theme are not the same thing.

In its current design, Piwigo Mobile Application is for uploading photos from your iOS device (iphone/iPad/iPod). On the other hand the mobile theme is for browsing your Piwigo in the web browser (Safari for instance).

Offline

 

#34 2014-11-09 23:55:05

Tadjio
Member
UK
2012-05-02
432

Re: Piwigo for iOS, iPhone/iPad application

plg wrote:

In its current design, Piwigo Mobile Application is for uploading photos from your iOS device (iphone/iPad/iPod). On the other hand the mobile theme is for browsing your Piwigo in the web browser (Safari for instance).

Of course you are right.  It's Sunday and I wanted to write a quick reply, thinking I had found an ally for my suggestions :-)


Tadjio

Offline

 

#35 2015-01-05 22:56:35

windracer
Member
St. Pete, FL
2014-12-28
444

Re: Piwigo for iOS, iPhone/iPad application

Are there any known issues with the iOS app and the current version of Piwigo? The app just seems to lock up/freeze on my iPhone 6 Plus running iOS 8.1.2.

When I first ran it, I was able to type in my site URL, username and password, but then it just froze and now I can't get it to do anything at all.

Offline

 

#36 2015-01-06 04:16:51

rjrbytes
Member
2015-01-06
1

Re: Piwigo for iOS, iPhone/iPad application

windracer wrote:

Are there any known issues with the iOS app and the current version of Piwigo? The app just seems to lock up/freeze on my iPhone 6 Plus running iOS 8.1.2.

When I first ran it, I was able to type in my site URL, username and password, but then it just froze and now I can't get it to do anything at all.

I'll second this, with an older iPhone.  When I updated to iOS 8, it appears to have broken the app.  Downgrading my iOS is not really a viable option.  I'm pretty sure I'm running the latest Piwigo, but I'm not 100% certain since I can't find where a version number would be listed.

Offline

 

#37 2015-01-25 12:12:20

maiagood
Member
2015-01-09
4

Re: Piwigo for iOS, iPhone/iPad application

I third this.  ;-)
IPhone 6 Plus both with iOS 8.1.1 and 8.1.2

Offline

 

#38 2015-02-18 07:02:21

risquare
Guest

Re: Piwigo for iOS, iPhone/iPad application

I chime in. latest iPhone and iOS as of today.
The iPhone became the preferred choice for many of us to take pictures.
So it is becoming more important than ever to have a reliable working iPhone app for uploading to Piwigo.
I personally prefer working iPhone app than new features and new upgrades to the server side.

Thanks for listening.

 

#39 2015-02-18 17:56:51

Hoser
Member
Utah
2015-01-14
88

Re: Piwigo for iOS, iPhone/iPad application

There's a new native iOS app in development, you can check the progress here https://github.com/Piwigo/Piwigo-Mobile

Attached is a mockup for the login screen and a screenshot of uploading multiple images. Piwigo is working on getting an iOS developer account. Once they do, beta testing invites will be made.

Good to know people are in want for a new app!

Last edited by Hoser (2015-02-18 17:58:06)

Offline

 

#40 2015-03-24 22:32:04

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Piwigo for iOS, iPhone/iPad application

Offline

 

#41 2015-12-18 11:34:15

Confused
Guest

Re: Piwigo for iOS, iPhone/iPad application

I have the app but can't login- there's a .htacess password required to access the webpage but the app doesn't prompt for that, so cant login. Unless there's something  I'm missing?

 

#42 2015-12-18 14:32:25

flop25
Piwigo Team
2006-07-06
7037

Re: Piwigo for iOS, iPhone/iPad application

No, an app can't deal with .htacess


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#43 2015-12-18 14:35:33

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Piwigo for iOS, iPhone/iPad application

flop25 wrote:

No, an app can't deal with .htacess

Actually piwigo_remote.pl can :-) it's just a matter of giving credentials in http headers.

Offline

 

#44 2015-12-18 14:47:55

flop25
Piwigo Team
2006-07-06
7037

Re: Piwigo for iOS, iPhone/iPad application

plg wrote:

flop25 wrote:

No, an app can't deal with .htacess

Actually piwigo_remote.pl can :-) it's just a matter of giving credentials in http headers.

ok My bad

I would prefer a $conf['guest_access'] = false as local config instead of a htaccess to avoid those kind of issues, but of course that's not always appropriate


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#45 2015-12-18 14:55:03

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Piwigo for iOS, iPhone/iPad application

(and I have to improve this guest_access=false in a future version, but we're out of topic now ;-)

Offline

 
  •  » Beta testing
  •  » Piwigo for iOS, iPhone/iPad application

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact