Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piwik Mobile to support Custom Logo #2454

Closed
mattab opened this issue May 27, 2011 · 7 comments
Closed

Piwik Mobile to support Custom Logo #2454

mattab opened this issue May 27, 2011 · 7 comments

Comments

@mattab
Copy link
Member

mattab commented May 27, 2011

Following implementation of #2008 there will be in piwik 1.5 a new API returning the Custom Logo that could be used in Piwik Mobile whenever it displays the piwik logo.

The API call is not metadata. It is classic API call: http://localhost/trunk/index.php?module=API&method=API.getLogoUrl
Height is: 300

The smaller logo is: http://localhost/trunk/index.php?module=API&method=API.getHeaderLogoUrl

Height is: 100

It returns full URL to the logo.

Is it possible to display this logo in the app? where will it be displayed exactly? At the most at the welcome screen where all available websites are displayed. Has the disadvantage that it takes longer to load the first screen and more traffic for the user.

@mattab
Copy link
Member Author

mattab commented May 27, 2011

Note: if piwik version is <= 1.4 the API does not exist, so logo should default to standard piwik logo.

@sgiehl
Copy link
Member

sgiehl commented May 27, 2011

I guess, that might not be as easy as it sounds. Here some open questions:

  • What logo should be displayed if the user has added more than one account to piwik mobile (maybe with diffrent logos)
  • If I remember correctly the logo would be needed in diffrent sizes and densities to be displayed correctly on all devices

@tsteur
Copy link
Member

tsteur commented May 27, 2011

  • If I remember correctly the logo would be needed in diffrent sizes and densities to be displayed correctly on all devices
    -->That would be the ideal situation

We can change the splash screen/app logo of the Piwik Mobile App only at build time before we submit the App to the Apple Store/Android Market.

The logo is currently not displayed at another place. I have no idea where it makes really sense to display it.

@robocoder
Copy link

The only place it might make sense is to change the App Icon. I think it's possible on iOS, but on Android it requires signing the repackaged app.

So...I vote for wontfix.

(p.s. the API methods above both say API.getLogoUrl)

@sgiehl
Copy link
Member

sgiehl commented May 27, 2011

I would vote for won't fix aswell.

@tsteur
Copy link
Member

tsteur commented May 27, 2011

Titanium Mobile SDK does not support changing the App Icon on "Runtime/Install/..."

@mattab
Copy link
Member Author

mattab commented May 27, 2011

OK sounds good, I thought the app displayed the Piwik logo after startup as well

@mattab mattab added this to the Piwik Mobile Client milestone Jul 8, 2014
@tsteur tsteur added this to the Piwik Mobile 1 milestone Jul 25, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants